﻿/*© Sociedad Española de Sistemas de Pago, S.A. (Iberpay).Reservados todos los derechos.*/
/*
    comun.css

    WEB DE INFORMACIÓN DE IBERPAY

    Estilos que afectan a partes comunes de los sites
*/

/* Reset */
html {
    margin: 0;
    padding: 0;
    background-color: white;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.000em;
    color: #404040;
    height: 100%;
}

p {
    margin: 0;
    padding: 0;
}

*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Estilos */
.contenedor {
    position: relative; /* Para que se mantenga dentro de la capa padre */
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
}

.cuerpoSeccionSupIzq {
    width: 100%;
    margin: 0 0 2% 0;
    padding: 2%;
    background-color: white;
    float: left;
}

.cuerpoSeccionSupIzqTabs {
    width: 100%;
    margin: 0 0 2% 0;
    background-color: transparent;
    float: left;
}

.DivSupIzq {
    width: 100%;
    margin: 0 1% 1% 0;
    padding: 1%;
    background-color: white;
    float: left;
}

.DivSupIzq1 {
    width: 50%;
    margin: 0 1% 0% 0;
    padding-left: 2%;
    background-color: white;
    float: left;
}

.titulo1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #172b6b;
    text-decoration: none;
}

.titulo2 {
    color: #172b6b;
    font-size: 14px;
    font-weight: bold;
    padding: 2% 2% 0 2%;
}

.btnGenerico {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #c2d5eb;
    box-shadow: 2px 2px 3px #81abd6;
    border-radius: 7px;
    border-color: transparent;
    color: #006cb0;
    letter-spacing: normal;
    vertical-align: top;
    cursor: pointer;
}

    .btnGenerico:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #006699;
        box-shadow: 2px 2px 3px #81abd6;
        border-radius: 7px;
        border-color: transparent;
        color: #FFFFFF;
        letter-spacing: normal;
        vertical-align: top;
    }

    .btnGenerico:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #006699;
        box-shadow: 2px 2px 3px #81abd6;
        border-radius: 7px;
        border-color: transparent;
        color: #FFFFFF;
        letter-spacing: normal;
        vertical-align: top;
    }

    .btnGenerico:disabled {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        text-align: center;
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 2px;
        padding-bottom: 2px;
        background-color: #EEEEEF;
        box-shadow: 2px 2px 3px #c3c3c3;
        border-radius: 7px;
        border-color: transparent;
        color: #A6A6A6;
        letter-spacing: normal;
        vertical-align: top;
        cursor: auto;
    }

.controlBusqueda {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #003366;
    margin-bottom: 3px;
    margin-top: 3px;
}

.label1Verde {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #008000;
}

.label2Verde {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #008000;
}

.label1Rojo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #CC0000;
}

.label2Rojo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #CC0000;
}

.label3Rojo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #CC0000;
}

.link3Error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    color: #00b0f0;
}

.errNivel {
    font-family: Arial;
    font-size: 0.814em;
    color: #FF0000;
}

.FileUpload {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 500px;
}

.TextBoxForm {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.88em;
    color: #464647;
    border: solid 1px gray;
    height: 100%;
}

.parrafo {
    color: #404040;
    font-size: 13px;
    padding: 1% 2% 1% 2%;
    text-align: justify;
}

.linkConParrafo {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #00b0f0;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
}

.centrar {
    text-align: center;
    padding: 1.5%;
}

.epigrafe0 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #172b6b;
    text-align: left;
    text-decoration: none;
    line-height: 14pt;
    background-color: transparent;
}

.activoIdioma {
    text-decoration: underline;
}

.desactivoIdioma {
    text-decoration: none;
}

.alinearDerecha {
    text-align: right;
}

.alinearIzquierda {
    text-align: left;
    padding-left: 10px;
}

.alinearCentro {
    text-align: center;
}

