/*
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 : Aug 16, 2018, 9:02:54 PM
    Author     : Pouth_A
*/

body{
    font-family: 'Lato';
}


.dropdown-submenu {
  position: relative;
}

.border-red{
    border-color: red !important;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.page-header-fixed #header, .page-sidebar-fixed .sidebar {
    position: fixed;
    border-bottom: 1px solid #f0811a;
}

.uppercase{
    text-transform: uppercase;
}

.modal-content{
    background-color: rgb(0, 0, 0);
}

.modal-dialog{
    margin-top: 60px;
    border: 1px solid #aaa;
    border-radius: 2px;

}

.modal-header{
    border-bottom: 1px solid #333;
}

.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal-header .close{
    color: inherit;
}

.modal-footer{
    border-top: 1px solid #333;
}

select option{
    color: black;
}

.td-xsmall{
    width: 5% !important
}

.td-small{
    width: 10% !important
}

.td-xmd{
    width: 15% !important
}

.td-md{
    width: 20%
}

.form-control-xs{
    height: 25px;
}

.modal-dialog{
    max-width: 600px;
}

.modal-md{
    max-width: 750px !important;
}

.modal-xmd{
    max-width: 825px !important;
}

.modal-sm{
    max-width: 450px !important;
}

.modal-lg{
    max-width: 900px !important;
}

.modal-lg-md{
    max-width: 70% !important;
}

.modal-xlg{
    max-width: 93% !important;
}

.modal-xxlg{
    max-width: 98% !important;
}

.valign-mid{
    vertical-align: middle !important;
}

.fa-svg-icon {
    display: inline-block;
    vertical-align: middle;
    min-width: 1em;
    min-height: 1em;
    height: 100%;
    position: relative;
    top: -1px;
}

.fa-svg-icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fa-svg-icon svg g,
.fa-svg-icon svg path {
    fill: currentColor;
}

.uib-datepicker-popup{
    z-index: 1999;
}

.uib-timepicker .uib-increment a, .uib-timepicker .uib-decrement a{
    padding: 0 !important;
    font-size: 8px;
    line-height: 0px;
}

.uib-timepicker .uib-time .form-control{
    height: 25px !important;
}

.uib-daypicker table td, .uib-daypicker table th{
    padding: 0px !important;
}

.uib-daypicker table td em, .uib-daypicker table th small{
    color: #555 !important;
}

.table td, .table th{
    vertical-align: middle !important;
    border-top: 0px !important; 
}

/*.uib-timepicker .uib-increment, .uib-timepicker .uib-decrement, .uib-timepicker tr:first-child td, .uib-timepicker tr:last-child td{
    padding: 0 !important;
}*/

.uib-timepicker tr td{
    padding: 0 !important;
    border: none !important;
}

.breadcrumb > li a  {
    color: #f0811a;
}

.header .navbar-brand > b{
    color: #fff;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #ff7b01 !important;
    border-color: #ff7b01 !important;
}

.intl-tel-input {
    display: block !important;
}

.border-bold-white{
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
    border-top: 1px solid white !important;
}

.border-bold-white-right{
    border-right: 1px solid white !important;
}

.border-bold-white-left{
    border-left: 1px solid white !important;
}

.border-bold-white-left-right{
    border-left: 1px solid white !important;
    border-right: 1px solid white !important;
}

.border-bold-white-bottom{
    border-bottom: 1px solid white !important;
}

.no-resize{
    resize: none;
}

.login.login-v2{
    width: 50%;
    margin-top: 120px;
    background: rgba(0, 0, 0, 0.45);
    left: 40%;
}

.login .login-header{
    width: auto !important;
}

.intl-tel-input .country-list{
    color: #333 !important;
}

.intl-tel-input .country-list .country .dial-code{
    color: #555 !important;
}

.locked{
    position: absolute;
    right: 50px;
    top: 17px;
    color: #bbb;
    cursor: pointer;
}

.locked-sy{
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 60%;
    color: #bbb;
    cursor: pointer;
}

.locked-apc{
    position: absolute;
    right: 3px;
    top: 5px;
    color: #bbb;
    cursor: pointer;
    font-size: 0.8em
}

.modal-footer{
    padding: 10px 15px;
}

.modal{
    color: #ddd;
}

.disabled {
    cursor: not-allowed;
}

.nav-tabs .nav-item, .nav-tabs.nav-justified > li, .nav-tabs > li, .dropdown-menu > li > a, .btn{
    text-transform: uppercase;
}

.rm-candidate{
    position: absolute;
    right: 0px;
    top: 0px;
}

.rm-candidate > button{
    font-size: 8px !important;
    line-height: 8px !important;
    padding: 3px !important;
}

.checkbox.checkbox-css.checkbox-warning input + label.action::before{
    border: 1px solid #ff7b01;
}

.sweet-alert .sa-input-error {
    top: 24px;
    right: 10px;
}

.btn.btn-xxs {
    line-height: 1px;
    padding: 2px;
    font-size: 8px;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    color: white;
    width: auto !important;
    height: auto;
}
.ui-select-multiple.ui-select-bootstrap {
    width: 100%;
    padding: 6px 12px;
}

.ui-select-bootstrap>.ui-select-choices{
    display: block;
}

svg, .highcharts-container{
    font-family: inherit !important;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 1px !important;
}

input[type="radio"]:checked+.emoji{ 
    border: 1px solid #ff7b01;
    background: whitesmoke;
    border-radius: 3px; 
    color: black;
} 

