/* Minification failed. Returning unminified contents.
(1215,12): run-time error CSS1038: Expected hex color, found '#ffff'
(1244,12): run-time error CSS1038: Expected hex color, found '#ffff'
(2277,1): run-time error CSS1019: Unexpected token, found '@import'
(2277,9): run-time error CSS1019: Unexpected token, found 'url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap')'
(2277,89): run-time error CSS1019: Unexpected token, found ';'
(3116,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(3117,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(3130,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3131,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
html {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    color: #333;
    font-size: 12px;
    font-family: Verdana,"Segoe UI", Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

/* main layout
----------------------------------------------------------*/

.header {
    margin: 0 auto;
    background-color: #ffffff;
    height:40px;
    position: inherit;
    overflow: inherit;
}


.header-top {
    height: 80px;
    position: inherit;
    overflow: inherit;
    background-color: #eef0f1;
}
/*.topnav {
    overflow: hidden;
    background-color: #07568f;
}*/

.topnav a {
    float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 14px;
}




.logo-container {
    margin: auto;
    width: auto;
    padding-top: 0px;
}

    .logo-container a {
        text-decoration: none;
    }


.header-top-right {
    height: auto;
    float: left;
    position: relative;
}

.page-container-wrapper {
    background-color: #fff;
    width: 99%;
    height: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    position: relative;
    overflow: hidden;
    margin: 13px auto;
}


.page-container {
    background-color: #fff;
    width: 98%;
    height: auto;
    position: relative;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    margin: 10px auto;
    position: relative;
    overflow: inherit;
}



.page-content-header {
    height: auto;
    padding-bottom: 2px;
}


.page-title-process-container {
    height: 50px;
}

.page-title {
    font-weight: bold;
    color: #0186ba;
    float: left;
}

.page-title-score {
    font-weight: bold;
    color: #0186ba;
    float: left;
    padding-bottom: 10px;
    margin: 15px;
}

.page-title-score-entry {
    font-weight: bold;
    color: #0186ba;
    margin-right: 10px;
}

.page-score-entry-title {
    font-weight: bold;
    color: #0186ba;
    float: left;
    margin: 5px;
}

.page-title img {
    vertical-align: middle
}

.page-title select {
    /*max-width:300px;*/
}


.page-process {
    text-align: left;
    float: right;
    padding-top: 7px;
    margin-bottom: 5px;
}

.page-filter {
    padding-top: 10px;
    text-align: left;
    float: right;
}

    .page-filter select {
        /*max-width:230px;*/
    }


.footer { /*
    background-color:#77a3c8;*/
    /* width:990px;*/
    height: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    margin: 4px auto;
    width: 99%;
}

/*end of main layout
    ****/


/* login info
----------------------------------------------------------*/
.login {
    /*display: block;*/
    font-size: 1em;
    margin: 5px auto;
    /*padding:5px 10px 5px 5px;*/
    text-align: right;
    color: #FFF;
    height: auto;
    width: auto;
    position: relative;
    overflow: hidden;
    margin-top:8px;
    /*background-color:#e80c4d;*/
}

    .login a {
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        color: #fff;
    }

        .login a.username {
            background: none;
            margin: 0;
            padding: 0;
            font-weight: bold;
            color: #FFF;
            text-decoration: none;
            margin-top:41px;
        }

    .login img {
        vertical-align: middle;
    }


/**end of login info*/






/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
    font-size: .85em;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
    font-size: .85em;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: .85em;
}

.validation-summary-valid {
    display: none;
}
/* end of styles for validation helpers */



/* forms */
fieldset {
    margin-bottom: 5px;
    padding: 5px;
    font-size: .85em;
    border: 1px solid #999;
    border-radius: 8px;
}

    fieldset legend {
        /*display: none;*/
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 2px;
        }

