/*html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}*/

.Day {
    font-weight: bold;
}

.scrolldiv {
    float: left;
    overflow-y: auto;
    height: 281px;
    /*    height: 37vh;*/
    padding: 3px;
    border-radius: 15px;
    background: #F2F2F2;
}

.contenedorHoras {
    cursor: pointer;
    padding: 5px;
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: #F2F2F2;
    color: #7F7F7F;
    pointer-events: none;
}

.contenedorHorasActive {
    cursor: pointer;
    padding: 5px;
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: white;
    border: 1px solid white;
}

.contenedorHorasActive:hover {
    border-radius: 18px;
    box-shadow: 0px 2px 2px #888888;
    transition: all 0.9s;
}

.contenedorHorasSelected {
    cursor: pointer;
    padding: 5px;
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: #DA4E4E;
    border: 1px solid #DA4E4E;
    color: #ffffff;
}

.contenedorHorasDetail {
    cursor: pointer;
    padding: 9px;
    margin: 2px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: #F2F2F2;
    color: #7F7F7F;
    pointer-events: none;
    width:auto;
}

.contenedorSw {
    cursor: pointer;
    padding: 9px;
    margin: 2px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: #F2F2F2;
    color: #7F7F7F;
    width:auto;
}

.active .bs-stepper-circle {
    background-color: #DA4E4E;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #DA4E4E;
    color:#fff;
}

.e-schedule .template-wrap {
    display: flex;
    text-align: left;
}

.e-schedule .e-agenda-view .template-wrap {
    display: table;
    width: inherit;
    text-align: center;
    padding-top: 10px;
}

.e-schedule:not(.e-device) .e-agenda-view .e-content-wrap table td:first-child {
    width: 110px;
}

.e-schedule .template-wrap .Aula-image {
    width: 30px;
    margin-top: 15px;
    background-repeat: no-repeat;
}

.e-schedule.e-device .template-wrap .Aula-image {
    margin-top: 5px;
}

.e-schedule .e-agenda-view .template-wrap .Aula-image {
    height: 30px;
    margin-top: 0;
    margin-left: 35%;
}

.e-schedule .e-vertical-view .e-resource-cells {
    height: 76px;
}

.e-bigger .e-schedule .e-vertical-view .e-resource-cells {
    height: 80px;
}

.tailwind .e-schedule .e-vertical-view .e-resource-cells,
.tailwind-dark .e-schedule .e-vertical-view .e-resource-cells {
    height: 83px;
}

.e-schedule .template-wrap .Aula-details {
    padding-left: 15px;
}

.e-schedule .e-agenda-view .template-wrap .Aula-details {
    padding: 0;
}

.e-schedule .template-wrap .Aula-details .Aula-name {
    font-size: 16px;
    font-weight: 500;
}

.e-schedule.e-device .template-wrap .Aula-details .Aula-name {
    font-size: inherit;
    font-weight: inherit;
}

.e-schedule .e-agenda-view .template-wrap .Aula-model,
.e-schedule .e-agenda-view .template-wrap .Aula-seats {
    display: none;
}

.e-schedule.e-device .template-wrap .Aula-model,
.e-schedule.e-device .template-wrap .Aula-seats {
    display: none;
}

.Detalle {
    height: 550px;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 2px 2px 10px #888888;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left:4px solid;
    border-left-color: #DA4E4E;
}

.Detalle .Lab {
    min-height: 38px;
    max-height: 50px;
    color: black;
    border-bottom: 1px solid;
    border-bottom-color: lightgrey;
    padding: 4px;
}

.Detalle .ContainerDays {
    padding: 5px;
    height: 442px;
    max-height: 442px;
    overflow-y: scroll;
    margin: 3px 0px 3px 0px;
}

.Detalle .ContainerDays .Days {
    padding: 5px;
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: #DA4E4E;
    border: 1px solid #DA4E4E;
    color: #ffffff;
}

.Detalle .ContainerDays .Days i {
    text-align: left;
    color: #ffffff;
    cursor: pointer;
}

.disabledA {
    pointer-events: none;
    opacity: 0.5;
}

.disabledHour {
    pointer-events: none;
    opacity: 0.1;
}

.Shake {
    -webkit-animation: tiembla 0.7s ease-in-out;
}

@-webkit-keyframes tiembla {
    0% {
        -webkit-transform: rotateZ(-1deg);
    }

    50% {
        -webkit-transform: rotateZ( 0deg) scale(1);
        -webkit-box-shadow: 0px 0px 3px #888888;
        background: #E05252;
    }

    100% {
        -webkit-transform: rotateZ( 1deg);
    }
}

.dropdown-menu-xl {
    max-width: 460px;
    min-width: 360px;
    padding: 10px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

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

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

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

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

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

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

.Card-filtro {
    background: #ffffff;
    margin-bottom: 10px;
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 5px;
    padding: 8px;
    box-shadow: 0px 1px 4px #CECECE;
}

.Bg-Ibero {
    background-image: url("../LogosIbero/IberoBG.webp");
}

.layer-overlay {
    position: relative;
}

.layer-overlay::before {
    background: rgba(17, 17, 17, 0.6) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
/*
.layer-overlay.overlay-dark-9::before {
    background-color: rgba(17, 17, 17, 0.9);
}
*/

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px;
    user-select: none;
    -webkit-user-select: none;
}

.btn-flotante {
    font-size: 16px; /* Cambiar el tamaño de la tipografia */
    text-transform: uppercase; /* Texto en mayusculas */
    font-weight: bold; /* Fuente en negrita o bold */
    color: #ffffff; /* Color del texto */
    /* border-radius: 5px; /* Borde del boton */
    letter-spacing: 2px; /* Espacio entre letras */
    background-color: #DA4E4E; /* Color de fondo */
    padding: 17px 21px; /* Relleno del boton */
    position: fixed;
    bottom: 40px;
    right: 40px;
    transition: all 300ms ease 0ms;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    z-index: 99;
  border-radius: 50%
}
.btn-flotante:hover {
    background-color: #a73b3b; /* Color de fondo al pasar el cursor */
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-7px);
  color:white;
}
@media only screen and (max-width: 600px) {
     .btn-flotante {
        font-size: 14px;
        padding: 12px 20px;
        bottom: 20px;
        right: 20px;
    }
}