form .inp-par{
    position: relative;
}
form .help-block{
    position: absolute;
    top: 100%;
    font-family: Lato-Regular;
    font-size: 11px;
    color: #F54B5E !important;
    letter-spacing: 0.21px;
    font-weight: normal;
}
form .main-help-block{
    font-family: Lato-Regular;
    font-size: 11px;
    color: #F54B5E !important;
    letter-spacing: 0.21px;
    font-weight: normal;
}

form .extra-help-block-left.has-error .help-block{
    right: 0;
    transform: translateY(-100%);
    top: -12px;
    left: 10px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 3px;
}
form .extra-help-block-left.has-error .help-block:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    bottom: -5px;
    transform: rotate(45deg);
    background: #f8f8f8;
    left: 25px
}

.indicate.has-error{
    border-color: #F54B5E !important;
}

form .field_section .help-block{
    position: static;
}
.error-flash {
    border: 1px solid #F5969E;
    font-size: 14px;
    text-align: center;
    padding: 20px;
    margin-bottom: 15px;
    color: #e01e34;
}

/*checked_modal*/
.checked_modal{
    height: 167px;
    background: #F6F8F8;
    box-shadow: 0 -1px 0 0 #EEEEEE;
    padding: 0 20px;
}
#form-image{
    height: 1px;
    padding: 0;
    margin: 0;
}
.fade-in-slow{
    -webkit-animation: fadeInFromNone 0.8s ease-out;
    -moz-animation: fadeInFromNone 0.8s ease-out;
    -o-animation: fadeInFromNone 0.8s ease-out;
    animation: fadeInFromNone 0.8s ease-out;
}
.fade-in{
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}
.fade-in-fast{
    -webkit-animation: fadeInFromNone 0.25s ease-out;
    -moz-animation: fadeInFromNone 0.25s ease-out;
    -o-animation: fadeInFromNone 0.25s ease-out;
    animation: fadeInFromNone 0.25s ease-out;
}
.checked_modal .right_section{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
.checked_modal .right_section .but{
    margin-left: 10px;
    cursor: pointer;
    background: transparent;
    border:none;
    outline: none;
    width: 126px;
    height: 30px;
    border-radius: 3px;
}
.checked_modal .right_section .but.but1{
    background: #00B5B8;
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.36px;
}
.checked_modal .right_section .but.but2{
    background: #EAEAEA;
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #648598;
    letter-spacing: 0.36px;

}
/*checked_modal end*/
/*main section end*/
/*end jobs page*/

span.check {
    background: url(../img/admin/check.svg);
    width: 12px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    bottom: 18px;
}
#mapCanvas {
    width: 100%;
    height: 250px;
    float: left;
}
#infoPanel {
    float: left;
    border-radius: 3px;
    cursor: pointer;
}
.add_client_modal .content .main .right form .add_categ .add_categ_inp div:hover{
    background: #00B5B8;
}
.add_client_modal .content .main .right .border{
    width: 100%;
    height: 2px;
    background: #ddd;
    margin-top: 30px;
    margin-bottom: 8px;
}
.edit_client1 {
    position: absolute;
    top: 19.5px;
    right: 9.5px;
    z-index: 10;
}
.shop_items .edit_client1{
    top: 0;
}
.edit_client1 .client_edit_open1 {
    cursor: pointer;
}
.edit_client1 .mod_client:after{
    content: '';
    position: absolute;
    top: -5px;
    right: 17px;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    background: #fff;
    box-shadow: -1px -1px 1px 0 rgba(0,0,0,0.25);
}
.edit_client1 div.rad {
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 50%;
    margin-bottom: 2px;
}
.edit_client1 div.rad.active_edit {
    background: #00B5B8;
}
.edit_client1 .mod_client {
    min-width: 90px;
    padding: 12px 20px;
    background: #fff;
    position: absolute;
    right: -20px;
    top: 28px;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    border-radius: 3px;
    display: none;
    z-index: 999;
}
.edit_client1 .mod_client div:not(:last-child) {
    padding-bottom: 12px;
}
.edit_client1 .mod_client div {
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #494A69;
    letter-spacing: 0.36px;
    cursor: pointer;
}
.edit_client1 .mod_client div:hover {
    color: #F54B5E;
}
.add_client_modal.new_categ .content .main .right form input{
    margin-top: 0;
}
#has_picture {
    margin: 1px 4px;
}
/*add new category modal end*/
/*add new shop modal*/
.client_modal .add_shop .work_hours{
    display: flex;
}
.client_modal .add_shop .work_hours label{
    flex-grow: 1;
}
.client_modal .add_shop .work_hours .padd{
    width: 10px;
}
.add_client_modal.add_shop .content .main .right form .work_hours label:not(:first-child){
    margin-top: 0;
}
.add_client_modal.add_shop .content .main .right form .work_hours label div{
    position: absolute;
    right: 10px;
    top: 22px;
}
.add_client_modal .content .main .right form .working_day{
    display: flex;
}
.add_client_modal .content .main .right form .working_day label:not(:first-child){
    margin-top: 0;
}
.add_client_modal .content .main .right form .working_day input{
    display: none;
}
.add_client_modal .content .main .right form .working_day label div{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eaeaea;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #494A69;
    letter-spacing: 0.36px;
    cursor: pointer;
}
.add_client_modal .content .main .right form .working_day label div:not(:first-child){
    margin-left: 5px;
}
.add_client_modal .content .main .right form .working_day input:checked + div{
    background: #00B5B8;
    color: #fff;
}
/*add new shop modal end*/
/*service shop page end*/

#infoPanel div {
    margin-bottom: 5px;
}
@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


