﻿@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('websymbols/websymbols-regular-webfont.eot');
    src: url('websymbols/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('websymbols/websymbols-regular-webfont.woff') format('woff'),
        url('websymbols/websymbols-regular-webfont.ttf') format('truetype'),
        url('websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.separadorTabVertical {
    min-height:20px;
}

.ancho100 {
    width: 100%;
}

#divCodigoDane, .div5top {
    padding-top: 5px;
}

.negrita {
    font-weight: bold !important;
}

textarea.form-control {
    min-height: 200px;
}

#divSelectorAnioGrado {
    display: block;
    padding-bottom: 60px;
}

/* 
    Estilos tabla JS -------------------------------
*/
body {
    color: #777;
    /* --ColorFondoCabeceras: #276a96; */
}

html, body {
    height: 100%;
}

.wrapper {
    display: flex;
    min-height: 100%;
}

#spnMensaje {
    margin-left: auto;
}

/*
** Media Queries
*************************************/
@media (max-width: 1000px) {
    .flex-grid {
        flex-direction: column;
    }
    .flex-grid > div {
        margin-right: 0;
    }
}

#divTabla {
    overflow-x: auto;
}

.TablaApp {
    width: 100%;
    border-collapse: collapse;
}

.TablaApp td, .TablaApp th {
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: lighter;
}

.FilaCabecera {
    background-color: var(--ColorFondoCabeceras);
    font-size: 0.99em;
    font-weight: lighter;
    color: #fff;
}

.FilaDatos, .FilaDatos2, #divBuscar {
    font-size: 0.98em;
}

.FilaDatos:nth-child(even),
.FilaDatos2:nth-child(even) {
    background-color: #f2f2f2;
}

.FilaDatos:hover {
    background-color: rgba(55, 154, 221, 0.03);
    cursor: pointer;
}

.FilaDatos2:hover {
    background-color: rgba(55, 154, 221, 0.03);
}

.Mensaje {
    color: var(--ColorFondoCabeceras);
    font-weight: normal;
    font-size: 0.92em;
}

.Centro {
    text-align: center;
}

.Boton {
    color: white;
    border-radius: 4px;
    background: var(--ColorFondoCabeceras);
    padding: .5em 1em;
    box-sizing: border-box;
    margin: 2px;
    cursor: pointer;
    font-size: 0.85em;
    text-decoration: none;
    border: none;
    border-width: 0;
    border-style: none;
    display: flex;
    justify-content: center;
}


.Boton:hover {
    background-color: rgba(55, 154, 221, 0.3);
    color: var(--ColorFondoCabeceras);
    cursor: pointer;
}


#spnRegistrosPagina input {
    width: 40px;
    margin-right: 10px;
    border: 1px solid #ddd;
}

.Enlace {
    cursor: pointer;
}

.Enlace:hover {
    font-weight: bold;
}

.Icono {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-right: 8px;
}

.Texto {
    color: #000 !important;
    text-transform: uppercase;
}

#divPaginacion {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#aExportarTexto, #aExportarExcel {
    color: white;
    text-decoration: none;
}

.resp-container {
    box-sizing: border-box;
    /*
    margin: 0;
    padding: 0;
    */
    position: relative;
    width: 100%;
    height: calc(100% - 73px); /* 73px = alto de la cabecera */

    top: 0;
    /*overflow: hidden;
    padding-top: 100%;*/
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

iframe {
    height: calc(100vh - 4px);
    width: calc(100vw - 4px);
    box-sizing: border-box;
}

/* Archivadores */

#divContenedorArchivadores {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
}

.divArchivador {
    width: 212px;
    height: 313px;
    position: relative;
    border: 5px solid #fff;
    background: #e2f0ff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    transition: all 300ms linear;
    margin: 1rem 0 0 1rem;
    padding: 0;
    color: #333;
    cursor: pointer;
}

.ca-icon {
    font-family: 'WebSymbolsRegular', cursive;
    color: #c5e4f4;
    font-size: 90px;
    text-shadow: 1px 0px 1px rgba(255,255,255,0.7);
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    transition: all 200ms linear;
}

.ca-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
    /* . */
    margin: 0;
    padding: 0;
    /* . */
    display: block;
    /* . */
    text-align: left;
    color: #333;
}

.ca-main {
    font-size: 20px;
    font-family: 'Terminal Dosis', Arial, sans-serif;
    color: #012b42;
    opacity: 1.0;
    text-align: center;
    transition: all 200ms linear;
    /* . */
    font-weight: lighter;
    /* . */
    margin: 0;
    padding: 0;
    /* . */
    display: block;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-top:30px;
}

.ca-sub {
    text-align: center;
    font-size: 14px;
    color: #666;
    opacity: 0.8;
    transition: all 200ms linear;
    /* . */
    font-weight: normal;
    /* . */
    margin: 0;
    padding: 0;
    /* . */
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-family: 'Terminal Dosis';
}

.divArchivador:hover{
    background-color: #fff;
}

.divArchivador:hover .ca-icon{
    text-shadow: 0px 0px 20px #c5e4f4;
    color: transparent;
    -webkit-animation: moveFromTop 400ms ease;
    -moz-animation: moveFromTop 400ms ease;
    -ms-animation: moveFromTop 400ms ease;
}

.divArchivador:hover .ca-main{
    color: #000;
    -webkit-animation: moveFromTop 300ms ease;
    -moz-animation: moveFromTop 300ms ease;
    -ms-animation: moveFromTop 300ms ease;
}

.divArchivador:hover .ca-sub{
    color: #000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromTop {
    from {
        -webkit-transform: translateY(-300%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromTop {
    from {
        -moz-transform: translateY(-300%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromTop {
    from {
        -ms-transform: translateY(-300%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}

.fichaFondo {
    width: 210px;
    height:210px;
}