label {
    display: block;
    font-size: .85em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

.label {
    white-space: nowrap;
    vertical-align: top;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 11px;
    margin: 5px 0 2px 0;
    padding: 5px;
    border-radius: 4px;
}

input, select {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 11px;
    margin: 5px 0 2px 0;
    padding: 5px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.input-width-long {
    width: 400px;
}

textarea {
    font-family: inherit;
    width: 300px;
    height: 50px;
}
/*not to override with the payment.css */
/* input:focus, textarea:focus {
        border: 1px solid #7ac0da;
        font-size:11px;
    }*/

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}


/**end of forms**/


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: .85em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.message-confirm {
    clear: both;
    color: #e80c4d;
    font-size: .85em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.message-success {
    color: #7ac0da;
    font-size: .85em;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

.error {
    color: #e80c4d;
}

/**end of info and errors**/

/**detail formatting**/

.detail-title {
    height: 40px;
}

.table-detail-collapse {
    border-collapse: collapse;
}

.table-detail {
    border: 1px solid black;
    padding: 5px;
    font-size: 12px
}

.table-detail-TH {
    background-color: #c8c8c8;
    color: #000;
    text-align: left;
    padding: 5px;
}

.table-detail-TH2 {
    background-color: #e2e2e2;
    color: #333;
    text-align: left;
    font-size: 12px
}
/**end of detail formatting**/

/**Start of Class**/

/**End of Class**/
/**generics**/
.text-align-center {
    float: left;
    display: block;
    color: #333;
    text-align: center;
    /*  padding: 14px 16px;*/
    text-decoration: none;
    font-size: 14px;
    font-weight: 550;
}

.text-align-left {
    text-align: left;
}


.text-align-right {
    text-align: right;
}

.center {
    margin: auto;
}

.link {
    text-decoration: underline;
    cursor: pointer;
}

.display-inline {
    display: inline;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.uppercase {
    text-transform: uppercase
}

.scroll {
    display: block;
    border: 1px solid;
    padding: 5px;
    margin-top: 5px;
    width: 99%; /*930px*/
    height: auto;
    overflow: auto;
}
/*end of generics**/



legend {
    background: #fff;
    text-decoration: none;
}

.legend {
    display: inline;
    font-size: small;
    font-weight: 600;
}



@media print {
    .text-print {
        font-size: 12px;
        width: 600px;
    }

    .text-cheque {
        font-size: 11px;
        width: 600px;
    }

    .receipt-print {
        font-size: 12px;
        height: 25px;
    }

    .otherpayment-print {
        font-size: 10px;
    }
}

/*print alignment*/
.alignment {
    text-align: left;
    padding-left: 5em;
    margin-left: 5em;
}

#paymentRecordsAssessment {
    width: 100%;
}

    #paymentRecordsAssessment table {
        float: left;
        font-size: x-small;
        margin-left: 0;
    }

div.help-banner {
    background-color: #fff0b4;
    margin-top: -6px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 6px;
}

    div.help-banner :hover {
        background-color: #fff6d3;
    }

div.close-banner {
    float: right;
    padding: 6px;
    text-decoration: none;
}

.img-link {
    cursor: pointer;
}

.img-print {
    height: 25px;
    width: 25px;
    float: right;
}

.no-break {
    white-space: nowrap;
}


.table {
    display: table;
    width: 100%;
}

.row {
    display: table-row;
}

.cell {
    display: table-cell;
    color:white;
}

.account-info {
    height: 30px;
    width: auto;
    float: right;
}



table.gridtable th {
    /* border-left: 1px solid #666666;*/
    border-color: #666666;
    background-color: #dedede;
    /* border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;*/
    border: 1px solid #666666;
    page-break-inside: inherit;
}

table.gridtable td {
    /*border-left: 1px solid #666666;
    border-top: 1px solid #666666;*/
    /*background-color: #ffffff;*/
    padding: 4px;
    /*border-bottom: 1px solid #666666;*/
    border: 1px solid #666666;
}


table.gridtable tr {
    /*border-left: 1px solid #666666;
    border-top: 1px solid #666666;*/
    /*border-bottom: 1px solid #666666;*/
    border: 1px solid #666666;
}


div.help-banner {
    background-color: #fff0b4;
    margin-top: -6px;
    margin-left: -13px;
    margin-right: -13px;
    margin-bottom: 6px;
}

    div.help-banner :hover {
        background-color: #fff6d3;
    }

div.close-banner {
    float: right;
    padding: 6px;
    text-decoration: none;
}

.action-icon {
    width: 20px;
    height: 20px;
}

.text-box {
    width: 300px;
}

.text-link {
    text-decoration: none;
    cursor: pointer;
}

.actions, .fileSize {
    text-align: right;
}

.folderTable img {
    vertical-align: middle;
}

.folderTable {
    vertical-align: middle;
    width: 100%;
    clear: both;
}

.path {
    float: left;
    margin: 10px;
}

.controls {
    float: right;
    padding-bottom: 5px;
}

.search {
    width: 200px;
}

.directoryURL {
    text-decoration: underline;
    cursor: pointer;
}
/**detail formatting**/
.detail-title {
    height: 40px;
}

.table-detail-collapse {
    border-collapse: collapse;
}

.table-detail {
    border: 1px solid black;
    padding: 5px;
    font-size: 12px
}

.table-detail-TH {
    background-color: #c8c8c8;
    color: #000;
    text-align: left;
    padding: 5px;
}

.table-detail-TH2 {
    background-color: #e2e2e2;
    color: #333;
    text-align: left;
    font-size: 12px
}
/**end of detail formatting**/



table.gridtable {
    font-family: Arial,Verdana,sans-serif;
    font-size: 12px;
    color: #333333;
    border-color: #666666;
    border-collapse: separate;
    border-spacing: 0px;
    /* border: 1px solid #666666;*/
    border-collapse: collapse;
}

    table.gridtable th {
        /* border-left: 1px solid #666666;*/
        border-color: #666666;
        background-color: #dedede;
        /* border-top: 1px solid #666666;
    border-bottom: 1px solid #666666;*/
        border: 1px solid #666666;
        page-break-inside: inherit;
    }

    table.gridtable td {
        /*border-left: 1px solid #666666;
    border-top: 1px solid #666666;*/
        /*background-color: #ffffff;*/
        padding: 4px;
        /*border-bottom: 1px solid #666666;*/
        border: 1px solid #666666;
    }


    table.gridtable tr {
        /*border-left: 1px solid #666666;
    border-top: 1px solid #666666;*/
        /*border-bottom: 1px solid #666666;*/
        border: 1px solid #666666;
    }

.remove-file, #add_file {
    float: right;
}

/*NINO 011918 reason of autocomplete behind in the dialog change it to 9999999 to prevent*/
.ui-autocomplete {
    z-index: 999999 !important;
}

.comment-wrapper {
    position: relative;
}

.comment-info {
    width: 100%;
    font-style: italic;
    font-size: 0.9em;
}

    .comment-info span {
        vertical-align: middle;
        display: inline-block;
        position: relative;
    }

    .comment-info .ui-icon {
        float: right;
    }

.new-comment-count {
    position: absolute;
    bottom: 0;
    right: 0;
    text-decoration: none;
    font-weight: bolder;
    color: red;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}

.file-info {
    position: relative;
}

.ui-dialog input[type="text"] {
    width: 300px;
}

/*---Start of TestBank---*/
.close-wrapper {
    display: inline-block;
}

.close-button {
    cursor: pointer;
    margin: 0 auto;
}

#choices-wrapper td {
    text-align: center;
}

#choices-wrapper th:first-of-type {
    text-align: left;
}

#choices-wrapper th {
    padding-right: 5px;
}

.addBtn-column {
    vertical-align: bottom;
}

.field-validation-error {
    display: block;
}
/*---End of TestBank---*/


/* START OF ONLINE EXAM */
a.exam-link {
    outline: 0;
    text-decoration: none;
    color: inherit;
}

    a.exam-link:hover .exam-wrapper {
        color: #B9D9F2;
    }

.examlist-wrapper {
    width: 100%;
    margin: 10px 0;
    padding-top: 10px;
}

.exam-wrapper:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.exam-wrapper:hover .middle {
    opacity: 1;
}

.text {
    background-color: #004777;
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}

.exam-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0px 10px 30px 10px;
    margin-bottom: 10px;
    text-align: left;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

    .exam-wrapper:hover .exam-title {
        white-space: normal;
    }

.exam-title {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #0186ba;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 10px 5px;
}


/*For OnlineExam Css*/
.exam-detail {
    padding: 5px;
}

.exam-detail-table {
    width: 100%;
}

    .exam-detail-table tr td:nth-child(2) {
        text-align: right;
    }

