@font-face {
    font-family: 'Phetsarath OT';
    src: url('/fonts/phetsarath_ot.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Arial, "Phetsarath OT" !important;
}

main > .container {
    padding: 70px 15px 20px;
}

.kv-editable-content {
    font-family: Arial, "Phetsarath OT" !important;
}

.popover-header {
    font-family: Arial, "Phetsarath OT" !important;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.form-group {
    margin-bottom: 1rem;
}

.bg-login-image {
    background: url("/img/login-page-bg.png");
    background-position: center;
    background-size: cover;
}


.bg-forget-image {
    background: url("/img/forgetpassword-bg.png");
    background-position: center;
    background-size: cover;
}

.bg-reset-image {
    background: url("/img/new_password.jpg");
    background-position: center;
    background-size: cover;
}

.bg-doe-mis {
    /*background: #016A70 !important;*/
    background: #0565c9 !important;
    color: white !important;
}

fieldset, legend {
    all: revert !important;
    padding: 8px !important;
    margin-bottom: 10px !important;
}

legend {
    font-weight: bolder !important;
}

.required label::after {
    content: "*";
    color: red; /* Adjust color as needed */
    margin-left: 5px; /* Adjust spacing as needed */
}

.modal {
/ / z-index: 1000000003 !important;
    margin-top: 50px !important;
}

.navbar {
    z-index: 1000000002 !important;
/ / set for overlap submenu and filter
}

.custom-select2, .select2-container, .selection {
    z-index: 1000000000 !important; /* Adjust the z-index value as needed */
}

.datepicker-dropdown {
    z-index: 1000000001 !important; /* Adjust the z-index value as needed */
}

.bg_sub_project {
    background-color: #0565c9 !important;
}


.select2-selection__rendered {
    white-space: collapse !important; /* Costumize select2 dropdown width newline */
}

.dot-decoration {
    border: none;
    border-bottom: 1px dotted #000; /* Adjust color as needed */
}

.indicator {
    background: #ff0000 !important;
}

@media (min-width: 992px) {
    .content {
        padding: 1rem 1rem 1rem !important;
    }
}

.select2-search__field {
    padding-left: 10px !important;
}

.select2-search__field::placeholder {
    font-family: 'Phetsarath OT' !important;
}

@media (min-width:821px) {
    .margin-left {
        margin-left: 260px;
    }
}
