/*
*   Main
*/
body {
    background-color: transparent;
    font-family: Roboto, Arial, sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

/*
*   Header
*/
#header-wrapper {
    width: 100%;
    top: 0;
    z-index: 100;
}

.header {
    background-color: #006F5F;
    text-align: center;
}

.header .pd_logo {
    width: 255px;
    padding: 20px 0;
    height: 67px;
}



/*
*   Content
*/


.wash_form_loading {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -65px;
    display: none;
}

.blockTitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.bigButton {
    margin: 4px 0px;
    border: 2px solid #eaeaea;
    border-radius: 3px;
    padding: 1.5% 1.5% 1.5% 1.5%;
    cursor: pointer;
    transition: 0.2s;
    position: relative;
}
.bigButton_price {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -20px;
}
.bigButton_price > div {
    font-size: 16px;
    color: #999999;
    font-weight: 400;
    text-align: left;

}
.bigButton_with_price {
    padding-right: 80px;
}


.bigButton:hover{ background-color:#f9f9f9; border-color: #006F5F; }

.addressType_name, .carType_name {
    font-size: 20px;
    display: inline-block;
}

.addressType_desc, .carType_desc {
    font-size: 12px;
    color: #999999;
    transition:0.2s;
}

.bigButton.active {
    background-color:#006f5f;
    color:#fff;
    border-color:#003F36;
}
.bigButton.active:hover {
    background-color:#0D8C79;
}
.bigButton.active .carType_desc{color:#fff;}

.Wash {
    margin: 4px 0px;
    border: 2px solid #eaeaea;
    border-radius: 3px;
    padding: 15px 15px;
    transition: 0.2s;
}

.washing_future, .washing_archive {
    display: none;
}

.washing_future .Wash {
    cursor: pointer;
}

.washing_future .lk_pay_icon {
    float: right;
	width: 20px;
	height: 20px;
	margin: 1px;
}
.washing_future .Wash:hover{ background-color:#FDFDFD; border-color: #006F5F; }
.washing_archive .Wash:hover{ background-color:#FDFDFD; border-color: #9ABCD8; }

.Wash_carName, .Wash_washtype {
    display: inline-block;
    font-weight: 400;

}


.Wash_carPlate {
    display: inline-block;
    color: #CACACA;
}
.Wash_service {
    border-radius: 2px;
    border: 1px solid #006F5F;
    display: inline-block;
    padding: 0 9px;
    margin: 0px 4px 0 0;
    color: #00B946;

}
.wash_form_conf {
    padding: 0 20px;
}
.wash_form_conflabel {
    font-size: 20px;
    padding-top: 5px;
    min-height: 40px;
}

.infoBlock {
    display: inline-block;
    width: 72%;
}

.priceBlock {
    display: inline-block;
    text-align: right;
    width: 25%;
    vertical-align: top;
}

.itemPrice {
    font-weight: 500;
    font-size: 17px;
}

.itemDur {
    font-size: 14px;
}

.seasoned{
    background-color: rgba(255, 165, 0, 0.08);
    border: 1px solid #FDC772;
}

.seasoned:hover{
    background-color: rgba(255, 165, 0, 0.2);
}

.carsTypes.seasoned.active:hover{ background-color:#006F5f; }

.blockSubTitle {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.itemAnnot {
    font-size: 12px;
    padding-top: 5px;
}

#tableWrapper {
    display: table;
    width: 100%;
}

#LeftContent {
    width: 70%;
    display: table-cell;
    vertical-align: top;
}

#RightMenu {
    font-size: 16px;
    color: #B0B0B0;
    vertical-align: top;
    width: 30%;
    padding: 10px;
}

input#promo:-ms-input-placeholder {color:#c3c3c3; font-weight:300;}
input#promo::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.usCarColor {
    border-radius: 50%; border: 1px solid rgb(234, 234, 234); border-image: none; width: 20px; height: 20px; display: inline-block; margin: 0px 0px -2px 10px;
}

.right-arrow {
    width: 22px;
    margin-bottom: 12px;
}
.right-arrow.down {
    margin-bottom: -15px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.map-ico {
    width: 42px;
    margin-bottom: 1px;
    margin-left: 26px;
}

.boxes_intervals {
    text-align: center;
}

.boxes_intervals .box {
    margin: 5px 0;
}
.boxes_intervals .box_label {
    text-align: right;
    font-size: 16px;
    padding-top: 12px;
}

.boxes_intervals .interval {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    border: 1px solid #006F5F;
    margin: 2px 4px;
    color: #006F5F;
    cursor: pointer;
    outline: none;
    text-align: right;
}
.boxes_intervals .interval:hover {
    background-color: rgba(0, 191, 164, 0.56);
}
.boxes_intervals .interval.active, .boxes_intervals .interval.active:hover {
    background-color: #006F5F;
    color: white;
}

.boxes_intervals .interval_select_time_wrap {
    display: inline-block;
}
.boxes_intervals .interval_select_time {
    width: 50px;
}
.boxes_intervals .set_interval {
    display: none;
}
.boxes_intervals .interval_error {
    text-align: center;
    margin-top: 20px;
    color: #AD0000;
    font-size: 18px;
}
.boxes_intervals .interval_info {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;   
}
.boxes_intervals .address_info {
    text-align: center;
    font-size: 18px;
}

input.timeinterval_inputtext, .timeinterval_select  {
    border: 1px solid #D6D6D6;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    background: 0px;
    color: #1F1F1F;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 4px;
    width: 100%;
    height: 25px;
    outline: none;;
}

.timeinterval_select_time {
    max-width: 30%;
    text-align: center;
    min-width: 45px;
}
.timeinterval_select_time_separator {
    width: 5%;
    display: inline-block;
    text-align: center;
    font-weight: 800;
}

.step, .hiden_input, #button_prev, .button_next {
    display: none;
}
.step.active {
    display: block;
}

.bulk_select  {
    margin: 4px 0px;
    border: 2px solid #eaeaea;
    border-radius: 3px;
    padding: 1.5% 1.5% 1.5% 1.5%;
    transition: 0.2s;
    position: relative;
}
.bulk_col1  {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.bulk_col2  {
    display: inline-block;
    width: 39%;
    vertical-align: top;
    padding-top: 3%;
}
.bulk_row1  {
    border: 2px solid #eaeaea;
    border-radius: 3px;   
    width: 92%; 
    margin: 3%;
}
.bulk_select_rem1 {
    font-size: 20px;
}
.bulk_select_rem2 {
    font-size: 12px;
    color: #999999;
}
.bulk_select_wash {
    text-align: center;
    width: 90%;
    margin: 3%;  
    padding: 1.5% 1.5% 1.5% 1.5%;  
}
.bulk_select_wash_textr1 {
    vertical-align: middle;
    text-align:right;
    display: inline-block;
    color: #C71585;
    font-size: 12px;
    width: 37%;
}
.bulk_select_wash_textr2 {
    text-align: left;
    padding-left: 3px;
    vertical-align: middle;
    display: inline-block;
    color: #C71585;
    font-size: 18px;
    width: 60%;
}
.bulk_info {
    margin-top: 10px;
    transition: 0.2s;
    position: relative;
} 
.bulk_info1 {
    transition: 0.2s;
    position: relative; 
} 
.bulk_info_row1  { 
    width: 97%;    
    margin-bottom: -3px;   
}
.bulk_select_info_textr1 {
    padding-top: 5px;
    vertical-align: middle;
    text-align:left;
    display: inline-block;
    color: #000;
    font-size: 12px;
    width: 53%;
    height: 30px;
}
.bulk_select_info_textr2 {
    border: 2px solid #DC143C;
    border-radius: 3px;       
    text-align: left;
    padding-left: 3px;
    padding-top: 5px;
    vertical-align: middle;
    display: inline-block;
    color: #000;
    font-size: 12px;
    width: 47%;
    height: 30px;
    overflow-x:hidden;
}
.bulk_select_info_textr2g {
    border: 2px solid #eaeaea;
    border-radius: 3px;       
    text-align: left;
    padding-left: 3px;
    padding-top: 5px;
    vertical-align: middle;
    display: inline-block;
    color: #000;
    font-size: 12px;
    width: 47%;
    height: 30px;
    overflow-x:hidden;
}
.bulk_line{
    width:96%;
    margin-bottom: 5px;
    margin-top: -2px;
    background-color: #808080;
	height:1px;
}
/*
*   Footer
*/
.footer_cabinet {
    text-align: center;
    font-size: 12px;
    color: rgb(194, 194, 194);
}
.footer_cabinet a:hover {
    text-decoration: none;
    color: #006F5F;
}
.footer_link {
    transition: 0.2s;
    color: #C2C2C2;
    text-decoration: none;
}

.footer_cabinet .footer_block {
    display: inline-block;
}

.footer_cabinet .dev_info {
	float: right;
	font-size: 12px;
}
.footer_cabinet .dev_info a, .footer_cabinet .dev_info a:hover {
    text-decoration: underline;
}

#menu_mobile_btn {
    height: 20px;
    position: relative;
    display: inline-block;
    float: right;
    cursor: pointer;
}
/*
.menu_mobile {
    position: relative;
    display: inline-block;
    float: right;
}

#menu_mobile_select {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
*/
.menu_mobile {
    display: none;
}

.menu_mobile a {
    display: block;
    margin: 15px 0;
    text-align: right;
    color: white;
    font-weight: bold;
    font-size: 120%;
}

.menu_mobile hr {
    display: block;
    margin: 5px 0;
    border: none;
    color: white;
    background-color: white;
    height: 2px;
}

/* хак для мобильного Edge - бесполезен
@-webkit-viewport{width:device-width}
@-moz-viewport{width:device-width}
@-ms-viewport{width:device-width}
@-o-viewport{width:device-width}
@viewport{width:device-width}
*/
@media (max-width: 768px) {
    #header-wrapper {
        position: relative;
    }
    #page-content-wrapper {
        padding-top: 10px;
    }
    #RightMenu, .start_date_desktop {
        display: none;
    }
    .header {
        text-align: left;
        padding: 5px 0;
    }
    .header .pd_logo {
        padding: 0px 10px;
        height: 20px;
    }
   
    .header .line_info, .header .line_info_manual {
        display: block;
        color: white;
        height: 20px;
    }
    .header .line_info_manual {
        height: auto;
        padding: 5px 0;
    }

    .header .line_info_label, .header .line_info_val {
        display: inline-block;
        width: 50%;
    }
    .header .line_info_val {
        text-align: right;
    }

    .boxes_intervals .interval {
        font-size: 150%;
    }
}
@media (min-width: 768px) {
    #header-wrapper {
        position: fixed;
        height: 75px;
    }
    #page-content-wrapper {
        padding-top: 85px;
    }
    #RightMenu {
        display: table-cell;
    }
    .header .line_info, .header .line_info_manual, .menu_mobile, #menu_mobile_btn, .mobile_delete, .start_date_mobile, #promo_mobile, #bulk_info_divf  {
        display: none !important;
    }


}
