body {
    font-size: 0.8rem !important;
    font-family: "calibri", "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,
                "Helvetica Neue",Arial,sans-serif,"Apple Color Emoji",
                "Segoe UI Emoji","Segoe UI Symbol" !important;
}
  
.form-control {
    font-size: 0.9rem !important;
    /* color: #000000 !important; */
    /* height: calc(2.00rem + 2px) !important; */
    height: calc(1.85rem + 0px);
    line-height: 1.0;
}

.btn {
    font-size: 0.9rem;
    margin-right: 10px;
    /* #1e40ae */
}

.bg-primary {
    background-color: #1e40ae !important;
}

.table-hover tbody tr:hover {
    /* color: #9ab711; */
    background-color:#ffff99;

}

.btn-grid {
    padding-top: 0px !important;
    padding-bottom: 2px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    margin-right: 1.5px;
    color: #ffffff !important;
}

a {
    color: navy !important;
    cursor: pointer;
    text-decoration: none;
    background-color: transparent;
}

/* .kolom-ban {
    float: left;
    width: 33.33%;
    padding: 5px;
} */

.vertical-center {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.grid-view table thead th {
    color:#fff !important;
    background-color:#1e40ae !important;
}

.grid-view table thead td {
    color:#fff !important;
    background-color:#1e40ae !important;
}

.grid-view table thead a {
    color:#ffffff !important;
}

.kv-panel-before {
    padding: 3px 1.0rem !important;
}

.kv-table-header {
    background: #1e40ae !important;
}

.table thead th {
    vertical-align: bottom !important;
    border-bottom: 0.5px solid #eaedf0 !important;
}

.h5, h5 {
    font-size: 1.05em;
}

/* .card-header {
    padding: 0.4em 1.25em !important;
}   */
/* .card-title {
    font-size: 1.05em !important;
    font-weight: bold !important;
} */
.content-header {
    padding: 2px .5rem !important;
}
.select2-note {
    font-style: italic;
}
.modal-header {
    padding: 0.8rem;
    background-color: #1e40ae;
    color:white;
}

.btn-tertiary {
    color: #fff;
    background-color: #D2691E;
    border-color: #D2691E;
    box-shadow: none;
}

.btn-tertiary:hover {
    color: #fff;
    background-color: #b35919;
    border-color: #b35919;
}

.btn-warning {
    color: #fff !important;
    background-color: #eba014 !important;
    border-color: #eba014 !important;
}

.btn-warning:hover {
    background-color: #d39012 !important;
    border-color: #d39012 !important;
}

.btn-light {
    color: #000000 !important;
}

.btn-light:hover {
    background-color: #fff !important;
    border-color: #000 !important;
}

.btn-success {
    color: #ffffff !important;
}

.btn-danger {
    color: #ffffff !important;
}

.dropdown-menu.show {
    padding-left: 15px;
}

form div.required label.control-label:after {
    content:" * ";
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    /* display: flex; */
    display: table;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #fff !important;
}

.nav-sidebar .nav-item > .nav-link {
    font-size: 14px !important;
}

.page-item.active .page-link {
    color: #fff !important;
}

div.required label:after {
    content: " *";
    color: red;
}