.grid {
    width: 100%;
      height: 85vh;

}

.gridModal {
    width: 100%;
    height: 500px;
}

.noMSDS {
    background-color: red !important;
}

.hasMSDS {
    background-color: #5bc0de !important;
}

.background_transparent {
    background-color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}
.background_transparent:hover {
    background-color: rgba(0, 0, 0, 0.15);
    border-color: rgba(0, 0, 0, 0.15);
}
.small-input {
    width: 30px;
    margin-left: 10px;
}

.nowrap {
    float: left; white-space:nowrap;
}