body{
    font-size: 12px !important;
}

.bg-warning{
    background-color: #ffd600;
}
.bg-danger{
    background-color: #ff0000;
}
.bg-success{
    background-color: #29af4c;
}

.text-green{
    color: #29af4c;
}

.text-red{
    color: #ff0000;
}

.text-yellow{
    color: #ffd600;
}

.table_form_link{
    color: #ffffff;
    font-size: 36px;
    top: -7px;
    left: 27%;
}

.leads_calendar_table td{
    height: 30px;
    padding: 0;
}

.carrqstclwh-form-block,
.whgt-form-block,
.cartrcl-form-block,
.carldcrrent-form-block{
    margin-top: 100px;
}

.dtd_line{
    width: 100%;
    border-bottom: 3px dashed #6e6e6e;
}

.interval_ch_label{
    padding-top: 25px;
}

.users_table a,
.roles_table a,
.permissions_table a{
    float: left;
}


.users_table button[type="submit"],
.roles_table button[type="submit"],
.permissions_table button[type="submit"]{
    background: 0;
    border: 0;
    float: left;
    color: #007bff;
}

.text-primary {
    color: #007bff!important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #494f54!important;
}

a.text-success:focus, a.text-success:hover {
    color: #19692c!important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #a71d2a!important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #ba8b00!important;
}

a.text-info:focus, a.text-info:hover {
    color: #0f6674!important;
}

a.text-light:focus, a.text-light:hover {
    color: #cbd3da!important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #121416!important;
}

.text-muted {
    color: #6c757d!important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124!important;
}

.text-primary {
    color: #007bff!important;
}

.text-secondary {
    color: #6c757d!important;
}

.text-success {
    color: #28a745!important;
}

.text-danger {
    color: #dc3545!important;
}

.text-warning {
    color: #ffc107!important;
}

.text-info {
    color: #17a2b8!important;
}

.text-light {
    color: #f8f9fa!important;
}
.bg-dark {
    background-color: #343a40!important;
}

.text-dark {
    color: #343a40!important;
}

.text-body {
    color: #212529!important;
}

.text-muted {
    color: #6c757d!important;
}

.text-white {
    color: #fff!important;
}

.set_order_status{
    padding: 5px;
}

.message_note_block{
    border-bottom: 2px dashed #ccc;
}

.notes-block-details{
    margin: 50px 0;
    z-index: 9;
    position: relative;
}


.hover_info_block{
    padding: 4px 8px;
    position: absolute;
    white-space: pre-line;
    z-index: 99999;
    background: #fff;
    box-shadow: 1px 1px 4px #adadad;
    width: 500px;
    font-weight: normal;
}

.part_title_top:hover:after{

}

/*h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{*/
/*    display: initial;*/
/*}*/

.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.ml0{
    margin-left: 0;
}
.mr0{
    margin-right: 0;
}
.mt20{
    margin-top: 20px;
}
.mb20{
    margin-bottom: 20px;
}

