body{ background:none!important;}
.wpcargo-dashboard main .container-fluid{
  margin-bottom: 100px;
}
.wpcargo-dashboard main.not-logged .container-fluid{
  margin: 57px 0 0 0 !important;
}
.sidebar-fixed {
  height: 100vh;
  width: 270px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  z-index: 1050;
  background-color: #fff;
  padding: 1.5rem;
  padding-top: 0; }
  .sidebar-fixed .list-group .active {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 5px;
    border-radius: 5px; }
  .sidebar-fixed .logo-wrapper {
    padding: 1rem; }
    .sidebar-fixed .logo-wrapper img {
      max-height: 50px; }
table td, table th {
    font-size: .8rem;
    font-weight: 300;
}
table td{
    color: #000000 !important;
	    font-family: Arial, Helvetica, sans-serif !important;
}

.footer-copyright{ display:none;}

td.no-space.requested_delivery, 
td.no-space.date_time_update,
td.no-space.eta_delivery, 
td.no-space.pod_date_time
td.no-space.vehicle_type{
    width: 80px;
    white-space: normal;
}

td.no-space.vehicle_type{
    width: 80px;
	white-space: normal;
}
td.no-space.origin,
td.no-space.location_update, 
td.no-space.destination	 {
    width: 126px;
	white-space: normal;
}
td.no-space.status {
    width: 84px;
    white-space: normal;
}
.wpcfe-action #submit_wpcargo{
	
    font-size: 10px;
    padding: 5px;
    min-height: 22px;
    height: 22px;
    line-height: 13px;

}
#shipment-list .send-request{
  padding: 4px;
}
#shipment-list tr.requested{
  background-color: #f1f78b;
}
table.table-sm td, table.table-sm th {
    padding-top: 0.1rem!important;
    padding-bottom: 0.1rem!important;
	
}
table.table-sm td a{ color:#0056b3;}
.delayed { background:#ffe4e4}
.delivered { background:#e4ffec}
.special_instruction { background:#fffb7e; }
.delayed_mechanical, .delayed_intransit { background:#ffcecb; }
.form-control, .select2-container--default .select2-selection--single {
  background-color: #dee2e6;
  border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single {
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
}
.form-group {
  margin-bottom: .5rem;
}
label {
  margin-bottom: 0;
}
.form-control.text-sm {
  font-size: .8rem;
  padding: .375rem .375rem;
}
#shipment-list-nav li{
  margin-bottom: -1px;
}
#shipment-list-nav {
  border-bottom: 1px solid #dee2e6;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#shipment-list-nav li a{
  color: #495057;
  background-color: #eeeeee;
  border-color: #d4d4d4 #d2d2d2 #fff;
  border: 1px solid #dee2e6;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  display: block;
  padding: .5rem 1rem;
}
#shipment-list-nav li a.active, #shipment-list-nav li a:hover {
  background-color: #fff;
}
@media (min-width: 1200px) {
  .navbar,
  .page-footer,
  main {
   /* padding-left: 270px !important; */
	} 
  .not-logged.navbar,
  .not-logged.page-footer,
  main.not-logged {
    padding-left: 0; } 
}

@media (max-width: 1199.98px) {
  .sidebar-fixed {
    display: none; } }
@media (max-width: 991px){
  .navbar-collapse.collapse.show #menu-dashboard-top-menu li{
    display: block;
    width: 100%;
  }
  .navbar-collapse.collapse.show .mobile-sidebar-menu{
    margin-top: 8px;
  }
  .navbar-collapse.collapse.show .dashboard-page-menu{
    border: none;
    border-bottom: 2px solid rgba(0,0,0,.125);
  }
}

@media (max-width: 350px){
  .navbar-brand{
    width:60%;
  }
}
