.bg-iri-good{
    background-color: #00B050 !important;
    color: white;
}
.bg-iri-medium{
    background-color: #FFFF00 !important;
    color: white;
}

.bg-iri-light{
    background-color: #FFC000 !important;
    color: white;
}

.bg-iri-heavy{
    background-color: #ff0000 !important;
    color: white;
}


.bg-pci-sangat-baik{
    background-color: #92D050  !important;
    color: white;
}

.bg-pci-baik{
    background-color: #00B050  !important;
    color: white;
}

.bg-pci-sedang{
    background-color: #FFFF00 !important;
    color: white;
}

.bg-pci-jelek{
    background-color: #FFC000 !important;
    color: white;
}

.bg-pci-parah{
    background-color: #C00000 !important;
    color: white;
}

.bg-pci-sangat-parah{
    background-color: #FF0000 !important;
    color: white;
}

.bg-pci-hancur{
    background-color: #A6A6A6 !important;
    color: white;
}

.cursor-pointer{
    cursor: pointer !important;
}

.select2 {
    width:100%!important;
}

.dropdown-item:hover, .dropdown-item:focus{
    background-color: #2B695C !important;
    color :white;
}

.dropdown-item.danger:hover, .dropdown-item.danger:focus{
    background-color: #D3443C !important;
    color :white !important;
}
