::placeholder {
    color: rgba(17, 16, 16, 0.411) !important;
  }

.bg-primary.btn:hover, .bg-primary.btn:focus {
    background-color: #FFFACD !important;
}

.btn:hover{
    background-color: #d1e4f1 !important;
}


.bg-primary, th {
background-color:#d1e4f1 !important;
font-weight: normal !important;
}

button.badge {
    background-color: #d1e4f1 !important;
    color: #000000;
    font-weight: bold;
}

.bg-success, .page-link {
    background-color:#d1e4f1!important;
    color: #000000 !important;

    }

.bg-secondary, .active {
    background-color: #d1e4f1 !important;
    border-color: #d1e4f1 !important;
   
    }
    


.bg-light {
    background-color: rgb(255, 255, 230) !important;
    
}

.bg-white {
    background-color: rgb(255, 255, 255) !important;
    border-color: rgb(255, 255, 255) !important;
}


body,table,tr,td,p,font,a,select,.ui-multiselect-menu span, .card-title, .bg-primary, .bg-secondary, .btn-tool, .nav-tabs, .nav-link, .active, .btn { 
    color: rgb(0, 0, 0) !important;
    font-size: 14px !important; 
    font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
}
