.warehouse_highlight_1{
    background: #f0fbfa !important;
}
.warehouse_highlight_1 span{
    color: #1f6bad;
    font-size: 14px;
}
.warehouse_highlight_2{
    background: #fff2f2 !important;
}
.warehouse_highlight_2 span{
    color: #f76868;
    font-size: 14px;
}
.warehouse_highlight_3{
    background: #fddbf7 !important;
}
.warehouse_highlight_3 span{
    color: #bf52ac;
    font-size: 14px;
}
.warehouse_highlight_4{
    background: #ffdc8d !important;
}
.warehouse_highlight_4 span{
    color: #af8320;
    font-size: 14px;
}
.warehouse_highlight_5{
    background: #ecf7d3 !important;
}
.warehouse_highlight_5 span{
    color: #81ab1c;
    font-size: 14px;
}

.need_activation > td:first-child{
    border-left: 1px solid red !important;
}

.table-color-danger > td{
    background: #fff2f2 !important;
}
.table-color-success > td{
    background: #e4fbe9 !important;
}

.table-highlights .table-success > td,
.table-highlights .table-success > th{
    background: #f2fff5 !important;
}
.table-highlights .table-danger > td,
.table-highlights .table-danger > th{
    background: #ffeff0 !important;
}

.custom-control .custom-control-label:before{
    border: 1px solid #dee2e6;
}
.custom-control-input{
    opacity: 0;
    left: 4px;
}