/* .standard-list-margin-top{
    margin-top: 3% !important;
} */

.page-container-bg-solid .page-bar,
.page-content-white .page-bar.page-bar-for-question-answer {
    margin-top: 0px !important;
}

.page-container-bg-solid .page-bar,
.page-content-white .page-bar {
    margin: 50px -20px 15px !important;
}

.mdl-textfield__input_color {
    color: #fff !important;
}
/* .modal-xl {
    max-width: 80% !important;
} */
@media (min-width: 768px) {
    .modal-xl {
      width: 80%;
     max-width:1200px;
    }
  }
.stud-profile-card {
    height: 100vh;
}
.card-topline-aqua {
    border-top: 3px solid #e44f56;
}
.student-subject-accordions-button {
    background: #e44f56 !important ;
    color: #fff;
}
.btn-approve {
    background: green;
}
.btn-disapprove {
    background: red;
}
.preload {
    width: 135px;
    height: 135px;
    top: 50%;
    left: 50%;
    display: none;
    position: fixed;
    text-align: center;
    border-radius: 10px;
    z-index: 9999;
    background-color: #343b65;
}
.content-table-time-font-size-staff {
    font-size: 12px;
}
.no-student-material-available {
    color: red;
}

.lg-backdrop,
.lg-outer {
    z-index: 9999 !important;
}

.student-logo {
    height: 150px;
    width: 150px;
}
.dots {
    list-style-type: square;
}
.student-content-view-all-content-button {
    /* font-size: 12px;
    border-radius: 10px; */
    background-color: #e44f56;
    color: #fff;
}

hr.student {
    border: 0px solid #000;
    background: #000;
}
.clickable {
    cursor: pointer;
}
.form-opacity {
    opacity: 0.4;
}
.display-none {
    display: none;
}
.student-home {
    margin-top: 4% !important;
}
.course-box h4 {
    min-height: 60px;
    max-height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main-preview-player {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 80vh;
}

.video-js {
    position: relative;
    min-width: 300px;
    min-height: 150px;
    height: 0;
}

.video-js {
    flex: 3 1 70%;
}

.playlist-container {
    flex: 1 1 30%;
    position: relative;
}

.vjs-playlist {
    margin: 0;
    position: absolute;
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
}
.vjs-playlist .vjs-playlist-item .vjs-playlist-duration {
    top: 1em;
    left: 1.5em;
    background-color: rgb(255, 255, 255);
    border-radius: 0.5em;
    color: rgb(0, 0, 0);
    font-size: 13px;
    font-weight: bold;
    padding: 0.2em 0.8em;
}
.vjs-playlist .vjs-playlist-item {
    margin-left: 1em;
    height: 9em;
    outline: currentcolor none medium;
}
.vjs-playlist .vjs-playlist-item:not(:first-child) {
    margin-top: 1em;
}

#videoGallery .modal-lg {
    max-width: 65vw !important;
}

#stud_address {
    width: 60vw;
}

/************* MEDIA QUERIES ******************/
@media (min-width: 320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    .main-preview-player {
        flex-direction: column;
        height: 100vh;
    }
    #videoGallery .modal-lg {
        max-width: 95vw !important;
    }
}
@media (min-width: 481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    .main-preview-player {
        flex-direction: column;
        height: 100vh;
    }
    #videoGallery .modal-lg {
        max-width: 95vw !important;
    }
}
@media (min-width: 641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .main-preview-player {
        flex-direction: column;
        height: 100vh;
    }
    #videoGallery .modal-lg {
        max-width: 95vw !important;
    }
}
@media (min-width: 961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    .main-preview-player {
        flex-direction: row;
    }
    #videoGallery .modal-lg {
        max-width: 65vw !important;
    }
}
@media (min-width: 1025px) {
    /* big landscape tablets, laptops, and desktops */
}
@media (min-width: 1281px) {
    /* hi-res laptops and desktops */
}
.receipt-logo-size {
    width: 150px;
}

.fa-key {
    margin: -1px !important;
}
.fa-plus {
    color: #fff !important;
}
.add-student-for-mail {
    border-right: 1px solid #000;
}
.emailer-student-table {
    overflow-y: auto;
    height: 350px;
    display: block;
}
.emailer-sended-table {
    overflow-y: auto;
    height: 150px;
    display: block;
}
.emailer-sended-to {
    overflow-y: auto;
    height: 60px;
    display: block;
}
.emailer-sended-table-th {
    width: 82%;
}
.table-student-name-for-email-th {
    width: 78%;
}
.selected-student-table-action-for-email-th {
    width: 16%;
}
.mail-send-to {
    background-color: #fff !important;
}

.student-and-staff-mail-view-hr {
    margin: 13px auto;
}

.view-and-add-student-in-mailer {
    margin-top: 32px;
}

input:required {
    box-shadow: none;
}
.progress {
    border-radius: 5px !important;
}

.locked-assignment-hr {
    border: 1px solid;
    margin-top: 60px;
}
.lock-unlocked-img {
    height: 150px;
    width: 150px;
}

.locked-assignment-card {
    border-radius: 15px;
    margin-bottom: 13px !important;
}

.student-completed-test-obtain-marks {
    font-size: 20px;
    margin-top: 7%;
}
.student-completed-test-obtain-score {
    font-size: 65px;
    margin-bottom: 30% !important;
}

.assignment-start-button {
    border-radius: 13px;
    padding-right: 35%;
    padding-left: 35%;
    font-size: 20px;
}

.assignment-complete {
    border: 1px solid green;
    color: green;
}
.assignment-complete hr {
    border: 0.5px solid green;
}
.assignment-not-complete {
    border: 1px solid #0069d9;
    color: #0069d9;
}
.assignment-not-complete hr {
    border: 0.5px solid #0069d9;
}
.assignment-card-margin-top {
    margin-top: 5%;
}
.student-pass-card-box-background-color {
    background-color: transparent !important;
}
.student-pass-design-row {
    justify-content: center;
}

.student-pas-background {
    bottom: 12%;
}
.pass-text-color {
    color: green;
}
.student-pass-proceed-button {
    position: relative;
    top: 475px;
    z-index: 9999;
    left: 28%;
}
.student-fil-symbol {
    top: 10%;
    left: 40%;
    z-index: 99;
}
.student-fail-background {
    height: 578px;
}
.student-fail-symbol-size {
    height: 52px;
}
.fail-text-color {
    color: red;
}
.position-for-pass {
    top: 13%;
}
.close img{
    width: 31px;
}

@media (max-width: 768px) {
    .student-fil-symbol {
        top: 18%;
        z-index: 99;
        left:0 !important;
    }
}
@media (max-width: 768px) {
    .position-for-pass {
        top: 20% !important;
    }
    .student-pas-background img{
        width: auto !important;
    }
  }