#OrdersDashboard table, #ChecksDashboard table{
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
    height: 60vh;
}
#OrdersDashboard td, #OrdersDashboard th, #ChecksDashboard td, #ChecksDashboard th {
    min-width: 150px;
    height: 25px;
    border: dashed 1px lightblue;
    max-width:400px;
    white-space: normal;
    white-space: pre-wrap;
}
#OrdersDashboard th:nth-child(1),#OrdersDashboard td:nth-child(1),#ChecksDashboard th:nth-child(1),#ChecksDashboard td:nth-child(1){
    min-width: 20px!important;
}
.custom-table table{
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    height: 60vh;
}
.custom-table tr.solid{
    background-color: peachpuff;
}
.custom-table td, .custom-table th {
    min-width: 150px;
    height: 25px;
    border: dashed 1px lightblue;
    white-space: normal;
    white-space: pre-wrap;
}
.custom-table th:nth-child(1),.custom-table td:nth-child(1){
    min-width: 20px!important;
}
.custom-table-bootstrap table{
    /* display: block; */
    overflow-x: auto;
    overflow-y: auto;
    height: 60vh;
}
.custom-table-bootstrap tr.solid{
    background-color: peachpuff;
}
.custom-table-bootstrap td, .custom-table-bootstrap th {
    min-width: 150px;
    height: 25px;
    border: dashed 1px lightblue;
    max-width:400px;
    white-space: normal;
    white-space: pre-wrap;
}
.custom-table-bootstrap th:nth-child(1),.custom-table-bootstrap td:nth-child(1){
    min-width: 20px!important;
}
@media only screen and (max-width: 800px) {
    .custom-table-bootstrap table{
        display: block;
    }
}
.duplicates{
    color: #3ca31f!important;
}
.untouch .form-control[disabled] {
    background-color: #0000000d;
    opacity: 1;
}
.btn-selected{
    background-color: #1ab394;
    color: white;
}
table.profile-product {
    display: block;
    overflow-x: auto;
    overflow-y: auto;
    white-space: nowrap;
}
.profile-product td, .profile-product th {
    min-width: 150px;
    height: 25px;
}
.profile-product tr:nth-child(1) td{
    border: none!important;
}
.profile-product th:nth-child(1),.profile-product td:nth-child(1){
    min-width: 20px!important;
}
.profile-product .profile-desc{
    min-width: 300px;
}
.ibox-sidebar-content .sk-spinner{
    display: none;
}
.ibox-sidebar-content.sk-loading .sk-spinner{
    display: block;
}
.fileinput .disabled{
    background-color: #c9c9c9!important;
}
.profile-square{
    width: 100%;
    margin-top: -25px;
}
[title=waybill_number]{
    color:#1ab394;
    text-decoration: underline;
}
[data-placeholder="Delivered"]{
    color:#1ab394;
}
[data-placeholder="Returned"]{
    color:#ed5565;
}
[data-placeholder="For Return"]{
    color:#f8ac59;
}
[data-placeholder="In Transit"]{
    color:#1c84c6;
}
[data-placeholder="Delivering"]{
    color:#23c6c8;
}
.multi-input{
    width: 100%!important;
    height: 30px!important;
    resize: none;
}
.tabs-container.sub-navigation .nav-tabs{
    border: none;
}
.tabs-container.sub-navigation .nav-tabs > li > a, 
.tabs-container.sub-navigation .nav-tabs > li.active > a, 
.tabs-container.sub-navigation .nav-tabs > li.active > a:hover, 
.tabs-container.sub-navigation .nav-tabs > li.active > a:focus{
    background: none;
    border: none;
    font-size: 18px;
}
.tabs-container.sub-navigation .panel-body{
    background: none;
    border: none;
}
.tabs-container.sub-navigation li:hover {
    color: #1ab394;
    text-decoration: underline;
}
.tabs-container.sub-navigation li.active {
    color: #1ab394;
    text-decoration: underline;
}
.tabs-container.sub-navigation .mg-25{
    margin-right: -25px;
    margin-left: -25px;
}
.col-centered{
    display: inline-block;
    max-width: 400px;
    margin: 10px;
}
.justify-row-content{
    text-align: center;
}
.forward-div{
    z-index: 999;
}
.forward-div div{
    z-index: 9999;
}
/* table {
    border-collapse: collapse;
    width: 540px;
    text-align:center;
    display: block;
}
thead {
    background-color: #EFEFEF;
}
tbody {
    display: block;
}
tbody {
 overflow-y: scroll;
  overflow-x: scroll;
    height: 65vh;
}
td, th {
    min-width: 150px;
    height: 25px;
    border: dashed 1px lightblue;
} */