.order_status_circle{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.status_span{
    padding: 5px;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.lead_index_td{
    text-align: center;
    color: #ffffff;
}

/*.form-group{*/
/*    padding: 20px 0;*/
/*}*/

/*.form-group label{*/
/*    float: left;*/
/*    width: 30%;*/
/*}*/

/*.form-group input{*/
/*    float: right;*/
/*    width: 70%;*/
/*}*/

/*.form-group select{*/
/*    float: left;*/
/*    width: 70%;*/
/*}*/

.active_status{
    position: relative;
}

.active_status:after{
    color: #000;
    content: "\2191";
    position: absolute;
    left: 40%;
    top: 17px;
    margin: 0 auto;
    display: block;
    font-size: 23px;
}

.rqst_to_mt{
    margin-top: 78px;
}

.clientrequest_th_block{
    position: static;
    width: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
    font-size: 20px;
    text-align: center;
    display: block;
}

/*#updateleadform .select2-container .select2-selection--single{*/
/*    height: 40px;*/
/*}*/

/*#updateleadform .select2-container--default .select2-selection--single .select2-selection__rendered{*/
/*    line-height: 21px;*/
/*}*/

/*#updateleadform .select2-container--default .select2-selection--single .select2-selection__arrow{*/
/*    top: 21px;*/
/*}*/

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 12px !important;
}

.order_notes_buttons_block,
.order_notes_buttons_block{
    margin: 15px 0;
}

/*@media (min-width: 1025px){*/
/*    .kt-header--fixed.kt-subheader--fixed .kt-subheader,*/
/*    .kt-header--fixed .kt-header{*/
/*        z-index: 9 !important;*/
/*    }*/
/*}*/

.datepicker-dropdown{
    z-index: 999999999999999999 !important;
}

.bootstrap-timepicker-widget.dropdown-menu.open{
    z-index: 999999999999999999 !important;
}

ul.no_lst{
    list-style-type: none;
    font-size: 1.1rem;
}

ul.order_log{
    list-style-type: none;
    font-size: 1.1rem;
}

.order_log li:empty:before {
    content: "\200b";
}

.no-pl{
    padding-left: 0;
}

/*.untie-clrqstfrom_form-js.pull-right.btn.btn-danger{*/
/*    margin: 8px 0 8px 0;*/
/*}*/


.delivery_ab_block{
    border-top: 1px solid #646c9a;
}

.delivery_ab_block .from{
    border-right: 1px solid #646c9a;
}

.wh_form_label{
    border-bottom: 3px solid #333;
}

.delivery_ab_block .from,
.delivery_ab_block .to{
    padding-top: 15px;
}

.manager_avatar{
    cursor: pointer;
    width: 100px;
}

.form-group{
    margin-bottom: 0.5rem !important;
}

.order-product-wrapper .form-group{
    margin-bottom: 1rem !important;
}

.add_clrqstfrom_form-js,
.add_clrqstto_form-js{
    position: relative;
    top: -35px;
}

.under_line{
    display: block;
    height: 2px;
    width: 100%;
    background-color: #646c9a;
    margin: 0 0 10px 0;
}

.order_step_block{
    border-left: 2px solid #646c9a;
}

.order_step_block:first-child{
    border-left: 0;
}

.hint .span_hover_info {
    position: absolute;
    right: 0;
    top: 6px;
}

.interval_enabled label{
    padding-top: 6px;
}


a.add_clrqstto_form-js,
a.add_clrqstfrom_form-js {
    position: absolute;
    left: 15px;
    bottom: -35px;
    width: 28px;
    height: 28px;
    top: initial;
}


a.untie-clrqstfrom_form-js,
a.untie-clrqstto_form-js{
    position: absolute;
    right: -45px;
    bottom: 3px;
    width: 28px;
    height: 28px;
    top: initial;
}

.add_clrqstfrom_contact-js,
.add_clrqstto_contact-js{
    margin: 0 auto;
    display: block !important;
    width: 28px;
    position: relative;
    top: 0;
}

a.untie-clrqstfrom_contact-js,
a.untie-clrqstto_contact-js{
    position: absolute;
    width: 28px;
    margin-left: auto;
    margin-right: auto;
    left: 75px;
    right: 0;
}

/*a.add-clrqstfrom_contact-js,*/
/*a.add-clrqstto_contact-js{*/
/*    position: absolute;*/
/*    width: 28px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*    left: 50px;*/
/*    right: 0;*/
/*}*/

.datepicker table tr td.highlighted {
    background-color: #e89191 !important;
    border-color: #c22929 !important;
}

.interval_toggle_checkbox {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.end_interval_toggle_checkbox{
    position: absolute;
    right: 20px;
    /*bottom: 10px;*/
}

.begin_interval_toggle_checkbox{
    position: absolute;
    right: 20px;
    /*bottom: 10px;*/
}

.ktk_datetime_block_edit_btn,
.ktk_datetime_block_save_btn{
    position: absolute;
    right: -25px;
    top: 35px;
}

/*.interval_disabled  .time_block_header{*/
/*    padding-left: 7px;*/
/*}*/

/*.blocks-2 .time_block_header{*/
/*    padding-left: 3px;*/
/*}*/

/*.blocks-3 .time_block_header{*/
/*    padding-left: 7px;*/
/*}*/


.orders_to_create_block{
    position: relative;
}

.tr_orders_block_panel{
    position: absolute;
    top: 3%;
    left: 0;
    width: 100%;
    height: 97%;
    z-index: 9;
    background-color: #cccccc8c!important;
}

.autocomplete-suggestions { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }

.from_warehouse_cargo input,
.from_warehouse_cargo select{
    background-color: #cccccc8c!important;
}

/*.ktk_spoiler_table .irs--flat .irs-bar {*/
/*    background-color: #357eff !important;*/
/*}*/


.notifications_count{
    width: 15px;
    height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff0000;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    display: block;
}

.chat_notifications_count,
.ftl_client_span{
    width: 15px;
    height: 15px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffc107;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    display: block;
}

.ftl_client_span{
    display: inline-block;
}

.notifications_count.chat_notifications{
    position: relative;
    top: -25px;
    left: 200px;
}

.cargo_import_to_client_request{
    margin-left: 38px;
}

.expired_tr{
    color: #f00;
}

.custom-file-label{
    overflow: hidden;
}

.kt-aside-menu .kt-menu__nav .kt-menu__item{
    z-index: 999;
}

.kt-checkbox > span:after {
    border: solid #292a2d !important;
}

.kt-checkbox > input:checked ~ span {
    border: 1px solid #292a2d !important;
}

.mobile_modal-body{
    padding: 0!important;
}

.mobile_modal-body .col-3{
    padding-left: 5px!important;
    padding-right: 20px!important;
}

/*.mobile_modal{*/
/*    z-index: 9999!important;*/
/*}*/

/*.clientid-select,*/
/*.select2{*/
/*    z-index: 999999!important;*/
/*}*/

.pallet_size_group{
    display: none;
}

.pallet_size_th,
.pallet_size_td{
    display: none;
}

.mobile_order_products_form_show .kt-checkbox{
    display: none;
}

.mobile_block_form_goods_form .untie-product-js,
.mobile_block_form_goods_form .add_product_form-js{
    left: 5px !important;
}

.mobile_order_products_form_show .col-md-3,
.mobile_order_products_form_show .col-md-2,
.mobile_block_form_goods_form .col-3,
.mobile_block_form_goods_form .col-2,
.mobile_block_form_goods_form .col-md-2{
    padding-right: 5px!important;
    padding-left: 5px!important;
}

.mobile_block_form_goods_form .col-md-7,
.mobile_order_products_form_show .col-md-7{
    flex: 0 0 66.333333% !important;
    max-width: 66.333333% !important;
}

.mobile_block_form_goods_form .col-md-5,
.mobile_order_products_form_show .col-md-5{
    flex: 0 0 33.666667% !important;
    max-width: 33.666667% !important;
}

.mob_td{
    height: 25px;
    overflow: hidden;
    line-height: 1;
}

.w20{
    width: 20px;
    padding: 0.75rem!important;
}

@media only screen and (device-width: 1024px) {
    .orders_index_sidebar{
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333% !important;
        max-width: 33.33333333% !important;
    }

    .orders_index_items{
        -webkit-box-flex: 0;
        flex: 0 0 66.66666667% !important;
        max-width: 66.66666667% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
    .order_logs_details .order_log{
        font-size: 11px !important;
        padding-left: 0;
    }



    #whgetting_report_modal .modal-dialog{
        max-width: 100% !important;
        width: 100% !important;
    }

    #whgetting_report_modal .modal-footer{
        z-index: 9999999;
    }

    #whgetting_report_modal .photo-wrapper{
        margin-bottom: 80px;
    }

    #whgetting_report_modal .add_photo_form-js{
        position: static!important;
        display: block;
        margin: 10px auto;
        width: 50px;
        height: 50px;
        line-height: 42px;
        font-size: 24px;
        border-radius: 50%;
        float: right;
    }

    .date_time_col{
        flex: 0 0 49.666667% !important;
        max-width: 49.666667% !important;
    }

    .date_time_col .interval_enabled .col-sm-5{
        padding-right: 0;
    }

    .date_time_col .interval_enabled .col-sm-3{
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0;
    }

    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__link {
        padding: 5px 25px 5px 5px!important;
    }

    .kt-aside-menu .kt-menu__nav > .kt-menu__item > .kt-menu__submenu .kt-menu__subnav > .kt-menu__item > .kt-menu__link {
        padding: 0 10px !important;
        padding-left: 10px !important;
    }

    .kt-menu__nav .notifications_count{
        position: absolute;
        top: 14px;
        right: 3px;
        font-size: 10px;
    }

    .mob_td{
        height: 25px;
        overflow: hidden;
        line-height: 1;
    }

    .manager_info_block ul li{
        font-size: 11px;
    }

    .mobile_order_products_form_show .form-group label,
    .mobile_modal-body .form-group label,
    .mobile_block_form_goods_form .form-group label,
    .warehousecargo_index_table th a,
    .warehousecargo_index_table th{
        font-size: 9px !important;
    }

    .time_block_header{
        flex: 0 0 45% !important;
        max-width: 45% !important;
    }

    .forwarding_block .col-md-4{
        flex: 0 0 64.333333%;
        max-width: 64.333333%;
    }

    .pallet_size_th,
    .pallet_size_td{
        display: none;
    }

    .cargo_report_form .col-md-7{
        flex: 0 0 66.333333% !important;
        max-width: 66.333333% !important;
    }

    .cargo_report_form .col-md-5{
        flex: 0 0 33.666667% !important;
        max-width: 33.666667% !important;
    }

    .cargo_report_form .product-form-wrapper .col-md-7 .col-2{
        flex: 0 0 22.666667% !important;
        max-width: 22.666667% !important;
    }

    .w_6_pc{
        width: 10%;
    }

    .w_20_pc{
        width: 20%;
    }

}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .time_block_header {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }

    .date_time_col {
        flex: 0 0 70% !important;
        max-width: 70% !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {

}

@media only screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    /*#whgetting_report_modal .modal-content{*/
    /*    height: 85vh;*/
    /*}*/

    .mobile_modal-body .form-group label{
        font-size: 11px !important;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .pallet_size_td{
        display: none;
    }

    #whgetting_report_modal .modal-content{
        height: 70vh;
        overflow-y: scroll;
    }

    .product-form-wrapper .table th,
    .product-form-wrapper .table td{
        padding: 0.1rem;
    }

    .cargo_report_form .col-md-7{
        padding-right: 20px;
        padding-left: 20px;
    }

    .cargo_report_form .col-md-5{
        padding-left: 5px;
    }

    .cargo_report_form .col-3{
        padding-right: 3px !important;
        padding-left: 3px !important;
    }

    .cargo_report_form .col-2{
        padding-right: 2px;
        padding-left: 2px;
    }

    .cargo_report_form .untie-product-js{
        left: 5px !important;
    }

    .cargo_report_form .add_product_form-js{
        left: 4px !important;
    }

    .cargo_report_form .col-md-5 {
        flex: 0 0 30.666667% !important;
        max-width: 30.666667% !important;
    }

    .unset_responsible_user_btn{
        position: relative;
        right: 25px;
    }

    .main_block_form .form-group label{
        font-size: 10px;
        padding-right: 0;
    }

    .date_time_col{
        flex: 0 0 90% !important;
        max-width: 90% !important;
    }

    .date_time_col .interval_enabled .col-sm-5 {
        display: none;
    }

    .date_time_col .interval_enabled{
        padding-left: 16px;
    }

    .date_time_col .interval_enabled .col-sm-3 {
        -webkit-box-flex: 0;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
        padding-right: 10px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) and (orientation:landscape) {
    .product-form-wrapper .col-md-7,
    .product-form-wrapper .col-md-5{
        max-width: 100% !important;
        flex: unset !important;
        padding-left: 70px;
    }

    .main_block_form .form-group label {
        font-size: 11px;
    }

    .kt-checkbox-list .kt-checkbox:last-child {
        margin-bottom: 1px;
    }

    /*.product-form-wrapper .col-md-5{*/
    /*    padding-left: 70px;*/
    /*}*/

    .mobile_block_form_goods_form .untie-product-js{
        top: 85px !important;
    }

    .product-form-wrapper .control-label.d-none{
        display: inline-block !important;
    }

    .product-form-wrapper .col-2{
        flex: 0 0 24.66666667% !important;
        max-width: 24.66666667% !important;
    }
}



.blocks-1.col-sm-6{
    padding-left: 0;
}

.w_5_pc{
    width: 5px!important;
}

#kt_aside{
    position: fixed;
    z-index: 9;
    height: 100%;
}

