﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    /* margin-top: 15px; */
    padding-left: 15px;
    padding-right: 15px;
    font-family: Roboto ExtraLight;
}

.negrita {
    font-family: "Roboto ExtraBold";
}

.copyright, .copyright > a {
    font-family: "Roboto ExtraLight";
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

:root {
    --ag-checkbox-checked-background-color: #fbba00;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    max-width: 95%;
}

.form-check-input {
    border: 2px solid darkgray;
}

.form-check-input:checked, .ag-checkbox-input:checked {
    background-color: #fbba00;
    border-color: #fbba00;
    --ag-checkbox-checked-background-color: #fbba00;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(251, 186, 0, 0.3);
}

header, header nav {
    height: 100px;
}

.headerMini {
    height: 50px;
}

.btnCerrarSesion {
    width:150px;
}

footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    font-size: 12px;
}

.separadorFooter {
    margin-bottom: 10rem !important;
}

.seccionDisclaimer {
    padding: 10px;
    color: white;
    background-color: black;
}

/* Login */

#divContenidoLogin.fondoLogin {
    margin-bottom: 125px;
}

.fondoLogin {
    background-image: url('/images/FondoLogin.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 90vh;
    margin: 0;
}

.cajaContrasena {
    min-height: 350px;
    width: 500px;
}

.cajaDescripcion {
    width: 500px;
}

.fraseRecuperar {
    font-size: 12px;
}

.errorContrasena {
    color: red;
}
/* Fin Login */

/* Etiquetas Loading */
.contenedorLoading {
    background-color: rgba(100, 100, 100, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    display: block;
}

circle:nth-of-type(1) {
    fill: #00869d;
}

circle:nth-of-type(2) {
    fill: #057396;
}

circle:nth-of-type(3) {
    fill: #11527d;
}

circle:nth-of-type(4) {
    fill: #202361;
}

#clackers {
    /*   border: 1px solid white; */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(211, 211, 211, 0.85);
    padding: 20px;
    border: rgba(211, 211, 211, 0.85) 1px;
    border-radius: 15px;
    width: 340px !important;
    height: 160px !important;
}

.textoLoading {
    font-family: 'Roboto Light';
    font-size: 18px;
    font-weight: bold;
    text-anchor: middle;
    fill: #202361;
}

/* Fin Etiquetas Loading */

label.obligatorio::after {
    content: " *";
    color: red;
    font-weight: bold;
}

label.errorFormato {
    color: red;
    font-size: 13px;
}

.imagenNavegacion {
    width: 300px;
    height: 45px;
}

.imagenNavegacionReservar {
    content: url('/Images/Reservar.svg');
}

.imagenNavegacionReservar.disabled {
    content: url('/Images/Reservar_des.svg');
}

.imagenNavegacionDerecha {
    content: url('/Images/FlechaSiguiente.svg');
}

.imagenNavegacionDerecha.disabled {
    content: url('/Images/FlechaSiguiente_des.svg');
}

.imagenNavegacionIzquierda {
    content: url('/Images/FlechaAnterior.svg');
}

.imagenNavegacionIzquierda.disabled {
    content: url('/Images/FlechaAnterior_des.svg');
}

.botonNavegacion.disabled {
    pointer-events: none;
}

.botonGuardar {
    background-image: url('/Images/Guardar.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 120px;
    height: 40px;
    border: 0px;
}

.botonDescargarSP {
    background-image: url('/Images/DOC_SP.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 0;
}

.botonDescargarEN {
    background-image: url('/Images/DOC_EN.svg');
    background-repeat: no-repeat;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border: 0;
}

.campoFecha {
    width: 120px;
}

.botonSeleccion {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    width: 100%;
    height: 70px;
    font-size: 25px;
    font-weight: 300;
}

.botonSeleccion:disabled, .botonSeleccionPequeno:disabled {
    background-color: white;
    border: 1px solid #d1d1d1;
}

.botonSeleccion:hover:enabled, .botonSeleccionClick {
    background-color: #fbba00;
    border-color: #fbba00;
}

.botonSeleccionPequeno {
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    width: 100%;
    height: 30px;
    font-size: 15px;
    font-weight: 300;
}

.botonSeleccionPequeno:hover:enabled, .botonSeleccionPequenoClick {
    background-color: #fbba00;
    border-color: #fbba00;
}

.tituloPagina {
    font-size: 25px;
}

.textoReloj {
    border: 1px solid black;
    border-radius: 20px;
    padding: 5px 10px;
}

.offcanvasTamanoGrande {
    --bs-offcanvas-width: 600px !important;
}

.ag-header-viewport2 {
    background-color: #fbba00;
}

.ag-row-selected {
    /*background-color: RGBa(251, 186, 0, .25);*/
    background-color: #eadaa5;
}

.celdaTituloProyecto {
    background-color: #0B2265;
    color: white;
}

.ag-header-cell.ag-column-first {
    background-color: #0B2265;
    color: white;
}

.carousel-boton-izquierda {
    color: black;
    width: 20px;
    left: -30px;
    justify-content: left !important;
}

.carousel-boton-derecha {
    color: black;
    width: 20px;
    right: -30px;
    justify-content: right !important;
}

.targetaEmpresa {
    background-color: #f1f1f1;
    border-color: #f1f1f1;
}

.targetaAuxadi {
    border-color: #fbba00;
    border-width: 2px;
}

.targetaEmpresa:hover {
    background-color: #fbba00;
    border-color: #fbba00;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .body-content {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .body-content {
        padding: 0;
    }

    .cajaContrasena {
        width: 450px;
    }

    .cajaDescripcion {
        width: 450px;
    }
}

.filaTituloServicio {
    height: 50px;
    border-bottom: 2px solid lightgray;
    /*font-weight: bold;*/
    font-size: 20px;
}

.filaServicio {
    height: 50px;
    border-bottom: 1px solid whitesmoke;
}

.celdaServicio {
    text-align: center;
}

.celdaProyecto {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid darkgray;
}

.separador {
    border-left: 1px solid darkgray;
}

.botonSeleccionServicio {
    height: 40px;
}

.botonSeleccionServicio:hover, .botonSeleccionFecha:hover {
    cursor: pointer;
}

.botonSeleccionFecha {
    height: 35px;
}

.textoServicios {
    font-size: 14px;
}

.textoComplementos {
    font-size: 14px;
    font-style: italic;
}