/* html {
    font-size: 0.9rem !important;
} */

body {
    background-color: #f1f1f1 !important;
}

.breadcrumb {
    background-color: #f1f1f1;
    padding-right: 0px !important;
}

.page_title {
    font-size: 24px !important;
}

.form-label {
    margin-bottom: 1px !important;
    /* font-weight: 700 !important; */
}

.text-xs {
    font-size: 0.9rem !important;
}

.table-tiny td,
.table-tiny th {
    padding: .2rem !important;
    font-size: 0.9rem !important;
}

.modal-title {
    font-weight: 800 !important;
}

.bg-light {
    background-color: #d4d9dd !important;
}

.bg-extra-light {
    background-color: #f1f1f1 !important;
}

input,
select {
    font-weight: 500 !important;
}

.list-group-item:hover {
    font-weight: 800 !important;
    font-style: italic !important;
    background-color: #dddddd !important;
}

.card-hover:hover {
    background-color: #ffe7e7 !important;
    cursor: pointer;
}

.card-selected {
    background-color: #ffe7e7 !important;
}

.total_row td {
    font-weight: 900 !important;
}

#selectAll,
.chkItem,
.table tr .chkItem {
    cursor: pointer;
}

.flatpickr-calendar.open {
    z-index: 99999999;
}

/* Receipts CSS */

.table-tiny-border td,
.table-tiny-border th {
    border-color: #080808 !important;
}

.table-very-tiny td,
.table-very-tiny th {
    font-size: 0.8rem !important;
}

.receipt {
    border-color: #080808 !important;
}

/* JConfirm */
.jconfirm-title {
    font-weight: 600 !important;
}

.s_title {
    font-weight: bold;
    font-size: 1rem;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #bd2105;
}

.s_name {
    font-weight: bold;
    font-size: 1.2rem;
    color: #2962FF;
}

#tbl_students tr {
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .main-content {
        margin-top: 150px !important;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }

    .main-content {
        margin-top: 100px !important;
    }
}

/*******************
Preloader
********************/
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px);
}

.lds-ripple .lds-pos {
    position: absolute;
    border: 2px solid #2962FF;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.1, 0.5, 1) infinite;
}

.lds-ripple .lds-pos:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}