/* CSS HEX 
--/* Object 
/* CSS HEX 
--resolution-blue: #1C1F8Eff;
--picotee-blue: #22208Dff;
--ivory: #FFFEF1ff;
--cyber-yellow: #F9D103ff;
--midnight-blue: #1B1D71ff;
--liberty: #545494ff;
--cyber-yellow-2: #FECF02ff;
--white: #FCFDFEff;
--resolution-blue-2: #1C2083ff;
--white-2: #FEFEFEff;
5:11PM
THIS IS AN UPDATEED FILE ON 7:27PM April 12 2023
*/


body {
    padding-top: 120px;
    background: white;
    font-family: 'nunito', sans-serif;
    font-weight: 100;
    margin: 0%;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

.regbody {
    padding-top: 10px;
    background: white;
    font-family: 'nunito', sans-serif;
    font-weight: 100;
    margin: 0%;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
}

p {
    text-align: start;

}

.container {
    max-width: 2000px;
    padding-left: 0;
    padding-right: 0;
    background-color: white;
}

#link {
    color: blue;
    font-style: italic;
    text-transform: capitalize;
}

#copy {
    color: blue;
    font-style: italic;
    border: none;
    background: none;
    padding: 0;

}

#copy:hover {
    text-decoration: underline;
    color: blue;
}

#withdraw {
    font-size: 14px;
    color: red;
}

#search {
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: red;

}

.attendance {
    max-width: 1000px;
}

.attendance th {
    width: 100px
}

#qualityaward {
    width: 70%;
}

#qualityaward_home {
    min-width: 600px;
    width: 30%;
}

.attendance td {
    padding-left: 1px;
    width: 100px
}



.attendance tr:nth-child(even) {
    background-color: #f2f2f2;
}

.finance {
    max-width: 1000px;
}

.finance td {
    padding-left: 1px;
    min-width: 60px;
}

.finance thead {
    position: sticky;
    top: 120px;
    background-color: #f8f9fa;
    /* Optional: Set a background color for the header */
    z-index: 100;
    /* Optional: Set a higher z-index to ensure the header appears above other elements */
}

.finance tr:nth-child(even) {
    background-color: #f2f2f2;
}

.editable {
    width: 60px;
}

.comment {
    min-width: 150px;
}

td,
th {
    border: 1px solid black;
    border-collapse: collapse;
    padding-bottom: 2px;
    padding-top: 2px;
}

.table {
    font-size: 10px;
    margin-bottom: 2px;
}

.table td,
tr {
    border: 1px solid black;
    border-collapse: collapse;
    padding-left: 4px;
    padding-top: 0;
    padding-bottom: 0;

}

#register_th {
    text-transform: uppercase;
    background-color: aliceblue;
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;

}

#form_question {
    font-weight: 700;
}

.btn-js {
    width: 20%;
    min-width: 200px;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;

    padding-left: 5%;
    padding-right: 5%;
    background-color: rgb(254, 207, 2);
    color: #202587;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;

}

.overlay_home {
    color: #202587;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 57%;
    transform: translate(-50%, -50%);
    width: 60%;
    max-width: 400px;
    text-align: center;
    border-radius: 15px;
    /* Adjust the value to change the roundness */
}



.overlay {
    color: #202587;
    background-color: rgb(255, 255, 255, .8);
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    position: absolute;
    top: 30%;
    left: 5%;
    width: 30%;
    min-width: 350px;
}

.splash_overlay {

    color: #202587;
    background-color: rgb(255, 255, 255, .8);
    padding-bottom: 10px;
    padding-bottom: 10px;
    font-size: 1.2rem;
    font-weight: 600;
    bottom: 20%;
    z-index: 1;
    position: relative;
}


#mainNavbar {
    width: 100%;
    background: white;
    z-index: 2;
    color: #202587;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
    font-size: 1rem;
    border-bottom-style: solid;
    /*box-shadow:5px 5px rgba(0, 0, 0, 0.2);*/

}

.nav-link {
    margin-right: 15px;
}


h2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    background-color: #202587;
}

/* #h2campus {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    color: #202587;
    background-color:rgb(254, 207, 2);
} */

h3 {
    font-size: 1.2rem;
    text-transform: capitalize;
    color: #202587;
}

