html, body {
    margin:0;
    padding: 0;
	/*background: #f8f9fa !important;*/
    background: #ffffff !important;
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333;
}

a {
    text-decoration: none;
    color: #ff0035;
}

a:hover {
    text-decoration: none;
    color: #ff0035;
}

a.header-link {
    text-decoration: none;
}

a.header-link:hover {
    color: #ff0035 !important;
}

textarea {
    resize: none;
}

ul, li {
    margin: 0px;
    padding: 0px;
}

input.readonly-normal {
    background-color: #ffffff !important;
    color: #b5b5b5;
}

input.readonly-black {
    background-color: #ffffff !important;
    color: #495057;
}

select.disabled-normal {
    background-color: #ffffff !important;
}

/**
* Info containers
*/
.text-cont {
    color: #545454;
    line-height: 1.5em;
    font-size: 1.0em;
}

.text-cont-normal {
    color: #545454;
    font-size: 1.0em;
}

.text-cont-small {
    color: #545454;
    font-size: 0.9em;
}

/**
 * Text
 */
.text-help {
    font-size: 0.9em;
    color: #6c757d;
}

.text-paragraf {
    text-indent: 30px;
}

.text-underline {
    text-decoration: underline;
}

/**
* font colors
*/

/**
* Backgrounds
*/
.bg-color-light {
    background-color: #ededed;
}

/**
* font-size
*/
.font-large {
    font-size: 1.1em;
}

.font-normal {
    font-size: 1.0em;
}

.font-small-0 {
    font-size: 0.95em;
}

.font-small {
    font-size: 0.9em;
}

.font-small-2 {
    font-size: 0.8em;
}

