.clear {
	clear: both;
}

.hidden {
    display: none !important;
}

table {
	border-spacing: 0px;
}

table.full_width {
	width: 100%;
}

table.a_center td {
	text-align: center;
}

table.a_left td {
	text-align: left;
}

table.v_top td {
	vertical-align: top;
}

.a_center {
	text-align: center;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: left;
}

.padd20 {
    padding: 20px;
}

.mrg20 {
    margin: 20px;
}

.mrg10 {
    margin: 10px;
}

.bold {
    font-weight: 600;
}

.form_preloader {
    display: block;
    margin: 10px auto;
    text-align: center;
}

.error_field_alert {
    position: absolute;
    text-align: center;
    width: 90%;
    margin-top: -10px;
    font-size: 12px;
    color: #d8220d;
}

.input_error {
    border-color: #d8220d !important;
}

.float_box {
    float: left;
    position: relative;
}

.float_box_text {
    margin-right: 15px;
    padding-top: 8px;
    padding-left: 15px;
    float: left;
}

.tab_link {
    display: inline-block;
    width: auto;
    padding: 0px 20px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    background: #EDEDED;
    color: #000000;
    text-decoration: none;
}

.tab_link.active {
    background: #000EEE;
    color: #FFFFFF;
}

.tab_box {
    display: none;
}

.tab_box.active {
    display: block;
}

.form_label {
    font-size: 14px;
}

.form_title {
    font-size: 23px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #5e4747;
}

.tooltip {
    position: absolute;
    z-index: 9999;
    background: rgba(58, 58, 58, 0.9);
    color: #FFFFFF;
    width: auto;
    padding: 10px 20px;
    text-align: center;
    opacity: 0;
    transition: All 0.2s;
}
 
.tooltip.active {
    opacity: 1;
}


.tooltip:after {
    content: '';
    border: 10px solid transparent;
    border-top: 10px solid rgba(58, 58, 58, 0.9);
    top: 100%;
    left: 50%;
    margin-left: -12px;
    position: absolute;
}

.checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid #8c8c8c;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer
}
 
.checkbox span.alert {
    position: absolute;
    z-index: 5;
    display: block;
    text-align: center;
    width: 100%;
    line-height: 25px;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.checkboxTd {
    width: calc(100% - 1px);
    height: 38px;
    border: 1px #FFF;
    border-radius: 0px;
}

.selectCourier td {
    background: #ffe6e0; !important
}



.checkbox.active:after {
    content: '';
    width: 10px;
    height: 10px;
    left: 2px;
    top: 2px;
    background: #5cb19a;
    border-radius: 2px;
    display: block;
    position: absolute;
    z-index: 1;
}

.checkboxTd.active:after {
    width: 100%;
    height: 38px;
    left: 0px;
    top: 0px;
    border-radius: 0px;
}

.jsGraphTable .checkboxTd.active:after {
    width: calc(100% - 10px);
    height: calc(35px - 10px);
    left: 5px;
    top: 0px;
    border-radius: 8px !important;
}

.jsGraphTable .checkbox.checkboxTd.active.color1:after {
    background: #0591fa !important
}
.jsGraphTable .checkbox.checkboxTd.active.color2:after {
    background: #5fcf2a !important
}
.jsGraphTable .checkbox.checkboxTd.active.color3:after {
    background: #ff8b27 !important
}
.jsGraphTable .checkbox.checkboxTd.active.color4:after {
    background: #c8235b !important
}
.jsGraphTable .checkbox.checkboxTd.active.color5:after {
    background: #49c2a1 !important
}

.colorSelector {
    float: left;
    margin-right: 5px;
    border: 2px solid rgba(255,255,255,0);
    width: 27px;
    text-align: center;
    height: 27px;
    line-height: 27px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.colorSelector.active {
    border: 2px solid rgba(0,0,0,1);
}

.colorSelector.color1 {
    background: #0591fa !important
}
.colorSelector.color2 {
    background: #5fcf2a !important
}
.colorSelector.color3 {
    background: #ff8b27 !important
}
.colorSelector.color4 {
    background: #c8235b !important
}

.jsGraphTable td {
    min-width: 20px
}

.jsGraphTable td:nth-child(1) {
    min-width: 160px;
    width: 160px;
    font-size: 14px !important;
}

.jsGraphTable td .checkboxTd {
    height: 25px;
}

.checkboxMax {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    margin: -7px;
}

.checkboxMax.active:after {
    width: 26px;
    height: 26px;
    left: 2px;
    top: 2px;
    border-radius: 5px;
}

.popup_alert {
    position: fixed;
    left: 10px;
    top: 100%;
    width: 220px;
    height: auto;
    margin-top: -100px;
    background: rgba(85, 165, 143, 0.9);
    padding: 20px;
    color: #FFF;
    border-radius: 20px;
}

.ui-datepicker .selected-start:not(.selected-end) a, .ui-datepicker .selected-end:not(.selected-start) a {
    background: #bbfbe0;
}

.ui-datepicker.ui-datepicker-multi .ui-state-active {
    background: #bbfbe0 !important;
}

/* CONFIRM BOX */

.confirm_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5);
}

