:root{
    --default: #0A78DD;
    --white: #ffffff;
    --attention: #79DAE8;
    --warning: #E63B05;
    --notice: #EE5007;
    --inactive: #DFDFDE;
    --grey: #797979;
    --success: #18A740;
    --yellow:#F5E024;
}
/*Background Colors*/
.bg-grey{
    background-color: #d1d1d1;
}
.bg-yellow{
    background-color: var(--yellow);
}
.default{
    background-color: var(--default);
}
.white{
    background-color: var(--white);
}
.attention{
    background-color: var(--attention);
}
.warning{
    background-color: var(--warning);
}
.notice{
    background-color: var(--notice);
}
.inactive{
    background-color: var(--inactive);
}
.success{
    background-color: var(--success);
}
.grey{
    background-color: var(--grey)
}

/*Text Color*/
.text-default{
    color:var(--default);
}
.text-white{
    color: var(--white);
}
.text-attention{
    color: var(--attention);
}
.text-warning{
    color: var(--warning);
}
.text-notice{
    color: var(--notice);
}
.text-inactive{
    color: var(--inactive);
}
.text-grey{
    color: var(--grey);
}
.text-success{
    color: var(--success);
}
.black {
    color: #212529;
}

.tag{
    border-radius: 10.5px;
}
.uppercase{
    text-transform: uppercase;
}
.list-style-none{
    list-style-type:none;
}
.top-left-round{
    border-top-left-radius: 25px;
}
.bottom-left-round{
    border-bottom-left-radius: 25px;
}
.top-right-round{
    border-top-right-radius: 25px;
}
.bottom-right-round{
    border-bottom-right-radius: 25px;
}
.w-30{
    width: 30%;
}
.w-40{
    width: 40%;
}
.w-60{
    width: 60%;
}
.w-70{
    width: 70%;
}

.table td{
    vertical-align:middle;
}



.wismo-main{
    position: sticky;
    top:120px;
}
.blog-header{
    background-color: #ffffff;
    position: relative;
    z-index: 1000;
}

/*Leftdide-filter Style*/
.leftside-filters{
    z-index: 99;
    bottom: 0;
    position: relative;
    top: 0px;
    padding-top: 40px;
    background: var(--light);
    max-width:20%;
    flex: 0 0 20%;
}
/*End Leftdide-filter Style*/

/*----------------------------------------------*/

/*Topbar Style*/
.topbar{
    padding: 0 15px;
    background-color: var(--white);
    min-height: 200px;
    position: relative;
    z-index: 100;
    /*padding-left: 300px;*/
}
.topbar ul li{
    max-width: 255px;
    width: 10%;
}

.topbar ul li .h5 {
    font-size: .8rem;
}

.topbar-2 ul li {
    max-width: 255px;
    width: auto;
}
.topbar-2 ul li.active{
    background-color: var(--yellow);
}
/*End Topbar Style*/

/*----------------------------------------------*/

/*Content body style*/
.content-body{
    overflow: hidden;
    min-height: 88vh;
    padding: 40px 15px 65px;
    background-color: #d1d1d1;
    max-width:80%;
    flex: 0 0 80%;
}
.wismo-table{
    border-collapse: separate;
    border-spacing: 0 5px;
    font-size: 10px;
}
.wismo-table td{
    vertical-align: middle;
    overflow: hidden;
    line-break: auto;
}
.wismo-table td .flag{
    width: 18px;
    height: 14px;
}
.orderlist-table th, .orderlist-table td{
    padding-right: 0;
}
.orderlist-table th:last-child, .orderlist-table td:last-child{
    padding-right: 0.5rem;
}
/*
.wismo-table td:nth-child(1), .wismo-table th:nth-child(1){
    min-width: 320px;
    width: 13.92%;
}
.wismo-table td:nth-child(2), .wismo-table th:nth-child(2){
    min-width: 210px;
    width: 9.13%;
}
.wismo-table td:nth-child(3), .wismo-table th:nth-child(3){
    min-width: 1190px;
    width: 51.75%;
}
.wismo-table td:nth-child(4), .wismo-table th:nth-child(4){
    min-width: 300px;
    width: 13%;
}
.wismo-table td:nth-child(5), .wismo-table th:nth-child(5){
    min-width: 200px;
    width: 8.7%;
}
.wismo-table td:nth-child(6), .wismo-table th:nth-child(6){
    min-width: 80px;
    width: 3.5%;
}
.wismo-status{
    max-width: 1190px;
}
td .company-logo{
    max-width: 120px;
}*/