.but_hover .edit_client1 {
    top: 15.5px;
    right: 50.5px;
    z-index: 99
}
.add_client_modal .content .main .right form .added_menu .menu_name input{
    border: none;
    padding: 0;
    color: #494A69;
    font-family: Lato-Regular;
    font-size: 14px;
    margin-top: 0;
}
.add_client_modal .content .main .right form .added_menu .menu_content{
    overflow: visible;
}
.add_client_modal .content .main .right form .added_menu{
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}
.add_client_modal .content .main .right form .added_menu .menu_name.add_categ input{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 12px 16px;
    outline: none;
}
.add_client_modal .content .main .right form .added_menu input {
    z-index: 9;
}
.add_client_modal.new_menu .content .main{
    max-height: 550px;
    overflow: auto;
}
.client_modal.mymodal.new_categ.new_menu_mod{
    min-height: 800px;
}
.client_modal.mymodal.new_categ.new_menu_mod .add_client_modal .content {
    padding-bottom: 20px;
}
.client_modal.mymodal.new_categ.new_menu_mod .right_section_menu{
    width: calc(100% - 10px)
}
/*menu category add modal end*/
/*add item modal*/
.client_modal.vehicle_type.add_item_modal.mymodal {
    min-height: 800px;
}
.add_item_modal .option_section {
    margin: 20px 0;
}
@-moz-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@-o-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}
.image_add_bg{
    position: absolute;
}
form .add_categ .help-block{
    top: 67px;
}
.menu_item.first_item .add_categ {
    position: relative;
}
.help-block#shop-item-option-error{
    position: static;
    height: 18px;
    display: block;
    margin-bottom: -18px;
}
.field_section .field_item.has-error {
    margin-bottom: 25px;
    transition: 0.15s margin ease;
}
div.flash_error{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0 0 15px 15px;
    transition: 0.15s all ease;
    border: 1px solid #F54B5E;
    border-top: none;
    font-family: Lato-Regular;
    padding: 15px;
    font-size: 12px;
    background: #fff;
    box-shadow: 0 0 0 #ccc;
}
#driver-list-dropdown{
    border: 1px solid #00B5B8;
    border-top: none;
    padding: 0;
    display: block;
    margin-top: -2px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    height: 150px;
    overflow-y: auto;
}
#driver-list-dropdown ul{
    list-style: none;
    padding: 5px 0;
    margin: 0;
}
#driver-list-dropdown label{
    display: block;
}
#driver-list-dropdown input[type='checkbox'],
#driver-list-dropdown input[type='radio']{
    height: 1px;
    width: 1px;
    opacity: 0;
    position: absolute;
    right: 0;
    font-family: OpenSans;
    font-size: 16px;
    color: #494A69;
    letter-spacing: -0.26px;
    line-height: 18px;
}
#driver-list-dropdown input + div {
    padding: 3px 7px;
}
#driver-list-dropdown input:checked + div{
    background: #00B5B8;
    color: #fff;
}
#driver-list-dropdown img{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.mobile_menu_sorted .img2{
    display: none;
}
/*shop inner page end*/

#message{
    position: absolute;
    top: 100%;
    font-family: Lato-Regular;
    font-size: 11px;
    letter-spacing: 0.21px;
}

form span.help-block.pswd-str-0 {
    color: #F54B5E !important;
}
form span.help-block.pswd-str-1 {
    color: #f56f2e !important;
}
form span.help-block.pswd-str-2 {
    color: #c68434 !important;
}
form span.help-block.pswd-str-3 {
    color: #b6b900 !important;
}
form span.help-block.pswd-str-4 {
    color: #648a01 !important;
}
form span.help-block.pswd-str-5 {
    color: #48D2A0 !important;
}
.field_section .field_item{
    position: relative;
}
#mapCanvas{
    height: 250px;
}

div#client_parent {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
/*.two_lab .add_photo1 img{*/
/*width: 140px;*/
/*height: 80px;*/
/*position: absolute;*/
/*opacity: 0;*/
/*top: 24px;*/
/*left: 1px;*/
/*}*/
#client_id_data{
    position: absolute;
    width: 400px;
    top: 0;
    left: 20px;
}

div .inp-par.has-error:not(.no-border) input,
div .inp-par.has-error:not(.no-border) button.dropdown-toggle,
div .inp-par.has-error:not(.no-border) div.dropdown-menu,
div .inp-par.has-error:not(.no-border) textarea{
    border-color: #F54B5E !important;
}
div .inp-par.has-error:not(.no-border) div.open button.dropdown-toggle{
    border-bottom-color: transparent !important;
}

div .inp-par:not(.no-check):after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
div .inp-par.has-error:not(.no-check):after{
    background: url("../img/ic_error.png") no-repeat center center;
    background-size: 2px 13px;
    position: absolute;
    right: 10px;
    bottom: 12px;
}
.inp-par.edited:not(.no-check):after{
    background: url("../img/ic_valid.png") no-repeat center center;
    background-size: 10px 7px;
    position: absolute;
    right: 10px;
    bottom: 12px;
}
.job_modal .info_job label#job_image_label{
    width: auto;
}
.radio_but1.inp-par.vehicle-type-group{
    flex-wrap: wrap;
    width: 100%;
}
.radio_but1.inp-par.vehicle-type-group label{
    width: 50%;
    margin-bottom: 5px;
}
#section-area span.check{
    display: none;
}
form.ajax input.has-error,
form.ajax textarea.has-error,
form.ajax select.has-error{
    border-color:  #F54B5E !important;
}
.add_client_modal .content .main .right form .field_section .field_item div.field_special{
    width: 100%;
}
.add_client_modal .content .main .right form .field_section .field_item div.field_special input {
    width: 100%;
    border-radius: 3px 0 0 3px;
    margin-top: 0;
    box-sizing: border-box;
}
#shop_item_options span.check{
    display: none;
}
.left .main-help-block{
    color: #F54B5E !important;
}
#driver_search_input, #office_search_input,
#search_input{
    width: 75%;
}
#driver_search_button, #office_search_button,
#search_button{
    display: inline-block;
}
#driver_search_reset, #office_search_reset{
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}
#driver_search_reset, #office_search_reset:after{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background: url(../img/jobs/ic_reset.png) no-repeat center;
}
.breadcrumbs span:not(:first-child):before{
    content : '> ';
    margin-right: 5px;
    color: #888888;
}
.breadcrumbs span:last-child{
    color: #00B5B8;
}
#shop_items_modal_cont{
    z-index: 12;
}
#shopping1 .shop_content .shop_content {
    padding: 0;
}
button.extra_button {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-top: 0 !important;
    margin-bottom: -10px;
    border-radius: 0 0 2px 2px!important;

}
#checkout button.extra_button{
    width: calc(100% + 10px);
    margin-left: -11px;
    box-shadow: 0 1px 0 0 #D0D4D9;
    border-radius: 2px !important;
    margin-bottom: 0px;
}
.map_street {
    display: flex;
}
.map_street .map{
    width: 240px;
    height: 146px;
}
.map_street .street_time{
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex-grow: 1;
}
.map_street .street_time.admin_view_time{
    margin-left: 0;
    margin-bottom: 20px;
}

