.dark-logo{ max-height: 75px; }

.box-login{
    background: #FFF;
    padding: 20px;
}

.tbody-small tbody tr td, .tbody-small thead tr th {
    font-family: Arial, Helvetica, sans-serif;
    font-size:9px;
}
.tbody-small thead tr th {
    font-weight: bold;
}

.tbody-small i{
    font-size: 18px;
}

.tbody-small tbody tr td , .tbody-small thead tr th{
    padding: 3px !important;
    vertical-align: middle !important;
}

.btnActiveFilter, .btnActiveFilter:hover {
    color: #ffffff !important;
    background: #263238 !important;
    border-color: #263238 !important;
}

body { --table-width: 100%;  }

/*
  tbody {
    display:block;
    max-height:600px;
    overflow-y:auto;
  }
  thead, tbody tr {
    display:table;
    width: var(--table-width);
    table-layout:fixed;
  }
*/
.letraLogin{
    text-transform: uppercase;
    color: #b31d1f;
    border-radius: 50%;
    padding: 0px;
    text-align: center;
    line-height: 37px;
}
 

.active-option , .sidebar-nav > ul > li > a:hover {
    background : #f4f6f9 !important;
    color : #242a33 !important;
}

.active-option i , .sidebar-nav > ul > li > a:hover i{
    color : #242a33 !important;
}

.link-black{
    color:#000;
}

.link-black b { font-weight: bold; }

b, strong{ font-weight: bold; }

.select2-container--default .select2-selection--single{
    border: 1px solid #ced4da;
}
.select2-container .select2-selection--single{
    height: 38px; 
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding-top: 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.btn-col{ margin-top:30px; }

#boxProfesores #list-profesores{
    max-height: 400px;
    overflow: auto;
}

.no-padding{ padding: 0px; }
.fl{ float: left !important; }

#boxProfesores ul{
    margin:0px;
    padding:0px;
}
#boxProfesores ul li{
    
}

#boxProfesores #list-profesores li{
    list-style: none;
    margin-bottom: 5px;
}

#list-question li{
    list-style: none;
    margin-bottom: 10px;
    display: block;
}

.borrar-line{
    margin-right: 5px;
    cursor: pointer;
}

.cap{
    font-size:30px;
    border-bottom:2px solid #000;
    margin:30px 0px;
}
.box-question{
    margin-top:50px;
}
[type="radio"]:not(:checked), [type="radio"]:checked{
    position : relative !important;
    opacity:1 !important;
    left : 0px !important
}

.box-question-item{
    margin-bottom: 30px;
}

.box-question-item span{
    display:block;
    padding-bottom:10px;
    

}

.box-question-item .box-radio:hover{
        font-weight:bold !important;
        color: blue;
}

.box-question-item .box-radio{
    text-align: center;
    width: 138px;
    height: 39px;
    display: inline-block;
}

.box-question-item .box-radio:first-child{
    content : "Excelente";
    display:block;
    font-size:10px;
}

.box-question-item .box-radio:before{
    content : attr(data-count);
    display:block;
    font-size:10px;            
}

.box-question-item .box-radio span{
        display:block;
        font-size:10px;
         
}

.comment{
    padding:10px;
    border-radius: 7px;
    border:1px solid #263238;
    border-bottom: 3px solid #263238;
    margin-bottom: 10px;
}

.ajustar-img{
    width: 70%;
    margin: auto auto;
}

.td-center{
    vertical-align: middle !important;
}

.letra{
    display: inline-block;
    margin-right: 10px;
    background: #d45151;
    color: #FFF;
    padding: 0px 10px;
    border-radius: 72%;
}