@media (max-width: 1029px)
{
    .kt-grid > .kt-grid__item {
        max-width: 100%;
    }
}

.kt-portlet .kt-portlet__body{
    padding: 0 25px;
}

@media (min-width: 320px) and (max-width: 1024px)
{
    body .kt-aside {
        z-index: 1001;
        position: fixed;
        -webkit-overflow-scrolling: touch;
        top: 0;
        bottom: 0;
        overflow-y: auto;
        -webkit-transform: translate3d(0, 0, 0);
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        width: 140px !important;
        -webkit-transition: left 0.3s ease, right 0.3s ease;
        transition: left 0.3s ease, right 0.3s ease;
        left: 0!important;
    }

    .kt-aside__brand {
        display: block !important;
    }

}

@media (min-width: 320px)
{
    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    #kt_wrapper{
        margin-left: 140px;
    }

    .kt-grid.kt-grid--hor-desktop.kt-grid--desktop > .kt-grid__item {
        -webkit-box-flex: 0;
        flex: none;
    }
}


#orders_form .day_btn,
#orders_form .expired_btn,
#orders_report_form .day_btn,
#orders_report_form .expired_btn{
    display: block;
    width: 100%;
    margin-top: 10px;
}

.save-note-btn.btn-success{
    background-color: #0000CD;
    font-weight: 500;
    /*text-shadow: 1px 1px #000;*/
    font-size: 13px;
    border: none;
}