.add_client_modal .content .main .right form .admin_view_time input{
    border: 0;
    width:250px;
    max-width: 100%;
    background: #f1f1f1;
    height: 27px;
    margin-top:0;
    padding:0;
    /*width:0;*/
}

.map_street .street_time label{
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: OpenSans-Bold;
    font-size: 12px;
    color: #494A69;
    line-height: 15px;
    position: relative;
}
.map_street .street_time label input{
    margin-top:8px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    outline: none;
    height: 40px;
    padding-left: 16px;
    font-family: OpenSans;
    font-size: 14px;
    color: #494A69;
    font-weight: 500;
    position: relative;
}
.map_street .street_time label.lab2{
    padding-left: 40px;
    width: auto;
}
.cart_info:not{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.cart_info .shop_one .shop_items{
    display: flex;
    flex-direction: column;
    font-family: OpenSans;
    font-size: 14px;
    color: #494A69;
    line-height: 16px;

}
.cart_info div:not(:last-of-type).shop_one{
    margin-bottom: 20px;
}


.cart_info .shop_one .shop_items .item_one{
    display: flex;
    height: 52px;
    align-items: center;
    border-bottom:1px solid #CDCED2;
}
.cart_info .shop_one .shop_items .item_one .left_info{
    display: flex;
    flex-grow: 1;
    align-items: center;
}
.cart_info .shop_one .shop_items .item_one .left_info .numb{
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #00B5B8;
    margin-right: 16px;
    border: 1px solid #979797;
    border-radius: 2px;
}
.cart_info .shop_one .shop_items .item_one .right_info{
    position: relative;
    padding-right: 26px;
}
#gmaps_address_picker{
    z-index: 12;
}
.job_modal .add_client_modal .content .main.map{
    padding: 0;
    height: 456px;
}
.job_modal .add_client_modal .content .main.map #mapCanvas {
    height: 456px;
}
.add_client_modal .content .main.map label {
    font-family: Lato-Bold;
    font-size: 12px;
    color: #494A69;
    line-height: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.cart_info .shop_one .head_shop{
    font-family: OpenSans-Semibold;
    font-size: 14px;
    color: #494A69;
    line-height: 16px;
    display: flex;
    align-items: center;
}
.cart_info .shop_one .head_shop > img {
    margin-right: 10px;
}
.cart_info .shop_one .shop_items {
    display: flex;
    flex-direction: column;
    font-family: OpenSans;
    font-size: 14px;
    color: #494A69;
    line-height: 16px;
}
.cart_info .shop_one .shop_items .item_one {
    display: flex;
    height: 52px;
    align-items: center;
    border-bottom: 1px solid #CDCED2;
}
.map_street {
    display: flex;
}
.map_street .street_time {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    flex-grow: 1;
}
.card_date .map_street .street_time {
    margin-left: 0;
    align-items: flex-start;
}
.map_street .street_time label.lab2 {
    margin-top: 20px;
}
.card_date .map_street .street_time label.lab2 {
    padding-left: 40px;
    width: auto;
}
.card_date .map_street .street_time label input {
    border: 0;
    width: 250px;
    max-width: 100%;
    background: #f1f1f1;
    height: 27px;
    margin-top: 0;
    padding: 0;
    /* width: 0; */
}
.card_date .dt_icon {
    position: absolute;
    right: auto;
    left: 0;
    top: 1px;
}
span.remove_date {
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
}
.card_date.mod{
    margin-left:20px;
}
/*.add_client_modal .content .main .right form input.location_pick{*/
/*width: 100%;*/
/*}*/
.job_modal .info_job label.on_lab.location_lab,
.job_modal .info_job label.two_lab.location_lab{
    width: 100%;
}
.add_client_modal .content .main.map label input:focus {
    border: 1px solid #00B5B8;
}
.job_modal .info_job.map_locations{
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
    position: absolute;
    z-index: 5;
    background: transparent;
    flex-wrap: nowrap;
}
.content.big_content{
    position: relative;
    width: 600px;
}
.job_modal .info_job.pick_address_container{
    width: 100%;
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 25px 10px #fff;
}
.add_client_modal .content .main .right button#pick_address {
    background: #B2B2BB;
    border-radius: 3px;
    height: 60px;
    border: none;
    outline: none;
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.81px;
    cursor: pointer;
    transition: background 0.2s;
    width: 93%;
    margin: 0 auto;
}
#location_a.shopping-location{
    width: 100%;
    box-sizing: border-box;
}
.add_bg_desc.has-error{
    display: none;
}
.main_content {
    height: calc(100% - 60px);
}
.main_content .main .section_one .panel_content{
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    height: 100%;
}
.main_content .main .section_one .panel_content.job_area{
    /*overflow: visible;*/
}
.main_content.fleet .main .section_one .panel_content {
    max-height: calc(100vh - 240px);
    overflow-y: auto;
    height: 100%;
}
.checked_modal{
    position: fixed;
    bottom: -167px;
    left: 0;
    right: 0;
    -moz-transition: bottom 0.2s ease;
    -webkit-transition: bottom 0.2s ease;
    -o-transition: bottom 0.2s ease;
    transition: bottom 0.2s ease;
    z-index: 999;
}
.checked_modal.visible{
    bottom: 0;
}
.checkbox_dropdown.edited.has-error .checkbox_content,
.checkbox_dropdown.edited.has-error{
    border-color: #F54B5E;
}
.modal-content.loading{
    -moz-transition: height 0.6s ease !important;
    -webkit-transition: height 0.6s ease !important;
    -o-transition: height 0.6s ease !important;
    transition: height 0.6s ease !important;
}
.content_box.inner_shop.admin{
    margin-top: 0;
}
.left.go-back{
    cursor: pointer;
}
#client_container{
    position: relative;
}
.toggle-client-block {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 15px;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.toggle-client-block img{
    width: 100% !important;
    height: 100% !important;
}
#grand_map, #driver_map, #zone_map, #zone_maps {
    width: 100%;
    height: 500px;
}
#zone_map {
    margin: 20px 0px 0px 0px;
}
.addNewDeliveryZone {
    margin: 0px 0px 15px 0px;
    background: #00B5B8;
    box-shadow: 0 1px 0 0 #d0d4d9;
    border-radius: 3px;
    min-width: 126px;
    padding: 0 10px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.36px;
    cursor: pointer;
}
.deliveryZonesList {
    margin-top: 5px;
}
.deliveryZonesList button {
    margin-left: 5px;
}
#grand_map.disable_flex, #driver_map.disable_flex{
    display: block;
    overflow: auto !important;
}
.map_section #grand_map_min_ic{
    display: none;
}
.map_section.maximized #grand_map_min_ic{
    display: block;
}
.map_section.maximized #grand_map_max_ic{
    display: none;
}
.map_section.maximized{
    position: fixed;
    /*background-color: #fff;*/
    /*width: auto;*/
    /*height: 90vh;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.map_section.maximized.big_map:after {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    top: -10vh;
    bottom: -10vh;
    left: -35vh;
    right: -35vh;
    z-index: -1;
    transition: background-color 0.5s;
}
.map_section.maximized.big_map{
    top: 5vh;
    left: 5vw;
    width: 90vw;
    height: 90vh;
}
.map_section.maximized.big_map #grand_map{
    height: calc(90vh - 200px);
    background-color: #ECEFF4;
}
.phone-list-icon-container{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #D8D8D8;
    line-height: 90px;
    text-align: center;
}
.main_content.clients .main .section_one .clients_panel .client_section .client_left_section .phone-list-icon-container img{
    width: 24px;
    height: 23px;
}
.plist-cont input.hidden-input{
    position:absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.gm-ui-hover-effect {
    outline:none;
}
.plist-cont input.hidden-input + label .checkbox-view{
    display: inline-block;
    width: 19px;
    height: 19px;
    border: 1px solid #000;
    border-radius: 50%;
    vertical-align: middle;
}
.plist-cont.lighter input.hidden-input + label .checkbox-view{
    border: 1px solid #dddddd;
    background-color: #f8f4f4;
}
.plist-cont.lighter input.hidden-input + label{
    cursor: pointer;
}
.plist-cont.lighter input.hidden-input:disabled + label{
    cursor: not-allowed;
}
.plist-cont.lighter input.hidden-input:disabled + label .checkbox-view{
    border: 1px solid #dddddd;
    background-color: #cccccc;
    cursor: not-allowed;
}
.plist-cont{
    margin-bottom: 15px;
}
.plist-cont input.hidden-input:checked + label .checkbox-view{
    border: 5px solid #00B5B8;
    width: 19px;
    height: 19px;
}
.login_section .plist-cont input.hidden-input:checked + label .checkbox-view{
    border: 5px solid #00B5B8;
    width: 11px;
    height: 11px;
}
.plist-cont .rounded-input-view{
    display: inline-block;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: calc(100% - 45px);
    margin-left: 15px;
    vertical-align: middle;
}
.plist-cont .rounded-input-view span{
    line-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
}
.plist-cont .rounded-input-view span:first-child{
    border-right: 1px solid #ddd;
    padding: 12px;
}
.main_content .main .section_two{
    overflow: hidden;
    position: relative;
}
.main_content .main .section_two.minimized{

    position: absolute;
    z-index: 5;
    right: 20px;
    overflow: visible;
    width: 35%;
    top: 65px;
}
.minimized .map_section{
    display: none;
}
.minimized #map_minimize{
    top: 120px;
    right: -15px;
}
.main_content .main .section_two #office-elevator{
    position: absolute;
    width: 100%;
    top: -127px;
    transition: top 0.2s ease-in-out;
}
.add_client_modal .content .main .right form .plist-cont.lighter{
    margin-bottom: 0;
    margin-top: 15px;
}
.add_client_modal .content .main .right form .plist-cont.lighter label:not(.inline-block){
    display: inline-block;
    margin-bottom: 20px;
}
.add_client_modal .content .main .right form .plist-cont.lighter label span{
    margin-right: 10px
}

header .right_section .singn_out{
    z-index: 1;
}
.main_content .main .section_two #office-elevator.down {
    top: 0;
}
.call_status p {
    font-size: 22px;
    display: none;
}
.call_status p#client_calling,
.call_status p#client_online{
    color: #00B5B8;
}
.call_status p#client_rejected {
    color: #F54B5E;
}
.call_status p#client_redirected {
    color: #F0BD00;
}
.sip_redirected{
    position: absolute;
    top: 5px;
    right: 25px;
    color: #898989;
}
.client_indicators img{
    width: 25px;
    height: 25px;
    margin-top: 4px;
    margin-right: 4px;
}
.modal-content{
    overflow: hidden;
    max-width: 600px;
}
.new_popup.err {
    border-bottom: 2px solid #F54B5E;
}

.new_popup {
    display: flex;
    align-items: center;
    min-height: 60px;
    padding-left: 25px;
    padding-right: 10px;
    border-bottom: 2px solid #48D2A0;
    background: #F8F4F4;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.11);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 2;
    transition: top 1s ease;
}
.new_popup.mod1{
    transform: translateY(-100%);
    top: -10px;

    /*top: 20px;*/
    width:50%;
    left:25%;
    transition: all 0.3s ease-in;
}
.new_popup.mod1.open {
    top: 65px;
    transform: translateY(0);
}
.new_popup.mod1 .icon1{
    width:40px;
    height:40px;
    background: url('../../web_asset/img/Icon_check.png') no-repeat center;
}
.new_popup.mod1.warn  .icon1{
    width:40px;
    height:40px;
    background: url('../../web_asset/img/Icon_warning.png') no-repeat center;
}
.new_popup.mod1.error  .icon1{
    width:40px;
    height:40px;
    background: url('../../web_asset/img/Icon_error.png') no-repeat center;
}
#message_block.visible .new_popup{
    top: 0;
}
.new_popup.error{
    border-bottom: 2px solid #F54B5E;
}
.new_popup.warn{
    border-bottom: 2px solid #F8C51C;
}
.new_popup .icon1{
    margin-right: 25px;
}
.new_popup .icon2{
    cursor: pointer;
    margin-left: 5px;
}
.new_popup .txt{
    flex-grow: 1;
}
.new_popup .txt >div:first-child{
    font-size: 18px;
}
.new_popup .txt >div:last-child{
    font-size: 14px;
}
.card-price_view .item_one{
    color: #494A69;
    padding: 10px 28px 10px 42px;
}
.card-price_view.total_price{
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 15px;

}
.card-price_view.total_price .item_one{
    padding-left:  0;
    padding-right: 0;
}
.card-price_view .item_one .left_info{
    float:left;
}
.card-price_view .item_one .right_info{
    float:right;
}
.add_client_modal .content .main{
    padding-bottom: 10px
}
.add_client_modal .content .main.no-padding{
    padding: 0;
}
.add_client_modal .content .main.no-padding .shoping_modal{
    width: auto;
}
.bootstrap-datetimepicker-widget .picker-switch .btn{
    box-sizing: border-box;
}
.translation-panel{
    display: flex;
}
.translation-column{
    width: 100%;
}
.creator-marker{
    text-transform: uppercase;
    color: #00B5B8;
    font-size: 13px;
    padding: 0 8px;
    border: 1px solid;
    border-radius: 3px;
    margin-right: 4px;
}
.creator-marker.rejected{
    color: #F54B5E;
    position: relative;
}

