﻿h2{
        text-align:center;
    }
.delivery-form{
    font-size:13px;
}
.delivery-form label{
    font-weight:normal;
}
    #content>div {
        left: 0px;
        right: 0px;
        top:0px;
    }
    .carco_item{
        margin-bottom:20px;
    }
    .help_input{
        position:relative;
    }
    .help_input > input {
        width: 100%;
        padding-left: 14px;
        padding-right: 14px;
        padding-top: 4px;
        padding-bottom: 4px;
        box-sizing: border-box;
        height: 38px;
        margin-bottom: 17px;
        border-style: solid;
        border-width: 2px;
        border-color: rgb(202, 202, 202);
        border-radius: 19px;
        outline: none;
        
    }
    .help_input > input::placeholder {
        color: rgb(202, 202, 202);
    }

    .help_input > textarea {
        width: 100%;
        padding-left: 14px;
        padding-right: 35px;
        padding-top: 8px;
        padding-bottom: 8px;
        box-sizing: border-box;
        height: 70px;
        margin-bottom:10px;
        border-width: 2px;
        border-color: rgb(202, 202, 202);
        border-radius: 16px;
        outline: none;
        border-style:solid;
    }
    .help_input > textarea::placeholder {
        color: rgb(202, 202, 202);
    }
    .help_input > span.question_sign {
        border: 2px solid #cacaca;
        border-radius: 50%;
        position: absolute;
        top: 8px;
        right: 10px;
        padding: 4px 5px 4px 5px;
        font-weight: bold;
        cursor: pointer;
        line-height: 9px;
        background-color: white;
        color: #bbbbbb;
    }
    .help_input > span.question_sign:hover {
        background-color:white;
    }
    .help_input.checked > span.question_sign {
        border: 2px solid white;
        background-color: #00a8ff;
        top: 7px;
        color: white;
    }
    .help_input.checked > span.question_sign:hover {
        border: 2px solid white;
        background-color: #00a8ff;
    }
    .help_input > div {
        display: none;
        position: absolute;
        border: 1px solid #cecece;
        min-height: 25px;
        top: 47px;
        padding: 10px 15px;
        background-color: #f9f9f9;
        min-width: 300px;
        z-index: 100;
        border-radius: 11px;
    }
    .help_input > div > label{
        margin-bottom: 6px;
        font-weight: normal;
        font-size: 13px;
        line-height: 1.5;
        color: #333;
    }
    .help_input > div > img {
        border: 1px solid #989898;
        margin-top: 10px;
        width:100%;
    }
    .help_input > span.question_sign:hover ~ div {
        display:block;
    }
    .ui-autocomplete-input,
    .help_input > select {
        width: 100%;
        height: 38px;
        margin-bottom: 10px;
        border: 2px solid rgb(202, 202, 202) !important;
        box-sizing: border-box;
        padding-left: 14px;
        padding-right: 5px;
        color: black;
        border-radius: 19px;
        outline: none;
    }
    .top_label{
        font-weight:normal;
        margin-bottom:4px;
        padding-left:15px;
    }
    .left_label{
        font-weight: normal;
        margin-bottom: 0px;
        padding-top: 10px;
        font-size:13px;
    }
    .no_padding_right{
        padding-right:0px !important;
    }
    .no_padding_left{
        padding-left:0px !important;
    }
    .row {
        margin-top: 0px;
        margin-bottom: 0px; 
        display: block; 
    }
    .container_request{
        max-width:820px;
        font-family: GothaProLig, Arial;
    }
    .container_request h2{
        font-family: GothaProMed, Arial;
    }
    .container_request h4{
        font-family: GothaProMed, Arial;
    }
    .container_request h5{
        font-family: GothaProMed, Arial;
        margin-bottom:15px;
    }
    .delete_cargo_btn {
        border: 2px solid #cacaca;
        padding: 2px 8px 2px 7px;
        border-radius: 50%;
        background-color: white;
        color: #bbc1d2 !important;
        position: absolute;
        top: 25px;
        right: 7px;
        text-decoration: none !important;
        font-size: 30px;
    }
    .delete_cargo_btn > span{
        transform: rotate(45deg);
        display: block;
        line-height: 29px;
        font-size: 32px;
    }
    span.red_star{
        color:red;
    }
    .form_button{
        width: 100%;
        display: block;
        text-align: center;
        color: white !important;
        text-decoration: none !important;
        background-color: #15adff;
        padding: 12px 0px;
        font-weight: bold;
        font-size: 19px;
        border-radius: 5px;
        cursor: pointer;
    }
    .form_button:hover{
       opacity:0.85;
    }

    .add_button{
        width: 180px;
        padding-top: 9px;
        padding-bottom: 9px;
        color: black !important;
        display: block;
        text-align: left;
        text-decoration: none !important;
        font-family: GothaProMed;
        font-size: 16px;
        opacity:0.85;
    }
    .add_button > span{
        border: 2px solid #cacaca;
        border-radius: 50%;
        color: #000000;
        font-size: 20px;
        padding: 2px 7px 2px 7px;
        margin-right: 6px;
    }
    .add_button:hover{
       opacity:1;
    }

    .hint{
        color: gray;
        font-weight: normal;
        font-size: 11px;
    }
    .checkbox_btn{
        background-color: white;
        padding: 17px 0px;
        height: 108px;
        margin-bottom: 10px;
        margin-top: 11px;
        border-radius: 14px;
        margin: 10px;
        text-align:center;
        padding-right: 10px;
    }
    .checkbox_btn.checked{
        background-color: #00a8ff;
        color: white;
    }
    .checkbox_btn > input[type='checkbox']{
        display: inline-block;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-bottom: 4px;
        display:none;
    }
    .checkbox_btn > label.name{
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: top;
        color: inherit;
        font-size: 19px;
        width: 166px;
        padding-top: 15px;
        font-weight: bold;
        margin-left: 12px;
            text-align: left;
    }
    .checkbox_btn > label.hint{
        color: gray;
        font-weight: normal;
        font-size: 11px;
        margin-bottom: 0px;
    }


    .checkbox_row{
        padding: 6px 0px;
    }

    .checkbox_row > input[type='checkbox']{
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        margin-bottom: 6px;
    }

    .checkbox_row > input[type='checkbox']:after{
        content: 'v';
        color: transparent;
        background-image: url(../../../../Images/DeliveryShop/checkbox_false.png);
        width: 20px;
        height: 20px;
        display: block;
        box-sizing: border-box;
        background-color: white;
        background-position: 50% 50%;
    }
    .checkbox_row > input[type='checkbox']:checked:after {
        background-image:url(../../../../Images/DeliveryShop/checkbox_true.png);
    }
    .checkbox_row > input[type='checkbox']:checked:disabled:after {
        background-image:url(../../../../Images/DeliveryShop/checkbox_disable.png);
    }

    .checkbox_row > label.name{
        display: inline-block;
        margin-bottom: 0px;
        margin-left: 4px;
        vertical-align: middle;
        color:inherit;
        font-weight:normal;
        font-size:13px;
    }
    .autocomplete_delete_btn {
        position: absolute;
        z-index: 30;
        top: 5px;
        right: 7px;
        height: 28px;
        width: 28px;
        cursor: pointer;
        text-align: center;
        border: 2px solid #cacaca;
        padding: 3px;
        background-color: white;
        border-radius: 50%;
    }
    .autocomplete_delete_btn > span {
        transform: rotate(45deg);
        display: block;
        font-size: 26px;
        line-height: 19px;
        color: #bbbbbb;
    }
    .map_icon {
        background-image: url(../../Images/map_icon.png);
        width: 100%;
        background-repeat: no-repeat;
        background-size: 22px;
        display: inline-block;
        vertical-align: top;
        padding-left: 35px;
        padding-top: 6px;
        border: 1px solid #2f6088;
        height: 38px;
        background-position: 6px 50%;
        cursor: pointer;
        color: black !important;
        text-decoration: none !important;
        border-radius: 10px;
        border: 2px solid #cacaca;
    }
    .ng-invalid.ng-touched {
        border-color: #e25454 !important;
        -webkit-box-shadow: 0px 0px 1px 0px rgba(255, 0, 0, 1) !important;
        -moz-box-shadow: 0px 0px 1px 0px rgba(255, 0, 0, 1) !important;
        box-shadow: 0px 0px 1px 0px rgba(255, 0, 0, 1) !important;
    }
    .validation_hint{
        position: absolute;
        top: -40px;
        left: 0px;
        color: #ffffff;
        background-color: #ff9898;
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        border: 2px solid #ff9898;
        font-weight: bold;
        min-width: 300px;
        max-width: 400px;
        font-size: 13px;
        border-radius: 9px;
    }
    .validation_hint:after{
        position: absolute;
        top: 30px;
        left: 2px;
        content: '-';
        color: transparent;
        border-top: 8px solid #ff9898;
        border-bottom: 0px solid transparent;
        border-left: 8px solid transparent;
        border-right: 14px solid transparent;
        height: 5px;
        width: 8px;
    }
    .validation_hint.align_right{
        left:auto;
        right:0px;
    }
    .validation_hint.align_right:after{
        left: auto;
        right: 1px;
        border-left: 6px solid transparent;
    }
    .autocomplete_box > span.custom-combobox ~ span.validation_hint,
    .help_input > textarea ~ span.validation_hint,
    .help_input > input ~ span.validation_hint,
    .help_input > select ~ span.validation_hint{
        visibility: hidden;
        opacity:0;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .autocomplete_box > span.custom-combobox.ng-invalid.ng-touched:hover ~ span.validation_hint,
    .help_input > textarea.ng-invalid.ng-touched:hover ~ span.validation_hint,
    .help_input > input.ng-invalid.ng-touched:hover ~ span.validation_hint,
    .help_input > select.ng-invalid.ng-touched:hover ~ span.validation_hint{
        display:block;
        visibility: visible;
        opacity:1;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .tooltipster-base{
        display:none !important;
    }
    .message_link{
        color:#2f6088 !important;
        text-decoration:underline !important;
    }


    .delivery_page-content {
            min-width: auto !important;
        }


    .photo_box{
        width:100px;
        height:100px;
        border: 2px solid #cacaca;
        background-position:50% 50%;
        background-repeat:no-repeat;
        background-size:100px;
        margin-top: 18px;
        margin-left: 0px;
    }

    .slider-handle,
    .slider-tick {
        width: 10px;
        height: 10px;
    }
    .slider-track{
        -webkit-box-shadow: none; 
        box-shadow: none; 
        background-image:none;
        background-color:white;
    }
    .slider-tick,
    .slider-track-high{
        background-image:none;
        background-color:#ebebeb;
        -webkit-box-shadow: none; 
        box-shadow: none; 
    }
    .slider-selection.tick-slider-selection,
    .slider-tick.in-selection,
    .slider-handle{
        background-image:none;
        background-color:#68bceb;
        -webkit-box-shadow: none; 
        box-shadow: none; 
    }
    .slider.slider-horizontal {
        height: 10px;
    }
    .slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
        height: 60%;
        top: 20%;
        bottom: 20%;
    }
    .slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
        margin-left: -5px;
    }
    .slider.slider-horizontal .slider-tick-label-container {
        margin-top: 10px;
    }
    .slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
        color: #848484;
    }
    .result_table{
        width: 100%;
        font-size: 14px;
        border: 3px solid #ebebeb;
        border-radius: 12px;
        border-collapse: separate !important;
    }
    .result_table td{
        border-bottom: 2px solid #ebebeb;
        border-right: 2px solid #ebebeb;
        padding: 13px 28px;
    }
    .result_table tr > td:first-child{
        color:#565656;
    }
    .result_table tr > td:last-child{
        font-weight:bold;
        border-right:none;
        color:#787f92;
        font-size: 16px;
    }
    .result_table tr:last-child > td{
        border-bottom: none;
    }

    .row_with_line {
        border-bottom: 1px solid #e1e4e9;
        display: block;
        margin-bottom: 7px;
        line-height: 0px;
    }

    .calculator_value{
        display:inline-block;
    }
    .calculator_value > input{
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        color: #0086cc;
        font-size: 32px;
        width: 121px;
        border-radius: 5px;
        border: 2px solid #ebebeb;
        margin-bottom: 8px;
        margin-top: 25px;
        padding-left:15px;
    }
    .calculator_value > label {
        display: inline-block;
        vertical-align: middle;
        font-size: 25px;
        color: #c1c1c1;
        margin: 0px;
        padding-top: 18px;
        margin-left: 3px;
    }
    .tab_icon{
        display: inline-block;
        width: 75px;
        height: 75px;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .tab_icon.user_icon{
        background-image: url(../../../../Images/DeliveryShop/user.png);
    }
    .tab_icon.star_icon{
        background-image: url(../../../../Images/DeliveryShop/star.png);
    }
    .checkbox_btn.checked .tab_icon.user_icon{
        background-image: url(../../../../Images/DeliveryShop/user_white.png);
    }
    .checkbox_btn.checked .tab_icon.star_icon{
        background-image: url(../../../../Images/DeliveryShop/star_white.png);
    }
    .help_input .help_panel{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
        bottom: 0px;
        background-color: #f4f4f4;
        color: black;
        border-radius: 12px;
        text-align: left;
        padding: 7px 23px;
        font-size: 12px;
        line-height: 1.4;
        display:none;
    }
    .address_field > div.help_input{
        display:inline-block;
        margin-right:1%;
    }

@media (max-width: 600px) {
    .address_field > div.help_input{
        width:100% !important;
        margin-right:0px;
    }
    .checkbox_btn {
        height: 111px;
        padding-right: 32px;
    }
    .checkbox_btn > input[type='checkbox'] {
        display: none;
    }
    .help_input > div {
        max-width: 100%;
    }
    .delete_cargo_btn {
        right: 0px;
        top: -211px;
    }
    .padding_modile{
        padding-right:15px !important;
        padding-left:15px !important;
    }
    .map_icon{
        display:none;
    }

    .container_request{
        font-family: Arial;
    }
    .container_request h2{
        font-family: Arial;
    }
    .container_request h4{
        font-family: Arial;
    }
    .container_request h5{
        font-family: Arial;
    }
    .add_button{
        font-family: Arial;
    }
}