/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Nov, 2018, 10:28:01 AM
    Author     : IND2
*/

body{
    overflow-x: hidden;
    padding-top: 56px;
    font-size: 0.95rem;
}

section{
    min-height: 92vh;
    min-height: calc(100vh - 56px);
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 1;
    background-color: #777777;
    color: #eeeeee;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 25px;
    bottom: 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background-color: #888888;
}

.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

footer hr{
    border-top: 1px solid #fff;
}

.chekbox-pointer{
    cursor: pointer;
}

#points{
    line-height: inherit;
}

.container-fluid .row{
    margin: 0px;
}

#question{
    padding-left: 4px;
}

#answer, #correctAnswer{
    overflow-x: auto;
    white-space: nowrap;
}

.ans-input-hidden{
    visibility: hidden;
}

.ans-input{
    display: unset;
    width: 100px;
    min-width: 100px;
    margin: 4px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1rem;
    font-weight: normal;
}

textarea.ans-input{
    display: unset;
    width: 80vw;
    max-width: 80vw;
    margin: 4px;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1rem;
    font-weight: normal;
}

#tempAns{
    font-size: 1rem;
    font-weight: normal;
    display: none;
}

.ans-text {
    display: inline-block;
    padding-left: 4px;
    min-width: 15px;
}

.ans-text:empty {
    padding-left: 0px;
}

.square-bracket-left{
    border-left: 2px solid #777777;
    border-top: 2px solid #777777;
    border-bottom: 2px solid #777777;
    width: 6px;
}

.square-bracket-right{
    border-right: 2px solid #777777;
    border-top: 2px solid #777777;
    border-bottom: 2px solid #777777;
    width: 6px;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

.MathJax{
    font-size: 150%;
}

.custom-radio{
    padding-left: 1.8rem;
}

.custom-radio label{
    cursor: pointer;
}

#confetti-canvas {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
}

.ans-radio-border{
    border-left: 4px solid rgba(255, 255, 255, 0);
}

.ans-radio-border-correct{
    border-left: 4px solid #2ECC71;
}

.ans-radio-border-wrong{
    border-left: 4px solid #E74C3C;
}

.matrixTableR1 {
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

.matrixTableR2 {
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

td hr{
    border-top: 1px solid #2C3E50;
}

#answer sup {
    top: -0.8em;
}

.actionButtons{
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    bottom: 0;
    background: #F2F3F4;
    -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.5);
}

.actionButtons button, .actionButtonsTop button{
    display: none;
    min-width: 60px;
}

.actionButtonsTop button{
    margin-left: 10px;
}

#menu{
    margin-right: 4px;
}

#menuContainer{
    z-index: 1031;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    overflow-y: hidden;
}

#sideMenu {
    height: 100%;
    width: 80%;
    z-index: 1032;
    background-color: #ffffff;
    overflow-x: hidden;
    display: none;
    -webkit-box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 1);
    box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 1);
    white-space: nowrap;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 2px;
}

#closeMenu{
    position: absolute;
    top: 0px;
    left: 80%;
    z-index: 1032;
    display: none;
}

#sideMenu a{
    white-space: -moz-pre-wrap;
    white-space: -hp-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: -pre-wrap;
    white-space: pre-wrap;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-all;
}

.table.no-border > tbody > tr > td {
    border: none;
}

.bgUserName{
    background: #ffe6e6;
}

.bgPoints{
    background: #F4F6F6;
}

.mCSB_inside>.mCSB_container {
    margin-right: 20px;
}

#sideMenu .mCSB_inside>.mCSB_container {
    margin-right: 4px;
}

.list-group-item-action:hover{
    color: #000000;
}

#sideMenu .list-group-item {
    font-size: 0.85rem;
}

.modal-open .navbar-expand-lg {
    padding-right: 17px !important;
}

body.modal-open {
    /*position: fixed;*/
    overflow-y: scroll;
    width: 100%;
}