.creator-marker.unassigned{
    color: #f5a634;
    position: relative;
}
.creator-marker.restored{
    color: #172bf5;
    position: relative;
}
.rejected-bubble{
    position: absolute;
    top: -15px;
    transform: translate(-30%,-100%);
    padding: 13px 20px;
    background-color: #494A69;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.25);
    font-family: Lato-Regular;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
    border-radius: 3px;
    text-transform: lowercase;
    width: 200px;
    z-index: 8;
    display: none;
}
.rejected-bubble:after{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -6px;
    width: 12px;
    height: 12px;
    background-color: #494A69;
    left: calc(50% - 8px);
    transform: rotate(45deg);
}
.rejected-bubble b{
    text-transform: capitalize;
}
.rejected-bubble p{
    margin-bottom: 0;
}
.panel1.job_container:first-child .rejected-bubble{
    top: auto;
    transform: translate(-30%, 100%);
    bottom: -15px;
}

.panel1.job_container:first-child .rejected-bubble:after{
    bottom: auto;
    top: -6px;
}
.creator-marker.unassigned:hover .rejected-bubble,
.creator-marker.restored:hover .rejected-bubble,
.creator-marker.rejected:hover .rejected-bubble{
    display: block;
}

.position-status-marker{
    position:relative;
}
.position-status-marker:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFCC00;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -31px;
    z-index: 2;
}
.active.position-status-marker:before {
    background: #27AC60;
}
.position-status-marker:not(:last-child):after{
    content: '';
    width: 1px;
    height: calc(100% - 15px);
    border-left: 2px dotted #D0D4D9;
    display: inline-block;
    position: absolute;
    top: calc(50% + 8px);
    left:-27px;
}
.price.line-through{
    text-decoration: line-through
}
.price:after{
    content: '\00058F';
    margin-left: 3px;
}
/*div.modal-dialog{*/
/*width: auto;*/
/*}*/
div.modal-content .main{
    width: 600px;
    box-sizing: border-box;
}
div.modal-content .main.no-padding{
    width: auto;
}
.shoping_modal .content .order .order1 .list_order{
    position: relative;
}
#dynamic-image{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    z-index: 0;
}
.pac-container{
    z-index: 10000 !important;
    width: 450px!important;
}
.map_section .map_head .map_navigation ul li a div{
    border-bottom: 2px solid transparent;
}
.main_content .main .section_one.drivers_section .panel_content .top_panel .left_tab{
    cursor: pointer;
}
.pagination a{
    cursor: pointer;
}
.pagination .arrow.disabled{
    cursor: default;
}
.block_contact{
    position: absolute;
    right: 40px;
    top: 10px;
}
.dropdown-menu span img,
.filter-option img{
    max-width: 22px;
}
#quick_phone_number{
    background: transparent;
}
div#print-data {
    text-align: center;
}