.wismo-table td:nth-child(1), .wismo-table th:nth-child(1){
    width: 1.92%;
}
.wismo-table td:nth-child(2), .wismo-table th:nth-child(2){
    width: 12%;
}
.wismo-table td:nth-child(3), .wismo-table th:nth-child(3){
    width: 9.13%;
}
.wismo-table td:nth-child(4), .wismo-table th:nth-child(4){
    width: 51.75%;
}
.wismo-table td:nth-child(5), .wismo-table th:nth-child(5){
    width: 13%;
}
.wismo-table td:nth-child(6), .wismo-table th:nth-child(6){
    width: 8.7%;
}
.wismo-table td:nth-child(7), .wismo-table th:nth-child(7){
    width: 3.5%;
}
.dropdown-item.black{
    color:#000000 !important;
    padding-left:0;
}
.dropdown-item.black::before{
    display: none;
}
/*Progress Bar Style*/
.wismo-status .progress{
    height: 3.125rem;
    width: 100%;
    position: relative;
    overflow: visible;
}
.wismo-status .progress:nth-child(1){
    max-width: 115px;
}
.wismo-status .progress:nth-child(2){
    max-width: 120px;
}
.wismo-status .progress:nth-child(3){
    max-width: 150px;
}
.wismo-status .progress:nth-child(4){
    max-width: 85px;
}
.wismo-status .progress:nth-child(5){
    max-width: 92px;
}
.wismo-status .progress:nth-child(6){
    max-width: 127px;
}
.wismo-status .progress:nth-child(7){
    max-width: 150px;
}
.wismo-status .progress:nth-child(8){
    max-width: 142px;
}
.wismo-status .progress:nth-child(9){
    max-width: 85px;
}
.wismo-status .progress span{
    position: absolute;
}
.progress .wt-01{
    top:-20px;
    left:8px;
}
.progress .wt-02{
    top:8px;
    text-align: center;
}
.progress .wt-03{
    top:50px;
    left:8px;
}
.wismo-status .progress:nth-child(4) .wt-02,
.wismo-status .progress:nth-child(5) .wt-02,
.wismo-status .progress:nth-child(9) .wt-02{
    top: 15px;
    left: 10px;
}
.action-btn img{
    width: 28px;
    height: auto;
}
.dropdown img{
    width: 28px;
}
.choose-curier button{
    max-width: 40px;
    overflow: hidden;
    padding-left: 5px;
}
.choose-curier .dropdown-menu{
    transform: translate3d(0px, -45px, 0px) !important;
}
.wismo-table td:nth-child(4) .w-70 p>span {
    display: inline-block;
}

.btn-add-task{
    font-size: 8px;
    display: flex;
    align-items: center;
    
}
.btn-add-task img{
    max-width: 16px;
}
.dash-left-filters {
    padding-left: 0;
}

/*Purchase Order*/

/*End Purchase Order*/


/*End Content body style*/
/*----------------------------------------------*/


/*Modal Style*/
#customer-info .modal-dialog, 
#delivery-info .modal-dialog, 
#partslist-info .modal-dialog, 
#partsdetails-info .modal-dialog,
#packagelist-info .modal-dialog,
#deliverylist-info .modal-dialog{
    top:120px
}
#customer-info .modal-dialog, 
#customer-info .modal-content,
#delivery-info .modal-dialog, 
#delivery-info .modal-content{
    max-width: 720px;
}

#partslist-info .modal-dialog, 
#partsdetails-info .modal-dialog,
#packagelist-info .modal-dialog,
#deliverylist-info .modal-dialog{
    max-width: 90%;
}
#partslist-info .modal-content, 
#partsdetails-info .modal-content,
#packagelist-info .modal-content,
#deliverylist-info .modal-content{
    max-width: 100%;
}