/**
* Header
*/
.header-top {
    background-image: linear-gradient(to right top, #000000, #2d0f17, #531122, #7c0d29, #a6032b, #a6032b, #a6032b, #a6032b, #7c0d29, #531122, #2d0f17, #000000);
}

.header-menu {
    background-color:#000; 
}

/**
* Login form
*/

.login {
    width: 350px;
    font-size: 1.1em;
}

/**
* Buttons
*/

.btn-danger {
    color: #fff;
    background-color: #ff0035;
    border-color: #ff0035;
}

/**
* Header
*/
.navbar-nav li {
    transition-property: border-bottom-color;
    transition-duration: 0.3s;
    transition-timing-function:  cubic-bezier(0.22, 0.61, 0.36, 1);
    transition-delay: 0s;
}

.navbar-nav li:hover {
    border-bottom-color: #ff0035;
}

.selected-nav-item {
    border-bottom: 6px solid #ff0035;
}

.not-selected-nav-item {
    border-bottom: 6px solid #000;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item {
    font-size: 0.9em;
}

.navbar-nav .nav-item .dropdown-menu a:hover {
    color: #ff0035;
}

/**
* Footer 
*/
.page-footer {
    padding: 30px 0px 20px 0px;
    color: #848484; 
    background-color: #000 !important;
    font-size: 14px;
}

.page-footer a {
    color: #848484;
    text-decoration: none;
}

.page-footer a:hover {
    color: #ff0035;
}

.footer_logo_description {
    color: #ff0035;
    line-height: 2em;
    text-align: justify;
}

.footer_title {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
}

.footer_contact_container {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
}

.footer_contact_item {
    display: flex;
    background-color: #080808;
    padding: 1em;
}

.footer_contact_item h6{
    color: #fff;
    font-size: 14px;
}

.footer_contact_item p{
    margin-bottom: 0;
}

.footer_contact_item a{
    color: #ff0035;
    font-size: 14px;
}

.page-footer ul {
    margin-top:15px;
    list-style-type: none;
    padding: 0; 
}

.page-footer ul li{
    line-height: 2em;
}

.footer-copyright {
    margin-top: 40px;
    color: #848484;
    text-align: center;
    font-size: 14px;
}

.login-image {
 /*background: url("../images/447208323.jpeg") no-repeat center center transparent;*/
 background: url("../images/balevski_kirov_biz.jpg") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
}

.index-image {
 background: url("../images/balevski_kirov_biz.jpg") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
}

.myacc-image {
 /*background: url("../images/195877837.jpeg") no-repeat center center transparent;*/
 background: url("../images/balevski_kirov_biz.jpg") no-repeat center center transparent;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;    
}

/**
* Preview elements
*/
.preview-caption {
    color: #ff0035;
    font-size: 1.2em;
}

.preview-description {
    font-size: 1.0em;
    font-weight: bold;
}

/**
* Form help
*/
.data-header {
    height: 2em;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f0f0f0;
}

/**
* Health program
*/
.hprog_season_cont {
    font-size: 0.95em;
/*    border: 1px solid #ccc;
    border-radius: 3px;*/
    padding: 8px;
}

.hprog_month_cont {
    border-bottom: 1px solid #ccc;
    border-radius: 3px;
    min-height: 16vh;
}

.hprog_month_cont:hover{
    border-color: #ff0035;
    background-color: #feeff2;
    
}

.hprog_month {
    flex-basis: 22%;
    flex-grow: 1;
}

.hprog_month_prod {
    flex-basis: 77%;
    flex-grow: 1;
}

.hprog_month_order {
    flex-basis: 1%;
    flex-grow: 1;
}

.hprog_prod {
    min-height: 25px;
    display:flex;
}

/**
** Sitebar menu
*/
.sitebar_menu_cont {
    display: flex;
    flex-direction: column;
    border: 1px solid #d2d2d2;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
}

.sitebar_menu_header {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 0;
    color: #ff0035;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d2d2d2;
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.5em;
}

.sitebar_menu_cont ul {
    list-style: none;
}

.sitebar_menu_list {
    padding: 6px 0px;
}

.sitebar_menu_list a {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.0em;
    color: #545454;
    text-decoration: none;
    padding: 4px 0px 4px 0px;
    letter-spacing: 1px;
    margin: 2px 0px 0px 5px;
    transition: color 1s;
}

.sitebar_menu_list a:hover {
    color: #ff0035;
}

.sitebar_menu_list a.active {
    color: #ff0035;
}

/**
 * Sitebar users
 */
.sitebar-user {
    /*background-color: #f8f9fa;*/
    display: flex;
    justify-content: space-between;
    padding: 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
    min-height: 40vh;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
}
.sitebar-user .hide-sidebar {
    text-decoration: none;
    color: #545454;;
}

.sitebar-user .hide-sidebar:hover {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.sitebar-user .items-container {
    display: flex;
    flex-direction: column;
}

.sitebar-user .items-subcontainer {
    display: flex;
    flex-direction: column;
}

.sitebar-user .item {
    display: flex;
    align-items: center;
    height: 2.0em;
    padding-left: 5px;
    color: #545454;
    margin: 0px 0px 5px 0px;
}

.sitebar-user .selected {
    /*background-color: #f0f0f0;*/
    /*border: 1px solid #ccc;*/
    color: #ff0035;
    /*border-radius: 3px;*/
}

.sitebar-user .subselected{
    color: #ff0035;
}

/**
* Business levels
*/
.bizz-level-row {
    display: flex;
    justify-content:flex-end;
}

.bizz-level-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0px 2px 0px;
    border: 1px solid #d2d2d2;
    text-align: center;
    min-height: 30px;
}

.bizz-level-info-even {
    background-color: #fff;
}

.bizz-level-info-odd {
    background-color: #f7f7f7;
}

.bizz-level-label {
    padding: 4px 0px;
    border: 1px solid #d2d2d2;
    text-align: center;
    background-color: #f7f7f7;
    color: #ff0035;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-weight: 600;
    line-height: 1.5em;
}

/**
* Order step banner
*/
.order-steps-cont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-content: center;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    border-radius: 15px;
    box-shadow: 0 -4px 8px rgb(0 0 0 / 5%);
    padding: 12px 0px 5px 0px;
}

.order-steps-cont .step {
    display: flex;
    flex-direction: column;
    flex-basis: 25%;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
}

.order-steps-cont .step .number {
    display: flex;
    border: 1px solid #ccc;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background-color: #f6f6f6;
    color: #b5b5b5;
    font-size: 1.0em;
}

.order-steps-cont .step.current .number {
    color: #fff;
    background-color: #ff0035;
    border-color: #ff0035;
}

.order-steps-cont .step .stepline {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 1;
    top: -19px;
}

.order-steps-cont .step:first-child .stepline {
    width: 50%;
    left: 25%;
}

.order-steps-cont .step:last-child .stepline {
    width: 50%;
    left: -25%;
}

.order-steps-cont .step .caption {
    margin-top: 4px;
    color: #b5b5b5;
    font-size: 0.9em;
    padding: 0px;
}