.btn-exam {
    padding: 5px 50px;
    font-size: 20px;
    background-color: #539fea;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    border-style: none;
}

    .btn-exam:hover {
        background-color: white;
        color: black;
    }

    .btn-exam:disabled {
        background: #ccc;
        border-color: #999;
        cursor: default;
    }

.question-choices {
    padding: 10px 20px;
}

.question, .result {
    font-size: 1.2em;
    width: 100%;
}

.question {
    display: none;
}

    .question.active {
        display: inline-block;
    }

th.fit-content, td.fit-content {
    width: 1%;
    white-space: nowrap;
}

tr.list-question {
    cursor: pointer;
}

    tr.list-question.active td, tr.list-question.active th {
        background-color: #ffff99;
    }

    tr.list-question td:nth-child(3), tr.list-question th:nth-child(3) {
        background-color: #ff9999;
        text-align: center;
    }

    tr.list-question.answered td:nth-child(3), tr.list-question.answered td:nth-child(3) {
        background-color: #99ff99;
    }

#question_wrapper {
    display: none;
    position: relative;
}

#question_list_wrapper {
    display: none;
}

.absolute-top {
    position: absolute;
    top: 0;
}

.timer-wrapper {
    font-size: 1.5em;
}

.clearfix:after {
    content: " "; /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#question_list_table th {
    padding: 0 5px;
}

.result-answers label, .question-choices label {
    display: inline-block;
    padding: 3px 6px;
    border: 2px solid transparent;
    margin-bottom: 3px;
}

.correct, .incorrect {
    padding-right: 23px !important;
    background-position: center right;
    background-repeat: no-repeat;
}

#studentCredentialRequest {
    background-color: #b2cbff;
}

.correct {
    border-color: #4cff00 !important;
    background-image: url(../Images/Common/check.png);
}

.incorrect {
    border-color: #f00 !important;
    background-image: url(../Images/Common/x.png);
}
/* END OF ONLINE EXAM */






/*gallery*/

.gallery {
    -moz-column-count: 2;
    -moz-column-gap: 2px;
    -webkit-column-count: 2;
    -webkit-column-gap: 2px;
    column-count: 2;
    column-gap: 2px;
}

.choice {
    float: left;
    margin-right: 5px;
    transform: scale(1) !important;
}

input[name="choice"], input[name="isAnswer"] {
    transform: scale(1) !important;
}

.choice-text {
    display: block;
}

.clear-both {
    clear: both;
}

.text-center {
    text-align: center;
}

.margin-top-10 {
    margin-top: 10px;
}

.border-top {
    border-top: 1px solid black;
}

#questionList table {
    width: 100%;
    border-collapse: collapse;
}

    #questionList table th:first-child {
        width: 95%;
        text-align: left !important;
    }

    #questionList table th:nth-child(2), #questionList table td:nth-child(2) {
        text-align: center;
    }

.inline-block {
    display: inline-block;
}

.div-scrollable {
    margin:auto;
    width: 130px;
    overflow-x: auto;
    overflow-y: hidden;
    text-align: center;
    vertical-align: middle;
}


.hover-header {
    color: blue;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}

    .hover-header:hover:after {
        background: #333;
        background: rgba(0,0,0,.8);
        border-radius: 5px;
        bottom: 26px;
        color: #fff;
        content: attr(data-title);
        left: 20%;
        padding: 5px 15px;
        position: absolute;
        z-index: 98;
        width: 220px;
    }

#RfidAttendanceTable {
    width: 100%;
}

.fit-content {
    width: 1%;
    white-space: nowrap;
}

.text-red {
    color: #e80c4d;
}

.TestBankDetail, .TestBankDetail-Choices {
    padding: 10px 20px;
}

.TestBankDetail {
    font-size: 1.2em;
    /*width: 100%;*/
}

.TestBankDetail-Choices label {
    display: inline-block;
    padding: 3px 6px;
    border: 2px solid transparent;
    margin-bottom: 3px;
}

.attempt-table {
    width: initial !important;
    display: inline-block;
}

.attempt-table td, .attempt-table th {
    padding: 5px 10px !important;
}

.myButton {
    background-color: #44c767;
    -moz-border-radius: 32px;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    border: 1px solid #18ab29;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    padding: 3px 8px;
    text-decoration: none;
    text-shadow: -1px 0px 3px #2f6627;
}

.myButton:hover {
    background-color: #5cbf2a;
}

.myButton:active {
    position: relative;
    top: 1px;
}


.remarks-container {
    margin: 25px 100px;
}

.tbl-eval-remarks {
    border-collapse: collapse;
    width: 100%;
    box-shadow: 0px 5px 10px 0px rgba(42, 43, 46, .5);
    border-radius: 2px;
    padding: 25px;
}


.tr-body {
    text-align: center;
    padding: 10px;
}

.tr-header {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    background-color: #595959;
}

.tr-header td {
    font-size: 17px;
    padding: 5px 5px;
    color: #ffff;
}

.tr-body td {
    font-size: 10.2px;
    padding: 5px 5px;
    border-bottom: 1px solid rgba(61, 137, 248, .10);
}

.input-selectlist {
    width: 20rem;
    margin: 0.50rem 0px auto 0px;
    cursor: pointer;
    font-size: 18px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    font: bold;
    text-align: center;
}


.btn-form {
    align-items: center;
    background-color: #198754;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #ffff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 1rem;
    padding: 0.40rem 1.50rem;
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: 100%;
}

.btn-form:hover,
.btn-form:focus {
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.btn-form:hover {
    transform: translateY(-1px);
}

.btn-form:active {
    background-color: #F0F0F1;
    border-color: rgba(0, 0, 0, 0.15);
    box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
    color: rgba(0, 0, 0, 0.65);
    transform: translateY(0);
}

.club-btn {
    background-color: #03488A;
    margin: 0;
    box-sizing: border-box;
    border: 1px solid #03488A;
    color: #fff !important;
    padding: 7px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}


/*AB03202025 >> LOADING IN CLASS RECORD */
.gpt-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9999;
}

.gpt-loading-box {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9999;
}

.gpt-spinner {
    border: 6px solid rgba(0, 0, 0, 0.1);
    border-left-color: #3498db;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 20px auto;
    z-index: 9999;
}

.gpt-loading-text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    z-index: 9999;
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
}