#partsListTable th:nth-child(5), 
#partsListTable td:nth-child(5),
#partslist-info .table th:nth-child(5), 
#partslist-info .table td:nth-child(5){
    text-align: center;
}
.partsListTable th:nth-child(1), .partsListTable td:nth-child(1){
    width: 4%;
}
.partsListTable th:nth-child(2), .partsListTable td:nth-child(2){
    width: 16%;
}
.partsListTable th:nth-child(3), .partsListTable td:nth-child(3){
    width: 15%;
}
.partsListTable th:nth-child(4), .partsListTable td:nth-child(4){
    width: 15%;
}
.partsListTable th:nth-child(5), .partsListTable td:nth-child(5),
.partsListTable th:nth-child(6), .partsListTable td:nth-child(6){
    width: 6%;
    text-align: center;
}
.partsListTable th:nth-child(7), .partsListTable td:nth-child(7){
    width: 12%;
}
.partsListTable th:nth-child(8), .partsListTable td:nth-child(8),
.partsListTable th:nth-child(9), .partsListTable td:nth-child(9){
    width: 8%;
}
.partsListTable th:nth-child(7), .partsListTable td:nth-child(7){
    width: 10%;
}
   
.partsListTable-2 th:nth-child(1), .partsListTable-2 td:nth-child(1){
    width: 4%;
}
.partsListTable-2 th:nth-child(2), .partsListTable-2 td:nth-child(2){
    width: 26%;
}
.partsListTable-2 th:nth-child(3), .partsListTable-2 td:nth-child(3){
    width: 25%;
}
.partsListTable-2 th:nth-child(4), .partsListTable-2 td:nth-child(4),
.partsListTable-2 th:nth-child(5), .partsListTable-2 td:nth-child(5){
    width: 7.5%;
    text-align: center;
}
.partsListTable-2 th:nth-child(6), .partsListTable-2 td:nth-child(6){
    width: 12%;
}
.partsListTable-2 th:nth-child(7), .partsListTable-2 td:nth-child(7){
    width: 18%;
}


.wismo-status .progress span.wt-02 {
    top: 50% !important;
    transform: translate(-50%, -50%);
    left: 50% !important;
    color: #ffffff;
}

.wismo-status .progress.bottom-right-round .progress-bar{
    border-bottom-right-radius: 25px;
}

.wismo-status .progress.top-right-round .progress-bar{
    border-top-right-radius: 25px;
}

/*Responsive Styles*/

@media screen and (min-width:1440px) and (max-width:2500px) {
    #supplier-orders table.table.orderlist-table{
        width: 100%;
    }    
}

@media screen and (min-width:1921px){
    .wismo-status{
        justify-content: center;
    }
    .progress .wt-02 {
        top: 15px;
        text-align: center;
        width: 100%;
    }
    .wismo-status .progress:nth-child(4) .wt-02, 
    .wismo-status .progress:nth-child(5) .wt-02, 
    .wismo-status .progress:nth-child(9) .wt-02{
        left: auto;
    }
}

@media screen and (max-width:1920px) {
    .wismo-status {
        max-width: 900px;
        min-width: 540px;
    }
    .wismo-status .progress{
        max-width: 90px !important;
        line-break: auto;
        text-align: center;
    }
    .wismo-status .progress span{
        font-size: 9px;
    }
    .progress .wt-02{
        top:6px;
    }
    
}
@media screen and (max-width:1440px){
    .wismo-status .progress{
        height: 2rem;
    }
    .wismo-status .progress span {
        font-size: 5px;
    }
    .wismo-status .progress:nth-child(4) .wt-02, 
    .wismo-status .progress:nth-child(5) .wt-02, 
    .wismo-status .progress:nth-child(9) .wt-02{
        top:12px;
    }
    .progress .wt-01{
        left: 8px;
        top: -12px;
    }
    .progress .wt-03{
        top: 35px;
    }
    .wismo-table td:nth-child(4) div.w-70{
        text-align: right;
    }
    .wismo-table td:nth-child(2) p:nth-child(3){
        margin-bottom: 0px;
    }
}
@media screen and (max-width:1180px){
    .topbar ul li{
        padding-left: .5rem !important;
        padding-right: .5rem !important;
    }
    .topbar ul li .h5{
        font-size: .7rem;
    }
    .wismo-status .progress{
        margin-right: .065rem !important;
    }
    .wismo-status .progress span {
        font-size: 6px;
    }
    .progress .wt-03{
        top: 35px;
    }
    .wismo-table{
        font-size: 8px;
    }
    .dash-left-filters{
        padding-left: 0;
    }
    .filter-item input[type=date]{
        max-width: 95px;
    }
}
@media screen and (max-width:1024px){
    .topbar ul li .h5 {
        font-size: .55rem;
    }
    .wismo-status .progress span {
        font-size: 5px;
    }
    .wismo-status .progress:nth-child(4) .wt-02, .wismo-status .progress:nth-child(9) .wt-02{
        left: 2px;
    }
    .wismo-status .progress:nth-child(5) .wt-02{
        left: 1px;
    }
    .wismo-table td:nth-child(4) .w-70 p>span{
        display: block;
    }
    .wismo-table td:nth-child(4) .w-70 p{
        margin-bottom: .5rem;
    }
    .wismo-table td:nth-child(4) .w-70 a{
        font-size: 8px;
    }
    .progress .wt-01{
        left: 3px;
    }
    .wismo-table td:nth-child(2) p:nth-child(3) {
        margin-bottom: -20px;
    }
    #partsListTable th:nth-child(6), 
    #partsListTable td:nth-child(6),
    #partslist-info .table th:nth-child(6), 
    #partslist-info .table td:nth-child(6){
        width: 75px;
        text-align: center;
    }
    #partsListTable th:nth-child(5), 
    #partsListTable td:nth-child(5),
    #partslist-info .table th:nth-child(5), 
    #partslist-info .table td:nth-child(5){
        text-align: center;
    }
}

