.list-view-resp .btn-group{
        min-height: 60px;
    min-width: 53px;
}

.btn-respuesta-lista.active .faq-item-circle{
    background: #7a8994 !important;
    color: #ffffff !important;
}


.btn-respuesta-hoja{

}

.btn-respuesta-hoja .faq-item-circle,.btn-rut-hoja .faq-item-circle{
    position: unset !important;
    float: left;
    margin: 0 4px;
    height: 21px;
    left: 0;
    line-height: 20px;
    text-align: center;
    top: 0;
    width: 21px;
    font-size: 14px;
}



.widget-respuesta-matematica .btn-respuesta-hoja .faq-item-circle,.widget-respuesta-matematica .btn-rut-hoja .faq-item-circle{
    
     background-color: #fff;
    border: 1px solid #de3e33;
    color: #de3e33;
     
    
}



.widget-respuesta-matematica .active .faq-item-circle{
    background-color: #de3e33;
    color: #fff;
}

.block-content{ height: 300px !important;}

#linetime.conscroll .jspPane{ padding: 1rem!important; }

#linetime.col-sm-6, #linetime.col-md-6, #linetime.col-lg-6{
    width: 48% !important;
}

#myModalGo .modal-header .close{
    display: none !important;
}

.opciones-list{
    
    height: 350px !important;
}

.opciones-list .box-typical-body{
    
    height: 250px !important;
}

#filtro_opciones .select2-selection__rendered{ font-size: 12px !important; min-height: 30px !important;}


.error *:not(a), .form-group-error *:not(a) {
    color: red;
}

.datetimepicker-login .error-list{
    position: absolute;
    left: 0;
    
}
.select2-container--arrow .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--white .select2-selection--single .select2-selection__rendered{
    color: #8e9fa7;
}

#btn-rest-sala, #btn-rest-psu, #btn-rest-inscripcion {
    border: 3px solid #8e9fa7;
    margin-top: 0px;
    margin-bottom: 0px;
}

.border-line-bottom{
    border-bottom: 1px solid #cfcfcf; 
    
}
.popover-title{
    
    display:none;
}

.event-tooltip-content{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 3px;
    padding-bottom: 3px;
}
.event-tooltip-content:last-of-type{ border: none;}

.btn-respuesta-lista.respuesta-mala .faq-item-circle{ background-color: red !important;color:#fff;}
.btn-respuesta-lista.respuesta-buena .faq-item-circle{ background-color: green !important;color: #fff;}

.respuesta-letra{ z-index: 99999999999999999999999999 !important;}

.mail-box-work-area-header::after {
    background: #46c35f none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    position: absolute;
    width: 4px;
}
.btn-rut-hoja.no-border .faq-item-circle{
    border: 0px;
}



.side-text{
    position: absolute;
    z-index: 89;
    top: 0;
    right: -50%;
    float: none;
    overflow: auto;
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 15px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-left: solid 1px #c5d6de;
    background: #fff;
    padding-top: 107px;
    
}
.side-text.show{
    right: 0px !important;
}

@media (max-width:768px){
    #linetime.col-sm-6{ width: 98% !important;
    
    }
}