h4 {
    font-size: 1.5rem;
    color: black;
}


#wmd_logo {
    padding: 0;
    width: auto;
    height: 100px;
}


#banner {
    width: 100%;
    max-width: 2000px;
    min-height: 420px;
    max-height: 800px;
    object-fit: cover;
    object-position: 0%;
    padding: 0;
    margin: 0
}

#splash {
    /* max-height: 400px; */
    min-height: 250px;
    object-fit: cover;
    padding: 0;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
}


#watermark {
    font-size: 20px;
    position: fixed;
    bottom: 5px;
    right: 5px;
    opacity: 0.5;
    z-index: 99;
    color: white;
    background-color: rgba(0, 0, 0, 0.6);
}



a {
    color: inherit;
    text-transform: uppercase;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: inherit;

}

footer {
    border-top-style: solid;
    background-color: white;
    color: #202587;
    padding-left: 5px;
    padding-right: 5px;
}

#footer {
    border-style: solid;
    border-color: white;

}

#footer_tagline {
    color: #202587;
    font-style: italic;

}

.position-absolute {
    width: 100%;
    left: 0;
    bottom: 30%;
    min-width: 231px;
}

.carousel-item {
    text-align: center;
}


.carousel-item img {
    min-width: 100%;
    max-height: 800px;
    object-fit: cover;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);

}

.carousel-caption p {
    text-align: center;
    width: 100%;
    background-color: rgb(255, 255, 255, .8);
    color: #202587;
    font-size: 1.2rem;
}

.carousel-control-prev-icon {
    font-weight: 800;
    color: black;
}

#award {
    max-width: 180px;
    max-height: 100px;
}

#about_img {
    max-height: 500px;
    border-radius: 10%;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);

}

#curriculum {
    border-radius: 10%;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
    max-width: 400px;

}

#iframe_fb {
    min-height: 400px;
    width: 100%;
    height: 100%;
}

.min_height {
    min-height: 850px;
}

.card {
    position: relative;
    cursor: pointer;
    transform-style: preserve-3d;
    transform-origin: center right;
    transition: transform 1s;
    min-width: 200px;
    max-width: 300px;
    min-height: 200px;
    border: none;
}

.card.is-flipped {
    transform: translateX(-100%) rotateY(-180deg);
}

.card__face {
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    backface-visibility: hidden;
}


.card__face--back {

    height: 100%;
    width: 90%;
    transform: rotateY(180deg);
}

#round_pics {
    height: 80%;
    width: 80%;
    border-radius: 20%;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.6);
    object-fit: cover;

}

.bullet {
    text-align: start;
    font-size: .9rem;
}

#qbox-container {
    position: relative;
    align-items: center;
    /*text-align: center;*/

    width: 100%;
    padding: 20px;
    min-height: 630px;
    box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -webkit-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
    -moz-box-shadow: 10px 8px 21px 0px rgba(204, 204, 204, 0.75);
}

#steps-container {
    margin: auto;
    width: 100%;
    min-height: 420px;
    /*display: flex;*/
    vertical-align: middle;
    align-items: center;
}

.step {
    width: 100%;
    display: none;
}

.thanks {
    font-weight: 1000;
    width: 100%;
    display: none;
}


.step h4 {
    margin: 0 0 26px 0;
    text-transform: uppercase;
    padding: 0;
    position: relative;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.6;
}

#success {
    display: none;
}

#preloader-wrapper {
    display: none;
}

#submit-btn {
    margin-top: 2px;
    color: black;
    background-color: rgb(254, 207, 2);
    font-weight: 600;
    font-size: 1.4REM;
    border-radius: 10%;

}

#confirm {
    color: black;
    background-color: rgb(254, 207, 2);
    font-size: 1REM;
    font-weight: 600;
}

#reschedule {
    color: white;
    background-color: rgb(254, 69, 2);
    font-size: 1REM;
    font-weight: 600;
}

#confirm:disabled {
    display: none;
}

#reschedule:disabled {
    display: none;
}

#confirmed {
    color: black;
    margin: 0;
    background-color: greenyellow;
    font-size: 1.2REM;
    font-weight: 600;
}

#followup {
    color: black;
    background-color: yellow;
    font-size: 1.2REM;
    font-weight: 600;
}