.gpt-progress-text {
    font-size: 16px;
    margin-top: 5px;
    z-index: 9999;
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
}

.gpt-warning-text {
    font-size: 14px;
    color: #e73232;
    margin-top: 10px;
    font-weight: bold;
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
}

.gpt-dots span {
    opacity: 0;
    animation: dotsAnimation 1.5s infinite;
}

.gpt-dots span:nth-child(1) {
    animation-delay: 0s;
}

.gpt-dots span:nth-child(2) {
    animation-delay: 0.3s;
}

.gpt-dots span:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes dotsAnimation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/*END*/


.menu-wrapper {
margin:auto;
padding-left:5px;
/* position:absolute;*/
position:relative;
height:auto;
width:100%;
/*  background-color:#b93434;*/
}

.menu-container {
margin:auto;
padding:0;
width:auto;
/*width:800px;*/
position:inherit;
height:auto;
position:relative;
}

#menu, #menu ul {
margin: 0;
padding: 0;
list-style: none;
height:auto;
position:inherit;
}
.dropdown .dropbtn {
font-size: 14px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background: inherit;
font-family: inherit;
margin: 0;
}	
	
#menu {
width:auto;
top:0%;
margin:auto;
height:auto;
position:inherit;
}


#menu:before,
#menu:after {
content: "";
display: table;
}
	
#menu:after {
clear: both;
}


#menu {
zoom:1;
}


#menu li {
float: left;
position: relative;
}
/*DROPDOWN MENU*/
	#menu a {
		/*float: left;
	padding: 5px 10px;
	color: #252525;
	font: 11px Arial, Helvetica;
	text-decoration: none;*/ /*
background-color:red;*/
		/*padding-top: 8px;*/
		/*text-align:left;
	margin-top:10px;
	font-weight:lighter;*/
		float: none;
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
		text-align: left;
	}
/*.currentRow {
background-color: #8dff8d !important;
}

.currentCol {
background-color: #8dff8d !important;
}*/



/*#menu li:hover > a {
background-image: -moz-linear-gradient(#b8bac6, #dddfe3);
background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));
background-image: -webkit-linear-gradient(#b8bac6, #dddfe3);
border-radius: 10px;
color:black !important;

background-image: -o-linear-gradient(#b8bac6, #dddfe3);
background-image: -ms-linear-gradient(#b8bac6, #dddfe3);
background-image: linear-gradient(#b8bac6, #dddfe3);
		
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
	border-radius: 6px;
}
*/
*html #menu li a:hover {
color: #fafafa;
background-image: -moz-linear-gradient(#b8bac6, #dddfe3); 
background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));	
background-image: -webkit-linear-gradient(#b8bac6, #dddfe3);	
background-image: -o-linear-gradient(#b8bac6, #dddfe3);
background-image: -ms-linear-gradient(#b8bac6, #dddfe3);
background-image: linear-gradient(#b8bac6, #dddfe3);
		
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 1px;
}


	#menu ul {
		margin: 1px 0 0 0;
		_margin: 0;
		opacity: 0;
		visibility: hidden;
		top: 45px;
		left: 0;
		z-index: 1;
		position: absolute;
		background-color: white;
		min-width: 180px;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		font-size: 14px;
		padding-top: 2px;
		border-radius: 1px;
		margin-top: 2px;
	}

	#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	
#menu ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 20px;
	_margin: 0; 
		
}
	
#menu ul li {
	float: none;
	display: block;

	_line-height: 0; 
		
}
	
#menu ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;   
		 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
}
	
/*#menu ul a {    
	padding-left: 3px;
	width: auto;
	_height: 10px; 
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-weight:lighter;
}
*/
#menu ul a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;

	border-radius: 1px;
}


#menu ul a:hover {
	background-color: #0186ba;
	background-image: -moz-linear-gradient(#b8bac6, #dddfe3);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#b8bac6), to(#dddfe3));
	background-image: -webkit-linear-gradient(#b8bac6, #dddfe3);
	background-image: -o-linear-gradient(#b8bac6, #dddfe3);
	background-image: -ms-linear-gradient(#b8bac6, #dddfe3);
	background-image: linear-gradient(#b8bac6, #dddfe3);
}

dropdown-content-menu a:first-child :after {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
	background-color:red;
}
#menu ul li:first-child > a {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
}
	
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #888;
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
}
	
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #888;
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
}
	
#menu ul li:first-child a:hover:after {
	border-bottom-color: #555; 
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
}
	
#menu ul ul li:first-child a:hover:after {
	border-right-color: #555; 
	border-bottom-color: transparent; 
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;	
}
	
#menu ul li:last-child > a {
	
		
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 1px;
}
	

#menu-trigger {
	display: none;
}
    

#mobileNav {
    display: none;
}


@media screen and (max-width: 500px) {
        
    #mobileNav {
        display:block;
    }
	#menu-wrap {
		position: relative;
        width:100%;
	}
        
	#menu {
		margin: 0; padding: 10px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	#menu:after {
		position: absolute;
		left: 25px;
		top: -8px;
			
	}	

	#menu ul {
		position: static;
		visibility: visible;
		opacity: 1;
		margin: 0;
		background: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;				
	}

	#menu ul ul {
		margin: 0 0 0 20px !important;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;		
	}

	#menu li {
		position: static;
		display: block;
		float: none;
		border: 0;
		margin: 5px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;			
	}

	#menu ul li{
		margin-left: 20px;
	}

	#menu a{
		display: block;
		float: none;
		padding: 0;
		color: #999;
	}

	#menu a:hover{
		color: red;
	}	

	#menu ul a{
		padding: 0;
		width: auto;		
	}

	#menu ul a:hover{
		background: none;	
	}

	#menu ul li:first-child a:after,
	#menu ul ul li:first-child a:after {
		border: 0;
	}
        
    #menu ul ul li:first-child a:hover:after {
	border-right-color: none; 
	border-bottom-color: none; 
		
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;	
	}
		


}

@media screen and (max-width: 1200px) {

}
.menu-tile-container {

	position:relative;
	overflow:hidden;
}

.menu-tile{
float:left;
position:relative;
width:300px;
height:80px;
margin:5px;
}

.menu-tile img {
vertical-align: middle;  
	
}

.menu-tile a {
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#0186ba;
padding-left:5px;
}