.save-note-btn.btn-success:hover{
    background-color: #00008B;
}

.save-note-btn.btn-warning{
    background-color: #FF8C00;
    font-weight: 500;
    font-size: 13px;
    border: none;
}

.save-note-btn.btn-warning:hover{
    background-color: #FF4500;
}

/*.order_container .btn{*/
/*    border: 1px solid #000;*/
/*}*/

body{
    font-family: Verdana, sans-serif !important;
}

.orders_delete_btn{
    background: #B22222 !important;
    font-weight: 500;
    font-size: 13px;
    border: none;
}

.orders_delete_btn:hover{
    background: #FF0000 !important;
}

.unset_responsible_user_btn{
    background: #B22222 !important;
    border: none !important;
}

.unset_responsible_user_btn:hover{
    background: #FF0000 !important;
}

.unset_to_red_btn{
    background: #B22222 !important;
    border: none !important;
}

.unset_to_red_btn:hover{
    background: #FF0000 !important;
}

.unset_wh_loader_btn{
    background: #FF7F50 !important;
    border: none !important;
}

.unset_wh_loader_btn:hover{
    background: #FF6347 !important;
}

.pdf_btn{
    background: #87CEEB !important;
    font-weight: 500;
    font-size: 13px;
    border: none!important;
    color: #000 !important;
    margin-top: 16px;
    margin-left: 5px;
}

