.table th {
    padding: 1rem .5rem !important;
}

.header img {
    width: 100%;
    height: auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ce_style {
    margin-left: auto;
    width: 14.5%;
    display: inline-block;
    vertical-align: top;
}

.webviewHtml .ce_style {
    float: right !important;
}

.fs-14 {
    font-size: 14px;
}

.w-30 {
    width: 30%;
}

.w-91 {
    width: 91% !important;
}

.m-auto {
    margin: auto;
}

.mt-4 {
    margin-top: 30px;
}

.mb-5 {
    margin-bottom: 48px;
}

.mb-4 {
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.txt-end {
    text-align: end;
}

.m-0 {
    margin: 0;
}

.v-t {
    vertical-align: top;
}

.w-62 {
    width: 62%;
}

.w-98 {
    width: 98%;
}
.w-10 {
     width: 10%!important;
 }

.mr-4 {
    margin-right: 4px;
}

@media print {
    .btnPrint, .lnkPrint {
        display: none;
    }
}

.totalCreditEarnedLbl {
    white-space: nowrap;
}

.totalCreditEarnedItem {
    display: inline-block;
    white-space: nowrap;
}

.totalCreditEarnedItem p {
    margin: 2px;
}

.attendance-alert-message{
    border-radius: 30px;
    padding: 0.5rem 1rem;
    z-index: 9999999999;
}
.attendance-alert-message.alert-success {
    background-color: #4CAF4F;
}


/* Media Query */
@media print {
    .no-print {
        display: none !important;
    }
}
@media (max-width: 991.98px) {
    .rop-container {
        width: 100%;
        max-width: 100%;
    }
}