.menu-tile span{
font-size:10px;
font-weight:bold;
}

/*-----------------------*/
.badgeContainer {
position: relative;
font:bold 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; 
color: #333;
text-decoration: none;
text-shadow: 0 1px 0 rgba(255,255,255,.6);
}

.notificationBadge{
position: relative;
top:-12px;
right: -20px;
border-radius:100px;
background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
-webkit-background-clip: padding-box;
color: white;
text-decoration: none;
text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}


/*NAVBAR wppitogo*/

.topnav {
overflow: hidden;/*
	background-color: #07568f;*/
}

.topnav a {
float: left;
display: block;
color: #fff;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 14px;
/*font-weight:100;*/
}

.topnav .icon {
    display: none;
}

.dropdown-menu {
float: left;
overflow: hidden;
}

.dropdown-menu .dropbtn-menu {
font-size: 14px;
border: none;
outline: none;
color: white;
padding: 14px 16px;
background: inherit;
font-family: inherit;
margin: 0;
}

.dropdown-content-menu {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 200;
}

.dropdown-content-menu a {
	float: none;
	color: #000;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown-menu:hover .dropbtn-menu {
	background-color: initial;
	color: white;
}

.dropdown-content-menu a:hover {
background-color: rgba(0,0,0,0.2);
color: black;
}

.dropdown-menu:hover .dropdown-content-menu {
display: block;
}

@media screen and (max-width: 900px) {
	.topnav a:not(:first-child), .dropdown-menu .dropbtn-menu {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}
}

@media screen and (max-width: 900px) {
	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .dropdown-menu {
		float: none;
	}

	.topnav.responsive .dropdown-content-menu {
		position: relative;
	}

	.topnav.responsive .dropdown-menu .dropbtn-menu {
		display: block;
		width: 100%;
		text-align: left;
	}

	
}

/**WELJIE - NAVBAR*/
.side-logo-nav-bar a {
	float: left;
	display: block;
	color: white;
	text-align: center;
	padding: 6px 14px 6px 14px;
}

.dropdown-menu {
	float: left;
	overflow: hidden;
}
/*.dropdown-menu a{
	float: none;
	color: red;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}*/

.dropdown-content-menu {
	display: none;
	position: absolute;
	background-color: white;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 200;
}
.dropdown-menu .dropbtn-menu {
	font-size: 14px;
	border: none;
	outline: none;
	color: #fff;
	padding: 14px 16px;
	background: inherit;
	font-family: inherit;
	margin: 0;
/*	background-color:#fff;*/
}
.dropdown-content-menu a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	background-color: #fff;
}

.dropdown-content-menu a:hover {
	background-color: rgba(0,0,0,0.2);
	color: black;
}

/*.dropdown-menu:hover .dropdown-content-menu {
	display: block;
}*/
.topnav .icon {
	display: none;
}
/*SUBMENU WPPITOGO*/

.ul-sub-menu {
display: none;
margin: 1px 0 0 0;
padding: 0;
list-style: none;
height: auto;
position: absolute;

}
.dropdown-menu li > ul {
	position: absolute;
	right:-160px;
	width: 100%;
	top: 0;
}
.dropdown-menu:hover > ul, li:hover > ul {
	display: block;
}


















 #trash { float: right; width: auto; min-height: 12em; padding: 1%;}
#trash h4 { line-height: 16px; margin: 0 0 0.4em; }
#trash h4 .ui-icon { float: left; }
#trash .gallery h5 { display: none; }
#trash li {
    float:left; width:250px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; position:relative;
}

.components {
    width:100%;
    position:relative;
}
.edit-left {
    float:left;
    width:10%;

}
.delete-right {
    float:right;
    width:10%;

}
.content-center {
    position:fixed;
    width:80%;
}

.label {
    float:left;
    position:relative;
}

float-left {
    float:left;
    position:relative;
}

 #gallery { float: left; width: 100%; min-height: 12em; position:relative}
