/*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: #234e19;
    border: 1px solid #234e19;
    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: #234e19;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #234e19;
    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: #234e19;
}

.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: #234e19;
    border: 1px solid #234e19;
    color: #ffffff;
}

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

.ContainerDaysAut .DaysAut {
    padding: 5px 70px;
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    text-align: center;
    background: #234e19;
    border: 1px solid #234e19;
    color: #ffffff;
}

.ContainerDaysAut .DaysAut 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: pulso 0.7s ease-in-out;
}

@-webkit-keyframes pulso {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(136, 136, 136, 0.4);
        box-shadow: 0 0 0 0 rgba(136, 136, 136, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 10px 20px rgba(136, 136, 136, 0);
        box-shadow: 0 0 10px 20px rgba(136, 136, 136, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(136, 136, 136, 0);
        box-shadow: 0 0 0 0 rgba(136, 136, 136, 0);
    }
}

.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: #234e19;
}

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: #234e19; /* 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;
    }
}

.round-checkbox {
    display: none;
}

/* Estilo del nuevo checkbox redondeado */
.round-checkbox + label {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
}

.round-checkbox + label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #234e19;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    transform: translateY(-50%);
    transition: background-color 0.2s ease;
}

.round-checkbox:checked + label:before {
    background-color: #fff;
}

@media (max-width: 767px) {
    #stepperHeader .step {
      display: none;
    }
    #stepperHeader .step.show {
      display: flex;
    }
  }

.contenedorEspacios{
    cursor: pointer;
    /* padding: 5px; */
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    /* text-align: center; */
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #7f7979;
    /* width: 80vh; */
    /* max-width: 80vh; */
    height: 38vh;
    max-height: 38vh;
    text-align: center;
    padding: 10px;
}
.contenedorEspaciosSelected{
    cursor: pointer;
    /* padding: 5px; */
    margin: 4px 4px 5px 4px;
    font-size: 15px;
    border-radius: 15px;
    /* text-align: center; */
    background: #234e19;
    border: 1px solid #234e19;
    color: #f7f7f7;
    /* width: 80vh; */
    /* max-width: 80vh; */
    overflow: hidden;
    height: 38vh;
    max-height: 38vh;
    text-align: center;
    padding: 10px;
}

#tblSolicitudesFiltro tbody{
    font-size:13px
}

fieldset {
    border: 1px solid #b5b4b4; /* Ajusta el color y grosor del borde según tus necesidades */
    padding: 10px
}

.wave-btn-container {
    position: relative;
    display: inline-block;
}

.wave-btn-container .wave {
    position: absolute;
    top: 50%; /* desde el centro del ícono */
    left: 50%;
    width: 1.5rem;
    height: 1.5rem;
    background: rgba(220, 53, 69, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: wave 1.5s infinite;
    pointer-events: none;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.7;
    }

    50% {
        transform: translate(-50%, -50%) scale(2);
        opacity: 0.3;
    }

    100% {
        transform: translate(-50%, -50%) scale(3);
        opacity: 0;
    }
}

.wave-btn-container i {
    color: #dc3545;
    cursor: pointer;
    font-size: 1.2rem;
    transition: color 0.2s;
}

.wave-btn-container i:hover {
    color: #a71d2a;
}

/* estilo visual del tooltip (mantiene tu look) */
.tooltip-floating {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transform: translateY(0);
    transition: opacity 0.18s ease, transform 0.18s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    will-change: transform, opacity, left, top;
    z-index: 2147483647;
}

    /* flecha (aparece debajo del tooltip cuando está en top) */
    .tooltip-floating::after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -6px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid rgba(0,0,0,0.85);
        pointer-events: none;
    }

    /* estado visible */
    .tooltip-floating.show {
        opacity: 1;
        transform: translateY(-6px);
    }

    /* versión invertida (tooltip aparece abajo del elemento) */
    .tooltip-floating.bottom::after {
        bottom: auto;
        top: -6px;
        border-top: none;
        border-bottom: 6px solid rgba(0,0,0,0.85);
    }

/* pequeño ajuste en tamaños muy pequeños */
@media (max-width: 420px) {
    .tooltip-floating {
        font-size: 12px;
        padding: 5px 8px;
    }

        .tooltip-floating::after {
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-top-width: 5px;
        }
}
