body {
    padding-top:80px;
}

.input-short-number {
    text-align:center;
    width:40px;
}

.input-request-sku
 {
    width:auto;
}

#divToolInventory {
    background-color:gold;
}
#divToolInventory h5 {
    color:purple;
}

#divManufacturingOrders {
    background-color:lavender;
}
#divManufacturingOrders h5 {
    color:purple;
}

#divManufacturingRequests {
    background-color:purple;
}
#divManufacturingRequests h5 {
    color:lavender;
}

.disabled-row,
.disabled-cell {
    background-color: #BBBBBB !important;
    color: #999999 !important;
}
.bg-success {
    background-color: lightgreen !important;
}

@media screen and (max-width: 480px) {
    body {
      background-color: lavender;
    }

    .navbar-brand {
        font-size: 12px;
    }

    .navbar-brand img {
        height: 15px;
    }
   

    .tableFixHead {
        overflow:auto;
        height:190px;
    }

    /* very specific settings to work with the Zebra TC8000 */ 
    .tableFixHead thead {
        position:fixed; 
        width:400px;
    }

    .tableFixHead tbody {
        padding-top:40px;
    }

    .tableFixHead thead th {
        position: sticky; 
        top: 0; 
        z-index: 1; 
        
        font-size:12px;
        
        
    }
  }