@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: sans-serif;
}

input [type="text"] {
    height: 50px;
}

input [type="select"] {
    height: 50px;
}

.logo {
    float: left;
    padding-right: 20px;
}

/*.login {*/
/*background-image: url(/background_link.jpg);*/
/*background-size: cover;
}*/

.login .container {
    background-color: white;
    padding: 20px;
    max-width: 500px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}



.navlink {
    color: #255297 !important;
}

.login-logo {
    width: 180px;
    margin: 0 auto;
}

.app-brand-logo img.logo {
    width: 150px;
    padding: 0;
}

.menu .app-brand {
    height: auto;
    margin: 10px auto 0;
    display: flex;
    justify-content: center;
}
#processbar {
    position: fixed;
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
    display: none;
    overflow: hidden;
    outline: 0;
    width: 100%;
    height: 100%;
}
.btn-danger {
    background: #d11a2a;
    box-shadow: none;
    color: #fff !important;
}
.cm-radio-h {
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px 15px;
    margin-bottom: 10px;
    min-height: 90px;
    position: relative;
}

    .cm-radio-h a {
        display: block;
        text-align: center;
        margin-top: 5px;
    }

    .cm-radio-h input:checked + label:before {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(55, 182, 255, 0.1);
    }


    .login-form > .form-group .control-label {
        color: #000;        
    }

    .login .form-group > a, .login-form > .form-group .btn-primary {
        font-weight: 700;
    }
    .login .form-group > a {
        text-decoration: underline;
    }
.login {
    background-image: url(/assets/login-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 15px;
}
.login .form-group > a:hover {
    color: #1c8ccc;
}
aside#layout-menu .menu-inner a.menu-link {
    color: #000;
    padding: 10px 20px;
    margin: 0 15px;
    border-radius: 100px;
}

aside#layout-menu .menu-inner .active a {
    color: #fff;
    background: #000 !important;
    border-radius: 100px;
}

/*aside#layout-menu .menu-inner li.menu-item {
    margin-bottom: 15px;
}
*/
aside#layout-menu .menu-inner a.menu-link:hover {
    background: rgba(0, 0, 0, 0.07);
}
*, .col-form-label {
    color: #000;
}
.font-weight-bold {
    font-weight: bold;
}
.color-primary {
    color: #37b6ff !important;
}
a.color-primary:hover {
    color: #1c8ccc !important;
}
.input-group:focus-within {
    box-shadow: none;
}
aside#layout-menu .menu-inner .active a div {
    color: #fff;
}
#changepsswrd #divChangePwd .input-group {
    margin: 0;
}

.modal-header {
    padding: 24px 24px 0;
}

#changepsswrd #divChangePwd div[class^="col"] {
    padding: 0;
}

.change-password-buttons {
    margin-right: 13px;
}
.table:not(.table-dark) th {
    color: #000000;
    font-weight: bold;
    border-bottom: 0;
    background: #ededed;
}
.table > :not(caption) > * > * {
    color: #000;
}
.btn.disabled {
    border: 1px solid #adadad;
}
.table > tbody > tr:last-child td {
    border-bottom: 0;
}
nav#layout-navbar .navbar-nav {
    font-weight: bold;
    font-size: 18px;
}
.add-edit-form .form-check label.form-check-label {
    padding: 0 18px;
}

@media (max-width: 575px) {
    .add-edit-form .form-check label.form-check-label {
        padding: 0 8px;
        margin-top: 8px;
    }
    .search-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

        .search-row input#searchText {
            text-align: center;
        }
    .justify-center-mobile {
        display: flex;
        justify-content: center;
    }
}
.mw-110 {
    min-width: 110px;
}
.mw-150 {
    min-width: 150px;
}

.mw-200 {
    min-width: 200px;
}
.mw-265 {
    min-width: 265px;
}
.btn:focus {
    box-shadow: none;
}
.highlighted-table-form {
    background: #f5f5f9;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    margin-top: 30px !important;
}
.facility-table-h tr > th:first-child, .facility-table-h tr > th:nth-child(2),
.add-edit-facility-form-h tr > td:first-child, .add-edit-facility-form-h tr > td:nth-child(2) {
    width: 30%;
}
.report-h th {
    min-width: 114px;
}

.report-h {
    margin-top: 20px;
}

.report-h .tbh-label {
        min-width: 300px !important;
    }

    .report-h th, .report-h td {
        border: 1px solid #adadad !important;
        padding: 2px 8px !important;
    }
div#paichartContainer canvas {    
    margin-top: 30px;
}

div#chart2Container canvas {
    margin-top: 30px;    
}

div#chartContainer canvas {    
    margin-top: 30px;
}
.menu-vertical .menu-inner {
    padding-top: 30px !important;
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #37b6ff;
    border-color: #37b6ff;
    box-shadow: none;
}

nav#layout-navbar {
    background: #000 !important;
}

    nav#layout-navbar .navbar-nav {
        color: #fff;
    }
.avatar.avatar-online img {
    height: 36px !important;
    width: 36px !important;
    object-fit: cover;
    object-position: center center;
}
.container-xxl {
    max-width: 100% !important;
}
table, table td {
    font-size: 13px !important;
    min-width: 120px !important;
}