﻿/*© Sociedad Española de Sistemas de Pago, S.A. (Iberpay).Reservados todos los derechos.*/
/*
    iusci.css

    WEB DE INFORMACIÓN DE IBERPAY

    Estilos que afectan a partes específica de este site
*/

.bullet5 {
    padding: 2% 5% 0% 5%;
    color: #404040;
    font-size: 13px;
}

    .bullet5 li {
        font-size: 13px;
        font-weight: bold;
        list-style-type: lower-roman;
        list-style-position: outside;
        text-align: justify;
        padding-bottom: 1%;
        margin-left: 2.5%;
    }

        .bullet5 li a {
            font-weight: normal;
            font-size: 13px;
            text-align: justify;
        }

.bullet6 {
    padding: 2% 5% 0% 5%;
    color: #404040;
    font-size: 13px;
}

    .bullet6 li {
        font-size: 13px;
        font-weight: bold;
        list-style-type: lower-alpha;
        list-style-position: outside;
        text-align: justify;
        padding-bottom: 1%;
        margin-left: 2.5%;
    }

        .bullet6 li a {
            font-weight: normal;
            font-size: 13px;
            text-align: justify;
        }

.txtGvNovedades {
    font-size: 1.000em;
    font-family: Arial, Helvetica, sans-serif;
    color: #172b6b;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
}

.txtGrafico {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #464647;
    text-align: right;
    text-decoration: none;
    font-weight: bold;
}

