﻿html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Poppins', sans-serif;
    font-size: 12px !important;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    padding: 0;
    min-height: 100%;
}
/*.my_login_box::before {
  content: "";
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%; 
  height: 100%;
  background: url('../img/truck.jpeg');
  background-repeat: no-repeat;
  background-size: cover;
  filter: blur(100%);
}*/
.top-header {
    padding: 10px 0px;
    font-size: 12px;
    /*background: #fecb2f !important;*/
    background: #df1629 !important;
    color: #fecb2f !important;
}

.btn-log-out {
    padding: 4px 7px !important;
    font-size: 12px !important;
}

.pad-zero {
    padding: 0px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}

li.dropdown:hover > .dropdown-menu {
    display: block;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

.navbar-uds {
    background-color: #fff !important;
    /*border: none !important;*/
    /*border-color: transparent !important;*/
    min-height: 65px !important;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    z-index: 999999;
    border-bottom: 2px solid #ffe28a;
}

.navbar-collapse-uds.in {
    overflow: visible !important;
}

.navbar-brand-uds {
    padding: 5px 15px;
}

@media (min-width: 768px) {
    .navbar-nav-uds > li > a {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

.navbar-nav-uds > li > a:hover, .navbar-nav-uds > li > a:focus, .navbar-nav-uds > li > a:active {
    background-color: #eee !important;
}

@media (max-width: 1280px) and (min-width: 768px) {
    .navbar-nav-uds {
        width: 80% !important;
    }
}

@media (max-width: 425px) {
    .navbar-header-uds {
        min-height: 65px;
    }
}

.main-area {
    background: #fff;
    -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin: 0 auto 0 auto;
    padding: 30px 30px;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    background: #f1f1f1;
}

.panel-heading a:before {
    /*font-family: 'Glyphicons Halflings';
  content: "\e114";
  float: right;
  transition: all 0.5s;*/
    content: "\f078";
    float: right;
    transition: all 0.5s;
    font-family: "Font Awesome 5 Free";
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-add-account {
    padding: 3px 5px !important;
    font-size: 12px !important;
}

.my_a_clr {
    color: #fff;
    text-decoration: none !important;
}

.btn-info:hover {
    color: #17a2b8;
    background-color: #ffffff;
    border-color: #17a2b8;
}

#collapsibleNavbar a.nav-link {
    color: #333;
    font-size: 19px;
    font-family: 'Manjari', sans-serif;
}

.my_login_header_title {
    color: #333;
    font-size: 24px !important;
    font-family: 'Manjari', sans-serif;
}

#collapsibleNavbar {
    justify-content: flex-end;
    align-items: center;
}

.my_login_box {
    padding-top: 60px;
    padding-bottom: 60px;
    /*background: linear-gradient(0deg,rgba(0, 0, 0, 0.4),rgba(0, 0, 0, 0.4)),url(../img/truck.jpeg);*/
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.form-control:focus {
    border-color: #17a2b8;
    box-shadow: none;
}

.my_forget_btn a > .control-label {
    color: #17a2b8;
    cursor: pointer;
}

.my_forget_btn {
    position: absolute;
    display: inline-block;
    right: 31px;
    margin-top: -45px;
}

.my_rem_btn {
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 40px;
}

.btn.btn-info i {
    margin-right: 5px;
}

button:focus {
    outline: none;
}

.my_show {
    display: block;
}

.my_hide {
    display: none;
}

.my_rem_btn .custom-control-label span {
    position: relative;
    top: 2px;
}

.my_heading {
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    font-size: 32px;
}

.dropdown-menu {
    min-width: auto !important;
    /*overflow-x: auto;*/
    width: 100% !important;
    top: 97%;
}

.dropdown-item {
    display: grid !important;
    width: auto !important;
}

.last_menu {
    left: auto !important;
    right: 0 !important;
    width: auto !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #eeeeee;
}
/*.my_acord_pad {
  padding-left: 35px;
}*/
.my_ship_heading {
    text-align: center;
    font-size: 28px;
    margin-bottom: 35px;
}

.panel.panel-default .panel-collapse {
    /* border-radius: 4px; */
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin-top: -10px;
    margin-bottom: 10px;
}

.panel.panel-default .panel-body {
    padding: 25px 15px 15px 15px;
}

.btn-info:hover a {
    color: #17a2b8 !important;
}

.main-area .modal {
    z-index: 9999999;
}

.modal-content button.close {
    position: absolute;
    right: 20px;
    z-index: 9;
}

.modal-content h4.modal-title {
    width: 100%;
}

.my_admin_heading {
    font-size: 18px;
}

.modal-body h4 > b {
    font-size: 18px;
}

.modal-body .main-area-admin .form-group label {
    font-size: 14px;
}

#exTab2 .nav-pills {
    border-bottom: 1px solid #dee2e6;
}

    #exTab2 .nav-pills li {
        margin-bottom: -1px;
    }

        #exTab2 .nav-pills li a {
            display: block;
            padding: .5rem 1rem;
            border: 1px solid transparent;
            border-top-left-radius: .25rem;
            border-top-right-radius: .25rem;
            text-decoration: none;
        }

            #exTab2 .nav-pills li.active a, #exTab2 .nav-pills li a.active {
                color: #495057;
                background-color: #fff;
                border-color: #dee2e6 #dee2e6 #fff;
                display: block;
                padding: .5rem 1rem;
                /*border: 1px solid transparent;*/
                border-top-left-radius: .25rem;
                border-top-right-radius: .25rem;
            }