.alineaMedio {
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.cursiva {
    font-style: italic;
}

.gris {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #D5BFD5;
    font-weight: normal;
    text-decoration: none;
    line-height: 20px;
    vertical-align: middle;
}

.paddinTop2 {
    padding-top: 2px;
}

.paddinTop5 {
    padding-top: 5px;
}

.paddinTop6 {
    padding-top: 6px;
}

.paddinTop10 {
    padding-top: 10px;
}

.paddinTop15 {
    padding-top: 15px;
}

.paddinTop20 {
    padding-top: 20px;
}

.paddinTopDown4 {
    padding: 4px 0px 4px 0px;
}

.paddinTopDown20 {
    padding: 20px 0px 20px 0px;
}

.paddinLeft2 {
    padding-left: 2px;
}

.paddinLeft5 {
    padding-left: 5px;
}

.paddinLeft6 {
    padding-left: 6px;
}

.paddinLeft10 {
    padding-left: 10px;
}

.paddinLeft15 {
    padding-left: 15px;
}

.paddinLeft20 {
    padding-left: 20px;
}

.paddinLeft25 {
    padding-left: 25px;
}

.paddinLeft40 {
    padding-left: 40px;
}

.paddinLeft68 {
    padding-left: 68px;
}

.paddinLeft100 {
    padding-left: 100px;
}

.paddinLeft150 {
    padding-left: 150px;
}

.paddinLeft200 {
    padding-left: 200px;
}

.paddinLeft250 {
    padding-left: 250px;
}

.paddinLeft300 {
    padding-left: 300px;
}

.paddinLeft500 {
    padding-left: 500px;
}

.paddinLeft5Porcentaje {
    padding-left: 5%;
}

.paddinLeft10Porcentaje {
    padding-left: 10%;
}

.paddinLeft20Porcentaje {
    padding-left: 20%;
}

.paddinRight2 {
    padding-right: 2px;
}

.paddinRight5 {
    padding-right: 5px;
}

.paddinRight10 {
    padding-right: 10px;
}

.paddinRight20 {
    padding-right: 20px;
}

.paddinRight25 {
    padding-right: 25px;
}

.paddinBottom15 {
    padding-bottom: 15px;
}

.margenTop-10 {
    margin-top: -10px;
}

.margenTop5 {
    margin-top: 5px;
}

.margenTop10 {
    margin-top: 10px;
}

.margenTop15 {
    margin-top: 15px;
}

.margenTop20 {
    margin-top: 20px;
}

.paddinTop25 {
    padding-top: 25px;
}

.margenTop30 {
    margin-top: 30px;
}

.margenBottom5 {
    margin-bottom: 5px;
}

.margenBottom15 {
    margin-bottom: 15px;
}

.margenLeft45 {
    margin-left: 45px;
}

.margenRight45 {
    margin-right: 45px;
}

.margenLeft15 {
    margin-left: 15px;
}

.margenLeft10 {
    margin-left: 10px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.textoMayusculas {
    text-transform: uppercase;
}

.tituloConsulta {
    font-size:12px;
    font-weight: bold;
    background-color: #172b6b;
    color: white;
}

.negrita 
{
    font-weight: bold;
}

.centrarGridView {
    margin: 0 auto;
}

.dxgvEditFormCaption_Aqua {
    white-space: inherit;
}

.mostrasMasGridview div {
    clear: both;
}

.mostrasMasGridview p {
    color: #4E77A0;
}

.mostrasMasGridview span {
    float: left;
    width: 50%;
}

.mostrarMasGridview4Columnas div {
    clear: both;
}

.mostrarMasGridview4Columnas p {
    color: #4E77A0;
}

.mostrarMasGridview4Columnas span {
    float: left;
    width: 25%;
}

.widthFormulario {
    width: 20%;
}

.lblPopup1 {
    position: absolute;
    z-index: 100;
    float: right;
    margin-top: -10px;
    padding: 0.2%;
    background-color: #DBDBDB;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #000000;
    font-family: Arial;
}

.lblPopup2 {
    position: absolute;
    z-index: 100;
    float: right;
    margin-top: -10px;
    padding: 0.2%;
    background-color: #DBDBDB;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #000000;
    font-family: Arial;
    width: 20%;
}

.texto_vertical {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.div_titulo2 {
    width: 100%;
    float: left;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 5px;
    background-color: #93CDDD;
    font-family: Arial;
    color: white;
}

.div_titulo3 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #172B6B;
}

.div_titulo4 {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #172B6B;
}

.label_gris_1 {
    line-height: 20px;
    font-family: Arial;
    font-size: 14px;
    color: #404040;
}


.label_azul_1 {
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Times New Roman';
    color: rgba(0, 64, 128, 0.9);
}

.label_green_1 {
    line-height: 20px;
    font-family: Arial;
    font-size: 14px;
    color: green;
}

.calendar {
    width: 100px;
    height: 20px;
}

.checkbox_azul {
    line-height: 20px;
    font: 12px Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

    .checkbox_azul input[type="checkbox"] {
        display: none;
    }

        .checkbox_azul input[type="checkbox"] + label {
            line-height: 20px;
            padding: 3px 10px;
            background: #D9D9D9;
            background-image: -webkit-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: -moz-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: -ms-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: -o-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: linear-gradient(to bottom, #D9D9D9, #D9D9D9);
            cursor: pointer;
        }

            .checkbox_azul input[type="checkbox"] + label:hover {
                background: #DCE5ED;
                background-image: -webkit-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: -moz-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: -ms-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: -o-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: linear-gradient(to bottom, #DCE5ED, #DCE5ED);
            }

        .checkbox_azul input[type="checkbox"]:checked + label {
            background: #00B0F0;
        }

.checkb_switch_azul {
    line-height: 20px;
    font: 12px Tahoma, Geneva, sans-serif;
    color: black;
}

    .checkb_switch_azul input[type="checkbox"] {
        visibility: hidden;
    }

        .checkb_switch_azul input[type="checkbox"] + label {
            position: relative;
            float: left;
            line-height: 20px;
            padding-left: 40px;
            margin: 3px 0;
            cursor: pointer;
        }

            .checkb_switch_azul input[type="checkbox"] + label::before,
            .checkb_switch_azul input[type="checkbox"] + label::after {
                position: absolute;
                left: 0;
                content: '';
                line-height: 1em;
                -webkit-transition: all 0.1s cubic-bezier(0.72, 0.21, 0.95, 0.64);
                transition: all 0.1s cubic-bezier(0.72, 0.21, 0.95, 0.64);
            }

            .checkb_switch_azul input[type="checkbox"] + label::before {
                width: 35px;
                top: 0;
                bottom: 0;
                background-color: #DCE5ED;
                border-radius: 10px;
                box-shadow: inset 0.13em 0.13em 0.2em rgba(0, 0, 0, 0.3);
            }

            .checkb_switch_azul input[type="checkbox"] + label::after {
                width: 1.4em;
                top: 0.1em;
                bottom: 0.1em;
                border-radius: 50%;
                background-color: #DCE5ED;
                border: solid 1px #cfcfcf;
            }

        .checkb_switch_azul input[type="checkbox"]:checked + label::before {
            background: #C0E1A9;
        }

        .checkb_switch_azul input[type="checkbox"]:checked + label::after {
            margin-left: 1.5em;
            background-color: #DCE5ED;
        }

.rbutton_azul {
    line-height: 20px;
    font: 12px Tahoma, Geneva, sans-serif;
    color: #FFFFFF;
}

    .rbutton_azul input[type="radio"] {
        display: none;
    }

        .rbutton_azul input[type="radio"] + label {
            line-height: 20px;
            padding: 3px 10px;
            background: #D9D9D9;
            background-image: -webkit-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: -moz-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: -ms-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: -o-linear-gradient(top, #D9D9D9, #D9D9D9);
            background-image: linear-gradient(to bottom, #D9D9D9, #D9D9D9);
            cursor: pointer;
        }

            .rbutton_azul input[type="radio"] + label:hover {
                background: #DCE5ED;
                background-image: -webkit-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: -moz-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: -ms-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: -o-linear-gradient(top, #DCE5ED, #DCE5ED);
                background-image: linear-gradient(to bottom, #DCE5ED, #DCE5ED);
            }

        .rbutton_azul input[type="radio"]:checked + label {
            background: #00B0F0;
        }

.scroll_overflow_h {
    overflow-x: auto !important;
}

.calendar .dx {
    background-color: white;
}

.calendar .dxeEditArea {
    text-align: center;
}

.calendar .dxic {
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #A6A6A6;
}

.toolbar_base {
    float: left;
    margin: 0;
    margin-top: 5px;
    margin-bottom: 8px;
    padding: 0;
    width: 110px;
    height: 36px;
    border-radius: 19px;
    background-color: #c2d5eb;
    box-shadow: 2px 2px 3px #81abd6;
}

.toolbar_imgbutton {
    float: left;
    margin-top: 2px;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #c2d5eb;
    background-image: url(../../Imagenes/SCI/floppy.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: -webkit-background-color 0.3s, -webkit-background-image 0.3s;
    -moz-transition: -moz-background-color 0.3s, -moz-background-image 0.3s;
    transition: background-color 0.3s, background-image 0.3s;
}

    .toolbar_imgbutton:hover {
        background-color: #0074D1;
        background-image: url(../../Imagenes/SCI/floppy_hover.png);
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

.toolbar_ddl {
    margin: 0;
    padding: 0;
    float: right;
    line-height: 36px;
    padding-right: 13px;
}

.divPopUp {
    display: table-cell;
    width: 300px;
    height: 30px;
    vertical-align: middle;
    padding: 3px;
    text-align: center;
}

.panelPopUp {
    display: table;
    width: 300px;
    height: 30px;
    background-color: #F6F6F8;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid #81abd6;
    box-shadow: 3px 3px 3px #81abd6;
    text-align: center;
}

.panelPopUpMaestra {
    display: table;
    width: 300px;
    height: 30px;
    background-color: #F6F6F8;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid #81abd6;
    box-shadow: 3px 3px 3px #81abd6;
    text-align: center;
    position:fixed;
    top:250px !important;
}

.panelPopUp3 {
    display: table;
    width: 900px;
    height: auto;
    background-color: #F6F6F8;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    border: 1px solid #81abd6;
    box-shadow: 3px 3px 3px #81abd6;
    overflow-y: auto;
}

.lblPopup {
    position: absolute;
    z-index: 100;
    float: right;
    margin-top: -10px;
    margin-right: -230px;
    padding: 7px 7px 7px 7px;
    background-color: #DBDBDB;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    color: #000000;
    font-family: Arial;
}

.margenPopupAso {
    margin-left: 315px;
}

.margenPopupRepre {
    margin-left: 345px;
}

/* Imagen de carga */
#progressBackgroundFilter {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #FFFFFF;
    filter: alpha(opacity=70);
    opacity: 0.5;
    z-index: 0;
}

#processMessage {
    text-align: center;
    position: fixed;
    top: 40%;
    left: 40%;
    padding: 10px;
    width: 20%;
    height: 20%;
    z-index: 0;
    background-color: transparent;
}

/**** Animación de cargar página ****/
@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }
}

.div_loading {
    float: left;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: #0074D1;
}

.loading-container {
    display: block !important;
    float: none !important;
    width: 80px;
    margin: auto;
}

.loading-1, .loading-2, .loading-3 {
    width: 20px;
    height: 20px;
    background: #00AEEF;
    animation: pulse .99s linear infinite;
    float: left;
    border-radius: 10px;
}

.loading-2 {
    animation-delay: 0.33s;
    margin: 0 10px;
}

.loading-3 {
    animation-delay: 0.66s;
}
/**** Fin Animación carga ****/

.dx_centrar {
    margin: 0 auto !important;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.nota {
    clear: both;
    font-size: 12px;
    font-style: italic;
    color: #6d6f72;
}

.lblNivel1 {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 15px;
    color: #00415F;
    text-align: center;
}

.etiForm1 {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 0.85em;
    color: #004964;
}

.grid_1 {
    display: inline;
    float: left;
    position: relative;
    margin-left: 6px;
    margin-right: 5px;
}

.modalBackground {
    background-color: #172b6b;
    filter: alpha(opacity=80);
    opacity: 0.7;
}

.visible_R {
    display: none;
}

@media all and (min-width:780px) {

    .cuerpoSeccionSupIzq {
        width: 100%;
        margin: 0 0 2% 0;
        padding: 2%;
        background-color: white;
        float: left;
    }

    .cuerpoSeccionSupIzqTabs {
        width: 100%;
        margin: 0 0 2% 0;
        background-color: transparent;
        float: left;
    }
}

@media all and (min-width:350px) and (max-width:499px) {

    .grid_1 { /* Para que en dispositivos moviles esté más compacto*/
        margin: 0;
    }
}

@media all and (min-width:600px) {

    #logoECICLOM {
        width: 400px;
    }
}

@media all and (min-width:400px) and (max-width:599px) {

    #logoECICLOM {
        width: 300px;
    }
}

@media all and (max-width:399px) {

    #logoECICLOM {
        width: 200px;
    }
}

/*GRAFICA Posicion entidad*/
input[type=checkbox].css-checkbox {
    position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); 
    height:1px; width:1px; margin:-1px; padding:0; border:0;
    background-color: rgb(0, 132, 51);
}

input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].css-checkbox + label.css-label.clr {
    padding-left:22px;
    height:22px; 
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:12px;
    vertical-align:middle;
    cursor:pointer;
}

input[type=checkbox].css-checkboxSup:checked + label.css-label, input[type=checkbox].css-checkboxSup + label.css-label.chk {
    background-position: 0 -22px;
}
input[type=checkbox].css-checkboxBas:checked + label.css-label, input[type=checkbox].css-checkboxBas + label.css-label.chk {
    background-position: 0 -44px;
}
input[type=checkbox].css-checkboxInf:checked + label.css-label, input[type=checkbox].css-checkboxInf + label.css-label.chk {
    background-position: 0 -66px;
}
input[type=checkbox].css-checkboxMin:checked + label.css-label, input[type=checkbox].css-checkboxMin + label.css-label.chk {
    background-position: 0 -88px;
}
input[type=checkbox].css-checkboxAlert:checked + label.css-label, input[type=checkbox].css-checkboxAlert + label.css-label.chk {
    background-position: 0 -110px;
}

label.css-label {
    background-image:url(../../Imagenes/checkboxPosicion.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*NUEVO DISEÑO GRID / REPORTES*/
.gridCabecera div{
    width:100%;
    text-align: center;
}

    .gridCabecera div span {
        font-family: Arial;
        font-size: 10.5pt;
        color: #3E3E3E;
    }

.gridCabecera div:first-child span{
    font-weight:bold;
}

.gridCabecera div:last-child {
    padding-top: 5px;
    text-align: right;
}

    .gridCabecera div:last-child span {
        font-size: 8.25pt;
    }

/*ResumenSCTInmediatas*/
.resumenTabla {
    border:0;
    padding:0;
}

    /*Primera filas*/
    .resumenTabla tr:first-child td p{
        padding:6px;
    }

    /*3 primeras filas*/
    .resumenTabla tr:nth-child(-n+3){
        border:solid silver 1.0pt;
        background:#93CDDD; /*#172B6B*/
        padding:.75pt .75pt .75pt .75pt;
    }
    
        .resumenTabla tr:nth-child(-n+3) td p {
            text-align:center;
            margin:0cm;
	        margin-bottom:.0001pt;
	        font-size:9pt;
	        font-family:Arial,sans-serif;
        }

            .resumenTabla tr:nth-child(-n+3) td p b span {
                font-size:9pt;
                font-family:Arial,sans-serif;
                color:white;
            }

        .resumenTabla tr:nth-child(-n+3) td div {
            margin:0cm;
	        margin-bottom:.0001pt;
	        font-size:9pt;
	        font-family:Arial,sans-serif;
        }

            .resumenTabla tr:nth-child(-n+3) td div{
                font-size:9pt;
                font-family:Arial,sans-serif;
                color:white;
            }

    /*Ultima -> TOTALES*/
    /*.resumenTabla tr:nth-last-child(-n+1) td:nth-child(-n+1){ /*last-child = nth-last-child(-n+1)*/
    /*    border-color: #fff;
        background: #fff;
    }*/

    .resumenTabla tr:last-child{ /*last-child = nth-last-child(-n+1)*/
        border:solid silver 1.0pt;
        background: #93CDDD; /*#7F90C1*/
        padding:.75pt .75pt .75pt .75pt;
    }
    
        .resumenTabla tr:last-child td:nth-child(1n+3) p {
            text-align:right;
            margin:0cm;
	        margin-bottom:.0001pt;
	        font-size:9.0pt;
	        font-family:"Times New Roman",serif;
        }

            .resumenTabla tr:last-child td p span {
                font-size:9pt;
                font-family:Arial,sans-serif;
                color:white;
            }

    /*Resto de filas*/
    .resumenTabla tr:nth-child(n+4):not(:last-child){
        height:12.0pt;
    }

        .resumenTabla tr:nth-child(n+3):not(:last-child) td {
            border:#fff; /*solid silver 1.0pt*/
            /*background:#00B0F0;*/
            padding:.75pt .75pt .75pt .75pt;
            height:12.0pt
        }

        /*1 primeras columnas*/
        /*.resumenTabla tr:nth-child(n+4):not(:last-child) td:nth-child(-n+1){
            background:#00B0F0;
            color:white
        }*/

        /*Fila Pasarela RT1*/
        .resumenTabla tr:nth-last-child(5){
            background:#DFF0F5;
        }

        /*Fila Pasarela TIPS*/
        .resumenTabla tr:nth-last-child(3){
            background:#DFF0F5;
        }

        /*Resto de columnas pares*/
        .resumenTabla tr:nth-child(n+4):not(:last-child):not(:nth-last-child(3)):not(:nth-last-child(5)):nth-child(even) td:nth-child(1n){ /*td:nth-child(1n+2)*/
            background:#fff; /*white*/
            color:black
        }

        /*Resto de columnas impares*/
        .resumenTabla tr:nth-child(n+4):not(:last-child):not(:nth-last-child(3)):not(:nth-last-child(5)):nth-child(odd) td:nth-child(1n){ /*td:nth-child(1n+2)*/
            background:#F2F2F2; /*#C6D9F1*/
            color:black
        }

        /*Resto de columnas*/
        .resumenTabla tr:nth-child(n+4):not(:last-child) td:nth-child(1n+3) p {
            text-align:right;
        }

        .resumenTabla tr:nth-child(n+4):not(:last-child) td p span {
            font-size:9pt;
            font-family:"Arial",sans-serif;
        }

    /*penultima fila margenes*/

@font-face {
    font-family: 'Arial Narrow' !important;
    src: url("../../Fuentes/arial-narrow_d0eb64ed2b91fe9a67f7800c1b14868b.woff") format('woff'),
        url("../../Fuentes/arial-narrow_d0eb64ed2b91fe9a67f7800c1b14868b.ttf") format('truetype');
}

/*Links documentos*/

.linkTexto {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #00b0f0;
    text-decoration: none;
}

.linkTexto:hover {
    text-decoration:underline;
}

.rbutton_config {

    text-align: left;
    font-family: Arial !important;
    font-size: 14px;

}

    .rbutton_config input[type="radio"],input[type="checkbox"] {
        display: none;
    }

    .rbutton_config label:before {
        content: "";
        display: inline-block;
        cursor: pointer;
        color: #404040;
        width: 16px;
        height: 16px;
        font-weight: bold;
        box-sizing: border-box;
        border: 1px solid #CBF7ED;
        vertical-align: top;
        color: #0074D1;
        box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
    }

    .rbutton_config input[type="radio"]:checked + label:before,input[type="checkbox"]:checked + label:before {
        content: "\2713";
    }

    .rbutton_config input[type="radio"]:disabled + label:before,input[type="checkbox"]:disabled + label:before {
        background-color: #EEEEEF;
    }


    

/*FORMULARIOS*/

.btnPlegable {
    width:100%;
    border:none;
    padding: 7px 7px 7px 27px;
    font-family: Segoe UI;
    font-weight: normal;
    font-size: 12px;
    color: White;
    text-align: Left;
    cursor: pointer;
    background: url(../../Imagenes/menos.png) left 7px top 7px no-repeat #AAAAAA;
}

.formulario h2 {
    font-family: Segoe UI;
    font-size: 18px;
    color: #23395B;
    font-weight: bold;
    text-align: left;
}

.formulario div {
    width:50%;
    float:left;
}

.formulario div div{
    width:70%;
}

.formulario div div:nth-child(1):not([id$="DDD_CSD-1"]) {
   width: 150px;
   margin-bottom:10px;
}

.formulario div div:nth-child(2) {
   margin-bottom:10px;
}

.formulario h3 {
    font-size: 13px;
    color: #23395B;
    padding: 4px 4px 4px 0px;
    white-space: nowrap;
}

.formulario span {
    font-size: 11px;
    color: #23395B;
    padding: 4px 4px 4px 0px;
    white-space: nowrap;
}

.formulario label {
    font-size: 11px;
    color: #23395B;
    white-space: nowrap;
}

.formulario input[type="text"]:disabled {
    color: #23395B;
    background-color: white;
}

.formulario input[type="text"]:not([id$="I"]) {
    width:300px;
    font-size: 11px;
    color: #23395B;
    height: 20px;
    padding: 0px 1px 0px 0px;
    border: 1px solid #CBF7ED !important;
    border-spacing: 2px;
    padding-left: 2px;
}

.formulario table.dxeButtonEditSys {
    border: 1px solid #CBF7ED;
}

.formulario .dxic input[type="text"]{
    width:278px;
    height:16px;
    font-size: 11px;
    color: #23395B;
    text-align:center;
    font-family: 'Segoe UI';
}

.formulario input[type="radio"] {
    margin: 0px;
}

.formulario select {
    width: 300px;
    font-size: 11px;
    color: #23395B;
    height: 20px;
    padding: 0px 1px 0px 0px;
    border: 1px solid #CBF7ED;
    border-spacing: 2px;
    font-family: 'Segoe UI';
}

.formulario input[type="radio"],input[type="checkbox"] {
        display: none;
    }

    .formulario label:before {
        content: "";
        display: inline-block;
        cursor: pointer;
        text-align: center;
        font-size: 10px;
        width: 16px;
        height: 16px;
        font-weight: bold;
        box-sizing: border-box;
        border: 1px solid #CBF7ED;
        vertical-align: top;
        color: #0074D1;
        box-shadow: -1px 1px 2px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
        vertical-align: text-bottom;
    }

    .formulario input[type="radio"]:checked + label:before,input[type="checkbox"]:checked + label:before {
        content: "\2713";
    }

    .formulario input[type="radio"]:disabled + label:before,input[type="checkbox"]:disabled + label:before {
        background-color: #EEEEEF;
    }
