﻿.instructor-topnav {
    background-color: #063A6E;
    overflow: hidden;
    width: 100% !important;
    height: 50px;
    margin-right: 20px;
}

.instructor-login-header {
    display: flex;
    align-items: center;
}

.instructor-logo {
    margin-left: 30px;
}

    .instructor-logo img {
        display: block;
        height: auto;
    }

.instructor-login-title {
    /*flex-grow: 1;*/
    margin-left: 21%;
    text-align: center;
}

.title {
    text-align: center;
}

#instructor-login-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.instructor-section {
    align-items: center;
    margin-top: 30px;
}

.instructor-section-content {
    /*flex-grow: 1;*/
    float: left;
    width: 85% !important;
}

instructor-link {
    text-decoration: none !important;
}

#instructor-main {
    margin-left: 30px !important;
}


#instructor-home-description {
    text-align: center;
    margin-top: 30px;
}

.password_icon {
    left: 79% !important;
}

.instructor-back-link {
    text-decoration: none !important;
    color: white !important;
    font-weight: bold;
    font-size: 12px;
}

.instructor-back-container {
    border: 1px solid black;
    border-radius: 9px;
    width: 120px !important;
    background-color: red;
    text-align: center;
    margin: 5px auto;
}

summary, details {
    display: revert !important;
    cursor: pointer;
    margin-top: 18px;
    border: none;
}

div[id$="_filter"] {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_info,
.paginate_button {
    display: none;
}

thead {
    background-color: #063A6E;
    color: white;
}

#instructor-courses-content, #instructor-back {
    margin-left: 30px
}

tr.row_selected td {
    background-color: #B0BED9 !important;
}

/* The Modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80% !important;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    border-radius: 10px;
    width: 90% !important;
    margin: auto;
    padding: 20px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.close {
    color: black;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 2%;
    top: 1%;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-flex;
    width: 100%;
}

.modal-body {
    padding: 2px 16px;
}

#instructor-modal {
    width: 100% !important;
}

@media print {
    body * {
        visibility: hidden;
    }

    #printSection, #printSection * {
        visibility: visible;
    }

    #printSection {
        position: absolute;
        left: 0;
        top: 0;
    }

    .close {
        display: none;
    }

    #courses {
        display: none !important;
    }

    #modal-title {
        margin-left: 2%;
    }
}

#attendanceTable td input[type="checkbox"] {
    vertical-align: middle !important;
    margin: 6px !important;
}

#modal-title {
    margin-left: 2%;
}

.top-bar-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 20px;
}

.instructor-topnav a {
    vertical-align: middle;
    padding-top: 13px;
    color: #fff;
    font-weight: bold;
}

header {
    background-color: #063A6E;
    height: 80px;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex-direction: row-reverse;
    padding-right: 30px;
    padding-top:0 !important;
}

ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0 10px !important;
}

a {
    color: #063A6E;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    color: #FF6802;
}

.sign-out-btn {
    background-color: white;
    color: #063A6E;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.instructor-header {
    text-align: center;
}

.headerLogo {
    position: absolute;
    left: 20px;
    max-width: 300px;
}

nav > ul > li > a {
    color: white !important;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

nav > ul > li > a:hover {
    color: lightblue !important;
}

.title {
    padding: 30px 0;
}

.changePwdIcon {
    right: 10 !important;
    margin-top: 12px !important;
    position: absolute;
    cursor: pointer;
    z-index: 999;
}

.homeIconsBox {
    width: 85px !important;
    float: left;
    height: 100px;
    vertical-align: middle;
    padding-top: 10px;
    margin-right: 20px;
    text-align: center;
}

.homeIconsBox  a {
    width: 100% !important;
}

.homeIconsBox  i {
    font-size: 4.5em;
    text-align: center;
}

.search_grades, search_init {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 100;
    text-align: center;
}

.loginInstructorContainer {
    width: 60%;
    margin: auto;
}

#RecoverMain {
    width: 70%;
    margin: auto;
    font-size: 12pt;
}

.CCEPrimaryHeader {
    text-align: center;
}

#RecoverMain {
    width: 70%;
    margin: auto;
    font-size: 12pt;
}

.CCEPrimaryHeader {
    text-align: center;
}

.password_icon_passwordrecovery {
    right: 20px;
    top: 20px;
    margin: 0 !important;
}

.tokenExpired {
    text-align: center;
    margin: 100px auto;
    font-weight: bold;
    font-size: 35px;
}

.contactInfo {
    font-style: italic;
    margin-top: 5px;
    text-align: center;
}

.warningText {
    color: #ff6a00;
}

.errorText {
    color: #ff0000;
}

.successText {
    color: darkgreen;
}

#TblReset {
    margin: auto;
}
.required {
    color: Red;
}

@media only screen and (max-width: 768px) {
    li {
        margin: 10px 0;
        align-items: center;
    }

    .headerLogo {
        position: inherit;
    }
}

@media only screen and (max-width: 1080px) {
    .instructor-section-content {
        width: 70% !important;
    }
}