.user_filter_options li{
    padding-top:10px !important;
    padding-bottom:5px !important;
    cursor:pointer;
}
.user_filter_options li label{
    cursor:pointer;
}

.user_filter_options li.active{
    background-color:#fff;
    color:#000;
}

/*------------New wismo page style code Start--------------*/

.topbar-grid-column ul li {
    background: #DFDFDE;
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    width: 93px;
    height: 92px;
    padding: 8px 0 0;
}

.topbar-grid-column ul li:not(:first-child){
    margin-left: 10px;
}

.topbar-grid-column ul li .enquiry-data h5 {
    font-weight: 700;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}

.topbar-grid-column ul li .enquiry-data p{
    font-weight: 400;
    font-size: 19px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 8px 0 4px;
}

.topbar-grid-column ul li .enquiry-data span{
    font-weight: 400;
    font-size: 10px;
    display: block;
    text-align: center;
    color: #000000;
}

.bottom-wismo-table .search-top {
    margin: 45px 0 11px;
    padding-top: 25px;
    border-top: 1px #000 solid;
}

.bottom-wismo-table .search-top .form-group ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666;
  opacity: 1; /* Firefox */
}

.bottom-wismo-table .search-top .form-group :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #666666;
}

.bottom-wismo-table .search-top .form-group ::-ms-input-placeholder { /* Microsoft Edge */
  color: #666666;
}

.search-top select.form-control {
    background: #D1D1D1;
    height: 22px;
    padding: 0;
    line-height: 20px;
}

.search-top input.form-control {
    background: #F3F3F1;
    border: 1px solid #666666;
    border-radius: 20px !important;
    height: 25px;
    font-size: 9px;
    color: #666666;
}

.table-responsive.enquiry_table {
    background: #D1D1D1;
    padding: 0 12px;
}

.table-responsive.enquiry_table .table tr th{
    border: 0;
}

.table-responsive.enquiry_table .table tr th:nth-child(3) {
    width: 50%;
    text-align: center;
}

.table-responsive.enquiry_table tbody tr td .progress{
    height: 6px;
    border-radius: 0;
    position: relative;
    background: #ABB6B7;
    overflow: visible;
}

