.img-logo-principal {
    display: inline-block !important;
    height: 140px;
}

.required:after {
    color: #0d9905;
    content: ' *';
    display:inline;
}
@media (max-width: 575px) {
    .float-xs-left {
        float: left !important;
    }

    .float-xs-right {
        float: right !important;
    }

    .float-xs-none {
        float: none !important;
    }
}

.img-alumno {
    display: inline-block !important;
    width: 130px;
    height: 150px;
    border-radius: 50%;
    margin-top: -35px;
}

.img-perfil {
    display: inline-block !important;
    width: 130px;
    height: 150px;
    border-radius: 50%;
    margin-top: -35px;
}

.img-institucion {
    display: inline-block !important;
    width: 220px;
    height: 150px;
    border-radius: 20%;
    margin-top: -10px;
}

.img-publicacion {
    display: inline-block !important;
    max-width: 200px;
    max-height: 150px;
    border-radius: 10%;
    margin-top: -10px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #f0f3f8;
    border-left: inherit;
    content: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}


.select2-selection__rendered {
    line-height: 20px !important;
}
.select2-container .select2-selection--single {
    height: 30px !important;
}
.select2-selection__arrow {
    height: 30px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 28px;
    font-size: small;
}

.line-top {
    border-top: 1px solid #e4e9f3;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.leyenda-dia-actual {
    border:none ;background: rgb(236, 245, 158); width:16px; height:16px;
}

.leyenda-dia-posterior {
    border:none ;background: rgb(202, 219, 174); width:16px; height:16px;
}

.leyenda-dia-registrado {
    background: transparent; width:16px; height:16px;
}

.leyenda-dia-festivo {
    background: rgb(211, 211, 211); width:16px; height:16px; border: none;
}

.leyenda-tipo-asistencia {
    background: transparent; width:16px; height:16px; font-size: 12px;
}

.leyenda-evaluacion {
    background: transparent; width:25px; height:16px; font-size: 12px;
}
.leyenda-evaluacion-comentario {
    background: transparent; width:90px; height:16px; font-size: 12px;
}

.font-size-xs {
    font-size: 12px;
}

.fc-event {
    cursor: pointer;
}

.img-curso {
    display: inline-block !important;
    width: 92px;
    height: 115px;
    border-radius: 50%;
}

.block-content-curso {
    transition: opacity 0.25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
    overflow-x: visible;
}

.img-perfil-sidebar {
    display: inline-block !important;
    width: 130px;
}

.horizontal-scrollable {
    overflow-x: auto;
    white-space: nowrap;
}

.horizontal-scrollable > div {
    width: 1000px;
}

.label-data-alumno{
    color: #000000;
    font-weight: 400;
    
}
.block-target{
    transition: opacity 0.25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding-top: 8px;
    padding-left: 18px;
    padding-bottom: 3px;
    padding-right: 16px;
    overflow-x: visible;
}
.block-exam{
    transition: opacity 0.25s ease-out;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    padding-left: 18px;
    padding-bottom: 0px;
    padding-right: 16px;
    overflow-x: visible;
}

.exam{
    display: flex;
    background:white;
    align-items: center;
    justify-content: center;
}
.title{
    font-weight: 600;
    font-size: 20px;
}
.columna-exam{
    background-color: rgba(229, 238, 223, 0.918);
}
.exam-head{
    background:rgba(229, 238, 223, 0.918);
}
.data{
    color: rgb(253, 250, 236);
    font-size: 16px;
}
.data-exam{
    background-color: white;
}
.exam-body{
    border: tomato;
    background-color: white;
}
.empezar-exam{
    width: 100%;
}
.row-button-exam{
    display: grid;
    grid-template-columns: 120px 1fr 10px;
    flex-direction: row;
    margin-top: 20px;
}
.button-exam{

}
.button-exam{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    
}

.modal-dialog-scrollable{
    overflow-y: initial !important;
}

.modal-dialog-scrollable .modal-body{
    max-height: 65vh;
    overflow-y: auto;
}

.item-adjunto {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 2rem;
    transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.bg-contenedor-perfil-dark {
    background-color: #1C2A33;
}


.space{
    height: 60px;
}

.field-error {
    width: 100%;
    margin-top: .375rem;
    font-size: .875rem;
    color: #e04f1a;
}