/* GENERALES */
.m0 {margin: 0 !important;}

.mt0 {margin-top: 0 !important;}
.mt24 {margin-top: 24px !important;}

.mr12 {margin-right: 12px !important;}

.mb0 {margin-bottom: 0 !important;}
.mb6 {margin-bottom: 6px !important;}
.mb12 {margin-bottom: 12px !important;}

.p6 {padding: 6px !important;}
.p20 {padding: 20px !important;}

.pt12 {padding-top: 12px !important;}

.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}

.pl12 {padding-left: 12px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}

.overflow {overflow: hidden !important;}
.scrollCtn {overflow: auto !important;}
.fullWidth {width: 100% !important;}
.fullHeight {height: 100% !important;}
.pointer {cursor: pointer;}

.normal {font-weight: normal !important;}
.capitalize {
    text-transform: capitalize;
}
.relative {
    position: relative;
}

#loadingOverlay,
.loadingOverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #E5E6E6;
    left: 0;
    top: 0;
    z-index: 1;
}
.valign-wrapper {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}
.valign-wrapper .valign {
    display: block;
}
.loadingImg {
    width: 100%;
    text-align: center;
}
.upper {
    text-transform: uppercase;
}

#base {
    padding-left: 0;
    overflow: auto;
}
strong {
    font-weight: bold;
}

/* COLOR */
.text-primary {
    color: #441e1a;
}
.btn-primary {
    background-color: #441e1a;
    border-color: #441e1a;
}
.btn-primary:hover, 
.btn-primary:focus, 
.open .dropdown-toggle.btn-primary {
    background-color: #25100e;
    border-color: #25100e;
}
.btn-flat, .btn-icon-toggle {
    background-color: transparent;
    border-color: transparent;
}
.btn-flat:hover, .btn-icon-toggle:hover {
    background-color: rgba(12, 12, 12, 0.07);
    border-color: transparent;
}
.tabs-left > .nav-tabs .active > a, 
.tabs-left > .nav-tabs .active > a:hover, 
.tabs-left > .nav-tabs .active > a:focus {
    border-color: #441e1a;
}
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover, 
.nav-tabs > li.active > a:focus {
    color: #441e1a;
}

/*  menu */
.header-nav .header-nav-brand {
    padding-right: 12px;
}
.mainLi {
    line-height: 64px;
    padding: 0 !important;
}
.mainLi a {
    padding: 0 12px;
    font-weight: bold;
}
.dropdown-toggle i {
    line-height: 1.846153846;
}
.bgWhite {
    background: white !important;
}

/*FORM*/
.form-group .help-block {
    display: none;
}
.form-group.has-error .help-block {
    display: block;
}

.quantityCtn {
    float: left;
    width: 26px;
    padding: 12px 6px 12px 0;
    font-size: 16px;
    text-align: center;
}
.productName {
    float: left;
    width: calc(100% - 76px);
    font-size: 16px;
    padding: 12px 6px 12px 0;
}
.productPrice {
    float: right;
    width: 50px;
    font-size: 16px;
    padding: 12px 6px 12px 0;
}
.radio-styled:not(ie8) .has-error input ~ span:before {
    border-color: #f44336;
}
.radio-styled:not(ie8) .has-error input:checked ~ span:before {
    border-color: #0aa89e;
}
.discountCtn {
    display: inline-block !important;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
    padding-right: 24px;
    margin-top: -12px;
}
.discountCtn .discount, 
.list-group-item .discount {
    text-decoration: line-through;
    color: red;
}
.discountCtn .startingPrice,
.list-group-item .startingPrice {
    text-decoration: line-through;
}
.greeDiscount {
    color: green;
}

/* CARDS */
.card-head {
    padding-top: 12px;
}
.card-status {
    padding: 0 24px;
}
.cardToolsRightAbs {
    position: absolute;
    right: -3px;
    top: 12px;
}

#ordersReportCtn {
    max-height: 430px;
    overflow: auto;
}
.list .tile > .btn {
    width: 40px;
    min-width: 40px;
}
.orderPayed {
    background-color: #d4fad6;
}
.orderDate, .statusCtn {
    line-height: 1;
    margin: 0;
    padding: 0 24px;
}
.timesCtn {
    line-height: 1;
    margin-bottom: 0;
    padding: 0 24px;
}
.invalidProduct {
    background-color: #a94442;
}
.panel {
    margin-bottom: 12px;
    padding: 0;
}

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