#waitlist {
    color: white;
    background-color: grey;
    font-size: 1.2REM;
    font-weight: 600;
}

#reglink {
    color: black;
    background-color: green;
    font-size: 1REM;
    font-weight: 600;
}

#reglink_blue {
    color: white;
    background-color: blue;
    font-size: 1REM;
    font-weight: 600;
}

#reglink_purple {
    color: white;
    background-color: purple;
    font-size: 1REM;
    font-weight: 600;
}


#waitlink {
    color: black;
    background-color: yellow;
    font-size: 1REM;
    font-weight: 600;
}

#q-box__buttons {
    margin: 10px;

    text-align: center;
}

#classroomtb {
    font-size: 1.5rem;
}

.row {
    margin-top: 10px;
    margin-bottom: 15px;
}

.form-check {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.scheduleDiv {
    position: relative;
    background-color: white;
    width: 80%;
    overflow-x: scroll;
    /* margin-left: 1em; */
    /* overflow-y: hidden; */
    padding: 20px;
}

.firstCol {
    background-color: aliceblue;
    position: absolute;
    width: 140px;
    left: 0;
    top: auto;
    border-top-width: 1px;
    /*only relevant for first row*/
    margin-left: 1em;
    padding-right: 1em;
    font-weight: bold;
    /*compensate for top border*/
}

.scheduleTable {
    margin-left: 140px;
    table-layout: fixed;

}

.scheduleTable thead {
    background-color: aliceblue;
}

.scheduleTable th {
    padding-left: 1px;
    min-width: 100px
}

.scheduleTable td {
    padding-left: 1px;
    min-width: 100px
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: darkgray;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #202587;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.form-check-input:disabled {
    background-color: transparent;
    color: linen;
    opacity: 0;
    outline: none;
}

#notMatching {
    border-color: #dc3545;
    display: none;
    color: red;
}

.invalid {
    border-color: #dc3545 !important;
    color: red !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat;

}

#profilepic {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.enlarge {
    display: block;
    position: fixed;
    z-index: 1;
    top: 0%;
    left: 10%;
    width: 60%;
    height: auto;
    overflow: auto;
    background-color: black;
}

.img-fluid {
    padding: 5px;
}

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#printTable td {
    padding: 0;
    white-space: nowrap;
}

#printTable th {
    padding: 2px;
}

#addsecond {
    width: 200px;
}

#addthird {
    width: 200px;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

#printButton {
    background-color: rgb(254, 207, 2);
}

#back {
    border-radius: 5px;
    margin-top: 3px;
    background-color: lightgrey;
}

.current {
    width: 20%;
    min-width: 200px;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5%;
    padding-right: 5%;
    background-color: #202587;
    ;
    color: white;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 600;

}


#changeCampusForm {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Style the label */
/* label {
    margin-bottom: 10px;
  } */

/* Style the select dropdown */
select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#currentCampus {
    position: fixed;
    top: 0;
    right: 0;
    background-color: #202587;
    /* Red background color */
    color: #fff;
    /* White text color */
    z-index: 1000;
    /* Ensure it appears above other elements */
    border-radius: 10px;
    /* Rounded corners */
}

/* Style the button */
#campusbutton {
    background-color: rgb(254, 207, 2);
    color: black;
    border: none;
    padding: 2px;
    border-radius: 5px;
    cursor: pointer;
}

/* Style the button on hover */
#campusbutton:hover {
    background-color: #d94545;
}

#campus_watermark {
    position: fixed;
    font-size: large;
    top: 0;
    right: 20;
    background-color: #f0d419;
    /* Yellow background color */
    color: #fff;
    /* Text color */
    padding: 20px;
    /* Increased padding for a larger size */
    border-radius: 5px;
    z-index: 1000;
    /* Ensure it appears above other elements */
}

@media only print {
    #printTable {
        font-size: 10px;
        font-family: 'nunito', sans-serif;
    }
}

.wip-container {
    position: fixed;
    top: 50%;
    left: 50%;
    min-height: 400px;
    max-width: 400px;
    transform: translate(-50%, -50%);
    z-index: 1000;
    /* Adjust the z-index as needed */
}

.wip-content {
    text-align: center;
    border: 2px solid #ccc;
    /* Add styling as needed */
    background-color: rgb(254, 207, 2);
}