.rexchanged {
    border: 4px solid orange !important;
}
.logosfield {
    background-color: aliceblue;
}

.nowrap {
    white-space: nowrap;
}
.minw120 {
    min-width: 120px !important;
}
.minw100 {
    min-width: 100px !important;
}
.minw80 {
    min-width: 80px !important;
}
.minw60 {
    min-width: 60px !important;
}

.maxw240 {
    max-width: 240px !important;
}

.maxw200 {
    max-width: 200px !important;
}

.maxw120 {
    max-width: 120px !important;
}
.maxw100 {
    max-width: 100px !important;
}

.maxw80 {
    max-width: 80px !important;
}

.maxw60 {
    max-width: 60px !important;
}

.ok {
    color: green;
    font-weight: bold;
    font-size: 0.8em;
    text-wrap: nowrap !important;
    text-align: left !important;
}
.bb {
color: blue;
font-weight: bold;
    font-size: 0.8em;
}        
.wa {
    color: orange;
    font-weight: bold;
}
.vehicle_1 {
    background: url("/company/images/vehicles/bus-13371.png") no-repeat;
}
.vehicle_2 {
    background: url("/company/images/vehicles/camper-van-13375.png") no-repeat;
}
.vehicle_3 {
    background: url("/company/images/vehicles/mini-truck-13372.png") no-repeat;
}
.vehicle_4 {
    background: url("/company/images/vehicles/sedan-car-13350.png") no-repeat;
}
.vehicle_5 {
    background: url("/company/images/vehicles/suv-car-13361.png") no-repeat;
}

.combo-box {
    display: flex;
    align-items: center;
}
.combo-img {
    margin-left: 10px;
    width: 64px;
    height: 32px;
    display: inline-block;

  }
  
  #icon-display {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: 10px;
  }

.bg-tabs {
    background-color: ghostwhite
}


/*DATATABLE*/

.tabsearch {
    background-color: #e6e6ff;
    width: 100%;
    border: 0px;
}

.dataTables_length {
    white-space: nowrap;
}

.msg {
    font-weight: bold;
    margin-left: 10px;
}


/*
footer{
      position:fixed;
      bottom:0px;
      width: 100vw;
      height:5vh;
    }
    main{
      margin-bottom: 5vh;
    }
     DATATABLE 
    .left-col {
        float: left;
        width: 25%;
    }
    
    .center-col {
        float: left;
        width: 50%;
    }
    
    .right-col {
        float: left;
        width: 25%;
    }
    DATATABLE 
    .table-responsive{
      margin-top: 10px;      
    }	   
        .sb-sidenav-menu-heading{
      color: #3B5998 !important;
    }
*/