.vehicle-info {
    display: inline-block;
}

div#print-data img {
    display: block;
    margin: 0 auto;
}
.vehicle-info p{
    margin-bottom: 0;
    font-size: 18px;
    text-align: left
}
@media print {

    .print-template {
        text-align: center;
    }
    .print-template .vehicle-info p {
        display: inline-block;
        margin-top: 20px;
        margin-right: 15px;
    }
    .print-template .vehicle-info p:last-child{
        font-style: italic;
    }
    .print-template .vehicle-info p:last-child:before{
        content: '#';
    }
    .print-template img{
        display: block;
        margin: 15px auto;
    }
}
.new_quick_job.disabled {
    background: #B2B2BB;
}
.sort1::before{
    font-family: FontAwesome;
    color: #000;
    font-size: 16px;
}
.sort1.active::before{
    color: #00B5B8;
}
.sort1.alpha::before{
    content: '\f15d';
}
.sort1.alpha.desc::before{
    content: '\f15e';
}
.sort1.num::before{
    content: '\f162';
}
.sort1.num.desc::before{
    content: '\f163';
}
.dash_cont .total_orders{
    margin-right: 7px;
}
.quick_job .one_row:first-child label:nth-child(1), .quick_job .one_row:first-child label:nth-child(2) {
    min-width: 131px;
    flex: initial;
}
.quick_job .one_row:first-child label:nth-child(1) {
    width: 175px;
}
.booking-color{
    color: #F54B5E !important;
    font-weight: bold;
}

.job-info-flex-container{
    display: flex;
}
.job-info-flex-el{
    width: 100%;
    padding: 10px;
}
.job-info-flex-el:not(:last-child){
    border-right: 1px solid #EEEEEE;
}
.rounded-icon-btn {
    display: inline-block;
    /* width: 24px; */
    /* height: 24px; */
    border-radius: 50%;
    text-align: center;
    color: #608595;
    /* background-color: #608595; */
    font-size: 19px;
    margin-right: 2px;
    margin-left: 3px;
    cursor: pointer;
}
.rounded-icon-btn.driver-map-pointer {
    font-size: 26px;
    margin-right: 7px;
}

