.row-bordered:after {
    display: block;
    border: 0;
    border-bottom: 1px solid #eee;
    margin: 0px 10px 10px 10px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0 !important;
    border-radius: 4px;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.side-menu {
    width: 260px !important;
}

/*.footer {*/
/*    left: 260px !important;*/
/*}*/

.topbar .topbar-left {
    width: 260px !important;
}

.content-page {
    margin-left: 260px !important;
}

#wrapper.enlarged .left.side-menu {
    width: 70px !important;
}

#wrapper.enlarged .content-page {
    margin-left: 70px !important;
}

#wrapper.enlarged .footer {
    left: 70px !important;
}

.label-padding-top-6 {
    padding: 6px 0px 0px 0px;
}

.label-padding-top-9 {
    padding: 9px 0px 0px 0px;
}

.input-max-width {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner {
    position: inherit;
}

/*.open > .dropdown-menu {*/
/*    display: flex !important;*/
/*}*/

.m-l-20 {
    margin-left: 20px !important;
}

.m-l-25 {
    margin-left: 25px !important;
}

.p-l-45 {
    padding-left: 45px !important;;
}

.bootstrap-dialog .bootstrap-dialog-close-button {
    display: block !important;
}

div.upload-profile-picture > .bootstrap-filestyle.input-group {
    display: block !important;
}

.m-r-30 {
    margin-right: 30px;
}

/*Fixed Checkbox*/
.fixedCheckbox {
    margin-bottom: 0px !important;
}

/*.input-group .bootstrap-select.form-control {*/
/*z-index: inherit;*/
/*}*/

/*.bootstrap-select .dropdown-menu>.inner {*/
/*border: 1px solid #ccc;*/
/*-webkit-background-clip: padding-box;*/
/*border: 1px solid rgba(0,0,0,.15);*/
/*border-radius: 4px;*/
/*-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*box-shadow: 0 6px 12px rgba(0,0,0,.175);*/
/*!*position: absolute;*!*/
/*!*background: white;*!*/
/*!*width: 100%;*!*/
/*}*/

/*.g-recaptcha {*/
/*transform: scale(1.19) !important;*/
/*transform-origin: 0 0 !important;*/
/*}*/

@-moz-document url-prefix() {
    select.form-control {
        padding-right: 25px;
        background-image: url("data:image/svg+xml,\
                      <svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='14px'\
                           height='14px' viewBox='0 0 1600 1000' fill='rgb(51,51,51)'>\
                        <path d='M1100 411l-198 -199l-353 353l-353 -353l-197 199l551 551z'/>\
                      </svg>");
        background-repeat: no-repeat;
        background-position: calc(100% - 7px) 50%;
        -moz-appearance: none;
        appearance: none;
    }
}

.search-bar-divider {
    position: relative;
}

.search-bar-divider a {
    position: relative;
    display: inline-block;
}

.search-bar-divider hr {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin: 0;
}

.display-none {
    display: none;
}

.ui-widget-content {
    z-index: 999999 !important;
}

.address {
    height: 70px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.contact {
    height: 70px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.address input {
    margin-bottom: 20px;
}

.ui-widget-header .ui-icon {
    background-image: none;
}

#title-box-head h4,
#title-box-head a {
    display: inline;
    /*vertical-align: top;*/
}

.container {
    width: 100% !important;
}

.btn-primary {
    background-color: #188ae2 !important;
    border: 1px solid #188ae2 !important;
}


/*.input-group {*/
/*    margin-top: 2px !important;*/
/*}*/

.quantity {
    border: none !important;
}

.AddProduct {
    margin-top: 5%;
}

.footer {
    padding: 10px 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 20px;
}


table#datatable tr:hover {
    cursor: pointer;
}

table#datatable th {
    text-align: center;
}

.modal .modal-dialog .modal-content .modal-header {
    cursor: move;
}

#topnav .navigation-menu > li > a {
    padding-left: 0;
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #ababab;
}