.table-responsive.enquiry_table tbody tr td{
    background: #EFF5F5;
    border-radius: 6.6269px;
    position: relative;
    padding: 15px 10px;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td {
    padding: 14px 10px 20px;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td ul.list-inline {
    margin: 0;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td ul.list-inline li a{
    text-decoration: underline;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td ul.list-inline li:not(:first-child){
    margin-left: 25px;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td a{
    font-size: 13px;
    text-decoration: underline;
    color: #000;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td a span {
    display: inline-block;
    width: 20px;
    overflow: hidden;
    height: 12px;
    line-height: 10px;
    vertical-align: text-top;
}

.table-responsive.enquiry_table tbody tr td table.table.inside-table tbody tr td a span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.table-responsive.enquiry_table tbody tr td .status_bar_change li{
    flex: 0 0 9.9%;
    width: 9.9%;
    position: relative;
}

/* .table-responsive.enquiry_table tbody tr td .progress.first_progress_load::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ABB6B7;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
} */

/* .table-responsive.enquiry_table tbody tr td .progress::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ABB6B7;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
} */

.table-responsive.enquiry_table tbody tr td .status_bar_change li:not(:first-child){
    margin-left: 5px;
}

.table-responsive.enquiry_table tbody tr td .status_bar_change li .sm-circle-before.active-sm-circle{
    background: #EB6440;
}


.table-responsive.enquiry_table tbody tr td .status_bar_change li .sm-circle-before, .table-responsive.enquiry_table tbody tr td .status_bar_change li .sm-circle-after{
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #abb6b7;
    z-index: 1;
}

.table-responsive.enquiry_table tbody tr td .status_bar_change li .sm-circle-after {
    left: auto;
    right: -10px;
}

.table-responsive.enquiry_table tbody tr td .progress .progress-bar{
    background: #ABB6B7;
}

.table-responsive.enquiry_table tbody tr td .status_bar_change li.active_load .sm-circle-after.active-sm-circle , .table-responsive.enquiry_table tbody tr td .status_bar_change li.active_load .sm-circle-before.active-sm-circle{
    background: #3A5A5D;
}

/* .table-responsive.enquiry_table tbody tr td .progress.active_load::after, .table-responsive.enquiry_table tbody tr td .progress.active_load::before{
    background: #3A5A5D;
} */

.table-responsive.enquiry_table tbody tr td ul.list-inline li.active_load .progress .progress-bar, .table-responsive.enquiry_table tbody tr td ul.list-inline li.half-active-load .progress .progress-bar{
    background: #3A5A5D;
}

/* .table-responsive.enquiry_table tbody tr td .progress.denger_load::after{
    background: #EB6440;
} */

.table-responsive.enquiry_table tbody tr td ul.list-inline li.denger_load .progress .progress-bar, .table-responsive.enquiry_table tbody tr td .status_bar_change li.denger_load .sm-circle-after.active-sm-circle{
    background: #EB6440;
}

.table-responsive.enquiry_table tbody tr td .table.inside-table tbody tr td ul li a{
    font-weight: 400;
    font-size: 11.3604px;
    line-height: 14px;
    color: #000000;
}

.table-responsive.enquiry_table tbody tr td .status_bar_change li span.table-order {
    position: absolute;
    top: -32px;
    width: 60px;
    word-break: break-word;
    line-height: 12px;
    right: -33px;
    font-size: 11px;
    color: #ABB6B7;
}

.table-responsive.enquiry_table tbody tr td .status_bar_change li span.table-order-date {
    position: absolute;
    right: -18px;
    font-size: 9px;
    color: #ABB6B7;
    top: 14px;
}


.table-responsive.enquiry_table tbody tr td ul.list-inline li.active_load span, .table-responsive.enquiry_table tbody tr td ul.list-inline li.half-active-load span{
    color: #3A5A5D;
}

.table-responsive.enquiry_table tbody tr td ul.list-inline li.denger_load span {
    color: #EB6440;
}

.customer-delivery-date {
    position: absolute;
    top: 0;
    background: #03C988;
    border-radius: 6.6269px;
    font-weight: 700;
    font-size: 11.3604px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 2px 6px 5px;
    right: 0;
}

.multi-pages ul.pagination .page-item:not(:first-child){
    margin-left: 5px;
}

.multi-pages ul.pagination .page-item a.page-link {
    background: #C4C4C4;
    border: 1px solid #000000;
    border-radius: 0;
    font-weight: 700;
    font-size: 8px;
    line-height: 9px;
    color: #000000;
}

.multi-pages ul.pagination .page-item.active a.page-link {
    background: #fff;
}

/*------------New wismo page style code End--------------*/

.orderlist-table td p.status{
    background-color:#AEEAF3 !important;
    color:black !important;
    margin-top:15px;
}

.multi-pages {
    display: flex;
    justify-content: right;
    align-items: baseline;
}
.pageNumberForm span {
    margin-right: 15px;
}