body.modal-open[style] {
    padding-right: 0px !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important;
}

@media (min-width: 576px){
    .modal-sm {
        max-width: 350px;
    }

    .modal-xl {
        max-width: 95%;
    }
}

.modal-dialog-scrollable{
    display: inherit;
}

@media screen and (min-width: 768px){
    #sideMenu {
        width: 40%;
    }

    #closeMenu{
        left: 40%;
    }

    #menu{
        margin-left: -14px;
    }

    .searchForm{
        margin-right: -14px;
    }
}

@media screen and (min-width: 992px){
    .modal{
        padding-left: 17px;
    }

    .actionButtons button{
        min-width: 140px;
    }

    #sideMenu {
        width: 30%;
    }

    #closeMenu{
        left: 30%;
    }
}

.collapsed-options {
    padding-right: 0.75rem;
    background-color: transparent;
    vertical-align: middle;
    font-size: 1.05rem;
    line-height: 1;
}

.collapsed-options .nav-link{
    display: unset;
}

.collapsed-options:hover, .collapsed-options:focus {
    text-decoration: none;
}

.collapsed-options:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (min-width: 576px) {
    .navbar-expand-sm .collapsed-options {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .collapsed-options {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .collapsed-options {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .collapsed-options {
        display: none;
    }
}

.navbar-expand .collapsed-options {
    display: none;
}

.navbar-light .collapsed-options a{
    color: rgba(0, 0, 0, 0.5);
}

.navbar-light .collapsed-options a:hover{
    color: rgba(0, 0, 0, 1);
}

.navbar-dark .collapsed-options a{
    color: rgba(255, 255, 255, 0.8);
}

.navbar-dark .collapsed-options a:hover{
    color: rgba(255, 255, 255, 1);
}

.searchList, .activeQuizList{
    height: 65vh;
    max-height: 65vh;
    overflow-y: auto;
}

.btn-default {
    color: #212529;
    background-color: #D5DBDB;
    border-color: #D5DBDB;
}
.btn-default:hover {
    color: #212529;
    background-color: #c0c9c9;
    border-color: #bac3c3;
}
.btn-default:focus, .btn-default.focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 219, 219, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
    color: #212529;
    background-color: #D5DBDB;
    border-color: #D5DBDB;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
    color: #212529;
    background-color: #bac3c3;
    border-color: #b3bebe;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(213, 219, 219, 0.5);
}

#solution .left-border, #solution .leftBorderSqrt, #solution .borderLeft, #hint .borderLeft {
    border-left: solid 1px #000;
}

#solution .top-border, #solution .topBorderSqrt, #solution .borderTop, #hint .borderTop {
    border-top: solid 1px #000;
}

#solution .right-border, #solution .rightBorderSqrt {
    border-right: solid 1px #000;
}

#solution .bottom-border, #solution .bottomBorderSqrt, #solution .borderBottom {
    border-bottom: solid 1px #000;
}

#solution .borderAround{
    border: 1px solid;
}

#solution .noBottomborder{
    border-bottom: none;
}

#schoolLogo{
    max-height: 128px;
    max-width: 100%;
}

.intl-tel-input{
    width: 100%;
}

.displayName{
    white-space: normal;
    padding-left: 0.75rem !important;
}

.iti--separate-dial-code{
    width: 100%;
}

#phone, #alternativePhone, #whatsappPhone, #phoneEmail, #phone2023{
    padding-left: 85px !important;
}

.navbar-brand{
    /*margin-left: 8px;*/
}

#question img{
    max-width: 100%;
    /*max-height: 50vh;*/
}

.modal-full {
    min-width: 20%;
}

.modal-full .modal-content {
    min-height: 95vh;
}

table th, table td {
    white-space: nowrap;
}

img {
    pointer-events: none;
}

.d-none.d-flex, .d-flex.d-none{
    display: none !important;
}

.MathJax nobr>span.math>span{
    border-left-width:0 !important
}