.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;
}

.select2-container {
    width: 100% !important;
    padding: 0;
}

.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;
}

/* Estilos para el radio button para tipos de asistencias */
.text-morado {
    color: #d893dd;
}

.text-gray {
    color: #ababab;
}

.custom-control-radio {
    display: flex;
    align-items: center;
    position: relative;
}

.contenedor-radios {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

/* Cambiar color de los iconos asistencia */

.contenedor-radios > div:nth-child(1) input[type=radio]:checked + label > i {
    color: #82b54b !important;
}

.contenedor-radios > div:nth-child(2) input[type=radio]:checked + label > i {
    color: #e04f1a !important;
}

.contenedor-radios > div:nth-child(3) input[type=radio]:checked + label > i {
    color: #ffb119 !important;
}

.contenedor-radios > div:nth-child(4) input[type=radio]:checked + label > i {
    color: #3c90df !important;
}

.contenedor-radios > div:nth-child(5) input[type=radio]:checked + label > i {
    color: #d893dd !important;
}

.custom-control-radio input[type=radio] {
    display: none;
}

.custom-control-radio input[type=radio] + label {
    cursor: pointer;
    border-radius: 9999px;
    padding: 2px 3px;
    transition: all .5s ease;
}

.custom-control-radio input[type=radio] + label:hover {
    transform: scale(1.1);
}

.custom-control-radio input[type=radio]:checked + i {
    border: 10px solid gray;
}

.custom-control-radio .radio-selected {
    transition: all .5s ease;
    position: absolute;
    top: 1px;
    right: 0px;
    padding: 5px;
    border-radius: 9999px;
    background-color: #82b54b;
    border: 3px solid white;
    display: none;
}

.custom-control-radio input[type=radio]:checked + label > .radio-selected {
    display: block;
}

.badge-blue {
    color: #fff;
    background-color: #6285d8;
}
a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #6285d8;
}
a.badge-blue:focus, a.badge-blue.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(98, 133, 216, 0.5);
}

.badge-orange {
    color: #fff;
    background-color: #dfa665;
}
a.badge-orange:hover, a.badge-orange:focus {
    color: #fff;
    background-color: #dfa665;
}
a.badge-orange:focus, a.badge-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(223, 166, 101, 0.5);
}

.text-inherit {
    color: inherit !important;
}