body {
    font-family: "AGENCY FB";
    /* background-image: url('img/fondo.png'); */
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-size: auto;
    /* color: azure; */
    height: 100%;
    width: 100%;
}

nav {
    background-color: #00913d;
    font-weight: bold !important;
    font-size: 20px !important;
}


label {
    font-weight: bolder;
}

footer {
    width: 100%;
    margin-top: 10px !important;
    padding: 10px !important;
    background-color: #00913D;
    color: white;
}

.offcanvas {
    background-color: #5c9e31;
}

.cuerpo {
    min-height: 70vh;
    width: 100%;
    z-index: 2;
    position: relative;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.enlaces {
    color: #0067b8;
    font-weight: bold;
}

.bolder {
    font-weight: bolder !important;
}

.rojo {
    background-color: #fa5f49 !important;
}

.amarillo {
    background-color: #fdfd96 !important;
}

.verde {
    background-color: #74ed5f !important;
}

.azul {
    background-color: #5698fa !important;
}

/* Estilos del DatePicker */
.ui-widget.ui-widget-content {
    border: #93c39e 1px solid !important;
    padding: 0px !important;
}

.ui-widget-header {
    border: 0px !important;
    border-radius: 0px !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    text-align: center !important;
    border: 0 px !important;
    border-radius: 75% !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    text-align: center !important;
    border: 0 px !important;
    border-radius: 75% !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    text-align: center !important;
    border: 0 px !important;
    border-radius: 75% !important;
}

.horaPrestamo {
    height: 250px !important;
}

.modal-header {
    background-color: #5c9e31 !important;
    color: white;
    font-weight: bolder;
}

.btnHoraPrestamo {
    position: fixed !important;
}

/* Id */

#firma {
    width: 600px;
    height: 300px;
}

#datePicker thead {
    background-color: #93c39e !important;
    margin-bottom: 10px !important;
}

#datepicker-container {
    text-align: center;
}

#datepicker-center {
    display: inline-block;
    margin: 0 auto;
}

#page-size {
    width: 60px !important;
}

#headerReserva {
    background-color: #93c39e !important;
}

#body {
    min-height: 50vh;
}

/* Responsive */
/* XXS */
@media (max-width: 350px) {
    .datePickerResponsive {
        width: 180px !important;
    }
}

/* XS */
@media (min-width: 351px) and (max-width: 575px) {
    body {
        font-family: "AGENCY FB";
        /* background-image: url('../img/fondoXS.png'); */
        background-repeat: repeat-y;
        background-size: 100% auto;
        height: 100%;
        width: 100%;
    }

    .cuerpo {
        min-height: 80vh;
        width: 100%;
        z-index: 2;
        position: relative;
        -webkit-transition: transform .7s ease-in-out;
        -moz-transition: transform .7s ease-in-out;
        -ms-transition: transform .7s ease-in-out;
        -o-transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
    }

    .datePickerResponsive {
        width: 250px !important;
    }
}

/* SM */
@media (min-width: 576px) and (max-width: 767px) {
    body {
        font-family: "AGENCY FB";
        /* background-image: url('../img/fondoSM.png'); */
        background-repeat: repeat-y;
        background-size: 100% auto;
        height: 100%;
        width: 100%;
    }

    .cuerpo {
        min-height: 80vh;
        width: 100%;
        z-index: 2;
        position: relative;
        -webkit-transition: transform .7s ease-in-out;
        -moz-transition: transform .7s ease-in-out;
        -ms-transition: transform .7s ease-in-out;
        -o-transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
    }
}

/* XXL */
@media (min-width: 1400px) {
    body {
        font-family: "AGENCY FB";
        /* background-image: url('../img/fondoXXL.png'); */
        background-repeat: no-repeat;
        background-size: 100% auto;
        height: 100%;
        width: 100%;
    }

    .cuerpo {
        min-height: 80vh;
        width: 100%;
        z-index: 2;
        position: relative;
        -webkit-transition: transform .7s ease-in-out;
        -moz-transition: transform .7s ease-in-out;
        -ms-transition: transform .7s ease-in-out;
        -o-transition: transform .7s ease-in-out;
        transition: transform .7s ease-in-out;
    }


}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-hourglass:after {
    content: " ";
    display: block;
    border-radius: 50%;
    width: 0;
    height: 0;
    margin: 8px;
    box-sizing: border-box;
    border: 32px solid rgb(5, 5, 5);
    border-color: rgb(0, 0, 0) transparent #fff transparent;
    animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.fc-event {
    font-size: 13px;
    width: 90%;
    margin: auto auto !important;
    background-color: #3a87ad;
    font-size: .85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #3a87ad;
    font-weight: bold;
    padding-left: 1px;
}

.fc-list-event{
    color: black !important;
    background-color: white !important;
}

.fc-event-title{
    font-weight: normal !important;
}

.fc-event, .fc-event:hover, .ui-widget .fc-event {
    color: #fff;
    text-decoration: none;
}

.fc-event,
.fc-event-dot {
    background-color: #3a87ad;
}

.fc-daygrid-event-harness{
    margin: 1px;
    padding: 0 1px;
}
.fc-daygrid-event-dot{
    visibility: hidden;
    size: 0;
    border: 0;
    margin: 0;
}

.fc-col-header-cell-cushion, .fc-daygrid-day-number {
    color: black;
}
.cantidades:focus {
    outline: none;
}

.fc-button{
    background-color: white !important;
    color: black !important;
}
