/*======================================SET:FONTS========================================*/
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
/*======================================END:FONTS========================================*/
/*====================================== RESET ========================================*/
* { padding: 0; margin: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0; padding: 0;}
table { border-collapse: collapse; border-spacing: 0;}
fieldset,img { border: 0;}
address,caption,cite,code,dfn,em,th,var {font-style: normal;font-weight: normal;}
ol,ul {list-style: none;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: bold;}
q:before,q:after {content: '';}
abbr,acronym {border: 0;}
.clear_0 {clear: both;font-size: 0px;line-height: 0px;display: block;}
.last {margin: 0 !important;}
.pad_last {padding: 0 !important;}
.no_bg {background: none !important;}
img { width: auto;height: auto;max-width: 100%;vertical-align: middle;border: 0;-ms-interpolation-mode: bicubic;}
hr { width: 100%; }
/*=====================================================================================*/

/*====================================== BASIC ========================================*/
a { color: #000; text-decoration: none;outline: 0 none; font-family: 'Open Sans', sans-serif;}
a:hover {color: #000;text-decoration: none;}
a:focus {outline: none; text-decoration: none; }
h1 { font-size: 2em; font-weight: normal; }
h2 { font-size: 1.8em; font-weight: normal; }
h3 { font-size: 1.6em; font-weight: normal; }
h4 { font-size: 1.4em; font-weight: normal; }
h5 { font-size: 1.2em; font-weight: normal; }
h6 { font-size: 1em; font-weight: normal; }
p { font-size: 1em; line-height: 1.2; font-family:"Arial", sans-serif; }
/*=====================================================================================*/
body { font-family: 'helveticaneue', sans-serif; font-size: 14px; color: #666666; line-height: 1.2; color: #000000; font-family: "Arial", sans-serif; font-weight: normal; }
/*html {font-family: 'Oswald', sans-serif; font-family: 'Roboto', sans-serif;}*/
main {padding: 30px 0px;}
*{box-sizing: border-box;}
*:focus{outline: none; box-shadow: none; }
/*=====================================================================================*/


/*======================================== LAYOUT =====================================*/
.wrapper {margin: 0 auto; position: relative; background-color: #ffffff;}
.container {max-width: 1110px; width: 100%; margin: 0 auto;box-sizing: border-box; padding: 0px 15px;}
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }
.white h3 { color: #ffffff;}
.white p { color: #ffffff;}
/*=====================================================================================*/

/*===================================SET: COMMON SECTION HERE=====================================*/
.butn { display: inline-block; background: transparent; text-transform: uppercase; font-weight: 500; font-style: normal; font-size: 0.8rem; color: rgba(255,38,32,0.9); border-radius: 0; padding: 15px 50px 15px; transition: all 0.7s ease-out; background: linear-gradient(270deg, rgba(255,38,32,0.9), rgba(255,81,77,0.8), rgba(34,34,34,0), rgba(34,34,34,0)); background-position: 1% 50%; background-size: 300% 300%; text-decoration: none; margin: 0.625rem; border: none; border: 1px solid rgba(255,38,32,0.9); }
.butn:hover { color: #fff; border: 1px solid rgba(223,190,106,0); color: $white; background-position: 99% 50%; }
.pendingMe_wrap { margin-left: -15px; margin-right: -15px; margin-bottom: 1rem; }
.pendingMe_wrap a { padding: 0px 15px; }
/*===================================END: COMMON SECTION HERE=====================================*/
/*===================================SET: BOOTSTRAP RESET HERE=====================================*/
.btn.focus, .btn:focus { outline: 0; box-shadow: none; }

.live_spmt_btn_wrap .btn-group>.btn-group:not(:first-child)>.btn, .live_spmt_btn_wrap .btn-group>.btn:not(:first-child) { background-color: #ff2620; color: #ffffff; }
.live_spmt_btn_wrap .btn-group>.btn-group:not(:first-child)>.btn:hover, .live_spmt_btn_wrap .btn-group>.btn:not(:first-child):hover { background-color: transparent; color: #000000; }
.live_spmt_btn_wrap .btn-group>.btn-group:not(:last-child)>.btn, .live_spmt_btn_wrap .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { background-color: #ff2620; color: #ffffff; }
.live_spmt_btn_wrap .btn-group>.btn-group:not(:last-child)>.btn:hover, .live_spmt_btn_wrap .btn-group>.btn:not(:last-child):not(.dropdown-toggle):hover { background-color: transparent; color: #000000; }
/*===================================END: BOOTSTRAP RESET HERE=====================================*/
/*===================================SET: HEADER HERE=====================================*/
header { box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); padding: 11px 15px; }
header .navbar a img { max-width: 240px; }
.logo { max-width: 250px; width: 100%; }
.menu_wrap ul { margin-left: -15px; margin-right: -15px; }
.menu_wrap ul li { padding: 0px 15px; }
/*---------------SET: RESPONSIVE HAMBURGER--------------*/
#nav-toggle { width: 30px; height: 18px; right: 35px; top: 0; bottom: 0; margin: auto 0; z-index: 22; padding: 0; position: absolute; -webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;transition: all 500ms ease-in-out; }
#nav-toggle { cursor: pointer; }
#nav-toggle a { display: block; height: 100%; position: relative;}
#nav-toggle span { margin: 3px;}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after {cursor: pointer; -webkit-border-radius: 1px; -o-border-radius: 1px;-moz-border-radius: 1px;-ms-border-radius: 2px; height: 3px; width: 20px; background: #ffc600;position: absolute;top: 3px;display: block;content: ""; left: 0;}
#nav-toggle span:before {top: -6px; width: 25px; right: 0; }
#nav-toggle span:after {bottom: -6px;top: auto; width: 25px; right: 0;}
#nav-toggle span,#nav-toggle span:before,#nav-toggle span:after {-webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;transition: all 500ms ease-in-out;}
#nav-toggle.current_page_item span { background-color: transparent; background: none;}
#nav-toggle.current_page_item span:before,#nav-toggle.current_page_item span:after {top: 0;}
#nav-toggle.current_page_item span:before { -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);-moz-transform: rotate(45deg); transform: rotate(45deg); }
#nav-toggle.current_page_item span:after { -webkit-transform: rotate(-45deg); -o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);    transform: rotate(-45deg); }
/*---------------END: RESPONSIVE HAMBURGER--------------*/
/*===================================END: HEADER HERE=====================================*/
/*===================================SET: TRACK SHIPMENT PAGE HERE=====================================*/
.trackForm_wrap { padding: 30px 0px 0px; }
.trackForm_wrap form .ipGrp_wrap { position: relative; }
.trackForm_wrap form .ipGrp_wrap .form-control { border-radius: 0px; border: 1px solid rgba(0, 0, 0, 0.2); }
.trackForm_wrap form .ipGrp_wrap .form-control:focus { box-shadow: none; border: 1px solid #000000; }
.trackForm_wrap form .search_butn {	background-color: #ed2025; color: #ffffff; border: 1px solid #ed2025; }
.trackForm_wrap form .search_butn:focus { box-shadow: none; border: 1px solid #ed2025; }
.trackForm_wrap form .search_butn:hover { background-color: transparent; color: #ed2025; }

.form-control:focus { background: inherit; }
.effect-10 {border: 0; padding: 7px 15px; border: 1px solid #ccc; position: relative; background: transparent;}
.effect-10 ~ .focus-bg{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(237, 237, 237, 0.7); opacity: 0; transition: 0.5s; z-index: -1;}
.effect-10:focus ~ .focus-bg{transition: 0.5s; opacity: 1;}

.alert.alert-danger i { padding-right: 10px; }
.alert-dismissible .close { padding: 0.5rem 0.8rem; }
/*===================================END: TRACK SHIPMENT PAGE HERE=====================================*/
/*===================================SET: SEARCH SHIPMENT HERE=====================================*/
main { padding: 0%;}
main* { -webkit-transition: all 500ms ease-in-out;-moz-transition: all 500ms ease-in-out;-ms-transition: all 500ms ease-in-out;-o-transition: all 500ms ease-in-out;transition: all 500ms ease-in-out;}
main.shipmentPage { display: block!important; padding: 30px 0px; }
section { width: 100%; }
.trackForm_wrap { padding: 0px; }
.page_title { margin: 0px 0px 10px; }
.trackForm_wrap .input-group { margin-bottom: 0px!important; }
.shipmentPage .trackForm_wrap .input-group { margin-bottom: 15px!important; }
.ts_mail { display: none; }
.shipmentPage .ts_mail { display: block; }
.shipmentpage_logo { max-width: 400px; width: 100%; margin: 0px auto 30px; display: block; }
.shipmentPage .shipmentpage_logo { display: none; }
.showAll { display: none; }
.shipmentPage .showAll { display: block; }
.shipmentpage_logo img { width: 100%; }
/*===================================END: SEARCH SHIPMENT HERE=====================================*/
/*===================================SET: CUSTOM TABLE PAGE HERE=====================================*/
.bg-secondary { background-color: rgba(180, 180, 180, 1)!important; }
.border-secondary { border-color: rgba(180, 180, 180, 1)!important; }

.customTable_wrap* { font-family: "Arial", sans-serif; font-size: 14px; }
.customTable_wrap { margin: 0px 0px 15px; border-radius: .25rem; }
.customTable_wrap > .tableTitle { padding: 7px 18px; color: #ffffff; margin-bottom: 2px; }
.customTable_wrap > .tableBody > ul > li:nth-child(2) { padding: 7px 18px; width: calc(48% - 15px); color: #000000; }
.customTable_wrap > .tableBody > ul > li { color: rgba(0, 0, 0, 0.6); }
.customTable_wrap > .tableBody > ul > li:nth-child(2) i { font-size: 14px; }
.customTable_wrap > .tableBody > ul > li:nth-child(3) { padding: 7px 18px; width: calc(52% - 15px); }
.customTable_wrap > .tableBody > ul > li > a { display: block; }
.customTable_wrap > .tableBody > ul > li > a > i { font-size: 20px; }
.customTable_wrap > .tableBody > ul > li > a > i.btn { padding: 0px; }
.customTable_wrap > .tableBody > ul > li >  span.green { color: #28a745; }
.customTable_wrap > .tableBody > ul > li >  span.red { color: #dc3545; }
.customTable_wrap > .tableBody > ul > li:first-child { padding: 0; width: 30px; }
.customTable_wrap > .tableBody > ul > li:last-child { -webkit-display: flex; -moz-display: flex; -ms-display: flex; -o-display: flex; display: flex; justify-content: space-between; }
.customTable_wrap > .tableBody > ul > li > i { color: #000000; font-size: 20px; }
.customTable_wrap > .tableBody > ul > li:first-child > i { color: #ffffff; }

.customTable_wrap.colomV > .tableBody > ul > li { width: calc(20% - 6px) }
.customTable_wrap.colomV .tableTitle.colTitle { padding: 0px; margin-bottom: 2px; }
.customTable_wrap.colomV > div > div > .tableTitle > ul > li { width: calc(20% - 6px); padding: 7px 0px; color: #ffffff; }
.customTable_wrap.colomV > div > div > .tableTitle > ul > li:nth-child(2), .customTable_wrap.colomV > .tableTitle > div > ul > li:nth-child(3) { padding: 7px 18px; }
.customTable_wrap.colomV > .tableBody > ul > li:first-child { padding: 0; width: 30px; }
.customTable_wrap.colomV > div > div > .tableTitle > ul > li:first-child { padding: 0; width: 30px; }

.customTable_wrap.colomIV > .tableBody > ul > li { width: calc(25% - 7.5px) }
.customTable_wrap.colomIV > .tableBody > ul > li:first-child { padding: 0; width: 30px; }

.customTable_wrap.colomVI > .tableBody > ul > li { width: calc(16.667% - 5px) }
.customTable_wrap.colomVI > .tableBody > ul > li:first-child { padding: 0; width: 30px; }

.innerTable_wrap { padding: 7px 18px; border-top: 1px solid #28a745!important; }
.innerTable_wrap .innerTable {  border-radius: .25rem; }
.innerTable_wrap .innerTable .itableTitle { padding: 3px 12px; color: #ffffff; }
.innerTable_wrap .innerTable .itableBody ul {  }
.innerTable_wrap .innerTable .itableBody ul li { padding: 3px 12px; }
.innerTable_wrap .innerTable .itableTitle ul li { width: calc(20% - 16px); }
.innerTable_wrap .innerTable .itableBody ul li { width: calc(20% - 16px); }
.innerTable_wrap .innerTable .itableTitle ul li:nth-child(2) { width: 96px; text-align: center; }
.innerTable_wrap .innerTable .itableBody ul li:nth-child(2) { width: 98px; text-align: center; }
.innerTable_wrap .innerTable .itableTitle ul li:last-child { text-align: center; }
.innerTable_wrap .innerTable .itableBody ul li:last-child { text-align: center; }

.modal-header { padding: 0.5rem; background-color: #ed2025; color: #ffffff; border: 1px solid #ed2025; border-radius: 0; }
.modal-header .close { padding: 0.5rem; margin: -0.5rem -0.5rem -0.5rem auto; }
.modal-header .close span { color: #ffffff; font-weight: normal; }
.modal-content { border-color: transparent; border-radius: 0; }

table.dataTable.nowrap th, table.dataTable.nowrap td { vertical-align: middle; }
table tbody tr td a i.fa { font-size: 20px; }
table tbody tr td button.btn-primary { line-height: 1; }
/*===================================END: CUSTOM TABLE PAGE HERE=====================================*/
/*===================================SET: SHIPPER LOGIN PAGE HERE=====================================*/
html, body {
    min-height: 100% !important;
    height: 100%;
}

main {
    min-height: 100% !important;
    height: 100%;
}

.shipperLogin_wrap {
    min-height: 100vh !important;
    background-color: #ffffff;
}

.shipperLogin_inner {
    overflow: hidden;
    border-radius: 0px;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
}

.login-wrap {
    width: 35%;
    padding: 30px;
}

    .login-wrap .loginLogo {
        max-width: 320px;
        width: 100%;
        margin: 0 auto 20px;
    }

        .login-wrap .loginLogo a {
            display: block;
        }

    .login-wrap .title {
        text-align: center;
        width: 100%;
        margin: 0 auto 20px;
    }

        .login-wrap .title h2 {
            font-size: 2.2rem;
        }

.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.content-wrap {
    width: 65%;
    background-color: #f45145;
}

.loginForm-wrap p {
    color: #5f6368;
    font-size: 20px;
    line-height: 1.4286;
}

.form-group {
    position: relative;
}

    .form-group input {
        height: 42px;
        position: relative;
        z-index: 1;
        background-color: transparent;
    }

    .form-group label {
        position: absolute;
        z-index: 0;
        color: #80868b;
        font-size: 20px;
        top: 0px;
        font-weight: 400;
        left: 8px;
        max-width: -webkit-calc(100% - (2*8px));
        max-width: calc(100% - (2*8px));
        overflow: hidden;
        padding: 9px 8px;
        margin: 0px;
        -webkit-transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        transition: transform 150ms cubic-bezier(0.4,0,0.2,1),opacity 150ms cubic-bezier(0.4,0,0.2,1);
        white-space: nowrap;
        width: auto;
    }

    .form-group input[type="email"]:focus,
    .form-group input[type="email"]:not(:placeholder-shown),
    .form-group input[type="password"]:focus,
    .form-group input[type="password"]:not(:placeholder-shown),
    .form-group input[type="text"]:focus,
    .form-group input[type="text"]:not(:placeholder-shown),
    .form-group textarea:focus,
    .form-group textarea:not(:placeholder-shown) {
        border: 2px solid #f44336;
        box-shadow: none;
        z-index: 1;
    }

        .form-group input[type="email"]:focus + label,
        .form-group input[type="email"]:not(:placeholder-shown) + label,
        .form-group input[type="password"]:focus + label,
        .form-group input[type="password"]:not(:placeholder-shown) + label,
        .form-group input[type="text"]:focus + label,
        .form-group input[type="text"]:not(:placeholder-shown) + label,
        .form-group textarea:focus + label,
        .form-group textarea:not(:placeholder-shown) + label {
            transform: scale(.75) translateY(-12px);
            padding: 0px 8px;
            background-color: #ffffff;
            color: #f44336;
            z-index: 1;
        }
    /* .form-group input:focus + label, .form-group input:not(:placeholder-shown) + label { transform: scale(.75) translateY(-12px); padding: 0px 8px; background-color: #ffffff; color: #f44336; } */

    /* .form-group input[type="email"]:not([value=""]) + label, .form-group input[type="password"]:not([value=""]) + label, .form-group input[type="text"]:not([value=""]) + label, .form-group textarea:not([value=""]) + label{ transform: scale(.75) translateY(-12px); padding: 0px 8px; background-color: #ffffff; color: #f44336; } */
    .form-group select.form-control:focus, .form-group select.form-control:active {
        box-shadow: none;
        border: 2px solid #f44336;
    }

.loginForm-wrap input[type="submit"] {
    width: 100%;
    background-color: #f44336;
    color: #ffffff;
    border: 1px solid #f44336;
}

    .loginForm-wrap input[type="submit"]:hover {
        width: 100%;
        background-color: #eb3d01;
        color: #ffffff;
        border: 1px solid #f44336;
    }

.loginForm-wrap button.btn-primary:not(:disabled):not(.disabled):active {
    width: 100%;
    background-color: #eb3d01;
    color: #ffffff;
    border: 1px solid #f44336;
}

.loginForm-wrap button:focus {
    box-shadow: none !important;
}

.form-group select {
    height: 42px;
    color: #80868b;
    font-size: 16px;
}

.fpsg_wrap, p {
    margin: 0px 0px 2rem;
}

    .fpsg_wrap .forgetPass {
        font-weight: 600;
        line-height: 1.5;
        color: #f44336;
        display: block;
        font-size: 20px;
    }

    .fpsg_wrap .shipperGuide {
        font-size: 20px;
        line-height: 1.5;
        text-decoration: underline;
    }

.content-wrap {
    padding: 50px 100px;
    position: relative;
}

.stepList_wrap {
    height: 100%;
}

    .stepList_wrap .stepList_ul {
        width: 100%;
    }

        .stepList_wrap .stepList_ul .stepList_li:last-child {
            margin: 0px;
        }

        .stepList_wrap .stepList_ul .stepList_li a {
            max-width: 200px;
            width: 100%;
            display: block;
            font-size: 20px;
            color: #ffffff;
            background-color: transparent;
            transition: ease-in-out 0.25s;
            color: #ffffff;
            padding: 3px 10px;
            margin: 0px 0px 20px;
            display: block;
            vertical-align: top;
            border-radius: 30px;
            border: 2px solid #ffffff;
        }

        .stepList_wrap .stepList_ul .stepList_li:hover {
        }

            .stepList_wrap .stepList_ul .stepList_li:hover a {
                color: #f44336;
                background-color: #ffffff;
            }

        .stepList_wrap .stepList_ul .stepList_li a i {
            padding: 0px 5px 0px 0px;
            display: inline-block;
            vertical-align: top;
        }

.step_description {
    position: absolute;
    width: calc(100% - 450px);
    right: 100px;
    top: 0px;
    height: 100%;
    background-color: #f45145;
    display: none;
}

    .step_description ul {
        list-style: disc;
        padding: 0px 0px 0px 35px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
        position: relative;
    }

        .step_description ul li:first-child {
            list-style: none;
            font-size: 1.8rem;
            margin: 0px 0px 25px;
        }

        .step_description ul li {
            color: #ffffff;
            margin: 0px 0px 15px;
        }

.stepList_wrap .stepList_ul .stepList_li:first-child a ~ .step_description.notice {
    display: block;
}

    /*.stepList_wrap .stepList_ul .stepList_li:first-child a ~ .step_description.notice ul li {
        font-size: 20px;
    }*/

.stepList_wrap .stepList_ul .stepList_li a:hover + .step_description {
    display: block;
    z-index: 1;
}

.login-wrapIn {
    width: 90%;
    margin: 0 auto;
}

.step_description ul li ul {
    position: static;
    transform: inherit;
    padding-top: 10px;
}

    .step_description ul li ul li:first-child, .step_description ul li ul li {
        color: #ffffff;
        margin: 0px 0px 5px;
        font-size: 0.9rem;
        position: static;
        list-style: disc;
    }


#subSelectLoc .modal-content {
    position: relative;
}

    #subSelectLoc .modal-content .modal-header {
        background: transparent;
        border: 0px;
        width: inherit;
        position: absolute;
        left: inherit;
        width: auto;
        right: 15px;
        top: 17px;
        z-index: 1;
    }

        #subSelectLoc .modal-content .modal-header .close span {
            color: #000000;
            font-weight: bold;
        }

    #subSelectLoc .modal-content .modal-body .form-group {
        margin: 0;
        width: calc(100% - 50px);
    }
/*===================================END: SHIPPER LOGIN PAGE HERE=====================================*/
/*===================================SET: EMPLOYEE DETAILS PAGE HERE=====================================*/
.dataTables_wrapper#example_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper#example_wrapper .dataTables_paginate .paginate_button:active { color: white !important; border: 1px solid transparent; background-color: transparent; background: none }
.dataTables_wrapper table.dataTable td.dataTables_empty { padding: 30px 0px; font-size: 20px; }
#example_wrapper .page-link:focus { box-shadow: none; }
#example_wrapper .page-link { color: #ed2025; }
#example_wrapper .page-item.active .page-link { background-color: #ed2025; color: #ffffff; border-color: #ed2025; }
#example_wrapper .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(237, 32, 37, 0.1); }
#example_wrapper .table-striped thead tr, #example_wrapper .table-striped tfoot tr, #vs_table_wrap.table-striped thead tr, #vs_table_wrap.table-striped tfoot tr { background-color: #ff2620; color: #ffffff; }
#example_wrapper table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right { text-align: inherit; }

.choasePhoto_wrap { max-width: 165px; width: 100%; margin: 0 auto 1rem; }
.choasePhoto_main { width: 100%; position: relative; }
.imagePreview { position: relative; width: 100%; height: 180px; background-position: center center; background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg); background-color:#fff; background-size: cover; background-repeat:no-repeat; display: inline-block; }
.imagePreview a { position: static; display: block; height: 100%; width: 100%; }
.custom_label { display:block; border-radius:0px; margin-top:-5px; position: relative; text-align: left; background-color: #ed2025; border-color: #ed2025; }
.custom_label:hover { background-color: #b91c20; border-color: #b91c20; }
.choasePhoto_wrap a { position: absolute; z-index: 2; right: 0; bottom: 0px; padding: 7px; color: #ffffff; }
.choasePhoto_wrap i { font-size: 24px; }
.imgUp { margin-bottom:15px; }
.del { position:absolute; top:0px; right:15px; width:30px; height:30px; text-align:center; line-height:30px; background-color:rgba(255,255,255,0.6); cursor:pointer; }
.imgAdd { width:30px; height:30px; border-radius:50%; background-color:#4bd7ef; color:#fff; box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2); text-align:center; line-height:30px; margin-top:0px; cursor:pointer; font-size:15px; }

.modal .form-group label { font-size: 18px; padding: 11.5px 8px; }

.input-group.date .input-group-addon { position: absolute; top: 1px; right: 0; padding: 10px; border-left: 1px solid rgba(0, 0, 0, 0.2); }
#editModal .input-group { margin: 0px 0px 1rem; }
fieldset.form-group label { position: static; }
legend { font-size: 18px; }

.custom_checkbox { position: relative; }
.custom_checkbox input { position: absolute; left: 0px; top: 0px; height: 20px; width: 20px; visibility: hidden; }
.custom_checkbox input:checked ~ label:before { background-color: #ed2025; }
.custom_checkbox input:checked ~ label:after { background: no-repeat 50%/50% 50%; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
.custom_checkbox label { position: relative; line-height: 20px; }
.modal .custom_checkbox label { padding: 0px 0px 0px 30px; }
.custom_checkbox label:before { content: ""; position: absolute; left: 0px; top: 0px; height: 20px; width: 20px; border: 1px solid #ced4da; }
.custom_checkbox label:after { content: ""; position: absolute; left: 0px; top: 0px; height: 20px; width: 20px; }

.custom_radio { position: relative; }
.custom_radio input { position: absolute; left: 0px; top: 0px; height: 20px; width: 20px; visibility: hidden; border-radius: 50%; }
.custom_radio input:checked ~ label:before { background-color: #ed2025; }
.custom_radio input:checked ~ label:after { background: no-repeat 50%/50% 50%; background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }
.custom_radio label { position: relative; line-height: 20px; }
.modal .custom_radio label { padding: 0px 0px 0px 30px; }
.custom_radio label:before { content: ""; position: absolute; left: 0px; top: 0px; height: 20px; width: 20px; border: 1px solid #ced4da; border-radius: 50%; }
.custom_radio label:after { content: ""; position: absolute; left: 0px; top: 0px; height: 20px; width: 20px; border-radius: 50%; }

#photoModal .modal-content { display: inline-block; width: auto; margin: 0 auto; }
#photoModal .modal-header { z-index: 1; text-align: center; height: 28px; width: 28px; position: absolute; border-radius: 50%; right: -10px; top: -10px; padding: 0; text-align: center; border: 2px solid #ffffff; }
#photoModal .modal-header .close { float: none; display: inline-block; padding: 0; margin: 0; text-align: center; width: 100%; opacity: 1; }
.level_main { padding: 15px 15px; background-color: rgba(237, 32, 37, 0.1); }

.custom_radio label	{ padding: 0px 0px 0px 30px !important; }
.filterCreateNew_wrap { margin: 0px 0px 1rem; }
#example_length label { font-weight: 600; font-size: 16px; }
#example_filter label { font-weight: 600; font-size: 16px; }
/*===================================END: EMPLOYEE DETAILS PAGE HERE=====================================*/
/*===================================SET: VESSEL SCHEDULE PAGE HERE=====================================*/
.vs_note_wrap .info { background-color: #e7f3fe; border-left: 6px solid #2196F3; padding: 1rem; }
#vs_table_wrap_wrapper { margin-bottom: 30px  }
/*===================================END: VESSEL SCHEDULE PAGE HERE=====================================*/
/*===================================SET: VESSEL SCHEDULE PAGE HERE=====================================*/
.liveSpmt_acc_wrap { margin: 0px 0px 1rem; }
.liveSpmt_acc_wrap .card-header { padding: 0px; position: relative; }
.liveSpmt_acc_wrap .card-header button { font-size: 1.25rem; padding: 10px 15px; width: 100%; text-align: left; background-color: #ff2620; color: #ffffff; text-decoration: none; border-radius: 0; }

.liveSpmt_acc_wrap #accordion .card-header button:after { content: "\f067"; font-family: 'FontAwesome'; position: absolute; right: 15px; font-weight: normal; }
.liveSpmt_acc_wrap #accordion .card-header button[aria-expanded="true"]:after { content: "\f068"; }
.liveSpmt_acc_wrap #accordion .card-body ul li { font-size: 16px; margin: 0px 0px 3px; }

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle) { border: 1px solid #000000; }
.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child) { border: 1px solid #000000; }
/*===================================END: VESSEL SCHEDULE PAGE HERE=====================================*/
/*===================================SET: LIVE SHIPMENT PAGE HERE=====================================*/
.live_spmt_btn_wrap { margin: 0px 0px 2rem; }
.live_spmt_btn_wrap .btn-group { width: 100%; }

.chat_window { width: calc(100% - 20px); max-width: 800px; border-radius: 10px; background-color: #fff; margin: 0 auto; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15); background-color: #f8f8f8; overflow: hidden; }
.top_menu { width: 100%; box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1); }
.modal-header.top_menu .close { margin: 0px; }
.top_menu .modal-title { line-height: 2.4; }
.top_menu .buttons { margin: 3px 0 0 20px; position: absolute; }
.top_menu .buttons .button { width: 16px; height: 16px; border-radius: 50%; display: inline-block; margin-right: 10px; position: relative; }
.top_menu .buttons .button.close { background-color: #f5886e; }
.top_menu .buttons .button.minimize { background-color: #fdbf68; }
.top_menu .buttons .button.maximize { background-color: #a3d063; }
.top_menu .title { text-align: center; color: #bcbdc0; font-size: 20px; }

.chat_window .modal-body { padding: 20px 20px 10px; }
.chat_window .modal-footer { padding: 0px; }

.messages { list-style: none; margin: 0; max-height: 350px; min-height: 250px; overflow: auto!important; }
.messages .message { clear: both; overflow: hidden; margin-bottom: 20px; transition: all 0.5s linear; opacity: 0; }
.messages .message.left .avatar { background-color: #f5886e; float: left; }
.messages .message.left .text_wrapper { background-color: #ffffff; margin-left: 20px; }
.messages .message.left .text_wrapper::after, .messages .message.left .text_wrapper::before { right: 100%; border-right-color: #ffffff; }
.messages .message.left .text { color: #c48843; }
.messages .message.right .avatar { background-color: #fdbf68; float: right; }
.messages .message.right .text_wrapper { background-color: rgba(237, 32, 37, 0.1); margin-right: 20px; float: right; }
.messages .message.right .text_wrapper::after { left: 100%; border-left-color: rgba(237, 32, 37, 0.1); }
.messages .message.right .text { color: #45829b; }
.messages .message.appeared { opacity: 1; }
.messages .message .avatar { width: 60px; height: 60px; border-radius: 50%; display: inline-block; }
.messages .message .text_wrapper { display: inline-block; padding: 20px; border-radius: 6px; width: calc(100% - 85px); min-width: 100px; position: relative; }
.messages .message .text_wrapper::after, .messages .message .text_wrapper:before { top: 18px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
.messages .message .text_wrapper::after { border-width: 13px; margin-top: 0px; }
.messages .message .text_wrapper::before { border-width: 15px; margin-top: -2px; }
.messages .message .text_wrapper .text { font-size: 18px; font-weight: 300; }
.bottom_wrapper { width: 100%; background-color: #fff; padding: 20px 20px; }
.bottom_wrapper .message_input_wrapper { display: inline-block; height: 50px; border-radius: 25px; border: 1px solid #ff2620; width: calc(100% - 160px); position: relative; padding: 0 20px; }
.bottom_wrapper .message_input_wrapper .message_input { border: none; height: 100%; box-sizing: border-box; width: calc(100% - 40px); position: absolute; outline-width: 0; color: gray; }
.bottom_wrapper .send_message { width: 140px; height: 50px; display: inline-block; border-radius: 50px; background-color: #ff2620; border: 2px solid #ff2620; color: #fff; cursor: pointer; transition: all 0.2s linear; text-align: center; float: right; }
.bottom_wrapper .send_message:hover { color: #a3d063; background-color: #fff; }
.bottom_wrapper .send_message .text { font-size: 18px; font-weight: 300; display: inline-block; line-height: 48px; }
.message_template { display: none; }

.dropdown_custom p { font-size: 16px; border: none; color: #3b3b3b; margin: 0px; }
.dropdown_custom { position: relative; display: inline-block; padding: 0px 15px; }
.dropdown_custom ul { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; padding: 7px; border-radius: 7px; border: 2px solid #ff2620; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1;}
.dropdown_custom ul a { color: black; text-decoration: none; display: block; }
.dropdown_custom ul a:hover {background-color: #ddd;}
.dropdown_custom:hover ul {display: block;}
.dropdown_custom:hover .dropbtn {color: #000000;}

.servTable_wrap { padding: 30px 0px 0px; }
.servTable_wrap .table thead th { font-weight: bold; }
.points_wrap { margin: 0px 0px 15px; }
.points_wrap h6 { font-weight: bold; }
.points_wrap p { margin: 0px; }
/*===================================END: LIVE SHIPMENT PAGE HERE=====================================*/

/*===================================SET: CONTAINER DETAILS PAGE HERE=====================================*/
.containerDeail_main h6 { font-weight: 700; }
.section_title h5 { font-weight: 700; }
.form-control:disabled, .form-control[readonly] { background-color: transparent; opacity: 1; }
/*===================================END: CONTAINER DETAILS PAGE HERE=====================================*/

.btn-primary { border: 1px solid #ed2025; background: #ed2025; background: -moz-linear-gradient(45deg, #ed2025 0%, #ff4548 50%, #ed2025 100%); background: -webkit-linear-gradient(45deg, #ed2025 0%,#ff4548 50%,#ed2025 100%); background: linear-gradient(45deg, #ed2025 0%,#ff4548 50%,#ed2025 100%); background-size: 200% 100%; transition: all .4s ease-in-out; }
.btn-primary:hover { background-position: 100% 0; }