.confirm_box {
    position: absolute;
    width: 300px;
    background: #FFF;
    padding: 20px;
    text-align: center;
    margin-top: 100px;
    left: 50%;
    top: 0px;
    margin-left: -125px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    color: #3A3F43;
    border-radius: 5px;
}

.confirm_box p {
    text-align: center;
    margin-top: 20px;
}

.confirm_box p #remove_ok, .confirm_box p #question_ok {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px auto;
    color: #FFF;
    text-decoration: none;
    background: #56a08c;
    border-radius: 8px;
}

.confirm_box p #remove_ok:hover, .confirm_box p #question_ok:hover  {
    color: #FFF;
    text-decoration: none;
    background: #6bc6ad
}

.confirm_box p #remove_no, .confirm_box p #question_no {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px auto;
    color: #FFF;
    text-decoration: none;
    background: #ababab;
    margin-left: 10px;
    border-radius: 8px;
}

.confirm_box p #remove_no:hover, .confirm_box p #question_no:hover {
    color: #FFF;
    text-decoration: none;
    background: #bdbdbd
}

.formGroup {
    clear: both
}

.formFieldSelector {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    text-align: center;
    background: #ffffff;
    font-size: 14px;
    border: 1px solid #DDD;
    margin-right: -1px;
    margin-bottom: -1px;
    cursor: pointer;
    transition: All 0.2s;
}

.formFieldSelector:nth-child(1) {
    border-radius: 5px 0px 0px 0px;
}

.formFieldSelector:nth-last-child(1) {
    border-radius: 0px 0px 5px 0px;
}

.formGroup .formFieldSelector:nth-child(6n) {
    clear: both;   
}

.formFieldSelector p {
    font-size: 14px;
}

.formFieldSelector input {
    display: none;
}

.formFieldSelector:hover {
    background: #DADADA;
}

.formFieldSelector.active {
    background: #30987c;
    color: #FFF;
}


.mobile {
    display: none !important;
}

.waitPreloader {
    position: fixed;
    z-index: 9999999;
    background: rgba(255,255,255,0.4);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.waitPreloader img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}

.waitPreloader p {
    width: 200px;
    text-align: center;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 1px 1px 0px #FFFFFF;
    color: #000000;
}

.select2-results__message {
    display: none !important
}

.galleryPicImg {
    display: inline-block;
    margin: 10px 10px 0px 0px;
    border: 2px solid #FFF;
    width: 120px;
}

.galleryPicImg.active {
    border: 2px solid #30987c;
}

.galleryPic {
    display: none;
}

.galleryPic.active {
    display: block;
}

.ui-datepicker-title {
    cursor:pointer
}

tr.deliveryInfoLine.active {
    display: table-row !important;
}

.messageHead, .messageHead:hover {
    position: absolute !important;
    color: #30987c !important;
    background: none !important;
    padding: 0px !important;
    left: 85px !important;
    top: -6px !important;
    font-size: 10px !important;
}

.messageHead i {
    font-size: 14px !important;
    top: -1px !important;
    background: #f0ddd8 !important;
    display: inline-block !important;
    padding: 4px !important;
    border-radius: 50% !important;
}

#saveGraphMaker {
    position: relative
}

.graphTableTrBox {
    /*display: none;*/
}

.weekend {
    background: #f7e4df !important;
    border-right: 1px solid #efeeee;
}

.graphTableTrBox {
    position: absolute;
    left: 0px;
    top: 2px;
    width: 150px;
    display: block;
    z-index: 2;
    background: #f7f7f7;
}

.graphTableTrBox table {
    width: 100%;
}

.tmpOtherUserAuthBox {
    margin: 0px;
    display: block;
    position: fixed;
    border-radius: 0px 0px 5px 5px;
    background: #ffffff;
    color: #da9583;
    padding: 10px 0px;
    text-align: center;
    z-index: 9999;
    top: 0px;
    font-weight: 600;
    left: 50%;
    margin-left: -650px !important;
    box-shadow: 2px 2px 20px rgb(0 0 0 / 30%);    
}



.cabinet_taste_group_box {
    padding: 10px 20px;
    border-radius: 10px;
    background: #fca68f;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 0px;
    text-align: center;
}

.hidden {
    display: none !important; 
}