.order-steps-cont .step.current .caption {
    color: #ff0035;
}

/**
* Table
*/
.table-header {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 30px;
    background-color: #f6f6f6;
}

.table-item-cell {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 2px 5px 2px 5px;
}

/**
* Order
*/
.order-found-container {
    position: absolute; 
    top: 40px; 
    border:1px solid #80bdff;
    border-radius:5px;
    background-color: white;
    z-index:100;
    padding: 5px;
}

.order-found-items {
    height:165px;
    overflow-y: auto;
}

.order-found-waitind {
    height:140px;
    background: url("../images/throbber.gif") no-repeat 50% 65% transparent;
    background-size: 60px 60px;
}

.order-found-row {
    border-bottom: 1px solid #fff;
    /*display:flex;*/
    font-size:0.85em;
    padding: 3px 0px 3px 10px;
}

.order-found-row:hover {
    border-color: #ff0035;
    background-color: #feeff2;
    cursor: default;
}

.order-found-buttons {
    height:30px;
    display:flex;
    justify-content: flex-end;
    margin: 0px 30px 8px 0px;
}

.order-product-list-row {
    /*min-height: 25px;*/
    padding: 3px 0px 3px 0px;
    border-bottom: 1px solid #fff;
}

.order-product-list-row:hover {
    border-color: #ff0035;
    background-color: #feeff2;
    cursor: default;
}

.user-sitebar-item {
    border: 1px solid;
}

/** 
* Messages 
*/
.message-container {
    
}

.message-container .box-caption {
    height: 2.3em;
    
    margin: 0;
    padding: 0;
    font-size: 1.1em;
}

.message-wrapper {
    min-height:45vh;
    border:1px solid #ccc;
    border-radius: 3px;
}

.message-table thead tr{
    background-color: #f6f6f6;
    border-bottom: 1px solid #ccc;
}

.message-table tbody tr {
    border-bottom: 1px solid #dee2e6;
}

.message-table tbody tr:hover {
    border-color: #ff0035;
    background-color: #feeff2;
    cursor: default;
}

.b-table {
  border: 1px solid #ccc;
  border-radius: 3px;
}

.b-table .b-border-right {
    border-right: 1px solid #ccc;
}

.b-table .b-border-bottom {
    border-bottom: 1px solid #ccc;
}

.b-table .b-border-top {
    border-top: 1px solid #ccc;
}

.b-table .b-border-top-none {
    border-top: 0px solid #ccc;
}

.b-table .b-border-left {
    border-left: 1px solid #ccc;
}

.b-table .cell-center {
    text-align: center;
}

.b-table tbody tr{
    border-bottom: 1px solid #ccc;
}

.b-table tbody tr.b-row:hover {
    border-bottom-color: #ff0035;
    background-color: #feeff2;
    cursor: default;
}

.b-table th {
    font-weight: normal;
    text-align: center;
    background-color: #f8f9fa;
}

.b-table .background-none{
    background-color: #fff;
}

.b-table td {
    vertical-align:  middle;
}

/** Manager bonus descriptions */
.mgr-bonus-descr {}

.mgr-bonus-descr ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.mgr-bonus-descr ul li{
    margin: 0px 0px 0px 30px;
    padding: 0px;
    
}

/** Loading image for autocomplete */
.autocomplete-working {
    background: url('../images/throbber.gif') no-repeat right center;
    background-size: 45px 45px;
}

.prod-image-container {
 
}

.product-image {
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
}

.product-image a{
   width: 100%;
   height: 100%;
   display: flex;
   justify-content: center;
}

.prod-image-container img {
    max-width:100%;
    max-height:100%;
    display: block;
}

.simple-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.simple-list li{
    margin: 0px 0px 0px 30px;
    padding: 0px;
    
}

.crazy-race-btn {
    display:flex;
    justify-content: space-between;
    padding:0px 8px 0px 8px;
    align-items:center;
    height:36px;
    border:1px solid #dc3545; 
    border-radius: 18px;
    color: #dc3545;
}

.crazy-race-btn-selected{
    display:flex;
    justify-content: space-between;
    padding:0px 8px 0px 8px;
    align-items:center;
    height:36px;
    border:1px solid #dc3545; 
    border-radius: 18px;
    color: #fff;
    background-color: #dc3545;
}

.crazy-race-btn:hover {
    border-bottom-color: green; 

}

.crazy-race-btn-selected:hover{
    border-bottom-color: green; 
}