.pdf_btn:hover{
    background: #00BFFF !important;
}

.delete_order_imported_goods{
    position: relative;
    top: 0px;
}

.blocks-5{
    padding: 10px;
}


.my_tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.my_tooltip .my_tooltiptext {
    visibility: hidden;
    /*width: 120px;*/
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;

    top: 100%;
    right: 0;
    margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.my_tooltip:hover .my_tooltiptext {
    visibility: visible;
}

.orders_index_table .th-inner {
    overflow: visible !important;
}

.was_filter_orders{

}

.was_filter_orders tr{

}

.was_filter_orders tr td,
.was_filter_orders tr th{
    padding: 5px 7px;
    font-size: 11px;
}

.demurrage_table tr td div{
    width: 37px;
    height: 37px;
    text-align: center;
    line-height: 37px;
}

.car_orders_index_page tr th .th-inner,
.car_orders_index_page tr td{
    padding: .25rem !important;
}

.car_orders_index_page tr td{
    overflow-wrap: anywhere;
    word-break: break-all;
}

.car_orders_index_page{
    zoom: 90%;
}

.car_order_index_page_body .kt-container.kt-container--fluid{
    padding: 0 10px!important;
}

.status_conventions{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    display: block;
}

/*@media(max-width: 1800px){*/
    .order_product-wrapper .control-label{
        font-size: 11px !important;
    }
/*}*/
