/* Change default table colors odd even from bootstrap default
 * Bootstrap default #F9F9F9
 * -------------------------
 */
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #f2f2f2; 
 }

.table-striped>tbody>tr.selectedRow:nth-child(odd)>td,
.table-striped>tbody>tr.selectedRow:nth-child(even)>td {
    background-color: #819bbf;
    color: black; 
}

.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #0094D5;
  border-right: 16px solid #FBBA18;
  border-bottom: 16px solid #0094D5;
  border-left: 16px solid #FBBA18;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#browse_table tbody tr:hover td {
    background: #cce6ff;
}

table#browse_table2 {
    border-collapse: collapse;   
}
#browse_table2 tr {
    background-color: #eee;
    border-top: 1px solid #fff;
}
#browse_table2 tr:hover {
    background-color: #ccc;
}
#browse_table2 th {
    background-color: #fff;
}
#browse_table2 th, #browse_table2 td {
    padding: 3px 5px;
}
#browse_table td:hover {
    cursor: pointer;
}

.login-page{
  /* background: url(dist/img/back_login.jpg) no-repeat center center fixed;  */
  background: url(../../assets/img/login_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.menu-page{
  /* background: url(dist/img/back_login.jpg) no-repeat center center fixed;  */
  background: url(../../assets/img/login_bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.custom_header.main-header .navbar{
  min-height: 92px;
  background-color: #0170BF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom_header.main-header .navbar a.sidebar-toggle{
  margin-right: auto;
}
.skin-blue .custom_header.main-header .logo{
  background-color: #0170BF;
  height: 92px;
}
.custom_sidebar.main-sidebar{
  padding-top: 92px;
}
.skin-blue .main-header.custom_header .navbar .sidebar-toggle:hover{
  background-color: #0170BF;
}
.skin-blue .main-header.custom_header .navbar .nav>li>a.user-header:hover{
  background-color: #0170BF;
}
.sidebar-collapse.skin-blue .custom_header.main-header .logo{
  align-items: center;
  padding-left: 0;
}
.sidebar-collapse.skin-blue .custom_header.main-header .logo img{
  width: 100%;
  max-width: 125px;
  min-width: 125px;
}
.merch_class tbody tr input.form-control{
  font-size: 13px;
  padding: 6px 8px;
}
.merch_class tbody tr input.form-control::-webkit-inner-spin-button{
  -webkit-appearance: none;
}
.merch_class tbody tr input.form-control[type=number] {
  -moz-appearance: textfield;
}
.form-horizontal .merchandise_body .form-group{
  margin-left: -10px;
  margin-right: -10px;
}
.purchase_order .box-header.with-border{
  border-bottom: inherit;
  border-top: 1px solid #f4f4f4;
}
.purchase_order .box-body.table-box , .purchase_order.box-body.table-box{
  padding-left: 20px;
  padding-right: 20px;
}
.form-horizontal .merchandise_body .merchandise-label.control-label{
  text-align: left;
  line-height: 27px;
  padding-left: 20px;
  width: 12.25%;
}
.merchandise_body #fld_dimension_descr{
  display: flex;
  height: 34px;
  align-items: end;
}
.merchandise_body .merch_class tr th , .purchase_order .table-box table th{
  font-weight: normal;
  vertical-align: middle;
}
.merchandise_body .merch_class tr th .btn , .purchase_order .table-box table tr th .btn{
  background-color: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}
.merchandise_body .merch_class tr td .btn.btn-danger , .purchase_order table tr td .btn.btn-danger{
    background-color: inherit;
    border-color: red;
    color: #000;
}
.merch_class{
  margin-bottom: 10px;
}
.dim_section .col-sm-6 , .total_dim_section .col-sm-1{
  padding-left: 20px !important;
  text-align: left;
}
.table-box.purchase_order table tr td , .purchase_section.purchase_order table thead tr th{
  width: 22%;
}
.merchandise_table.merch_class table thead th , table.merch_class tbody td{
  width: 12.5%;
}
.search_custom .dataTables_filter{
  display: flex;
  justify-content: end;
}
.search_custom .dataTables_filter input.form-control{
    height: 34px;
    border-radius: inherit;
}
.search_custom .dataTables_filter button{
    border-color: #d2d6de;
    box-shadow: none;
    border: 1px solid #d2d6de;
    border-left: inherit;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #f4f4f4;
    font-size: 14px;
    height: 34px;
    outline: none;
}
/* .search_custom{
  position: relative;
} */
.search_custom .custom_checkbox{
  position:absolute;
  line-height: 34px;
  display: flex;
}
.search_custom .custom_checkbox label{
  display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: normal;
    margin: 0;
    margin-right: 6px;
}
.search_custom .custom_checkbox label input{
  margin-top: 0;
  margin-right: 3px;
}
.form-horizontal .ship_body .control-label{
  text-align: left;
  padding-left: 20px;
}
.form-horizontal .ship_body .form-group{
  margin-right: -10px;
  margin-left: -10px;
}
.form-horizontal .merchandise_body .form-group.skid_table{
  padding-left: 20px;
  padding-right: 20px;
}
.delivered_block{
  display: flex;
  align-items: center;
}
.delivered_block label{
  margin-right: 8px;
}
.box-body.ship_body .checked_box label   , .dispatch_body .checked_box label{
  position: relative;
}
.box-body.ship_body .checked_box label input  , .dispatch_body .checked_box label input{
  -webkit-appearance: none;
    appearance: none;
}
.box-body.ship_body .checked_box label span::before , .dispatch_body .checked_box label span::before{
    content: '';
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    right: -34px;
    top: -0px;
    margin-left: -23px;
    border: 1px solid #000;
    background-color: #fff;
    cursor: pointer;
}
.box-body.ship_body .checked_box label input:checked + span::after  , .dispatch_body .checked_box label input:checked + span::after{
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 10px;
    color: #000;
    border-color: transparent;
    background-color: #fff;
    position: absolute;
    border: 1px solid #000;
    width: 22px;
    height: 22px;
    right: -34px;
    line-height: 16px;
    padding: 2px 5px;
    top: 0px;
    cursor: pointer;
}
.box-body.ship_body .checked_box label input[disabled] + span::before   , .dispatch_body .checked_box label input[disabled] + span::before{
  border-color: #ccc;
  cursor: not-allowed;
}
.action_btn{
  background: #2e6da4;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
  cursor: pointer;
}
.action_btn:hover{
  color: #fff;
}
.dispatch_body .card-footer{
  display: flex;
  justify-content: end;
}
.dispatch_body .card-footer button:first-of-type{
  margin-right: 5px;
}
.dispatch_custom_checkbox .custom_checkbox{
  line-height: 34px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dispatch_custom_checkbox .custom_checkbox label{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.dispatch_custom_checkbox .custom_checkbox label input{
  margin: 0 4px 0;
}
.dispatch_custom_input input{
  height: 34px;
  width: 100%;
}
.dispatch_custom_input input:first-of-type{
  margin-right: 10px;
}
.dispatch_custom_input{
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.dispatch_custom_checkbox{
  margin-bottom: 10px;
}
.dispatch_custom_checkbox button{
    line-height: 24px;
    background: #2e6da4;
    color: #fff;
    border: inherit;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
}
.dispatch_custom_checkbox button:hover,
.dispatch_custom_checkbox button:visited,
.dispatch_custom_checkbox button:focus,
.dispatch_custom_checkbox button:focus-within{
  color: #fff;
}
.dispatch_body .checked_box label span::before  , .dispatch_body .checked_box label input:checked + span::after{
  right: -36px;
  top: 0px;
}
.dispatch_body .checked_box label #delivered + span::before , .dispatch_body .checked_box label input#delivered:checked + span::after{
  right: -61px;
  top: 0px;
}
.box-body.ship_body .checked_box label #delivered +  span::before , .box-body.ship_body .checked_box label input#delivered:checked + span::after{
  top: 0;
  right: -59px;
}
.dispatch_action{
  width: 120px !important;
}
.navbar-custom-menu .user-header{
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0 15px;
}
.navbar-custom-menu .user-header .dropdown_icon{
    display: flex;
    align-items: center;
    margin-left: 15px;
    position: relative;
    cursor: pointer;
}
.navbar-custom-menu .user-header .dropdown_icon i{
  font-size: 22px;
  margin-left: 15px;
}
.navbar-custom-menu .user-header .dropdown_icon .dropdown_menu{
    display: none;
    background: #fff;
    padding: 20px 10px;
    position: absolute;
    top: 39px;
    width: 125px;
    right: 0px;
}
.navbar-custom-menu .user-header .dropdown_icon .dropdown_menu a{
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.navbar-custom-menu .user-header .dropdown_icon.open_drpdwn .dropdown_menu{
  display: inline-block;
}
.navbar-custom-menu .user-header .dropdown_icon.open_drpdwn i{
  transform: rotate(180deg);
}
.send_dispatch_btn{
  display: flex;
  justify-content: end;
  margin-bottom: 10px;
}
.send_dispatch_btn #dispatch_carrier{
  background: #2e6da4;
  border: 1px solid #2e6da4;
  color: #fff;
  margin-left: 10px;
  padding: 6px 20px;
}
.send_dispatch_btn #manifest{
  border-radius: inherit;
  padding: 6px 20px;
}
.search_carrier{
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_carrier input{
  line-height: 28px;
  margin-left: 5px;
  max-width: 170px;
  min-width: 170px;
}
table.search_custom{
  padding: 0 15px;
}
.search_carrier_box{
  padding-left: 8px;
}
.newshiporder_table .dataTables_filter,.deliveries_table .dataTables_filter,.order_table .dataTables_filter{
  display: none;
}
.table .Warehouse , .table .ship_order{
  width: 9%;
}
div.error{
  color:red;
}
.content-wrapper, .right-side{
  min-height: 800px !important;
}
.content-wrapper .content{
  background: #ecf0f5;
}
.orders_action{
  width: 130px !important;
}

.pods_action{
  width: 80px !important;
}  
.delete_btn{
  padding: 5px 10px;
  background: red;
  border-radius: 3px;
}
.delete_btn i.fa-close{
  color: #fff;
}
.pull-left.image i.fa{
  font-size: 40px;
  color: #fff;
}

.order_view .select2-container{
  width: 240px !important;
}
.order_view .select2-container .select2-selection--single {
  height: 32px !important;
  text-align: left;
}
.order_view .select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 56% !important;
}
.order_view .box-header {
  padding: 10px 15px;
}
.purchase_order table tr td .div_purchase_delete{
  text-align: center;
}
.purchase_order .table-box table tr th #add_purchase_order{
  width: 100%;
}
/* media queary */
@media (max-width: 1200px) {
  .dispatch_custom_input{
    margin-bottom: 10px;
  }
  .dispatch_custom_checkbox .base-input{
    margin-bottom: 10px;
  }
}
@media (max-width: 1140px) {
  .table.box-body tbody tr td div.action_btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table.box-body tbody tr td div.action_btns a.pod_btn{
    margin-top: 10px;
    flex-basis: 100%;
    text-align: center;
  }
  .table.box-body tbody tr td div.action_btns a.action_btn{
    padding: 5px 8px;
  }
}
@media (max-width: 550px) {
  .search_custom .custom_checkbox{
    position: inherit;
  }
  .search_custom .dataTables_filter{
    justify-content: start;
  }
}