.ani-button{
    background: #00B5B8;
    box-shadow: 0 1px 0 0 #D0D4D9;
    border-radius: 3px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-family: Lato-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.36px;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0 20px;
    min-height: 30px;
    vertical-align: middle;

}

.ani-button.large {
    display: block;
    width: 100%;
    padding: 12px 20px;
}
.ani-input{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding: 6px 10px;
    outline: none;
    font-family: Lato-Regular;
    font-size: 14px;
    color: #494A69;
    line-height: 17px;
    height: 17px;
    vertical-align: bottom;
    margin-bottom: -1px;
}
.add-package-button{
    padding-top: 12px;
    height: 40px;
    transform: translateX(-50%);
    margin-left: 50%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.wallet-row .ani-input,
.wallet-row .ani-button{
    margin-right: 5px;
}
.negative_wallet{
    color: #F54B5E !important;
}
#driver_wallet_panel{
    border-bottom: 1px solid #DDDDDD;
}
#driver_wallecompany_stat_search_cntt_panel{
    border-bottom: 1px solid #DDDDDD;
}
.vehicle_code .input_label{
    display: inline-block;
    border-radius: 5px;
    border:1px solid #888888;
    margin-left: 7px ;
    padding-left: 3px;
    color: #888888;
    overflow: hidden;
    vertical-align: middle;
}
.vehicle_code .input_label.has_error{
    border-color: #F54B5E;
    color: #F54B5E;
}
.vehicle_code input{
    width: 32px;
    visibility: visible !important;
    height: 28px;
    border: none;
    box-shadow: none;
    padding: 0 4px;
    color: #494A69;
}
.vehicle_code input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.vehicle_code input:focus{
    outline: none;
}
.om_switch {
    position: relative;
    height: 15px;
    width: 35px;
    margin-top: 22px;
}
.om_switch.head_switch {
    margin: 2px 12px;
}
.om_switch input {display:none;}
.om_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #aec1c9;
    -webkit-transition: .4s;
    transition: .4s;
}
.om_slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: -5px;
    bottom: -1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.om_switch input:checked + .om_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.om_slider.om_round {
    border-radius: 34px;
}


.om_slider.om_round:before {
    border-radius: 50%;
    background: #608595;
    box-shadow: 0 0 1px 1px #8685859e;
}

.gm_driver{
    background: #fff;
    border-radius: 3px;
    margin: 2px 0;
}
.gm_driver ul{
    display: flex;
    padding:7px!important;
}
.gm_driver ul li{
    align-self: center;
    margin: 0 7px;
}
.gm_driver ul li:nth-child(4){
    width: 200px;
}
.gm_driver .gm_driver_status{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: 5px;
    opacity: 0.7;
}
.gm_driver .gm_driver_status.online{
    background-color: #27ac60;
}
.gm_driver .gm_driver_status.assigned{
    background-color: #ff0000;
}
.gm_driver .gm_driver_status.active{
    background-color: #8906f5;
}
.gm_driver .gm_driver_status.gas_fillup{
    background-color: #f5a73f;
}
.gm_driver .gm_driver_status.lunch{
    background-color: #f5a73f;
}
.gm_driver .gm_driver_status.off_duty{
    background-color: #f5a73f;
}
.gm_driver .gm_driver_status.offline{
    background-color: #9d9d9d;
}
.gm_driver .gm_driver_vehicle_code:before{
    content: '# ';
}
.gm_driver ul li img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.gm_driver .gm_driver_address{
    font-size: 12px;
    max-width: 100px;
}

.gm_driver .gm_driver_phones p {
    margin: 0;
    line-height: 1;
    font-size: 14px;
    color: #667;
}
.gm_driver .gm_driver_assigned_count{
    display: inline-block;
    /* border: 1px solid #00B5B8; */
    color: #00B5B8;
    font-size: 22px;
    /* font-weight: bold; */
    line-height: 33px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
}
.gm_driver_vehicle_code{
    width: 36px;
    display: inline-block;
}
.gm_driver_phones{
    width: 95px;
}

.big_map .gm_driver{
    width: calc(50% - 8px);
    display: inline-block;
    margin-left: 5px
}
.big_map .gm_driver ul li:nth-child(4){
    width: 54%;
}
#driver_info_search .from_to label, #client_info_search .from_to label {
    margin-right: 7px;
}
#driver_info_search label.right_thrown {
    position: absolute;
    top: 105px;
    right: 34px;
}
.restore_job{
    cursor: pointer;
    font-size: 19px;
    color: #608595;
}
.main_content .main .section_one .date_report .vehicle_code .right_thrown input{
    margin-top: 0;
    border: none;
    width: calc(100% - 55px);
    float: right;
}
.vehicle_code .right_thrown .input_label{
    font-size: 22px;
    line-height: 50px;
    margin-top: 5px;
    padding-left: 10px;
}
.border_green_office{
    border : 1px solid #00B5B8!important;
    border-radius : 2px
}
.sip_client_mode{
    color: red !important;
    font-weight: bold;
}
div#phone_indicator {
    background: #ccc;
    width: 60px;
    height: 60px;
    line-height: 62px;
    text-align: center;
    font-size: 40px;
    color: #fff;
    border-radius: 50%;
    position: relative;
}
div#phone_indicator:before{
    font-family: FontAwesome;
    content: '\f095';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}