.switch input {display:none;}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #25100e;
}

input:focus + .slider {
    box-shadow: 0 0 1px #25100e;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

#clientSuggestions,
#clientSuggestionsModal {
    background: white;
    position: absolute;
    width: calc(100% - 40px);
    z-index: 1;
    border: solid 1px rgba(150, 156, 156, 0.3);
    border-top: none;
    border-bottom: none;
    overflow: hidden;
    border-radius: 0 0 6px 6px;
}
#clientSuggestionsModal {
    width: 100%;
}

.labelActive {
    font-weight: bold;
    font-size: 15px;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

#ratingCtn {
    color: #000;
}
#ratingCtn p {
    text-align: center;
    color: #e28637;
    font-size: 3rem;
}
#ratingCtn p i {
    font-size: 2rem;
}
#ratingCtn .ratingList {
    list-style: none;
    font-size: 2rem;
}
#ratingCtn span.rate {
    font-size: 3rem;
    color: #737373;
}
#ratingCtn span.rate i {
    font-size: 2rem;
    color: #000;
}
#ratingCtn #rateFooter p {
    font-size: 1.6rem;
    color: #737373;
    margin: 0;
}
#ratingCtn #rateFooter p.active {
    color: #441e1a;
}
#ratingCtn .icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 12px;
    margin-bottom: -8px;
}
#ratingCtn .icon.clean {
    background: url("../img/icons/broom96.png") no-repeat center center / cover;
}
#ratingCtn .icon.court {
    background: url("../img/icons/restaurant96.png") no-repeat center center / cover;
}
#ratingCtn .icon.dispo {
    background: url("../img/icons/restaurant96.png") no-repeat center center / cover;
}
#ratingCtn .icon.service {
    background: url("../img/icons/happy96.png") no-repeat center center / cover;
}
#ratingCtn .icon.speed {
    background: url("../img/icons/hotsprings96.png") no-repeat center center / cover;
}
#ratingCtn .icon.temp {
    background: url("../img/icons/inprogress96.png") no-repeat center center / cover;
}

.carHeader {
    display: block !important;
    font-size: 18px !important;
    margin-bottom: 12px;
}
.header-nav-profile .dropdown.noDropdown > a::after {
    content: "";
}

.surveyBody {
    height: 500px;
    position: relative;
}
.surveyNav {
    padding: 8px 16px;
    background-color: #441e1a;
    color: white;
    font-size: 15px;
}
.surveyMain {
    padding: 50px 16px;
    font-size: 16px;
}
.surveyFooter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #e0e0e0;
    padding: 8px 0;
}
.surveyFooter .col-xs-3 {
    padding-left: 0;
    text-align: right;
}
.surveyFooter button {
    background-color: transparent;
    border: none;
    padding: 6px;
    font-size: 12px;
}
.surveyFooter p {
    margin: 14px 0 0;
    background-color: #bcbcbc;
    height: 4px;
    line-height: 3px;
    border-radius: 2px;
}
.surveyFooter p span {
    display: block;
    border-radius: 2px;
    width: 0%;
    background-color: #de873a;
}

.dropFilesBox {
    border-style: dashed;
    border-color: #E0E0E0;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    max-height: 400px;
    min-height: 100px;
    background: #f8fafb
}
.dropFilesBoxOver {
    border-color: #26ace0;
}
.dropFilesBox.has-error,
.dropFilesBox.invalid {
    border-color: #f44336;
}

.imgDiv canvas,
.imgDiv img {
    max-height: 240px;
}

#bottomBanner {
    position: absolute;
    width: 100%;
    text-align: center;
    max-height: 100px;
    bottom: 0;
    left: 0;
}
#bottomBanner img,
.responsiveImg {
    max-width: 100%;
}
#blah {
    max-width: 100%;
    max-height: 400px;
}
.contentActiveOrders {
    height: calc(100% - 100px);
}
#content.fullHeight {
    height: calc(100% - 64px);
}

.rating-stars ul {
    list-style-type: none;
    padding: 0;  
    -moz-user-select: none;
    -webkit-user-select: none;
}
.rating-stars ul > li.star {
    display:inline-block;
}
/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
    font-size: 1.6em; /* Change the size of the stars */
    color: #ccc; /* Color on idle state */
    cursor: pointer;
}
/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
    color: #FFCC36;
}
/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
    color: #FF912C;
}