.gallery.custom-state-active { background: #eee; }
.gallery li { display:inline-block; float: left; width: 70%; padding: 0.01em; margin: 0 0.01em 0.01em 0; text-align: center;}
.gallery li h5 { margin: 0 0 0.4em; cursor: move; padding:0.4em;}
.gallery li a { float: right; }
.gallery li a.ui-icon-trash { float: left; }
.gallery li img { width: 100%; cursor: move; }

.component-details {
    background-color:white;
    height:300px;
    width:300px;
    padding:1em;
    float:left;
    position:relative;
    overflow:hidden;
}


    /*#details-container li a.ui-icon-trash {
        float:right;
    }

        #details-container li a.ui-icon-pencil {
        float:right;
    }

            #details-container li a {
        float:left;
    }
        */

/*
    commented by reagan
 cscd class standing component detail 
    */
.cscd-ul {      
    list-style-type:none;
    position:relative;
    width:100%;
}

 .cscd-ul li {
    float: left; 
    width:20%;
    height:auto;
    margin: 0 0.6em 0.6em 0; 
    text-align: center;
    border: 1px solid #074758;
    padding:0.2em;

}


.cscd-button-container { 
    padding:0.4em; 
    position:relative;
    height:auto;
    width:100%;
}

.cscd-button {
    padding:0.4em; 
    float:right;
}



.cscd-one-details {
    float:left;
    height:auto;
    width:100%;
    padding:1em;
}

.cscd-container-wrapper {
    position:relative;
    /*overflow:hidden;*/
}


.cscd-perfect-score {
    position:relative;
    margin:auto;
    font-weight:bold;
    font-size:1em;
    text-align:left;
}
.cscd-description {
    position:relative;
    margin:auto;
    font-weight:bold;
    font-size:.9em;
    text-align:center;
    width:auto;
    color:#064889;
    padding:0.2em;
    max-height:40px;
    min-height:40px;
 
}

.cscd-active {
    background-color:#93d5f2; 
}
 

.container-one {
    background-color:white;
    height:300px;
    width:200px;
    padding:1em;
    float:left;
    position:relative;
    /*overflow:hidden;*/

}

.container-two {
    background-color:white;
    padding:1em;
    float:left;
    z-index: 1;
    float:right;
    min-width:300px;
    min-height:500px;

    /*position:relative;*/
    /*overflow:hidden;*/

}

.class-component-category-selected {
    height:500px;
    background-color:#808080;

}

/*table.gridtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
}
table.gridtable th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}
table.gridtable td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #ffffff;
    text-align:center;
}*/

th-bg-color {
    background-color:aliceblue;
}

.attendance-warning {
    border:solid 1px; 
    width:50%; 
    height:50%;

}
.modified_true_or_false {
    font-size:12px;
}



    /*End*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

.ui-selectList {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: 1.5px solid #d5dbd9;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.ui-inputField {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    border: 1.5px solid #d5dbd9;
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 3px;
    transition: all 0.3s ease;
}

.ui-textField {
    margin: 0;
    font-size: 14px;
}

.ui-button-lg {
    padding:  1em 1em !important;
    color: #fff;
    width: 100%;
    margin-top: 1em;
    font-size: 1rem;
    color: #333;
}

.ui-inline{
    display: inline;
}

.header-center {
    font-size: 18px;
    font-family: Calibri;
    font-weight:bold;
}
.lower-text {
    font-size: 14px;
    font-family: Calibri;
    color: #000;
    text-align: left;
    font-weight: bold;
}

.title {
font-size: 18px;
font-family: Calibri;
font-weight: bold;
}

.header-text {
    font-size: 18px;
    font-family: Calibri;
    color: #000;
    text-align: center;
    font-weight: bold;
}

.table-header {
    font-size: 14px;
    font-family: Calibri;
    color: #000;
    text-align: center;
    font-weight: bold;
}


table.gradtable {
	font-family: verdana,arial,sans-serif;
	font-size:11px;
	color:#333333;
	border-color: #666666;
    border-spacing:0px;
    border: 1px solid #666666;
    border-collapse:collapse; 
}

table.gradtable th {
	padding: 8px;
    border-left: 1px solid #666666;
	border-color: #666666;
	background-color: #dedede;

}

table.gradtable td {
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;
	padding: 8px;
	background-color: #ffffff;

}


.gridtable {
    width: 100%;
    border-collapse: collapse;
    page-break-after: always;
    margin-top: 10px;
    font-size: .9em;
    font-family: Arial;
}

.scroll-view {
    width: 100%;
    overflow-x: scroll;
    overflow-y: scroll;
}

.gridtable td {
    padding: 7px;
    border: #4e95f4 1px solid;
}
/* Define the default color for all the table rows */
/*.gridtable tr{
	background: #b8d1f3;
}*/
/* Define the hover highlight color for the table row */
/*.gridtable tr:hover {
        background-color: #ffff99;
}*/



.div-table-overflow {
    width:700px;
    overflow:auto;
}

.graph {
    width:700px;
    height:auto;
}

@media print {
    .printDiv {
        width: 800px;
        height: auto;
        z-index: 25;
        top: 50px;
        left: 50px;
        right: 50px;
        text-align: center;
    }

    .design {
        padding: 8px;
        background-color: #dedede;
        margin-left: 40%;
        margin-right:30%;
        text-align: center;
    }
    .graph {
    text-align: center;
    }

    .div-table {
        overflow:visible ! important; 
        
    }
}


#underloadDetailContainer {
width:100%;
}


