/* Tema del proyecto */

* {
    color: #6c09d4;
}

.d-colorTema {
    color: #c061d9;
}

/* Elementos generales */

h1 {
    background-color: #c061d960;
    color: #6c09d4;
    font-weight: bold;
    font-size: x-large;
    padding: 0.5em;
    text-align: center;
}

h2 {
    background-color: #c061d940;
    color: #6c09d4;
    font-size: large;
    padding: 0.5em;
    text-align: center;
}

button {
    border-radius: 8px;
}

.d-colorBoton {
    background-color: #c061d9e0;
    font-weight: bold;
    color: #ffffff;
}

.d-colorBoton:hover {
    background-color: #c061d950;
    color: #000000;
}

.d-instrucciones {
    color: gray;
}

.d-contenidoAngosto {
    max-width: 640px;
}

.d-fondo-claro {
    color: #404040 !important;
    background-color: #f7f7f7 !important
}

.w3-fondo-obscuro {
    color: #000 !important;
    background-color: #ccc !important
}

.w3-sombra-claro {
    color: #F9F9F9 !important;
    background-color: #C8C8C8 !important
}

.w3-sombra-obscuro {
    color: #F9F9F9 !important;
    background-color: #ccc !important
}

.w3-sombra-obscuro-hover:hover {
    color: #F9F9F9 !important;
    background-color: #ccc !important
}

.d-titulo {
    color: #c061d9;
    font-weight: bold;
    font-size: large;
}

.d-thumbnail {
    max-height: 180px;
    max-width: 100%;
}

.w3-modal {
    padding-top: 64px;
}

/* Formularios */

.fa-asterisk {
    color: red;
}

.d-divPregunta {
    margin-bottom: 2em;
}

input[type=date] {
    max-width: 320px;
}

input[type=datetime-local], input[type=date] {
    max-width: 320px;
}

input[type="number"] {
    max-width: 320px;
}

input[type="radio"]+label {
    margin-right: 1em;
}

p {
    text-align: justify;
}

/* Elementos de index.html principal */

#indexBanner {
    background-color: #c061d9e0;
    z-index: 8;
}

#indexMenuBoton {
    background-color: white;
    margin-top: 2px;
    margin-right: 2px;
}

#indexTituloText {
    color: #6c09d4;
    font-size: 14pt;
    font-weight: bold;
    margin-left: 32px;
    margin-right: 32px
}

#indexMenuRol div:hover {
    background-color: #6c09d450;
}

#indexMenuRol .d-menuElegido {
    background-color: #6c09d4;
    color: white;
    font-weight: bold;
    letter-spacing: 1px;
}

#indexMenuPanel .w3-modal-content {
    margin-right: 8px;
    border-radius: 8px;
    z-index: 12;
}

#indexMenuAbajo {
    height: 300px;
}

#indexMenuAbajoLogo {
    width: 60%;
    margin-top: 1em;
    margin-bottom: 1em;
}

#indexPaginas {
    margin-top: 48px;
}

#index_dialogoOK div {
    border-radius: 8px;
    max-width: 640px;
    z-index: 11;
}

#indexFotoFullScreen {
    cursor: pointer;
    z-index: 9;
}

#indexFotoFullScreen img {
    height: 100%;
}

#indexPleaseWait {
    cursor: wait;
    z-index: 10;
    opacity: 10%;
    font-size: 8em;
}

#Inicio_ .logo {
    max-height: 256px;
    max-width: 40%;
    margin-bottom: 1em;
}

#Inicio_ .w3-row {
    height: 100%;
}

#Inicio_ .boton {
    width: 95%;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    white-space: normal;
}


/* Impresión y pantalla */

@media print {
    html, body, #indexPaginas {
        margin-top: 0;
        margin-left: 0;
        padding: 0;
    }

    body {
        font-size: 0.6em;
    }

    header, #indexMenuPanel, #indexOverlay, #Inicio_formLogin, .indexBanner, .noPrint {
        display: none;
    }

    .pageBreak {
        page-break-before: always;
    }
}

@media screen {
    .soloPrint {
        display: none;
    }
}