#sortable { list-style-type: none; margin: 0; padding: 0; width: 450px; }
#sortable li { margin: 3px 12px 3px 0; padding: 1px; float: left; width: 100px; height: 170px; font-size: 4em; text-align: center; }

#familiesUl, #products {
    border: 1px solid #eee;
    width: 100%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 8px 0;
    float: left;
    margin-right: 10px;
}
#familiesUl li, #products li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-size: 1em;
    cursor: grab;
}
#familiesUl ul {
    list-style-type: none;
    padding: 8px 0;
}
#familiesUl > li {
    float: left;
    width: 20%;
    margin: 0 0 12px;
}
.sortli button {
    position: absolute;
    top: 0;
    right: 0;
    /*display: none;*/
}
/*.sortli.hover button {
    display: inline-block;
}*/
.ui-state-highlight {
    height: 40px;
}
.ui-state-product {
    border: 1px solid #96e494;
    background: #96e494;
    color: #777620;
}
.familyLi {
    border: none;
    background: none;
}
.familyLi > div {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    padding: 6px;
}
.familyLi.sortli > div > button {
    top: 6px;
    right: 6px;
}
#familiesUl .validProduct,
#products {
    line-height: 1.1;
}

.bannerImg {
    position: relative;
    cursor: grab;
}
.bannerImg button {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}
.bannerImg:hover button {
    display: inline-block;
}

.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {
    border: none;
    border-bottom: solid 1px rgba(12, 12, 12, 0.12);
    font-size: 16px;
    border-radius: 0;
    height: 37px;
    line-height: 1.846153846;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0c0c0c;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-bottom: solid 1px rgba(12, 12, 12, 0.12);
    font-size: 16px;
    border-radius: 0;
    padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin: 0;
    height: 29px;
    line-height: 1.846153846;
    padding-left: 6px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    margin: 0;
}
.has-error .select2-container--default .select2-selection--multiple {
    border-color: #f44336;
}

div.fixTable {
    overflow-x: scroll;
    margin-left: 14em;
    overflow-y: visible;
    padding: 0;
}
.fixTable table {
    border-collapse: separate;
    border-spacing: 0;
}
.fixTable td, .fixTable th {
    margin: 0;
    white-space: nowrap;
    border-top-width: 0px;
}
.fixTable .headcol {
    position: absolute;
    width: 14em;
    left: 0;
    top: auto;
    overflow: hidden;
}
.fixTable .headcol:before {
    content: '';
}

#matrixCtn .form-control {
    min-width: 80px;
}
.matrixBg {
    background: white;
    margin-left: -12px;
    margin-right: -12px;
}

#calendar {
    /*max-width: 1100px;*/
    /*margin: 0 auto;*/
    padding: 20px;
    background: white;
}

.ordersContainer .orderCard.cardCol:nth-child(4n) + .orderCard.cardCol,
.ordersCtnStore .orderCard.cardCol:nth-child(4n) + .orderCard.cardCol,
.categoriesCtn .categoryPanel:nth-child(4n) + .categoryPanel,
#familiesUl > li.familyLi:nth-child(5n) + li.familyLi {
    clear: both;
}
.customersInput {
    max-width: 100%;
}

#charts canvas {
    width: 100%;
}

.removeOption {
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 18px;
    cursor: pointer;
    color: #f44336;
}
.checkbox .image {
    cursor: pointer;
    font-size: 20px;
    float: left;
    margin-right: 8px;
}
.delayedOrder {
    background: rgba(252, 13, 27, .4);
}
.viewTutorial {
    cursor: pointer;
    font-size: 16px;
}
.datesFiltersCtn .form-control[readonly] {
    border-bottom-style: solid;
    cursor: default;
}
.datepicker-dropdown .table-condensed > tbody > tr > td.day {
    cursor: pointer;
}
.datepicker-dropdown .table-condensed > tbody > tr > td.disabled {
    background: #ebebeb;
    cursor: not-allowed;
}
.text-bg-info {
    color: #000!important;
    background-color: RGBA(13,202,240,var(--bs-bg-opacity,1)) !important;
}
.orderMenuItem {
    position: absolute;
    top: 0;
    right: 0;
}