.amber-button {
     background-color:#ffbf00;
     border-color:#ffbf00;
     color: black;
}

.amber-badge {
    background-color:#ffbf00;
    color: black;
}

.amber-button:hover, .yellow-button:focus, .yellow-button:active, .yellow-button.active, .open>.dropdown-toggle.yellow-button {
    background-color:#ffbf00;
    border-color:#ffbf00;
    color: black;
}

.amber-background {
    background-color:#ffbf00;
}

.amber-text {
    color:#ffbf00;
}

.card-header {
    padding: 0.75rem 0.5rem;
}

.activeLink {
    color: red;
}

.smallPrint {
    font-size: 0.8rem;
    color: grey;
}

.blackHeader {
    background-color: #000000;
    color: #ffffff;
    font-size: 20px;
}

.whiteBG {
    background-color: #ffffff;
}

.dateField {
    width: 100px;
}

.dataTables_wrapper .dataTables_processing {
    background-color:#ffbf00;
    border-color:#ffbf00;
    color: black;
    font-weight: bold;
}

.taskQtyTextBox {
    width: 35px;
}

.graphImg {
    max-width: 100%;

}

.clientcontainer {
    margin-right: 0px;
    margin-left: 0px;
    max-width: 100% !important;
}

/*@media (min-width:768px) {*/
/*    .clientcontainer .offset-md-1 {*/
/*        margin-left: 0px;*/
/*        margin-right: 0px;*/
/*    }*/
/*}*/

/*@media (min-width: 1px) {*/
/*    */
/*    .clientcontainer {*/
/*        margin-right: 0px;*/
/*        margin-left: 0px;*/
/*    }*/
/*}##*/

.badge-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: lightgray !important;
    border: 1px solid;
}
