/*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
}