.slanted {
    text-align:left;
    position:relative;   
    white-space:nowrap;
     float: left; 
    /*width:12em;
    position:absolute;
    top:10em;
    left:-5em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}


.slanted div {
    width:12em;
    position:absolute;
    top:10em;
    left:-1em;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*used for notification by aldrin*/
.backgroundTemplate2 {
    background-color:#fff;
    margin: 0 auto;
   width:100%;
   height:100%;
    box-shadow:inset 0px 0px 20px 10px rgba(0,0,0,0.2);
    /*background-image:url(/Content/Images/Common/announcementHeader.jpg);3399cc*/
    /*background-image:url(/Content/Images/Common/announcementFuse.png);
background-size: 100% 100%;
background-repeat: no-repeat;*/
}
.backgroundTemplate1 {
background-color:#3399cc;
font-family:"Showcard Gothic";
text-shadow: black 0.01em 0.01em 0.2em;
font-weight:normal;
font-size:50px;
color:#fff;
width: 80%;
text-align:center;
margin: 0 auto;
}
.backgroundTemplate3 {
background-color:#3399cc;
font-family:"Times New Roman";
text-shadow: black 0.01em 0.01em 0.2em;
font-weight:normal;
font-size:18px;
color:#fff;
width: 90%;
height:50px;
text-align:right;
margin:5px 10px 5px 10px;
}
/*.Title {
 float:left;
color:#3399cc;
font-size:20px;
text-shadow:none;
 margin: 10px 0 0 20px;
 font-family:"Times New Roman";
 font-weight:bold;
 height:100%;
}*/
.Title {
 margin: 10px 0 0 10px;
 color:#3399cc;
font-size:30px;
text-shadow:none;
}
.Title1 {
  margin: 10px 30px 0 100px;
 color:#3399cc;
font-size:30px;
text-shadow:none;
width:85%;
}
.background2Data {
    margin: 5px 0 0 5px;
    padding: 0 5px 0 5px;
    text-shadow:none;
    font-size:20px;
    font-family:"Times New Roman";
    color:#3399cc;
    text-align: left;
}

.contentA {
font-size:30px;
color:#000;
float:left;
}

.form2Footer {
    margin: 5px auto;
    width: 950px;
    position: relative;
}
.form2Header,.form2Body, .landscape {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.form2Header2, .form2Body, .landscape {
    width: 950px;
    margin: 0 auto;
    position: relative;
}
.form2Header h1,
.form2Header h2,
.form2Header h3,
.form2Header h4,
.form2Header h5,
.form2Header h6{
    text-align: center;
}
.form2Header2 h1,
.form2Header2 h2,
.form2Header2 h3,
.form2Header2 h4,
.form2Header2 h5,
.form2Header2 h6 {
    text-align: center;
}

.fullwidth {
    width: 100%;
}

.no-margin-top {
    margin-top: 0px;
}
.no-margin-bottom {
    margin-bottom: 0px; 
}

.form2Header table tr td {
    text-align: right;
    font-size: 10px;
}
.form2Header2 table tr td {
    text-align: left;
    font-size: 10px;
}
.form2Body table, .footer3 {
    border-collapse: collapse;
}
.form2Body table tr td {
    /*text-align: center !important;*/
    border: 1px solid #d0d0d0;
}
.form2Header table tr {
    height: 35px;
}
.form2Header2 table tr {
    height: 35px;
}

.box-blank td{
    height: 10px;
}
.MTWTHF td{
    min-width: 15px;
    height: 15px;
    text-align: center;
    border-bottom: 1px solid #607D8B !important;
}
.dark-border {
    border: 1px solid #607D8B!important;
}
.font-size-xsm {
    font-size: 7px;
}
.footer1 {
    font-size: 8px;
    width: 450px;
    float: left;
}
.footer2 {
    float: left;    
    font-size: 7px;
    width: 185px;
    border: 1px solid #ddd;
}
.footer3 {
    margin-left: 15px;
    font-size: 8px;
    width: 300px;
    float: left;
}
.font-size-9 {
    font-size: 8px;
}
.font-size-7 {
    font-size: 7px;
}
.text-center {
    text-align: center;
}
.footer3 tbody tr td {
    text-align: center;
    border: 1px solid #d0d0d0;
}
.box{
    text-align: center !important;
    border: 1px solid #d0d0d0;
}
.width-lg{
    width: 580px!important
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.border-bottom {
    border-bottom: 1px solid #607D8B !important;
}
.border-top {
    border-top: 1px solid #607D8B !important;
}
.border-bottom-right {
    border-bottom: 1px solid #607D8B !important;
    border-right: 1px solid #607D8B !important;
}
.border-right {
    border-right:1px solid #607D8B !important;
}
.border-left {
    border-left:1px solid #607D8B !important;
}
.diagonal {
    background-image: url("../Images/Common/Diagonal.png");
    background-size: cover;
}
.diagonalX {
    background-image: url("../Images/Common/DiagonalX.png");
    background-size: cover;
}
.diagonalShadedUpper {
    background-image: url("../Images/Common/DiagonalShadedUpper.png");
    background-size: cover;
}
.diagonalShadedLower {
    background-image: url("../Images/Common/DiagonalShadedLower.png");
    background-size: cover;
}

.form2 { border:solid 1px; width:100% } 
.form2 td { border:solid 1px; } 
.form2 .cellEditing { padding: 0; } 
.form2 .cellEditing input[type=text]{ outline: 2px solid #0af; }
.form5-column {
    float: left;
    width: 50%;
    padding: 5px;
}
.form5-row {
    margin-left: -5px;
    margin-right: -5px;
}
.form5-table {
    border-collapse: collapse;
    float: left;
    margin-top:25px;
    text-align:center !important;
}
.form5-table-border {
    border:1px solid black;
}


td[contenteditable=true] { outline: 2px solid #0af; }

.gallery-1 {
    -moz-column-count: 1 !important;
    -moz-column-gap: 2px;
    -webkit-column-count: 1 !important;
    -webkit-column-gap: 2px;
    column-count: 1 !important;
    column-gap: 2px;
}

.hide {
    display: none;
}

.gallery li {
    display: inline-block;
    float: left;
    width: 150px !important;
    padding: .01em;
    margin: 0 .01em .01em 0;
    text-align: center;
}
#gallery {
    -moz-column-count: 3!important;
    -moz-column-gap: 2px;
    -webkit-column-count: 3!important;
    -webkit-column-gap: 2px;
    column-count: 3!important;
    column-gap: 2px;
}

#trash {
    float: right;
    width: 310px!important;
    min-height: 12em;
    padding: 1%;
}
/*
    rmd 2020-10-05 discuss this with me if need to recover this class - it affects the display of the tinymce
.ui-draggable {
    z-index: 99999;
}*/

/*Table for Actief*/
   	table.actiefTable{
		width:80%; 
		border-collapse:collapse; 
        page-break-after: always;
        margin-top:10px;
        font-size:13px;
        font-family:Tahoma;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);    
	}
    table.actiefTable th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        background-color: /*#85C1E9*/ #4aa55d;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
}
	table.actiefTable td{ 
        border: 1px solid rgba(104, 104, 104, 0.26);
		padding:7px; 
        text-align: center;
	}
	/* Define the default color for all the table rows */
	table.actiefTable tr{
		background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
	}
	/* Define the hover highlight color for the table row */
   table.actiefTable tr:hover {
          background-color: /*#FFFF99*/ rgb(202, 255, 213);
          transition: 0.3s;
    }
   table.actiefTable .table-header td {
    background-color: #539fea;
    color: #fff;
    }
   table.actiefTable .even {
        background-color: #ececec;
    }

   /*Table for Athenaeum ClassRecord*/
   	table.athenaeumClassRecord{
		width:100%; 
		border-collapse:collapse; 
        page-break-after: always;
        margin-top:10px;
        font-size:10px;
        font-family:Tahoma;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);    
	}
    table.athenaeumClassRecord th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        background-color: /*#85C1E9*/ #4aa55d;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
}
	table.athenaeumClassRecord td{ 
        border: 1px solid rgba(104, 104, 104, 0.26);
		padding:7px; 
        text-align: center;
	}
	/* Define the default color for all the table rows */
	table.athenaeumClassRecord tr{
		background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
	}
   table.athenaeumClassRecord tr:nth-of-type(2n+1) {
        background-color: #ececec;
    }
	/* Define the hover highlight color for the table row */
   table.athenaeumClassRecord tr:hover{
          background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
          transition: 0.3s;
    }/* Define the hover highlight color for the table row */
   table.athenaeumClassRecord tr:nth-of-type(2n+1):hover {
          background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
          transition: 0.3s;
    }
   table.athenaeumClassRecord .table-header td {
    background-color: #539fea;
    color: #fff;
    }
.highlight {
    background-color: rgba(0, 0, 0, 0.1);
}
 /*Table for actief ClassRecord*/
   	table.actiefClassRecord{
		width:100%; 
		border-collapse:collapse; 
        page-break-after: always;
        margin-top:10px;
        font-size:10px;
        font-family:Tahoma;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);    
	}
    table.actiefClassRecord th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        background-color: /*#85C1E9*/ #009688;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
}
	table.actiefClassRecord td{ 
        border: 1px solid rgba(104, 104, 104, 0.26);
		padding:7px; 
        text-align: center;
	}
	/* Define the default color for all the table rows */
	table.actiefClassRecord tr{
		background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
	}
   table.actiefClassRecord tr:nth-of-type(2n+1) {
        background-color: #ececec;
    }
	/* Define the hover highlight color for the table row */
   table.actiefClassRecord tr:hover{
          background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
          transition: 0.3s;
    }/* Define the hover highlight color for the table row */
   table.actiefClassRecord tr:nth-of-type(2n+1):hover {
          background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
          transition: 0.3s;
    }
   table.actiefClassRecord .table-header td {
    background-color: #539fea;
    color: #fff;
    }