div#phone_indicator.calling{
    background-color: #2971fb;
    -webkit-animation: calling_animation 1s infinite; /* Safari 4.0 - 8.0 */
    animation: calling_animation 1s infinite;
}
div#phone_indicator.online{
    background-color: #00c607;
    -webkit-animation: online_animation 1s ease-in-out; /* Safari 4.0 - 8.0 */
    animation: online_animation 1s ease-in-out;
}
div#phone_indicator.redirected{
    background-color: #eec700;
    -webkit-animation: redirected_animation 0.5s forwards; /* Safari 4.0 - 8.0 */
    animation: redirected_animation 0.5s forwards;
}
div#phone_indicator.rejected{
    background-color: #ee0009;
    -webkit-animation: rejected_animation 0.5s forwards; /* Safari 4.0 - 8.0 */
    animation: rejected_animation 0.5s forwards;
}
.square-checkbox-inp{
    position: absolute;
    opacity:0;
}
.square-checkbox-lbl{
    width: 19px;
    height: 19px;
    position: relative;
    background: #F8F4F4;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    display:inline-block !important;
    margin-top: 0!important;
    font-family: Lato-Regular;
    cursor: pointer;
}
.square-checkbox-lbl.right-thrown{
    float:right;
}
.square-checkbox-inp:checked + .square-checkbox-lbl{
    background-color: #00B5B8;
    border: 1px solid transparent;
    background-image: url(../img/ic_check.png);
    background-position: center;
    background-repeat: no-repeat;
}
.slide-panel{
    margin-top: 7px;
}
.empty-data-msg{
    display: none !important;
}
.empty-data-msg.show{
    display: block !important;
}
#map_minimize{
    position: absolute;
    width: 25px;
    height: 25px;
    right: 5px;
    top: 162px;
    border-radius: 50%;
    border: 1px solid #608595;
    line-height: 28px;
    text-align:center;
    transition: all 0.2s ease;
    transform: rotate(-180deg);
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 10px 1px #fff;
    cursor: pointer;
}
#map_minimize:hover{
    box-shadow: 0 0 10px 1px #55a4ff;
}
#map_minimize:after{
    font-family: FontAwesome;
    content: '\f053';
    color: #768193;

    font-size: 15px;
    margin-right: 2px;
    padding-top: 0px;
}
#map_minimize.mini{
    transform: rotate(0deg);
}

.maximized + #map_minimize{
    display: none;
}
span.jb_rating:after {
    font-family: FontAwesome;
    content: '\f005';
    color: #00B5B8;
}
#driver_rating_avg{
    position: relative;
    width: 88px;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    margin-left: 7px;
}
#driver_rating_avg span {
    width: 100px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
}
#driver_rating_avg span.before:before,
#driver_rating_avg span.after:before {
    font-family: FontAwesome;
    position: absolute;
    content: '\f005\f005\f005\f005\f005';
    color: #00B5B8;
    font-size: 19px;
    -webkit-background-clip: text;
    overflow: hidden;
}
#driver_rating_avg span.before:before{
    color: #949492;
    opacity: 0.5;
}
div#driver_rating {
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}
.common-textarea{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    padding:12px 16px;
    height: 80px;
    margin-top: 8px;
    outline: none;
}

#driver_wallet_panel{
    margin-bottom:25px;
}
#company_stat_search_cnt{
    margin-bottom:25px;
}
#driver_wallet_panel .wallet-row{
    display: flex;
    margin: 15px 0;
}
#company_stat_search_cnt .wallet-row{
    display: flex;
    margin: 15px 0;
}
.table-striped.ani-table>tbody>tr:nth-of-type(odd) td{
    background-color: #00b6b61c
}
#clear_qj{
    background-color: #F54B5E;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    left: 0;
    border-radius: 50%;
    transition: all .3s;
}
#clear_qj:active {
    opacity: 0.6;

}

#clear_qj:after{
    content: "\f014";
    font: normal normal normal 18px FontAwesome;
    color: #FFF;
}
@-webkit-keyframes calling_animation {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes calling_animation {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
@-webkit-keyframes online_animation {
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}
@keyframes online_animation {
    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes redirected_animation {
    100% {
        -webkit-transform:rotate(180deg) scale(1) skew(1deg)
    }
}
@keyframes redirected_animation {
    100% {
        -webkit-transform:rotate(180deg) scale(1) skew(1deg)
    }
}
@-webkit-keyframes rejected_animation {
    100% {
        -webkit-transform:rotate(136deg) scale(1) skew(1deg)
    }
}
@keyframes rejected_animation {
    100% {
        -webkit-transform:rotate(136deg) scale(1) skew(1deg)
    }
}
#demo_keyword{
    display: none;
}
span.remove_keyword{
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 18px;
    color: #dcdcdc;
    width: 15px;
    height: 15px;
    z-index: 9;
}
span.remove_keyword:hover{
    color: #494A69;
}
span.remove_keyword:after{
    font-family: FontAwesome;
    content: '\f00d';
    cursor: pointer;
}
.package-ticket{
    border: 1px solid #ccc;
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
    overflow: hidden;
}
.package-ticket-cnt {
    display: flex
}
.ticket-data{
    flex-basis: 100%;
}
.ticket-field{
    border-bottom: 1px solid #ccc;
}

.ticket-merged-fields {
    display: flex;
    padding: 3px 0;
}

.ticket-merged-fields:first-child{
    padding-top: 0;
}
.ticket-merged-fields:last-child{
    border-bottom: none;
    padding-bottom: 0;
}

.ticket-merged-fields .ticket-field{
    border-bottom: none;
    padding-right: 10px;
    border-right: 1px solid #ccc;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.ticket-merged-fields .ticket-field:last-child{
    border-right: none;
}
.ticket-field-title{
    font-size: 10px;
    margin-bottom: 0;
    opacity: 0.8;
}

.ticket-field-data{
    margin-bottom: 3px;
    /* text-align: right; */
    width: 100%;
}

.ticket-actions{
    margin-left: 10px;
}

.add_client_modal .content .main .right form .ticket-actions button{
    height: auto;
    padding: 10px;
    width: 150px;
    margin:0;
    display: block;
}

.add_client_modal .content .main .right form .ticket-actions button:disabled{
    cursor: not-allowed;
    background-color: #7f7878;
    visibility: hidden;
}

.add_client_modal .content .main .right form .ticket-actions button:first-child{
    margin-bottom: 5px;
}
.add_client_modal .content .main .right form .package-ticket button.red:hover:enabled{
    background-color: #F54B5E;
}
.add_client_modal .content .main .right form .ticket-description input{
    border: none;
    flex-basis: 100%;
    margin-top: 0;
    padding: 3px 5px;
}

.add_client_modal .content .main .right form .ticket-description label{
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 5px;
    flex-direction: row;
}
.add_client_modal .content .main .right form .ticket-description label button{
    float: right;
    width: 100px;
    margin: 0;
    border-radius: 0;
    height: 40px;
    font-family: Lato-Regular;
    font-weight: lighter;
}
.red {
    font-size: 12px;
    color: #F54B5E;
}
span.was-paid-indicator, #aall .red {
    vertical-align: sub;
    margin-right: 5px;
    font-size: 12px;
    color: #F54B5E;
    white-space: nowrap;
}
li.allow_wrap.centered{
    text-align: center;
}
li.allow_wrap.centered span{
    flex-basis: 100%;
}
.update-package{
    display: none;
}
#package_form_name_input {
    width: 100% !important;
    max-width: 380px !important;
}
.group-service-cnt{
    margin: 25px 0
}
.internal-inputs{
    margin-top: 10px;
}
.pack-partner-list{
    height: calc(100vh - 100px) !important;
    max-height: none !important;
}
.white-bg{
    background-color: #fff !important;
}