::-webkit-scrollbar-thumb:hover {
    background: #9f9f9f;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

input-xs {
    height: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}










/*==========================Delivery Agent App LOGIN Styles ===========================*/

/*Login Logo*/
.delivery-login-container{
    width: 80%;
    height: 200px;
    /*border: 3px solid red;*/
    margin: auto;
    margin-top: 100px;
}


.delivery-login-logo-contain{
    display: flex;
    justify-content: center;
}

.delivery-logo{
    width: 300px;
}


/*Login header*/

.delivery-login-form-contain{

}

.delivery-login-header{
    display: flex;
    justify-content: center;
    padding: 15px;
    font-size: 50px;
    font-weight: bolder;
    color: black;
    margin-top: 80px;
    margin-bottom: 80px;
}


.delivery-login-form-contain{

}

.delivery-input-contain>input{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}



.delivery-field{
    font-size: 30px;
    width: 100%;
    height: 100px;
    padding: 10px 0 5px 100px;
    margin-top: 15px;
    border: 1px solid #C4C4C4;
    border-radius: 20px;
}

.delivery-phone{
}

.delivery-password{

}

.input-icon{
    font-size: 40px;
    position: relative;
    bottom: 67px;
    left: 35px;
}

.keep-login-checkbox{
    margin-top: 10px;
    vertical-align: middle;
}

.keep-me-login{
    width: 25px;
    height: 25px;
    margin: 0px !important;
    position: relative;
    bottom: -2px;
    /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    margin-left: 5px !important;
}

.keep-me-login-text{
    font-size: 30px;
    margin: 0px;
    margin-left: 5px !important;
}

.button-sign-in {
    background-color: #f9a300;
    border: none;
    height: 40px;
    padding: 10px 15px;
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    margin-top: 10px;
    margin-right: 10px;
}

.btn-sign-in{
    height: 100px;
}

.button-sign-in:hover {
    cursor: pointer;
    background-color: #020c39;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}


.button-sign-in{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    width: 100%;
    border-radius: 20px;
    background: rgba(10, 4, 60, 1);
    color: white;
    font-weight: bold;
    font-size: 30px;
    outline: none;
    padding: 10px;
    margin-bottom: 20px;
}

.button-sign-in:active {
    outline: none;
    border: none;
}

.button-sign-in:focus {outline:0;}

.forgot-password{

    font-size: 30px;
    margin-left: 5px;
    color: #020c39;
}


.fg-pw-container{
    margin-top: 40px;
}

.copy-right-contain{
    font-size: 30px;
    margin-top: 150px;
    text-align: center;
    flex-wrap: nowrap;
}




/* When the browser is at least 600px and above */
/*@media screen and (min-width: 600px) {*/
/*    .delivery-login-container{*/
/*        margin-top: 50px;*/
/*        background-color: blue;*/
/*    }*/
/*}*/










/*=============================Delivery Agent Layout Styles========================*/
.delivery-layout-container
{
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 70px;
    background-color: #1C2B61;
    padding: 1px;
    display: flex;
    flex-wrap: nowrap;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.delivery-layout-logo-container{
}

.delivery-layout-logo{
    height: 68px;
    border-radius: 10px;
    margin-left: 0px;

}

.delivery-layout-header-container{
    display: flex;
    align-items: center;
}

.delivery-layout-header{
    margin: 0px;
    padding-left: 30px;
    color: white;
}

@media only screen and (max-width: 600px) {
    .delivery-layout-header{
        font-size: large;
    }
}

/*===========================Delivery Dashboard ===============================*/
.delivery-dashboard-container{
    margin-top:20px;
}

.dashboard-header{
    color: black;
}

.dashboard-count-container{
    margin-top: 15px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.dashboard-block-container{
    border-radius: 8px;
    border: 1px solid #E1E1E1;
    padding: 10px;
    width: 100%;
    margin: 2px;
}

.dashboard-name{
    font-size: 13px;
    font-weight: normal;
    color: #686868;
}

.icon-num-container{
    display: flex;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.icon-contain{

}

.icon-dashboard{
    width: 70%;
    max-height: 100px;
    text-decoration-color:red ;
    opacity: 0.3;

}

.num-contain{
    display: flex;
    align-items: flex-end;
}

.num-dashboard{
    display: inline;
    margin: 0 10px 0 0;
}


@media only screen and (min-width: 1000px) {
    .icon-dashboard{
        padding-right: 100px;
    }
}


@media only screen and (min-width: 1400px) {
    .icon-dashboard{
        padding-right: 200px;
    }
}

.dashboard-line{
    /*border-bottom: 1px solid #D8D8D8;*/
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.tab-bar-container{
    margin-top: 5px;
    display: flex;
}

.tab-bar-name-contain{
    display: flex;
    justify-content: center;
    padding: 8px 10px;
    background-color: #eeeeee;
    border-radius: 8px;
}

.button-bar-selected{
    width: 86px;
    padding-bottom: 5px;
    border-bottom: 2px solid red;
    margin-right: 5px;
}


.tap-bar-name{
    color: #686868;
    font-weight: normal;
    font-size: 13px;
}

.tab-selected{
    background-color: #FF3232;
    color: white;
    font-weight: bold;
}




.filter-method-container{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.filter-time{
    padding: 3px;
    border-radius: 4px;
    border: 1px solid #E1E1E1;
    width: 100%;
    font-size: 10px;
    background-color: white;
}

.each-filter-contain{
    width: 45%;
}

.search-filter{
    padding-right: 30px;
}

.filter-search-icon{
    font-size: x-small;
    display: block;
    position: relative;
    right: 10px;
    top: -14px;
}

.table-list-container{
    width: 100%;
    padding: 10px 0;
}

.table-customer-container{
    width: 100%;

}


.table-title{
    width: 100%;
    padding: 10px;
}

.table-title>th{
    font-size: 13px;
    font-weight: bold;
    padding: 5px    ;
    border-bottom: 1px solid #D8D8D8;
}

.column1{
    width: 15%;
}

.column2{
    width: 45%;
}

.column3{
    width: 40%;

}

.table-body>td{
    color: black;
    padding: 5px;
    font-size: 11px;
    border-bottom: 1px solid #efefef;
}

.table-body.c3{
    margin-top: 10px;
}


.c3{
   margin-top: 5px;
}


.delivery-date{
    font-size: 9px;
    margin: 0;
    color: #A99999 !important;
}

.pagination-container{
    padding: 5px;
    margin-top: 20px;
    text-align: right;
}

.pagination-contain{
    display: flex;
    justify-content: flex-end;
}

.page-block{
    text-align: center;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    color: #C4C4C4  ;
}


.page-selected{
    background-color: #00ABE1;
    color: white;
}

.has-next{
    color: #676767;
}


body{
    padding: 0px !important;
}



/*===================================== Oder Detail ======================*/

.delivery-order-container{
}

.order-info{
    color: black;
    margin-top: 20px;
    font-weight: bold;
    font-size: large;

}

.header-line{
    border: 1px solid #999999;
    margin: 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.delivery-info-container{
    margin-top: 20px    ;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    background-color: #F6F6F6;
}

.field-block{
    display: flex;
}

.field-name{
    min-width: 100px;
    color: #686868;
    font-weight: bold;
    width: 80px;
}

.field-value{
    font-size: small;
    margin: 0;
    margin-left: 5px;
}

.map-field{
    border-radius: 10px;
    width: 100%;
}

.column3{
    text-align: right;
}

.delivery-info-container2{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.field-name2 {
    min-width: 50px;
}


.delivery-discount-container{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.cash-contain{
    display: flex;
}

.percent-contain{
    display: flex;
}

.dis{
    border-radius: 5px;
    width: 120px;
    border: 1px solid #878787;
    max-height: 25px;
    margin-right: 5px;
    font-size: 10px;
}

.text-dis{
    margin: 0;
}

.button-pickup-container{
    margin-bottom: 50px;
}

@media only screen and (min-width: 991px) and (max-width: 1390px) {
    .page-title-box {
        margin-top: 50px;
    }
}


.adress{
    height: 52px !important;
}


.disabledblock {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

td ul.list-unstyled {
    margin-bottom: 0px;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-toggle .filter-option {
    top: 2px !important;
}

.input-xs {
    padding: 0px 0px 0px 0px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    height: 23px;
    margin: 0px 0px 0px 0px;
}

div.dataTables_length > .label-xs {
    font-size: 12px;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: .75rem;
}
.page-title-box {
    padding: 10px 0 !important;
}
.thumb-xs {
    height: 16px;
    width: 16px;
}
.colorpicker, .colorpicker * {
    z-index: 9999;
}