.radio.radio-css .emoji:before, .radio.radio-css .emoji:after{
    width: 0 !important;
    height: 0 !important;
    border-radius: 0 !important;
}

.student-menu{
    left: -90px
}

.school-menu{
    left: -170px !important;
    top: 50px !important;
    z-index: 9999;
}

.blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.sheet-sm{
    font-size: 0.85em;
}

.sheet-module{
    max-width: 85px;
}

.sheet-student{
    width: auto !important;
}

.card, .card-header {
    background-color: rgba(255, 255, 255, 0.12);
}

.report-card-modal .modal-dialog{
    margin-top: 30px;
}

.lightbox-image-container img{
    width: 600px !important;
    height: 400px !important;
}

.report-card-modal img {
    width: 450px !important;
    height: 600px !important;
}

.lightbox-modal .modal-dialog{
    width: 700px !important;
    max-width: 700px !important;
}

.lightbox-modal .modal-dialog .modal-content{
    height: 460px !important;
}

.lightbox-nav .btn-group{
    display: none;
}

.lightbox-nav .close{
    color: gray;
}

td.question p, td.choice p{
    margin-bottom: 0;
}

td.choice p {
    display: table-cell;
}

td.question a, td.choice a, td.question span{
    text-decoration: none;
    color: inherit !important;
}

.cke_contents{
    height: 100px ;
}

.select-classroom{
    display: inline-block;
}

.table .table {
    background-color: transparent;
}

.panel-heading-btn>a {
    margin-left: 0px; 
}

/*.register.register-with-news-feed .right-content{
    position: fixed;
    bottom: 0;
    right: 0;
    top: 75px;
    background-color: rgba(0,0,0,0.35);
}*/

*::-webkit-input-placeholder {
    color: rgba(255,255,255,0.7) !important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: rgba(255,255,255,0.7) !important;
    opacity: 1;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: rgba(255,255,255,0.7) !important;
    opacity: 1;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255,255,255,0.7) !important;
}
*::-ms-input-placeholder {
    /* Microsoft Edge */
    color: rgba(255,255,255,0.7) !important;
}
*::placeholder {
    /* modern browser */
    color: rgba(255,255,255,0.7) !important;
}

.login-content{
    padding: 90px;
}

.register-content{
    padding: 70px;
}

@media (max-width: 767px) {
    .page-without-sidebar .content {
        padding-top: 70px;
    }
    
    .header .navbar-nav {
        padding: 0 5px;
    }
    
    .content {
        padding-top: 75px;
    }

    .login-content{
        padding: 30px;
    }

    .register-content{
        padding: 30px;
    }
}

@media (max-width: 300px) {

    .page-without-sidebar .content {
        padding-top: 70px;
    }
    
    .header .navbar-nav {
        padding: 0 5px;
    }
    
    .content {
        padding-top: 75px;
    }

    .login-content{
        padding: 10px;
    }

    .register-content{
        padding: 10px;
    }

}

.btn-default-focus {
    background-color: inherit;
}

.ui-select-bootstrap .ui-select-choices-row>span {
    padding: 3px 10px;
}

.ui-select-bootstrap>.ui-select-choices{
    padding: 0px;
}

.underlined{
    text-decoration: underline;
}

.exercise-statement p{
    margin: 0;
}

.ch-answer{
    border: 1px solid #ff9933;
    font-size: 16px;
}

.student-answer p{
    margin-bottom: 0px;
}

.course-content{
    /*background: #fff;*/
}

.course-content .page-header{
    /*color: black;*/
}

.course-content .panel{
    background: white;
}

.course-content .exercise-block{
    /*border: 0.5px solid grey;*/
}

.paper-bordered{
    border: 1px solid grey;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
    margin-left: 0px;
}

.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
    margin: 0px 3px;
}

.ui-select-bootstrap>.ui-select-match>.btn, .ui-select-bootstrap>.ui-select-match>.btn:focus, .ui-select-bootstrap>.ui-select-match>.btn:hover{
    width: 100%;
    background: rgba(255,255,255,0.25);
    color: white;
}

.ui-select-search{
    width: 100% !important;
}

#test_timer{
    position: absolute;
    top: 60px;
    right: 5px;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.52);
    padding: 10px;
    border-radius: 5px;
    visibility: hidden;
}

.syotimer-cell__value{
    color: black !important;
}
.syotimer-cell__unit{
    color: white !important;
}

.syotimer__body{
    color: white;
}

.syotimer__body p{
    margin-bottom: 0px;
}

.course-statement{
    font-size: 1.4em;
}

.guidance-class .ui-select-match{
    margin-bottom: -11px;
}

.webcam-live{
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 3px;
    border: 3px solid white;
}

.form-inline label{
    justify-content: flex-start !important;
}

.nav-tabs .nav-link {
    padding: 8px;
    /*font-size:0.9em;*/
}

.panel-heading .nav-tabs>li>a {
    padding: 10px;
}

.btn.btn-sm {
    /*line-height: 5px;*/
}

.dt-loading{
    visibility: hidden !important;
}

.std-disabled{
    background-color: rgba(255,0,0,.46) !important;
}

.popover{
    font-size: 0.75rem;
    max-width: 500px;
}

.popover-header {
    color: #555 !important;
}

.popover-body table, .popover-body thead th, .popover-body tbody td, .popover-body tbody th{
    border-color: #555 !important;
}

.jury-elig{
    background: orangered;
    width:55px;
}

.jury-adj{
    background: #006f00;
    width:55px;
}