#gallery_image_cnt{
    background-color: rgba(0,0,0,0.3);
}
#gallery_image_cnt img{
    max-height: 100px;
    margin: 7px;

}
.gallery_label_cnt{
    display: inline-block;
}
.radio-cnt {
    flex-basis: 50%;
}

.radio-cnt-flexbox {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.shop_stat_icon:after{
    font-family: FontAwesome;
    content: '\f001';
    color: #00B5B8;
    font-size: 22px;
    cursor: pointer;
}
span.abs-icon {
    position: absolute;
    color: #F54B5E;
    opacity: 0.3;
    font-size: 25px;
    top: 9px;
    right: 14px;
    cursor: pointer;
}
span.abs-icon:hover {
    opacity: 0.8;
}
.changes_log_package{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #403838;
}
.changes_log_package .changes_log_package_info{
    padding-bottom: 15px;
}
.changes_log_package .changes_log_package_info .row155{
    display: flex;
    ont-weight: bold;
    padding-right: 10px;
}
.changes_log_package .changes_log_package_info .row155 .type{
    color: #8c8c8c;
    padding-right: 5px;
}
.changes_log_package .changes_log_package_info .row155 .admin_name{
    color: #8c8c8c;
    padding-left: 10px;
    font-weight: bold;
}
.changes_log_package  table tbody td{
    background-color: inherit;
}

.changes_log_package .changes_log_package_info .row155 img{
    width: 34px;
}
.ani-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
    margin-right: 30px;
    margin-left: 10px;
}

/* Hide default HTML checkbox */
.ani-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

.ani-slider:before {
    position: absolute;
    font-family: FontAwesome;
    content: "";
    color: #8c8c8c;
    height: 23px;
    width: 23px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    /* text-align: center; */
    box-sizing: border-box;
    padding-left: 3px;
    font-weight: 100;
    font-size: 18px;
}

input:checked + .ani-slider {
    background-color: #00B5B8;
}

input:focus + .ani-slider {
    box-shadow: 0 0 1px #00B5B8;
}

input:checked + .ani-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
    content: "\f00c";
    color: #00B5B8;
}

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

.ani-slider.round:before {
    border-radius: 50%;
}
#package_discount_btn i{
    color: #b2b2bb;
    font-size: 20px;
    margin-left: 16px;
}
.twinkle img{
    animation-iteration-count: infinite;
    animation-name: twinkle;
    animation-duration: 1.5s;
    transform: rotateZ(-10deg);
}
#jobs_area .twinkle img {
    width: 15px;
}
@keyframes twinkle {
    50% {
        transform: rotateZ(10deg);
    }
}
.alternative-container{
    display: flex;
    min-height: 30px;
    transition: height 1s ease-in-out;
}
.alternative_vehicle_type{
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 7px;
    overflow: hidden;
}
.sort_alt{
    margin-bottom: 3px;
    padding-bottom: 5px;
    padding-top: 5px;
    overflow: hidden;
}
.ui-sortable .sort_alt{
    cursor: pointer;
}

.ui-sortable .sort_alt:hover{
    background: #e9e9e9;
}
#other_vts .alt_hide{
    display: none;
}
#alternative_vts .alt_add{
    display: none;
}
.form_contr.radio_parent .radio_but{
    flex-wrap: wrap;
    margin-top: 25px;
    display: inline-block;
}
.form_contr.radio_parent * {box-sizing: border-box;}
.form_contr.radio_parent label {
    flex-basis: 100%;
}
.form_contr.radio_parent label div{
    display: inline-block;

}
.form_contr.radio_parent .radio_but label{
    display: flex;
    flex-wrap: nowrap;
}
.form_contr.radio_parent .radio_but label span{
    vertical-align: top;
    display: inline-block;
}
.form_contr.radio_parent .radio_but label.lab2{
    margin-left: 0;
}
button.new_quick_job.package-button.disabled:hover {
    background-color: #b2b2bb !important;
}
button.new_quick_job.package-button.disabled{
    cursor: not-allowed !important;
}
/*tooltip*/
.workDetails {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}
.workDetails .tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #f6f8f8;
    color: #000;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1000;
    width: 250px;
    right: 0;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #4fcde7;
}
.workDetails:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
.workDetails .tooltip .col3{
    width: 50%;
    text-align: left;
    padding: 0 8px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    font-size: 11px;
    padding-bottom: 4px;
}

/** Custom Modal **/
.modal-content_custom {
    overflow: hidden;
    max-width: 600px;
}
.modal-content_custom {
    min-height: 200px;
}
.modal-content_custom {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
@media (min-width: 768px){
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}

/** Shop Management **/
.disabledEl {
    opacity: 0.6;
}
.approved-date {
    font-size: 14px;
    color: #494A69;
    line-height: 17px;
    font-family: Lato-Bold;
    padding: 5px;
}
.approved-order img {
    padding-right: 0px !important;
}
.rejected-order {
    padding: 1px;
    color: #F54B5E;
}
/* Form validation error */
.error-section-name {
    padding-left: 15px;
}

.overflow-visible {
    overflow: visible !important;
}

.date_report.company {
    height: auto !important;
}

.main_content .main .section_one .date_report.company{
    padding: 0;
} 
.left_head{
  display: flex;
  align-items: center;
  font-size: 13px;
  color: red;
  margin-top: 3px;
}
.action_td {
  text-align: left !important;
}
.left_head_success{
  display: flex;
  align-items: center;
  font-size: 13px;
  color: green;
  margin-top: 3px;
}