/*Table for ISD ClassRecord*/
   	table.ISDClassRecord{
		width:100%; 
		border-collapse:collapse; 
        page-break-after: always;
        margin-top:10px;
        font-size:10px;
        font-family:Tahoma;
        box-shadow: 0 2px 6px rgba(0,0,0,0.3);    
	}
    table.ISDClassRecord th {
        border: 1px solid rgba(104, 104, 104, 0.26);
        background-color: /*#85C1E9*/ #978f04;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
}
	table.ISDClassRecord td{ 
        border: 1px solid rgba(104, 104, 104, 0.26);
		padding:7px; 
        text-align: center;
	}
	/* Define the default color for all the table rows */
	table.ISDClassRecord tr{
		background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
	}
   table.ISDClassRecord tr:nth-of-type(2n+1) {
        background-color: #ececec;
    }
	/* Define the hover highlight color for the table row */
   table.athenaeumClassRecord tr:hover{
          background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
          transition: 0.3s;
    }/* Define the hover highlight color for the table row */
   table.ISDClassRecord tr:nth-of-type(2n+1):hover {
          background-color: /*#FFFF99*/ rgb(202, 255, 213) !important;
          transition: 0.3s;
    }
   table.ISDClassRecord .table-header td {
    background-color: #539fea;
    color: #fff;
    }

.htAutocomplete {
    text-align: center;
}

.text-orange {
    color: #FF5722;
    text-align: center;
}

.text-redOrange {
    color: #cf3f18;
    text-align: center;
}
.text-red {
    text-align: center;
}

.text-green {
    color: #666;
    text-align: center;
}
/*
    rmd 2020-10-05 discuss this with me if need to recover this class - it affects the display of the tinymce
.ui-dialog {
    z-index: 99999 !important;
}*/
.text-small {
    font-size: 11px;
}

#AttendanceContainer {
    width: 100%;
}
/*#menu {
     rmd 2020-10-05 discuss this with me if need to recover this class - it affects the display of the tinymce and menu overlaps the dialog
    z-index: 99999;
}
*/
.handsontable th, .handsontable td {
    font-family: inherit !important;
}
.colHeader {
    cursor: pointer;
}



/*table for OnlineExam Table*/
table.OnlineExamTable {
    width: 100%;
    border-collapse: collapse;
    page-break-after: always;
    margin-top: 10px;
    font-size: 13px;
    font-family: Tahoma;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

    table.OnlineExamTable th {
        border: 1px solid rgba(104, 104, 104, 0.6);
        background-color:#333 !important;
        height: 15px;
        color: #fff;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    table.OnlineExamTable td {
        border: 1px solid rgba(104, 104, 104, 0.6);
        padding: 7px;
        text-align: center;
    }
    /* Define the default color for all the table rows */
    table.OnlineExamTable tr {
        background-color: /*#E1F5FE*/ #f6f6f6;
        transition: 0.3s;
    }
        /* Define the hover highlight color for the table row */
        table.OnlineExamTable tr:hover {
            background-color: /*#FFFF99*/ #c6dff9;
            transition: 0.3s;
        }

    table.OnlineExamTable .table-header td {
        background-color: #539fea;
        color: #fff;
    }

    table.OnlineExamTable .even {
        background-color: #ececec;
    }


    @media screen and (max-width: 600){
        #readNow{
            margin-top: 10px;
            display:block;
        }
    }

    #readNow {
        font-size: 15px;
    }

.ribbon-3 {
    font: bold 15px Sans-Serif;
    line-height: 18px;
    color: #333;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    padding: 7px 0;
    left: -60px;
    top: -26px;
    width: 150px;
    background-color: darkred;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    letter-spacing: 0.5px;
}

    .ribbon-3:before, .ribbon-3:after {
        content: "";
        border-top: 4px solid #4e7c7d;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        bottom: -4px;
    }

    .ribbon-3:before {
        left: 0;
    }

    .ribbon-3:after {
        right: 0;
    }


.pulse {
    animation: pulse 3s infinite;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.95);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(211, 47, 47, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(211, 47, 47, 0.95);
        box-shadow: 0 0 0 0 rgba(235, 187, 34, 0.95);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(211, 47, 47, 0);
        box-shadow: 0 0 0 10px rgba(211, 47, 47, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
        box-shadow: 0 0 0 0 rgba(211, 47, 47, 0);
    }
}



.whats-new-container {
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
    /*box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;*/
    padding: 10px 15px 15px;
    display: block;
    margin: 5px 5px 0px 5px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
}

.wnc-body {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
}
.wnc-title, .wnc-footer {
    font-size: 1.4rem;
}

.wnc-title > a {
    color: black;
}

.wnc-added {
    border: 1px solid #007AFF;
    border-radius: 0.3rem;
    padding: 5px;
    color: #007AFF;
    display: inline-block;
}

.wnc-bug-fixes {
    border: 1px solid #FF9500;
    border-radius: 0.3rem;
    padding: 5px;
    color: #FF9500;
    display: inline-block;
}

.wnc-date {
    color: #919090;
    margin-left: 38px;
    font-size: 0.7rem;
    font-weight: 600;
}


table#dcr-table thead tr td {
    text-align: center !important;
    padding: 0px 5px !important;
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
    font-weight: bold;
}

table#dcr-table tr td {
    border: 1px solid #000;
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
    font-size: 12px;
}

table#dcr-table tbody tr td:not(:nth-child(2)) {
    font-weight: 600;
    text-align: center !important;
}


.dcr-th{
    font-size: 14px !important;
}

.dcr-subheader {
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif;
    font-weight: 700 !important;
    text-align: center;
    margin-bottom: 5px;
}

#dcr-container {
    font-family: 'Inter', 'Segoe UI', Helvetica, sans-serif !important;
    color: #000;
}


