@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Nunito', sans-serif !important;
    font-size: 14.4px;
    color: #343a40;
}

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

.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;
}


/** Logo **/
.brand-logo {
    height: 200px;
}

.error-image {
    height: 350px;
}

@media(max-width:767px) {
    .error-image {
        height: 200px;
    }
}

.login-logo {
    height: 30%;

}

/** Navbar **/
.brand-image-navbar {
    height: 35px;
    margin-bottom: 3px;
}

.bg-body {
    background-color: #e9e9e9 !important;
}


/** Search BOX **/
.search-box {
    position: relative;
}

.search-box .form-control {
    padding-left: 40px;
}

.search-box .search-icon {
    font-size: 14px;
    position: absolute;
    left: 13px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #878a99;
}

/** Table **/
table>thead>tr {
    background-color: #5087cb;
}

table>thead>tr>th {
    font-size: 12px;
    vertical-align: middle !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-weight: bold;
    text-transform: uppercase;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: #f1f3f5 !important;
}

table>thead>tr>th,
table>thead>tr>th a {
    text-decoration: none;
    color: #ffffff !important;
}

td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    vertical-align: middle !important;
}

.table-card {
    margin: -1rem -1rem;
}


/** Table responsive with dropdown button fix **/
.table-responsive .dropdown,
.table-responsive .btn-group,
.table-responsive .btn-group-vertical {
    position: static;
}


.btn:focus {
    box-shadow: none !important;
}

/** Form **/

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

.bg-body {
    background-color: #f9f7f7 !important;
}

.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(0, 0, 0, 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(0, 0, 0, 0.75);
}

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

.shadow-custom {
    box-shadow: 0 0.1px 1px 0 rgba(0, 0, 0, .25), 0 3px 10px 10px rgba(0, 0, 0, 0.02) !important;
}

.bg-body {
    background-color: #FAFBFE !important;
}