.switcherEditableField {
    border: 1px solid #DDDDDD;
    display: inline-block;
    padding: 0px 3px;
    border-radius: 5px;
    width: 20px !important;
    text-align: center;
}

.switcherEditableField.editable {
    border: 1px solid #A0A0A0;
}

.shopPlanTaste {
    width: 30px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    margin: 0px auto;
    margin-bottom: 5px;
    font-size: 12px;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 5px;
}

.shopPlanTaste[contenteditable="true"] {
    border: 1px solid rgba(0,0,0,0.5);
}

.shopPlanTasteButton {
    position: relative;
    left: 0px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    top: 0px;
    padding: 10px;
}

.shopPlanTasteButton.active {
    color: #6bc6ad;
}


    body.userType_1 .cabinet_logo {
        text-align: left;
    }
    
    body.userType_1 .cabinet_logo img {
        max-width: 120px;
        display: inline;
        margin: 0px auto;
    }
    
    body.userType_1 .head_table {
        margin: 0px 10px !important
    }
    
    body.userType_1 .cabinet_menu {
        width: 100%;
        position: absolute;
        top: 0px;
        left: 145px;
    }
    
    body.userType_1 .cabinet_auth {
        top: -10px;
        right: 10px !important;
        padding: 0px 9px;
        font-size: 14px;
    }
    
    body.userType_1 .cabinet_menu ul {
        display: inline-block;
        text-align: left;
        margin-top: 5px !important
    }
    
    body.userType_1 .cabinet_menu ul li {
        display: inline-block;
        float: none;
        padding: 2px;
    }
    
    body.userType_1 .cabinet_info {
        display: none;
    }
    
    body.userType_1 .cabinet_order_tasteTable td {
        width: calc(50% - 21px);
        display: inline-block;
        position: relative
    }
    
    body.userType_1 .cabinet_order_tasteTable.cabinet_order_tasteTableLineMobile2 td {
        width: calc(33% - 21px);
        display: inline-block;
        position: relative;
        max-width: 160px;
    }
    
    body.userType_1 .cabinet_order_tasteTable.cabinet_order_tasteTableLineMobile td {
        width: 100%;
    }
    
    body.userType_1 .cabinet_order_tasteTable.cabinet_order_tasteTableLineMobile {
        width: 95% !important;
    }
    
    body.userType_1 .mobTasteName {
        top: -10px;
        display: block;
        position: absolute;
        width: calc(100% - 20px);
        text-align: center !important;
    }
    
    body.userType_1 .orderTableMobUser .mobTasteName {
        top: -5px;
        display: block;
        position: absolute;
        font-size: 15px !important;
        width: calc(100% - 15px);
        line-height: 12px;
        text-align: center !important;
        font-weight: 500
    }
    
    .cabinet_order_tasteTableLineMobile .mobTasteName {
        width: 80px !important;
    }
    
    .tmpAlertIssetOrder {
        padding: 5px;
        border: 1px solid #f29780;
        background: #ffe5de;
        border-radius: 5px;
        margin: -5px 0px 10px;
        color: #e4512c;
        font-weight: bold;
        width: 39%;
        font-size: 12px;
        display: inline-block;
    }
      
      
    body.userType_1 .cabinet_order_tasteIcon {
        text-align: center;
        margin: 0px auto;
        margin-bottom: 0px;
        margin-top: 15px;
        width: 120px !important;
        height: 90px !important;
        background: none;
        border: none;
        padding: 12px 0px;
        border-radius: 50%;
        position: relative;
    }
    
    body.userType_1 .cabinet_order_tasteTableLineMobile2 .cabinet_order_tasteIcon {
        text-align: center;
        margin: 0px auto;
        margin-bottom: 0px;
        margin-top: 15px;
        width: 80px !important;
        height: 60px !important;
        background: none;
        border: none;
        padding: 12px 0px;
        border-radius: 50%;
        position: relative;
    }
    
    body.userType_1 .orderTableMobUser td {
        height: 115px !important;
    }
    
    body.userType_1 .orderTableMobUser.cabinet_order_tasteTableLineMobile2 td {
        height: 90px !important;
    }
    
    body.userType_1 .cabinet_order_tasteIconMin img {
        max-width: 80px !important;
        width: auto !important;
        max-height: 80px !important;
    }
    
    body.userType_1 .cabinet_order_tasteTableLineMobile2 .cabinet_order_tasteIconMin img {
        max-width: 50px !important;
        width: auto !important;
        max-height: 50px !important;
    }
    
    
    body.userType_1 .minIcon {
        position: absolute;
        left: 100%;
        top: 100%;
        margin-top: -35px;
        margin-left: -35px;
    }
    
    body.userType_1 .minIcon img {
        width: 30px !important;
        height: 30px !important;
        border-radius: 50%;
        box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    }
    
    body.userType_1 .cabinet_order_count input {
        border: none;
        width: 25px;
        text-align: center;
        height: 25px;
        font-weight: 600;
        color: #000000;
        background-color: #FFFFFF !important;
        font-size: 18px;
        background: none;
        border-radius: 15px;
        margin: 0px auto;
        margin-top: -38px;
        margin-left: 7px;
        position: absolute;
        display: block;
        left:50%
    }
    
    body.userType_1 .mobArrowsBox .cabinet_order_arrowUp, body.userType_1 .mobArrowsBox .cabinet_order_arrowDown {
        margin: 8px auto;
    }
    
    body.userType_1 .cabinet_order_tasteTableLineMobile .mobArrowsBox .cabinet_order_arrowDown {
        margin-left: -79px;
        margin-top: 10px;
    }
    
    body.userType_1 .cabinet_order_tasteTableLineMobile .mobArrowsBox {
        margin-top: 0px;
        position: relative;
        width: 130px;
        display: inline-block;
        float: left;
        height: 0px;
    }
    
    body.userType_1 .mobPrevOrder {
        position: absolute;
        right: 12px;
        margin-top: -5px !important;
    }
    
    body.userType_1 .cabinet_order_sum, body.userType_1 .cabinet_order_warning {
        font-size: 19px;
        font-weight: 500;
        color: #16775d;
        margin-bottom: 5px;
        margin-left: 0px;
        margin-top: 15px;
    }
    
    body.userType_1 .cabinet_order_button {
        margin-left: 0px;
    }
    
    body.userType_1 .fixedBottomOrderBoxMob {
        position: fixed;
        bottom: 0px;
        min-height: 48px;
        background: #FFFFFF;
        box-shadow: 2px 2px 20px rgba(0,0,0,0.5);
        width: calc(1270px);
        left: calc(50% - 650px);
        z-index: 999;
        padding: 10px 15px;
    }
    
    body.userType_1 .cabinet_order_arrowMinus {
        position: absolute;
        left: calc(50% - 67px);
        top: 55px;
    }
    
    body.userType_1 .cabinet_order_tasteTableLineMobile2 .cabinet_order_arrowMinus {
        position: absolute;
        left: calc(50% - 53px);
        top: 42px;
    }
    
    .orderTableMobUser {
        width: 100%
    }
    
    body.userType_1 .cabinet_order_arrowPlus {
        position: absolute;
        margin-left: 45px;
        top: 55px;
    }
    
    body.userType_1 .cabinet_order_tasteTableLineMobile2 .cabinet_order_arrowPlus {
        position: absolute;
        margin-left: 32px;
        top: 42px;
    }
    
    .popupOrderBox {
        min-height: 180px;
        overflow-y: auto;
        margin-top: 3px;
        box-shadow: inset -2px -1px 8px rgb(0 0 0 / 14%);
    }
    
    .orderItemBoxLine {
        display: block;
        clear: both;
        border-bottom: 1px solid #DDDDDD;
        padding: 5px 12px;
        position: relative;
    }
    
    .donutText {
        display: inline-block;
        vertical-align: middle;
        height: 38px;
        line-height: 38px;
        margin-left: 10px;
        font-size: 18px;
        
    }
    
    .orderItemBoxLine .donutImgC {
        vertical-align: middle;
    }
    
    .donutCounter {
        display: block;
        position: absolute;
        vertical-align: middle;
        height: 38px;
        line-height: 38px;
        right: 10px;
        width: 100px;
        top: 0px;
    }
    
    .dCnt {
        display: block;
        font-size: 19px;
        text-align: center;
        font-weight: 600;
        width: 97px;
        right: 0px;
        position: absolute;
    }
    
    .donutCounter .cabinet_order_arrowMinus {
        position: absolute !important;
        margin-left: 20px !important;
        top: 0px !important;
        z-index: 3;
    }
    
    .donutCounter .cabinet_order_arrowPlus {
        position: absolute !important;
        margin-left: 0px !important;
        right: 0px !important;
        top: 0px !important;
        z-index: 3;
    }
    
    .userType_1 .cabinet_content {
        margin-top: 0px;
        padding-top: 0px;
        background: #FFFFFF
    }
    
    .userType_1 .cabinet_content_box {
        border-radius: 0px;
    }
    
    
@media (min-width: 900px) {
    .popupOrderWin, .popupOrderWin2 {
        width: 700px !important;
        left: calc(50% - 350px) !important;
        height: auto !important;
        max-height: 90% !important;
        padding-bottom: 45px !important;
    }
    .users_SearchBoxLine textarea {
        width: 88% !important;
    }
}