.modal-body .main-area-admin .form-group select.form-control {
    font-size: 15px;
    font-weight: 500;
    color: #808080;
}

.my_multiple_select_service1 label {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.my_multiple_select_service1 .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 10%;
    max-width: 10%;
}

    .my_multiple_select_service1 .col-sm-1 select.form-control {
        font-size: 10px;
        padding: 0rem 0rem;
    }

.modal-backdrop.show {
    opacity: .5;
    z-index: 100;
}

/* new css added on 14/11/19 */

.phone_top_box .form-control {
    height: calc(1.5em + .75rem + 0px);
    padding-top: 3.5px;
}

.phone_top_box .control-label {
    display: flex;
    align-items: center;
    margin-bottom: 2px;
}

.phone_top_box {
    margin-bottom: 25px;
}

.lower_modal_btns {
    display: flex;
    justify-content: flex-end;
}

    .lower_modal_btns .my_lower_btns_box {
        padding-right: 1px;
    }

.my_phone_delete_btn:hover, .btn-danger:hover {
    background-color: #ffffff;
    color: #dc3545;
}

.btn-success:hover {
    color: #218838;
    background-color: #ffffff;
    border-color: #1e7e34;
}

#myModal_ph1, #myModal_ph2, #myModal_ph3 {
    z-index: 9999999;
}

.my_admin_heading {
    padding-left: 15px;
}

.my_modal_label {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.my_mandatory_star {
    color: #e00;
    padding-left: 5px;
}
/*.my_modal_ph1_btm_btns a:first-child {
    position: relative;
}
.my_modal_ph1_btm_btns a {
    margin-right: 10px;
}*/
.main-area-admin form input[type="file"] {
    font-size: 13px;
    padding-bottom: 32px;
}

.main-area-admin .form-check {
    padding-left: 35px;
}

.new_ship_page .panel-body label {
    display: flex;
    align-items: center;
}

.new_tick_icon {
    color: #17a2b8;
}

.my_shipping_edit_icon {
    color: #17a1b7;
    /*position: relative;*/
    /*top: 7px;*/
    padding-left: 10px;
}

    .my_shipping_edit_icon > i {
        cursor: pointer;
    }

    .my_shipping_edit_icon > span {
        cursor: pointer;
    }

.new_ship_page .panel-body .my_shipping_address_label {
    align-items: flex-start;
}

.new_ship_page .panel-body label input[type="checkbox"] {
    margin-left: 2px;
}

    .new_ship_page .panel-body label input[type="checkbox"] + span {
        padding-left: 10px;
    }
/* toggle button css ------start------ */

/* New Css for toogle */

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    /*margin: 0 4rem;*/
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

    .btn-toggle:focus,
    .btn-toggle.focus,
    .btn-toggle:focus.active,
    .btn-toggle.focus.active {
        outline: none;
    }

    .btn-toggle:before,
    .btn-toggle:after {
        line-height: 1.5rem;
        width: 4rem;
        text-align: center;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 2px;
        position: absolute;
        bottom: 0;
        transition: opacity 0.25s;
    }

    .btn-toggle:before {
        content: 'Off';
        left: -4rem;
    }

    .btn-toggle:after {
        content: 'On';
        right: -4rem;
        opacity: 0.5;
    }

    .btn-toggle > .handle {
        position: absolute;
        top: 0.1875rem;
        left: 0.1875rem;
        width: 1.125rem;
        height: 1.125rem;
        border-radius: 1.125rem;
        background: #fff;
        transition: left 0.25s;
    }

    .btn-toggle.active {
        /*background-color: #29b5a8;*/
        background-color: #17a1b7;
    }

    .btn-toggle.active {
        transition: background-color 0.25s;
    }

        .btn-toggle.active > .handle {
            left: 1.6875rem;
            transition: left 0.25s;
        }

        .btn-toggle.active:before {
            opacity: 0.5;
        }

        .btn-toggle.active:after {
            opacity: 1;
        }

/* new css for on / off changes */

.btn-toggle {
    width: 3.6rem;
}

    .btn-toggle.active > .handle {
        left: 2.2rem;
    }

    .btn-toggle:before {
        content: 'No';
        left: 0.5vw;
        font-size: 12px;
        color: #fff;
        font-weight: 500;
    }

    .btn-toggle:after {
        content: 'Yes';
        right: 0.5vw;
        color: #fff;
        opacity: 0;
        font-size: 11px;
        font-weight: 500;
    }

    .btn-toggle.active:before {
        opacity: 0;
    }

/* toggle button css ------end------ */

/*.my_ship_frm_diff_add_box {
    text-align: right;
    padding-right: 20px;
}*/

.my_ship_frm_diff_bod_box {
    display: flex;
    justify-content: space-between;
}

    .my_ship_frm_diff_bod_box::after {
        content: "";
        position: absolute;
        background: #fecb2f;
        display: block;
        width: 37vw;
        height: 2px;
        left: 13px;
        bottom: -5px;
    }

.my_ship_to_inside_box button {
    margin-top: 10px;
}
/* l*b*h section look ------start------ */
/*.pack_info_lbh_box {
    background: #f1f1f1;
    padding-top: 10px;
}
.alert-warning {
    color: #000000;
    background-color: #ffffff;
    border-color: #fecb2f;
    border-width: 1.5px;
    padding-right: 0;
}*/
/* l*b*h section look ------end------ */
.alert-warning {
    margin-bottom: 0px;
}

.my_pack_info_toggle_marg {
    margin-top: 38px;
}

#ship_from_name, #ship_from_address {
    font-size: 12px;
    font-weight: 400;
}