/* SEGUIMIENTO DE PROCESOS -> COLORES TAB */
.TabError {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: glowing 3000ms infinite;
    -moz-animation: glowing 3000ms infinite;
    -o-animation: glowing 3000ms infinite;
    animation: glowing 3000ms infinite;
}

    .TabError:hover {
        color: #FF0000;
        font-weight: bold;
        font-size: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

.TabError_active {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.TabEjec {
    color: #FF9B37;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: glowing_ejec 3000ms infinite;
    -moz-animation: glowing_ejec 3000ms infinite;
    -o-animation: glowing_ejec 3000ms infinite;
    animation: glowing_ejec 3000ms infinite;
}

    .TabEjec:hover {
        color: #FF9B37;
        font-weight: bold;
        font-size: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

.TabEjec_active {
    color: #FF9B37;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.TabAlert {
    color: #FB4747;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: glowing 500ms infinite;
    -moz-animation: glowing 500ms infinite;
    -o-animation: glowing 500ms infinite;
    animation: glowing 500ms infinite;
}

    .TabAlert:hover {
        color: #FB4747;
        font-weight: bold;
        font-size: 12px;
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none;
    }

.TabAlert_active {
    color: #FB4747;
    font-weight: bold;
    font-size: 12px;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

.TabOk {
    color: #0074D1;
    font-weight: bold;
    font-size: 12px;
}

    .TabOk:hover {
        color: #0074D1;
        font-weight: bold;
        font-size: 12px;
    }

.TabOk_active {
    color: #0074D1;
    font-weight: bold;
    font-size: 12px;
}

.TabInfo {
    color: #172B6B;
    font-weight: bold;
    font-size: 12px;
}

    .TabInfo:hover {
        color: #172B6B;
        font-weight: bold;
        font-size: 12px;
    }

.TabInfo_active {
    color: #172B6B;
    font-weight: bold;
    font-size: 12px;
}

/* SEGUIMIENTO DE PROCESOS -> COLORES FILAS */
.ProcPlanificado {
    color: #404040 !important;
    background-color: #C1DBFA;
}

.ProcEjecucion {
    color: #404040 !important;
    background-color: #FFE181;
}

.ProcError {
    color: #FFFFFF !important;
    background-color: #FB4747;
}

.ProcEjecutado {
    color: #404040 !important;
    background-color: #C0E1A9;
}

.ProcParado {
    color: #424242 !important;
    background-color: #FFFFFF;
}

.txtGridPlanificado {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #6699FF;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridEjecutado {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #404040;
    background-color: #C0E1A9;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridNormal {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #29538A;
    background-color: #EEF9FB;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridEnEjecucion {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #404040;
    background-color: #FFE181;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

.txtGridFallo {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 11px;
    color: #FFFFFF;
    background-color: #FB4747;
    border: 2px;
    border-spacing: 10px;
    border-style: double;
}

/* CUADRO DE MANDO CM2 */
.inactivo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: Arial;
    color: #00B0F0;
    font-size: 12px;
    font-weight: bold;
}

    .inactivo:hover {
        background-color: #E0E0E0;
    }

.activo {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    font-family: Arial;
    color: #00B0F0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    background-color: #E0E0E0;
}

.info_activo {
    font-size: 10px;
    display: inline !important;
}

.info_inactivo {
    font-size: 10px;
    display: none !important;
}

.CM2_section {
    width: 100%;
    float: left;
    background-color: #F9F9F9;
    padding: 10px;
    padding-bottom: 20px;
}

.CM2_fecha {
    width: 18%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}

.CM2_datos {
    width: 79%;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}

.CM2_panel {
    width: 50%;
    float: left;
}

.CM2_panel_lateral {
    width: 20%;
    float: left;
}

.accordion {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}

.accordion_inactivo {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.accordion_activo {
    width: 79%;
    visibility: visible;
    opacity: 1;
}

.linkCM2 {
    font-size: 12px;
    font-family: "Trebuchet MS", Arial, san-serif;
    color: #4E77A0;
}

.label_datoCM2 {
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #404040;
}

.label_datoCM2_Resaltado {
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #888888;
}

.label_datErrorCM2 {
    line-height: 20px;
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
    font-weight: bold;
}

.label_detalleCM2 {
    line-height: 15px;
    font-family: Arial;
    font-size: 10px;
    color: #404040;
}

.CM2_liq6011 {
    display: none !important;
}

.CM2_liq7011 {
    display: none !important;
}

.dxtcScrollButtonIndent, .dxtcLeftIndentCell {
    display: none;
}

/* AjaxTabs en Cuadro de Mando -> Rendimiento */
.ajax__myTab3 .ajax__tab_header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    color: #464647;
    text-align: left;
    height: 20px;
    line-height: 20px;
    width: 160px;
}

.ajax__myTab3 .ajax__tab_tab {
    background-color: #D9D9D9;
    color: white;
    margin: 1px;
    width: 76px;
}

.ajax__myTab3 .ajax__tab_inner .ajax__tab_tab {
    padding-left: 8px;
    padding-right: 8px;
}

.ajax__myTab3 .ajax__tab_active .ajax__tab_tab {
    background-color: #00B0F0;
    color: white;
}

.ajax__myTab3 .ajax__tab_hover .ajax__tab_tab {
    background-color: #DCE5ED;
}

.ajax__myTab3 .ajax__tab_body {
    padding: 3px;
}

.tp_fecha_tab {
    position: absolute;
    padding-top: 2px;
    margin-left: 165px;
    margin-top: -23px;
}

.ddl_fecha_tab {
    height: 20px !important;
    margin-top: -1px !important;
}

.container_grafica {
    margin: 0 auto !important;
}

.label_Offline {
    line-height: 20px;
    font-family: Arial;
    font-size: 13px;
    color: #FF0000;
}

.label_Online {
    line-height: 20px;
    font-family: Arial;
    font-size: 13px;
    color: #00B050;
}

/* MENU DE ESTADISTICAS (NUEVO)*/
.menu_estad {
    background-color: transparent;
    width: 75%;
    height: 505px;
    margin: 0 auto;
    border-radius: 100%;
    z-index: 0;
    /*Centrado vertical y horizontal*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

    .menu_estad div {
        text-align: center;
        font-family: "Trebuchet MS", Arial, san-serif;
        font-size: 14px; /*16px*/
        color: #172b6b;
        font-weight: bold;
        float: left;
        list-style-type: none;
        box-sizing: border-box;
        margin-left: -80px;/*-87.5px*/
        /*line-height: 90px;*/ /*125px*/
        width: 160px; /*175px*/
        height: 110px; /*125px*/
        border-radius: 105px / 75px;
        background-color: #DCE5ED;
        cursor: pointer;
        -webkit-transition: -webkit-background-color 0.5s, -webkit-transform 0.3s;
        -moz-transition: -moz-background-color 0.5s, -moz-transform 0.3s;
        transition: background-color 0.5s, transform 0.3s;
        box-shadow: 2px 2px 3px #81abd6;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu_estad div:hover {
        background-color: #00B0F0;
        color: #FFFFFF;
        z-index: 1000;
        -ms-transform: scale(1.5,1.5);
        -webkit-transform: scale(1.5,1.5);
        transform: scale(1.5,1.5);
    }

        .menu_estad div a{
            display: block;
            color: #172b6b;
            text-decoration: none;
            -webkit-transition: -webkit-color 0.5s;
            -moz-transition: -moz-color 0.5s;
            transition: color 0.5s;
        }

        .menu_estad div a:hover {
            color: #FFFFFF;
        }

    .menu_estad div:nth-child(1) {
        font-size:16px;
        width: 215px;
        height: 150px;
        margin-left: -107.5px;
        top: calc(35%);
    }

    .menu_estad div:nth-child(2) {
    }

    .menu_estad div:nth-child(3) {
        top: calc(10%);
        right: calc(19%);
    }

    .menu_estad div:nth-child(4) {
        top: calc(27%);
        right: calc(0%);
    }

    .menu_estad div:nth-child(5) {
        bottom: calc(27%);
        right: calc(0%);
    }

    .menu_estad div:nth-child(6) {
        bottom: calc(10%);
        right: calc(19%);
    }

    .menu_estad div:nth-child(7) {
        bottom: calc(0%);
    }

    .menu_estad div:nth-child(8) {
        bottom: calc(10%);
        left: calc(28%);
    }

    .menu_estad div:nth-child(9) {
        bottom: calc(27%);
        left: calc(9%);
        /*margin-top: 30%;*/
    }

    .menu_estad div:nth-child(10) {
        top: calc(27%);
        left: calc(9%);
    }

    .menu_estad div:nth-child(11) {
        top: calc(10%);
        left: calc(28%);
    }
/* FIN menu estadisticas (NUEVO)*/

.tbLimites_disabled {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424242;
    margin-bottom: 3px;
    margin-top: 3px;
    background-color: #FFFFFF;
    border-style: none;
}

.filaHistorico {
    font-family: "Trebuchet MS", Arial, san-serif;
    font-size: 9pt;
    color: #000000;
}

.tablaLim {
    width: 100%;
    height: 100%;
}

    .tablaLim td {
        height: 20px;
        padding: 5px 5px 5px 5px;
        vertical-align: middle;
    }

.panelMensaje {
    width: 300px;
    height: 125px;
    background-color: #DCE5ED;
    padding: 20px;
}

.tituloSeccionCMMC {
    color: white;
    font-size: 1.000em;
    background-color: #172b6b;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 2% 2% 0 2%;
    text-transform: uppercase;
}

.tituloSeccionCMMCdisable {
    color: white;
    font-size: 1.000em;
    background-color: #A8A8A8;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 2% 2% 0 2%;
    text-transform: uppercase;
}

    .tituloSeccionCMMCdisable:hover {
        background-color: #172b6b;
        cursor: pointer;
    }
    
.tituloDeshabilitado {
    margin: 0 2% 0 0;
    float: left;
    pointer-events: none;
}

    .tituloDeshabilitado span {
    color: white;
    font-size: 1.000em;
    background-color: #A8A8A8;
    padding: 5px 20px 5px 20px;
    display: inline-block;
    margin-top: 2% 2% 0 2%;
    text-transform: uppercase;

    }

.divTituloSeccionCMMC {
    margin: 0 2% 0 0;
    float: left;
}

.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.HellowWorldPopup {
    min-width: 400px;
    max-width: 600px;
    min-height: 300px;
    background: white;
}

.HellowWorldPopupSMTP {
    min-width: 400px;
    max-width: 600px;
    min-height: 325px;
    background: white;
}

.Controls {
    height: 50px;
    padding: 5px;
    text-align: center;
    line-height: 40px;
    background-color: #172B6B;
}

.PopupHeader {
    height: 25px;
    padding: 15px;
}

.PopupBody {
    height: 225px;
    padding: 15px;
}

.PopupBodySMTP {
    height: 250px;
    padding: 15px;
}

.infoRecurso {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url("../../Imagenes/info-azul-select.png");
    background-size: 20px;
    float: right;
}

    .infoRecurso:hover {
        background-image: url("../../Imagenes/info-azul.png");
        cursor: pointer;
    }

.divRecurso {
    border: black 1px solid;
    color: black;
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    color: #172B6B;
}

/* Cuando una tarea está deshabilitada en el Programador de Tareas del Servidor */
.divRecursoTareaDeshabilitada {
    border: black 1px solid;
    color: black;
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    color: #172B6B;
    background-color: lightgrey;
}

.infoRecursoTareaDeshabilitada {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url("../../Imagenes/Equis_roja.png");
    background-size: 20px;
    float: right;
    pointer-events: none;
    cursor: default;
}

/* Recurso NO disponible */
.infoRecursoNoDisp {
    width: 20px;
    height: 20px;
    vertical-align: bottom;
    background-image: url("../../Imagenes/info-rojo-select.png");
    background-size: 20px;
    float: right;
}

    .infoRecursoNoDisp:hover {
        background-image: url("../../Imagenes/info-rojo.png");
        cursor: pointer;
    }

.divRecursoNoDisp {
    border: red 1px solid;
    background-color: pink;
    color: black;
    width: 31%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
    font-family: Verdana;
    font-size: 12px;
    color: #172B6B;
}

.divRecursoSMTP {
    border: black 1px solid;
    background-color: transparent;
    color: black;
    width: 48%;
    margin: 1%;
    padding: 1%;
    float: left;
    display: block;
}

.divTituloSMTP {
    background-color: transparent;
    color: black;
    width: 50%;
    padding: 1%;
    display: block;
    float: left;
    font-family: Verdana;
    font-size: 14px;
    color: #172B6B;
}

.puerto {
    border: 1px solid green;
    color: green;
    background-color: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    float: right;
    margin: 0px 5px 0px 5px;
}


.puertoNoDisp {
    /*border: 1px solid red;*/
    background-color: red;
    color: white;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100px;
    text-align: center;
    float: right;
    margin: 0px 5px 0px 5px;
}

    .puerto:hover, .puertoNoDisp:hover {
        cursor: pointer;
    }

.lblTituloHeader {
    font-family: Verdana;
    font-size: 14px;
    border-bottom: 3px solid #172B6B;
    padding: 5px;
    color: #172B6B;
}

.divSeccionBody {
    border: 1px solid #BDBDBD;
    padding: 5px;
    margin: 10px 0px 10px 0px;
}

.lblSeccionesBody {
    font-family: Arial;
    font-size: 12px;
    color: #585858;
}

.lblTextoSeccionesBody {
    font-family: Arial;
    font-size: 12px;
    color: #172B6B;
    font-weight: bold;
}

.control_Cons {
    width: 400px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #7D7D7D; /*#003366;*/
    border: 2px solid #E0E0E0;
    background-color: #F2F2F2;
    margin-bottom: 3px;
    margin-top: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
}

    .control_Cons option {
        background-color: #FFFFFF;
    }