#ship_to_name, #ship_to_address {
    font-size: 12px;
    font-weight: 400;
}

.panel-heading .collapsed:before {
    transform: rotate(180deg);
}

.panel-heading a:before {
    transform: rotate(0deg);
}
#tblEnterDim_1 .txtWidth {
    padding: 0px 6px;
    margin: 0 0px 0 0px;
}

/* Responsive Css */

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .btn-info {
        font-size: 12px;
    }

    .btn-danger {
        font-size: 12px;
    }

    .btn-success {
        font-size: 12px;
    }

    .phone_top_box .control-label + div {
        margin-bottom: 10px;
    }

    .phone_top_box {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {

    .my_forget_btn {
        position: relative;
        display: inline-block;
        left: 3px;
        margin-top: -44px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }

    .phone_top_box .control-label {
        margin-bottom: 10px;
    }

        .phone_top_box .control-label + div {
            margin-bottom: 10px;
        }

    .btn-info {
        font-size: 14px;
    }

    .btn-danger {
        font-size: 14px;
    }

    .btn-success {
        font-size: 14px;
    }
}

* {
    box-sizing: border-box;
}
.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;    
    overflow-x: hidden;    
    padding-right: 20px;
} 

    .autocomplete-items div {
        padding: 10px;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
    }

        .autocomplete-items div:hover {
            /*when hovering an item:*/
            background-color: #e9e9e9;
        }

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

table.dataTable tr th.select-checkbox.selected::after {
    content: "✔";
    margin-top: -11px;
    margin-left: -4px;
    text-align: center;
    text-shadow: rgb(176, 190, 217) 1px 1px, rgb(176, 190, 217) -1px -1px, rgb(176, 190, 217) 1px -1px, rgb(176, 190, 217) -1px 1px;
}
.TextWidth{
    width:50px;
}

.childsection
{
    padding-left: 35px;
}


/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: scroll;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

    .loading:not(:required):after {
        content: '';
        display: block;
        font-size: 10px;
        width: 1em;
        height: 1em;
        margin-top: -0.5em;
        -webkit-animation: spinner 150ms infinite linear;
        -moz-animation: spinner 150ms infinite linear;
        -ms-animation: spinner 150ms infinite linear;
        -o-animation: spinner 150ms infinite linear;
        animation: spinner 150ms infinite linear;
        border-radius: 0.5em;
        -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
    }

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.cokies {
    opacity: 1;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999;
    padding: 1px 25px;
    background-color: #000;
    
    background-repeat: repeat;
    color: #ffffff !important;
}

.modal-dialog, .modal-lg, .modal-xl {
    max-width: 90% !important;
}

.form-control {
    border: 1.5px #ced4da solid !important;
    background-color: aliceblue;
}
    .form-control:hover {
        background-color: #ccc;
    }
.bootstrap-select {
    border: 1.5px #ced4da solid !important;
    background-color: aliceblue;
}
    .bootstrap-select:hover {
        background-color: #ccc;
    }

.bootstrap-select
{
    /*z-index: 2000;*/
}

#divHoldLoc{
	display: none !important;
}
#HoldatInfo{
	display: none !important;
}
#divDryIce{
	display: none !important;
}
#divDangerousGoods{
	display: none !important;
}
#divBattery{
	display: none !important;
}