/* Edited with EditCSS */
/**** LINK-tag style sheet Styles.css ****/
/* Requadre H1 #4D90FE Text #4D90FE MAY */
/* Requadre H2 #D6D4D4 Text #4D90FE Min */
/* Labels #4E5252 Min */
/*@import url */

:root {
    --primary-color: #4D90FE;
}

canvas {
    -ms-touch-action: double-tap-zoom;
}

* {
    margin: 0;
}

html, body {
    min-height: 100%;
    margin: 0px;
    height: 100%;
}

#Form1 {
    height: 100%;
}

#page {
    min-height: 90%;
    position: relative;
    overflow: hidden;
}

/*.cookiealert.show {
    visibility: hidden !important;
}*/

/******************************************************************************/
/*DEFAULT STYLES FOR ALL SECTIONS**********************************************/
/******************************************************************************/

body {
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 70%;
    color: #000000;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    cursor: auto;
}

.titulo {
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF; /*custom*/
}

.ident {
    font-family: Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    font-size: 24px;
    color: Red;
}

table {
    font-weight: normal;
    font-size: 100%;
    width: 100%;
}

.tablereset {
    width: auto;
    min-width: 0;
    display: table;
    border: medium none;
    border-collapse: collapse;
}

    .tablereset td {
        padding: 0px;
    }

.menuFrame {
    width: auto;
    min-width: 0;
    display: table;
}
/*desplegables informes CR*/

/* DEFAULTS - ALIGNMENT */

.td-right {
    text-align: right;
}

.td-left {
    text-align: left;
}

.td-center {
    text-align: center;
}

.td-top {
    vertical-align: top;
}

.td-middle {
    vertical-align: middle;
}

.td-bottom {
    vertical-align: bottom;
}

.td_space {
    height: auto; /* Asegura que la altura se ajuste al contenido */
    padding: 0; /* Elimina el padding que podrķa afectar la altura */
    border: none; /* Opcional: elimina el borde si no es necesario */
}

.center-align {
    text-align: center;
}

.center-div {
    margin-left: auto;
    margin-right: auto;
}

.right-div {
    margin-left: auto;
    margin-right: 0;
}

.left-div {
    margin-left: 0;
    margin-right: auto;
}

.reportForm {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 70%;
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}

#crVisor__UI table {
    width: auto;
    min-width: 0;
    display: table;
}

tr.tableHeader {
    background-color: #d3d3d3;
    font-weight: bold;
    border-bottom: solid 1px #000000;
}

td.tableHeader {
    background-color: #d3d3d3;
    font-weight: bold;
    border-bottom: solid 1px #000000;
}

input[type="image"] {
    border: none;
    vertical-align: middle;
}

input[type="checkbox"] {
    vertical-align: text-bottom;
}

select {
    font-weight: normal;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 7.5pt;
    font-style: normal;
    padding: 2px;
    height: 22px;
}

    select .option {
        font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    }

option {
    background-color: #ffffff;
    /*padding: 1px 6px; custom*/
}

a:link {
    color: #005C96; /*custom*/
    text-decoration: none;
}

a:visited {
    color: #005C96; /*custom*/
    text-decoration: none;
}

a:active {
    color: #005C96; /*custom*/
    text-decoration: none;
}

a:hover {
    color: #005C96; /*custom*/
    text-decoration: none;
}

a:focus {
    outline: none;
}

a img {
    border: none;
    cursor: pointer;
}

.tbold {
    font-weight: bold;
}

#pnlBotones .bigta {
    padding: 10px 20px !important; /*custom new*/
}

/*multiple-select*/
.ms-parent.m-wrap button {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.ms-choice > span {
    padding-left: 4px;
}

.ms-drop ul > li label {
    font-size: 12px;
}
/*^multiple-select*/

/******************************************************************************/
/******************************************************************************/
/*OK0*/
.text {
    color: #000000;
    text-decoration: none;
}

.plano {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
    color: #4E5252;
}

.CUADRO {
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    text-decoration: none;
    font-size: small;
}

.planobp,
.planobpN {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.planobpN {
    font-weight: bold;
}

.valorbp,
.valorbpN {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #ffffff;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}

.valorbpN {
    font-weight: bold;
}
/*FIN OK0*/

div.total {
    background-color: Aqua;
}

a2:link {
    color: #005C96;
    text-decoration: underline;
}

.title {
    color: #333366;
    text-decoration: none;
    font-weight: bold;
}

.desc {
    color: #336699;
    text-decoration: none;
}

.form {
    color: #000000;
    text-decoration: none;
}

.error {
    color: #ff0000;
    text-decoration: none;
}

div.logo {
    position: relative;
    z-index: 2000;
}

#pnlBloqueoCliente {
    background-color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-color: #4d90fe;
    width: 800px;
}

    #pnlBloqueoCliente h1 {
        margin-top: 10px;
        text-align: center;
    }

    #pnlBloqueoCliente div {
        margin: 25px;
        text-align: center;
    }

        #pnlBloqueoCliente div > span {
            font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
            font-size: 14px;
        }

.FondoAplicacion {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.margin-button {
    margin: 15px 0 !important;
}

/******************************************************************************/
/********HOJA DE ESTILO MODIFICADA PARA ESTADARIZAR LA WEB 25/07/2008  ********/
/******************************************************************************/

.MensajeErrorInformativoPequenyo {
    color: #ff0000;
    text-decoration: none;
}

.MensajeErrorUserIndex {
    color: #ff0000;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #FFFFFF; /*custom*/
    width: 80%;
}

.TextoGrandeN {
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 10pt;
    font-style: normal;
}

.LabelTitulo,
.LabelTituloSeccion1 {
    font-size: 14px; /*custom*/
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 600; /*custom*/
    text-decoration: none;
    color: #4D90FE; /*custom*/
    padding: 4px;
}

.LabelTituloSeccion13 {
    font-size: 13px; /*custom*/
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold; /*custom*/
    text-decoration: none;
    color: #4D90FE; /*custom*/
    padding: 4px;
}

.LabelTituloSeccionEstadisticas,
.LabelTituloSeccionEnergia {
    font-size: 14px; /*custom*/
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold; /*custom*/
    text-decoration: none;
    color: #2B35A0; /*custom*/
    padding: 4px;
}

.LabelTituloSeccionGrande {
    font-size: 14px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #4E5252;
    padding: 4px;
}

.LabelTituloSubSeccion1 {
    font-size: 13px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #4E5252;
}

.LabelTituloSeccion1a {
    color: #4E5252;
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.LabelTituloSubSeccion1a {
    color: #4E5252;
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.MarcoSeccion1 {
    border: solid 2px #4D90FE;
    padding: 2px;
}

/*pagRGUMOnline.aspx*/
.MarcoResaltado {
    border: solid 1px #D6D4D4;
    padding-left: 5px;
}

/******************************************************************************/
/********HOJA DE ESTILO MODIFICADA PARA ESTADARIZAR LA WEB 07/04/2009 */

.barralogo {
    background-color: #4D90FE; /*custom*/
    height: 28px;
    padding-right: 10px;
    border-collapse: collapse;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #000000;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: -webkit-use-text-color -webkit-use-text-color #000000;
    border-color: -moz-use-text-color -moz-use-text-color #000000;
    border-color: use-text-color use-text-color #000000;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
}

    .barralogo td {
        padding: 0;
    }

    .barralogo img {
        margin-right: 15px;
        max-height: 25px;
        /*vertical-align: middle;
        border-style: none;*/
    }

.barralogoindex {
    background-color: #4D90FE; /*custom*/
    height: 90px;
    padding-left: 10px;
    /*border-collapse: collapse;
    -webkit-border-bottom-colors: none;
    -webkit-border-left-colors: none;
    -webkit-border-right-colors: none;
    -webkit-border-top-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #000000;
    border-left-colors: none;
    border-right-colors: none;
    border-top-colors: none;
    border-color: -webkit-use-text-color -webkit-use-text-color #000000;
    border-color: -moz-use-text-color -moz-use-text-color #000000;
    border-color: use-text-color use-text-color #000000;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;*/
    /*Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1eff4+0,d8d7dc+100 */
    /*background: #f1eff4; /* Old browsers custom */
    /*background: -moz-linear-gradient(top, #f1eff4 0%, #d8d7dc 100%); /* FF3.6-15 custom */
    /*background: -webkit-linear-gradient(top, #f1eff4 0%,#d8d7dc 100%); /* Chrome10-25,Safari5.1-6 custom */
    /*background: linear-gradient(to bottom, #f1eff4 0%,#d8d7dc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ custom */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1eff4', endColorstr='#d8d7dc',GradientType=0 ); /* IE6-9 custom */
    -webkit-box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 10px 14px 0px rgba(0,0,0,0.54);
}

    .barralogoindex img {
        margin-left: 15px;
        /*margin-right: 10px;*/
        /*width: 150px*/
    }

.barraserver {
    background-color: #F1EFEF;
    color: #000000;
    height: 18px;
    padding-right: 4px;
    border: medium none;
    border-collapse: collapse;
}

    .barraserver td {
        padding: 0;
    }

/*OK1*/
.FondoAlternativo {
    background-color: #F0F0F0;
    text-decoration: none;
}

.FondoTitulo {
    border: solid 2px #4D90FE; /*custom*/
    padding: 4px;
    background-color: #FFFFFF;
    width: 100%;
}

.FondoTituloEstadisticas {
    border: solid 2px #2B35A0; /*custom*/
    padding: 4px;
    background-color: #FFFFFF;
    width: 100%;
}

.FondoTituloEnergia {
    border: solid 2px #2B84A0; /*custom*/
    padding: 4px;
    background-color: #FFFFFF;
    width: 100%;
}

.FondoTituloSeccion1 {
    border: solid 2px #D6D4D4; /*custom*/
    padding: 4px;
    background-color: white;
}

.FondoTituloSeccionTB {
    padding: 4px; /*custom*/
}

.FondoSubTitulo1 {
    border: solid 1px #D6D4D4; /*custom*/
    padding: 2px;
}

.FondoDescripcion {
    border: solid 1px #D6D4D4;
    padding: 3px;
    background-color: #F3F1F1;
}

.TituloOpcionesSeccion1 {
    border: solid 1px #D6D4D4; /*custom*/
    padding: 4px;
    background-color: white;
}

.TablaOpcionesSeccion1 {
    border: solid 1px #D6D4D4; /*custom*/
    padding: 0px;
    background-color: white;
}

.TablaOnLineSeccion1 {
    border: solid 1px #D6D4D4; /*custom*/
    padding: 0px;
    background-color: white;
    /*height: 1px;*/
    width: 100%;
}

.TablaOnLineSeccion1a {
    border-style: solid;
    border-top: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-color: #D6D4D4; /*custom*/
    border-left-color: #D6D4D4; /*custom*/
    border-right-color: #D6D4D4; /*custom*/
    padding: 0px;
    background-color: white;
    /*height: 1px;*/
    width: 100%;
}

.TablaOpcionesSeccion2 {
    border: solid 1px #D6D4D4;
    padding: 2px;
    background-color: white;
}

.MarcoOpcionesSeccion1 {
    border: solid 1px #D6D4D4; /*custom*/
    padding: 0px;
    background-color: white;
}

.MarcoOpcionesSeccion1a {
    border-style: solid;
    border-top: none;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-bottom-color: #D6D4D4; /*custom*/
    border-left-color: #D6D4D4; /*custom*/
    border-right-color: #D6D4D4; /*custom*/
}

.MarcoOpcionesSeccion2 {
    border: solid 1px #D6D4D4;
    padding: 2px;
}

.MarcoOpcionesSeccion3 {
    border: solid 1px #D6D4D4;
    padding: 2px;
    background-color: #FFFFFF;
}

/*FIN OK1*/

.TextoNormal {
    font-size: 10px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

.TextoLowColor {
    font-size: 10px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    color: #4E5252;
    vertical-align: middle;
}

.TextoNormalColor {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    color: #4E5252;
    vertical-align: middle;
}

.TextoNormalC {
    font-size: 10px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    text-align: center;
}

.TextoNormalPColor {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    padding: 6px;
    color: #4E5252;
    vertical-align: middle;
}

.TextoNormalNColor {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; /*custom*/
    color: #4E5252;
    font-weight: bold; /*custom*/
    text-decoration: none;
    font-style: normal;
    vertical-align: middle;
}

.TextoNormalNP {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; /*custom*/
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    padding: 6px;
}

.TextoNormalNPColor {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif; /*custom*/
    color: #4E5252;
    font-weight: bold; /*custom*/
    text-decoration: none;
    font-style: normal;
    padding: 6px;
    vertical-align: middle;
}

.TextoNormalNPColorMaster {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #852B99;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    padding: 6px;
    vertical-align: middle;
}

.TextoNormalNPWhite {
    font-size: 12px; /*custom*/
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #FFFFFF; /*custom*/
    font-weight: bold; /*custom*/
    text-decoration: none;
    font-style: normal;
    padding: 6px;
    vertical-align: middle;
}

.TextoNormalN12 {
    font-size: 12px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
}

.TextoNormalObligNPColor {
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #54A642;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    padding: 6px;
    vertical-align: middle;
}

.TextoNormalN12Color {
    font-size: 12px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    color: #4E5252;
}

.TextoNormalN16Color {
    font-size: 16px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    color: #4E5252;
}

.MensajeErrorInformativo {
    color: #ff0000;
    font-size: 14px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

.MensajeErrorInformativoGrande {
    color: #ff0000;
    font-size: 14px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
}

.MensajeErrorRequerido {
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    color: #ff0000;
    font-size: 10px;
}

/*OK2*/
.DGHeaderStyle10BL {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    border: solid 1px #D6D4D4;
    padding: 4px;
    min-width: 20px;
}

.DGItemStyle10BL {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: left;
    border: solid 1px #D6D4D4;
    padding: 4px;
}

.DGItemStyle10BLActiva {
    color: red;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: left;
    border: solid 1px #D6D4D4;
    padding: 4px;
}

.DGItemStyle10BL a:link {
    color: #4E5252; /*custom*/
    font-weight: bold;
}

.DGItemStyle10BL a:hover {
    color: #005C96; /*custom*/
    font-weight: bold;
}

.DGHeaderStyleDate10BC {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    border: solid 1px #D6D4D4;
    padding: 4px;
    min-width: 105px;
}

.DGHeaderStyle10BC {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    border: solid 1px #D6D4D4;
    padding: 4px;
    min-width: 20px;
}

.DGHeaderStyle10BCMaster {
    color: #852B99;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    border: solid 1px #D6D4D4;
    padding: 4px;
    min-width: 20px;
}

.DGempty-row td {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
    border: solid 1px #D6D4D4;
    padding: 3px;
}

table#dgManiobras {
    border-spacing: 0 !important;
}

    table#dgManiobras th,
    table#dgManiobras td {
        color: #4E5252;
        font-size: 11px;
        font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
        text-align: center;
        border: solid 1px #D6D4D4;
        padding: 3px;
    }

    table#dgManiobras th {
        font-weight: bold;
    }

    table#dgManiobras td {
        font-weight: normal;
    }

.DGAlternatingItemStyle {
    background-color: #F5F5F5;
}

.DGItemStyle10BR {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: right;
    border: solid 1px #D6D4D4;
    padding: 3px;
}

.DGItemStyle10BC {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: center;
    border: solid 1px #D6D4D4;
    padding: 3px;
}

.DGItemStyleLK10BL {
    color: #005C96;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-align: left;
    border: solid 1px #D6D4D4;
    text-decoration: none;
    padding: 3px;
}

    .DGItemStyleLK10BL a:link, a:visited, a:hover, a:active {
        color: #005C96; /*custom*/
        font-weight: bold; /*custom*/
        /*font-style: italic; custom*/
        /*text-decoration: underline;*/
    }

/*.DGItemStyleLK10BL a:hover {
		    color: #CF3029;*/ /*custom*/
/*font-weight: 500;*/ /*custom*/
/*font-style: italic;*/ /*custom*/
/*}*/

.DGItemStyleLK10BC {
    color: #005C96;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    border: solid 1px #D6D4D4;
    text-decoration: none;
    padding: 3px;
}

    .DGItemStyleLK10BC a:link, a:visited, a:hover, a:active {
        color: #005C96; /*custom*/
        font-weight: bold;
    }

.DGHeaderStyle10BL0 {
    color: #2D2D2D;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    border: solid 0px #D6D4D4;
    padding: 3px;
    min-width: 20px;
}

.DGItemStyle10BL0 {
    color: #2D2D2D;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    border: solid 0px #D6D4D4;
    padding: 3px;
}

.DGItemStyleLK10BL0 {
    color: #005C96;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: left;
    border: solid 0px #D6D4D4;
    text-decoration: none;
    padding: 3px;
}

    .DGItemStyleLK10BL0 a:link {
        color: #005C96; /*custom*/
        font-weight: bold;
    }

.NumPageStyleDG1 {
    color: #D6D4D4;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    height: 30px;
}

    .NumPageStyleDG1 a {
        color: #4D90FE; /*custom*/
        padding: 3px 6px;
        border: 1px solid #4D90FE; /*custom*/
        /* background-color: #e4e7e7;*/ /*custom*/
    }

    .NumPageStyleDG1 span {
        background-color: #0072BB; /*custom*/
        border: 1px solid #0072BB; /*custom*/
        color: #FFFFFF;
        padding: 3px 6px;
    }

    .NumPageStyleDG1 a:hover {
        color: #FFFFFF;
        background-color: #0072BB; /*custom*/
    }

    .NumPageStyleDG1 table {
        width: auto;
    }

.NumPageLow2StyleDG1 {
    color: #D6D4D4;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    height: 30px;
}

    .NumPageLow2StyleDG1 a {
        color: #4D90FE;
        padding: 3px 2px;
        border: 1px solid #4D90FE;
    }

    .NumPageLow2StyleDG1 span {
        background-color: #0072BB;
        border: 1px solid #0072BB;
        color: #FFFFFF;
        padding: 3px 2px;
    }

    .NumPageLow2StyleDG1 a:hover {
        color: #FFFFFF;
        background-color: #0072BB;
    }

    .NumPageLow2StyleDG1 table {
        width: auto;
    }

.GVHeaderStyle10,
.GVHeaderStyle10 th,
.GVHeaderStyle10 td {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: solid 1px #D6D4D4;
    padding: 4px;
}

.GVHeaderStyle10sr,
.GVHeaderStyle10sr th,
.GVHeaderStyle10sr td {
    color: #4E5252;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    border: solid 1px #D6D4D4;
    border-right: solid 1px transparent !important;
    padding: 4px;
}

.GVHeaderStyle10 div {
    width: 265px;
}

.RDM90_NO,
.RDM90_Normal,
.RDM90_Alarma {
    font-size: 14px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 1px;
}

.RDM90_NO,
.RDM90_Normal {
    color: #4E5252;
}

.RDM90_Normal {
    font-weight: bold;
}

.RDM90_Alarma {
    color: red;
}

.RGU_NO,
.RGU_Normal,
.RGU_Alarma {
    font-size: 14px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 1px;
}

.RGU_NO,
.RGU_Normal {
    color: #4E5252;
}

.RGU_Normal {
    font-weight: bold;
}

.RGU_Alarma {
    color: red;
}

.CheckSeleccionado {
    color: #4E5252;
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.CheckDesseleccionado {
    color: #4E5252;
    font-size: 12px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    text-decoration: none;
    background-color: transparent;
}

/*FIN OK2*/

.modalProgressGreyBackground {
    background: #D6D4D4;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalProgressRedBackground {
    background: Red;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.modalPopup {
    text-align: center;
    padding-top: 30px;
    border-style: solid;
    border-width: 1px;
    background-color: White;
    width: 300px;
    height: 100px;
}

.updateProgress {
    position: absolute;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

    .updateProgress div {
        background-color: white;
        padding: 4px;
        position: absolute;
        top: 10%;
        left: 50%;
    }

/*RadGrid*/
.rgCommandRow {
    background: repeat-x scroll 0 -2300px #FAFAFA !important;
}

.rgExpandCol,
.InnerHeaderStyleH,
.InnerHeaderStyleB {
    background: repeat-x scroll 0 -2300px #C1C1C1 !important;
    font-size: 12px !important;
}

.InnerHeaderStyleA {
    background: repeat-x scroll 0 -2300px #DBDBDB !important;
    font-size: 12px !important;
}

.lblTituloCuadros {
    font-size: 12px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    text-decoration: none;
    color: #4E5252;
}

.lblTituloCuadrosP {
    font-size: 12px;
    font-family: Verdana, Tahoma, MS Sans Serif, Arial, Sans Serif;
    font-weight: bold;
    text-decoration: none;
    color: #4E5252;
    padding: 4px;
}

.NotificacionErrorRed {
    font-size: 14px;
    color: red;
    font-family: Tahoma,Verdana,MS Sans Serif,Arial,Sans Serif;
    text-decoration: blink;
}

.NotificacionErrorBlue {
    font-size: 14px;
    color: blue;
    font-family: Tahoma,Verdana,MS Sans Serif,Arial,Sans Serif;
    text-decoration: blink;
}

.TablaTAProg,
.TablaTAProgB,
.TablaTAProgBL,
.TablaTAProgL,
.TablaTAProgRL,
.TablaTAProgRBL,
.TablaTAProgRB,
.TablaTAProgColor,
.TablaTAProg1RBLColor,
.TablaTAProgBColor,
.TablaTAProgBLColor,
.TablaTAProgTLColor,
.TablaTAProgTRLColor,
.TablaTAProgTBLColor,
.TablaTAProgTRBLColor,
.TablaTAProgLColor,
.TablaTAProgRLColor,
.TablaTAProgRBLColor,
.TablaTAProgRBColor {
    border-style: solid;
    border-color: #D6D4D4;
    padding: 0px;
    background-color: white;
    border-spacing: 0px;
    border-collapse: collapse;
}

.TablaTAProgColor,
.TablaTAProgBColor,
.TablaTAProgBLColor,
.TablaTAProgTLColor,
.TablaTAProgTRLColor,
.TablaTAProgTBLColor,
.TablaTAProgTRBLColor,
.TablaTAProgLColor,
.TablaTAProgRLColor,
.TablaTAProgRBLColor,
.TablaTAProgRBColor {
    border-style: dashed;
    border-color: #4A4949;
}

.TablaTAProgB,
.TablaTAProgRB {
    padding: 6px;
}

.TablaTAProg,
.TablaTAProgColor,
.TablaTAProgTRBLColor {
    border-width: 1px;
}

.TablaTAProgB,
.TablaTAProgBColor {
    border-width: 0 0 1px 0; /* top right bottom left */
}

.TablaTAProgBL,
.TablaTAProgBLColor {
    border-width: 0 0 1px 1px; /* top right bottom left */
}

.TablaTAProgL,
.TablaTAProgLColor {
    border-width: 0 0 0 1px; /* top right bottom left */
}

.TablaTAProgRL,
.TablaTAProgRLColor {
    border-width: 0 1px 0 1px; /* top right bottom left */
}

.TablaTAProgRBL,
.TablaTAProgRBLColor {
    border-width: 0 1px 1px 1px; /* top right bottom left */
}

.TablaTAProgRB,
.TablaTAProgRBColor {
    border-width: 0 1px 1px 0; /* top right bottom left */
}

.TablaTAProgTLColor {
    border-width: 1px 0 0 1px; /* top right bottom left */
}

.TablaTAProgTRLColor {
    border-width: 1px 1px 0 1px; /* top right bottom left */
}

.TablaTAProgTBLColor {
    border-width: 1px 0 1px 1px; /* top right bottom left */
}

.TablaS90Config1,
.TablaS90Config1Bottom,
.TablaS90Config1LB,
.TablaS90Config1L {
    border-style: solid;
    border-color: #D6D4D4;
    padding: 0px;
    background-color: white;
    border-spacing: 0px;
    border-collapse: collapse;
}

.TablaS90Config1Bottom {
    border-width: 0 0 1px 0; /* top right bottom left */
}

.TablaS90Config1L {
    border-width: 0 0 0 1px; /* top right bottom left */
}

.TablaS90Config1LB {
    border-width: 0 0 1px 1px; /* top right bottom left */
}

.loadingModal {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
}

label {
    line-height: 20px;
    margin: 0 6px;
    height: 24px;
}

#container {
    width: 100%;
    text-align: left;
    min-height: 100%;
    position: relative;
    height: 100%;
    margin: 0 auto; /*header fixe*/
    clear: both; /*footer final*/
    height: auto; /*prova footer*/
    /*overflow: hidden; prova footer*/
    overflow: auto;
}

/*HeaderWithMenu*/
#header {
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    text-align: left;
    height: 90px; /*custom*/
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 100;
    min-width: 990px;
}

#header1 {
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    text-align: left;
    /*height: 90px;*/
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 100;
    min-width: 990px;
}

/*HeaderWithoutMenu*/
/*#header {
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    text-align: left;
    height: 45px;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 100;
    min-width: 990px;
}*/

.HeaderWithMenu {
    height: 90px;
}

.HeaderWithoutMenu {
    height: 45px;
}

/*ContentWithMenu*/
#content {
    margin-left: 5%;
    width: 990px;
    /*margin: 0 auto;*/
    margin: 45px auto 40px;
    padding-top: 45px;
}

#content1 {
    /*margin-left: 5%;*/
    width: 95%; /*990px; new*/
    /*margin: 0 auto;*/
    /*margin: 45px auto 40px;*/
    padding-top: 45px;
}

/*ContentWithoutMenu */
/*#content {
    margin-left: 5%;
    width: 990px;
    margin: 0 auto;
    margin: 0px auto 40px;
    padding-top: 45px;
}*/

.ContentWithMenu {
    margin: 45px auto 40px;
}

.ContentWithoutMenu {
    margin: 0px auto 40px;
}

#footer {
    float: left;
    text-align: center;
    position: relative;
    width: 90%;
    margin-left: 5%;
    z-index: auto;
    bottom: -1px;
    padding-bottom: 1px;
    height: 20px; /*prova footer*/
    margin-top: -22px; /*prova footer*/
}

#containerform {
    width: 100%;
    text-align: left;
    min-height: 100%;
    position: relative;
    height: 100%;
    margin: 0 auto; /*header fixe*/
    clear: both; /*footer final*/
    height: auto; /*prova footer*/
    /*overflow: hidden; prova footer*/
    overflow: auto;
}

#contentform {
    margin-left: 5%;
    width: 90%; /*840px*/
    margin: 0 auto;
}

#containerindex {
    width: 100%;
    text-align: left;
    min-height: 100%;
    position: relative;
    height: 100%;
    margin: 0 auto; /*header fixe*/
    clear: both; /*footer final*/
    height: auto; /*prova footer*/
    /*overflow: hidden; prova footer*/
    overflow: auto;
}

#headerindex {
    color: #FFFFFF;
    width: 100%;
    margin: auto;
    text-align: left;
    height: 90px; /*header fixe*/
    position: absolute; /*header fixe*/
    top: 0; /*header fixe*/
    /*background-color:#FFFFFF; header fixe*/
    z-index: 100;
    min-width: 990px;
}

#contentindex {
    margin-left: 5%;
    width: 990px;
    margin: 0 auto;
    margin: 45px auto 105px; /*custom footer*/
    padding-top: 100px; /*custom footer*/
}

#footerindex {
    float: left;
    text-align: center;
    position: relative;
    width: 90%;
    margin-left: 5%;
    z-index: auto;
    bottom: -1px;
    padding-bottom: 1px;
    height: 20px; /*custom footer*/
    margin-top: -105px; /*custom footer*/
    /* background-color: rgba(255, 255, 255, 1);*/ /*custom footer*/
    /* -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.54);*/
}

#headervisor {
    color: #EDF1F1;
    width: 100%;
    margin: auto;
    text-align: left;
    height: 45px; /*header fixe*/
    position: absolute; /*header fixe*/
    top: 0; /*header fixe*/
    z-index: 100;
    background: url("images/bgbody.gif") repeat-x scroll 0 0;
}

#containervisor {
    width: 100%;
    text-align: left;
    min-height: 100%;
    height: 100%;
    top: 0px;
    margin: 0 auto; /*header fixe*/
    position: absolute;
}

#contentvisor {
    margin-left: 5%;
    margin: 0 auto;
    margin: 20px auto 0px;
    padding-top: 45px;
}

#contentpopup {
    margin-left: 5%;
    width: 100%;
    margin: 0 auto;
}

#legend {
    /*font-family: roboto condensed,sans-serif !important;
    font-size: 13px !important;*/
    float: right;
    text-align: center;
    position: relative;
    /*padding-right: 5px;*/
    /*width: 100%;*/
    /*height: 80px;*/
}

    #legend .FondoLegend {
        border: solid 1px #D6D4D4;
    }

    #legend table {
        margin: 0 auto;
        text-align: left;
    }

        #legend table span {
            padding-left: 5px;
            padding-right: 5px;
        }

.FondoLegend {
    border: solid 1px #D6D4D4;
}

    .FondoLegend img {
        vertical-align: middle;
        margin-left: 5px;
    }

.clearfooter {
    height: 50px;
    clear: both;
}

.pie {
    text-align: center;
    vertical-align: bottom;
}

hr {
    width: 100%;
    color: #868686;
    margin-top: 0;
    margin-bottom: 0;
    border: inset;
    border-top: inset;
    border-width: 1px;
}

#sectionA, #sectionN /*new*/ {
    background-color: #F8F8F8;
}

/*#section1
{
	margin-left: 2px;
	margin-right: 2px;
}*/

#section1A /*new*/ {
    margin: 0 auto;
    width: 990px;
    padding: 25px 0;
}

#sectionNA /*new*/ {
    margin: 0 auto;
    width: 990px;
    padding: 25px 0 0 0;
}

#section1 /*new*/ {
    margin: 0 auto;
    width: 100%;
    /*padding: 25px 0;*/
}

    #section1 table, #sectionNA table, #section1A table {
        border-collapse: separate;
        border-spacing: 0px 2px;
    }

table.TableNoSpacing {
    border-spacing: 0px !important;
}

#sectionpass {
    text-align: center;
}

    #sectionpass table {
        margin: 0 auto;
        text-align: left;
    }

    #sectionpass td {
        padding: 2px 0;
    }

#tablecenter {
    text-align: center;
}

    #tablecenter table {
        margin: 0 auto;
        text-align: left;
    }

.RadWindow_Default a.rwIcon {
    background-image: none !important;
}

/*NotificationMsgWithMenu */
/*.NotificationMsg {
    background-color: #FFFFFF;
	height: 25px;
}*/

/*NotificationMsgWithoutMenu */
.NotificationMsg {
    background-color: #FFFFFF;
    height: 25px; /*custom*/
}

.RadForm.rfdTextbox .RadInputRTL .riError[type="text"],
.RadForm.rfdTextbox .RadInputRTL_Error[type="text"] {
    background-position: 3px -298px;
}

.LinkButtonLetra {
    color: #FF0000;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.LinkButtonLetra:link {
    color: #4E5252;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

a.LinkButtonLetra:visited {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

a.LinkButtonLetra:hover {
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #000000;
    font-size: 12px;
    text-decoration: none;
}

a.LinkButtonLetra:active {
    color: #000000;
    font-size: 12px;
    text-decoration: underline;
}

.SortedAscendingHeaderStyle,
.SortedDescendingHeaderStyle {
    padding-left: 20px;
    background-color: #FFFFCC;
}

.SortedAscendingHeaderStyle {
    background-image: url(../images/SortAsc.png);
}

.SortedDescendingHeaderStyle {
    background-image: url(../images/SortDesc.png);
}

.SortedAscendingCellStyle,
.SortedDescendingCellStyle {
    background-color: #FFFFCC;
}

table#chartmnet img {
    max-width: 715px;
}

.TablaSISeleccionada {
}

.TablaNOSeleccionada {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.ImgMiddle img {
    vertical-align: middle;
}

.AlarmaActiva {
    color: red;
    font-size: 11px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    text-align: left;
    border: solid 1px #D6D4D4;
    padding: 4px;
}

#contenedorCookies {
    background-color: #357fe1;
    bottom: 0;
    color: #FFFFFF;
    /*display: none;*/
    height: 60px;
    left: 0;
    overflow: hidden;
    padding-right: 50px;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#avisoCookies {
    padding: 13px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    width: auto;
    margin: auto;
}

    #avisoCookies A {
        color: #5cd2ed;
    }

#cierreAviso {
    background: url("../CSS/img/close_gnome.png") no-repeat scroll right 0 / cover transparent;
    width: 35px;
    height: 35px;
    padding-bottom: 0px;
    position: absolute;
    top: 20%;
    left: 90%;
}

.Hide {
    display: none;
}

/* 3 */
.RadMenu_Vista ul.rmRootGroup,
.RadMenu_Vista div.rmRootGroup {
    background-color: #4d90fe; /*custom*/
    border: 1px solid #4d90fe; /*custom*/
    padding: 3px 1px 3px 6px;
}
/* 13 */
/*.RadMenu_Vista,
.RadMenu_Vista a.rmLink {
    color: #000;
    font: normal 15px/19px roboto condensed,sans-serif;
    text-transform: lowercase;
    text-decoration: none;
}*/
.RadMenu_Vista,
.RadMenu_Vista a.rmLink {
    /*padding: 1px 0px;*/
}
    /* 27 */
    .RadMenu_Vista .rmHorizontal a.rmLink .rmText {
        padding-right: 0;
        padding-top: 0px;
    }
    /* 54 */
    .RadMenu_Vista .rmItem a.rmLink:hover,
    .RadMenu_Vista .rmItem a.rmFocused,
    .RadMenu_Vista .rmItem a.rmSelected {
        background-color: #0072bb; /*custom*/
        border: 0px solid #0072bb; /*custom*/
        padding: 1px 12px;
    }
    /* 64 */
    .RadMenu_Vista .rmItem a.rmExpanded,
    .RadMenu_Vista .rmItem a.rmExpanded:hover {
        background-color: #0072bb; /*custom*/
        /*background-image: none;*/ /*custom*/
        /*background-image: -moz-linear-gradient(top, #b8b9b9, #b8b9b9);*/ /*custom*/
        /*background-image: -ms-linear-gradient(top, #b8b9b9, #b8b9b9);*/ /*custom*/
        /*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b8b9b9), to(#b8b9b9));*/ /*custom*/
        /*background-image: -webkit-linear-gradient(top, #b8b9b9, #b8b9b9);*/ /*custom*/
        /*background-image: -o-linear-gradient(top, #b8b9b9, #b8b9b9);*/ /*custom*/
        /*background-image: linear-gradient(top, #b8b9b9, #b8b9b9);*/ /*custom*/
        /*background-repeat: repeat-x;*/
        border: 0px solid #0072bb; /*custom*/
        color: #ffffff; /*custom*/
        padding: 1px 12px;
    }
    /* 155 */
    .RadMenu_Vista .rmGroup .rmItem a.rmLink:hover {
        padding: 1px;
        /*border-color: #e5e5e5;
    color: #000000;
    background-color: #e5e5e5;*/
    }
    /* 161 */
    .RadMenu_Vista .rmGroup .rmItem a.rmFocused,
    .RadMenu_Vista .rmGroup .rmItem a.rmFocused:hover,
    .RadMenu_Vista .rmGroup .rmItem a.rmSelected,
    .RadMenu_Vista .rmGroup .rmItem a.rmSelected:hover,
    .RadMenu_Vista .rmGroup .rmItem a.rmExpanded,
    .RadMenu_Vista .rmGroup .rmItem a.rmExpanded:hover {
        background-color: #4d90fe; /*custom*/
        border-color: #4d90fe; /*custom*/
        color: #ffffff;
        padding: 1px;
    }
    /* 302 */
    .RadMenu_Vista ul.rmLevel1.rmVertical {
        margin-top: 3px;
    }
    /* Sprites */
    .RadMenu_Vista .rmGroup .rmItem {
        padding: 1px;
        margin: 1px 0;
    }

    .RadMenu_Vista .rmText {
        font: normal 12px "Segoe UI", Arial, sans-serif;
        text-decoration: none;
    }

    .RadMenu_Vista .icon:before {
        float: left;
        font-size: 1.5em;
        margin-left: 5px;
    }

    .RadMenu_Vista span.rmLeftImage {
        width: 0px;
        height: 0px;
    }

    .RadMenu_Vista > .rmRootGroup {
        padding: 2px;
    }

        .RadMenu_Vista > .rmRootGroup > .rmItem .rmText {
            text-transform: lowercase;
            font-size: 15px;
        }

        .RadMenu_Vista > .rmRootGroup > .rmItem .icon:before {
            font-size: 19px;
        }

        .RadMenu_Vista > .rmRootGroup > .rmItem > .rmSlide .rmText {
            text-transform: uppercase;
            font-size: 12px;
        }

        .RadMenu_Vista > .rmRootGroup > .rmItem > .rmSlide .icon:before {
            color: #4D90FE;
        }

i.icon {
    vertical-align: middle;
}

a > i.icon {
    cursor: pointer;
}

a.icon, i.icon {
    color: #4D90FE;
}

    a.icon.icon-medium, i.icon.icon-medium {
        font-size: 20px;
    }

    a.icon.icon-white, i.icon.icon-white {
        color: white;
    }
/*a.icon.icon-white:active, i.icon.icon-white:active {
            color: #fff;*/ /*custom*/
/*}*/
.m-btn > .icon {
    display: inline-block;
}

.chart-container {
    height: 500px;
}

.RadChart {
    margin: 0 auto;
}

.RadCalendar_Vista .rcTitlebar {
    border-color: #4D90FE !important;
    border-bottom-color: rgb(77, 144, 254) !important;
    border-bottom-color: #4D90FE !important;
    background: #4D90FE 0 -800px repeat-x !important;
    color: #ffffff !important;
}

    .RadCalendar_Vista .rcTitlebar td {
        border-bottom: 1px solid #4D90FE !important;
    }

    .RadCalendar_Vista .rcTitlebar table {
        font-weight: bold !important;
    }

table.RadCalendar_Vista {
    color: #4D90FE !important;
}

.RadCalendar_Vista .rcMain .rcOutOfRange span {
    color: #7776 !important;
}

.UpChangelog {
    -webkit-animation: changelog 1s infinite; /* Safari 4+ */
    -moz-animation: changelog 1s infinite; /* Fx 5+ */
    -o-animation: changelog 1s infinite; /* Opera 12+ */
    animation: changelog 1s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes changelog {
    0%, 49% {
        background-color: rgb(255, 150, 21);
        /*border: 3px solid #e50000;*/
    }

    50%, 100% {
        background-color: #1d943b;
        /*border: 3px solid rgb(117, 209, 63);*/
    }
}

@-moz-keyframes changelog {
    0%, 49% {
        background-color: rgb(255, 150, 21);
        /*border: 3px solid #e50000;*/
    }

    50%, 100% {
        background-color: #1d943b;
        /*border: 3px solid rgb(117, 209, 63);*/
    }
}

@-o-keyframes changelog {
    0%, 49% {
        background-color: rgb(255, 150, 21);
        /*border: 3px solid #e50000;*/
    }

    50%, 100% {
        background-color: #1d943b;
        /*border: 3px solid rgb(117, 209, 63);*/
    }
}

@keyframes changelog {
    0%, 49% {
        background-color: rgb(255, 150, 21);
        /*border: 3px solid #e50000;*/
    }

    50%, 100% {
        background-color: #1d943b;
        /*border: 3px solid rgb(117, 209, 63);*/
    }
}

/*Dashboard*/
.statistic {
    padding: 10px 15px;
    margin-bottom: 21px;
}

    .statistic:hover {
        background: #4d90fe3b !important;
    }

.statistic_nohover:hover {
    background: white !important;
}

.nonmargin {
    margin-bottom: 0px !important;
}

.has-shadow {
    -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1),-1px 0 2px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.1),-1px 0 2px rgba(0,0,0,0.05);
}

.bg-white {
    background: #fff !important;
}

.bg-red {
    background: #A91C24 !important;
    /*color: #fff;*/
}

.bg-green {
    background: #1E9451 !important;
    /*color: #fff;*/
}

.bg-blue {
    background: #376299 !important;
    /*color: #fff;*/
}

.bg-black {
    background: #000000 !important;
    /*color: #fff;*/
}

.bg-gray {
    background: #778BA3 !important;
    /*color: #fff;*/
}

.bg-purple {
    background: #7d3c98 !important;
    /*color: #fff;*/
}

.statistic .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    min-width: 30px;
    max-width: 30px;
    /*color: #fff;*/
    border-radius: 50%;
    margin-right: 15px;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 4px 0px rgba(50, 50, 50, 0.75);
}

.statistic small {
    color: #aaa;
    text-transform: uppercase;
}

small, .small {
    font-size: 1.1em;
    font-weight: 400;
}

.statistic strong span {
    font-size: 1.5em;
    color: #333;
    font-weight: 700;
    line-height: 25px;
}


section {
    padding-bottom: 20px;
}


i[class*='icon-'] {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
}
/*
i {
    display: inline-block;
}
*/

.dashboard-counts {
    color: #333;
}

    .dashboard-counts .count-title span {
        font-size: 1.3em;
        color: #aaa;
        display: block;
    }

    .dashboard-counts .count-title strong span {
        font-size: 1.6em;
        font-weight: 500;
        color: #555;
        display: block;
    }

    .dashboard-counts .count-number {
        /* text-align: center; */
        font-size: 2.2em;
        /* font-weight: 300;    */
        /* padding-bottom: 20px; */
    }

        .dashboard-counts .count-number span {
            font-size: 1.1em;
        }

            .dashboard-counts .count-number span.small {
                font-size: 0.7em;
            }

    .dashboard-counts .icon {
        margin-right: 10px;
    }

    .dashboard-counts .count-title i {
        font-size: 4.5em;
        color: #4d90fe;
    }


.leyenda {
}

    .leyenda div {
        display: inline-block;
        margin-right: 15px;
        padding: 0;
    }

.rect_leyenda {
    /*height: 10px;
	width: 10px;
	display: inline-block;
	margin-right: 2px;
	vertical-align: unset;*/
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 8px;
    text-align: center;
    width: 1.6em;
    margin-bottom: 3px;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
}

.leyenda {
    padding-top: 20px;
}

    .leyenda span {
        font-size: 1.2em;
        color: #2D2D2D;
        font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
        /*padding-left: 5px;*/
    }

.col-center {
    float: none;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 20px;
}

.no-padding {
    padding-right: 15px;
    padding-left: 15px;
}

.paddingH5 {
    padding-top: 0px;
}

.eventos_no_data .icon-checkmark4 {
    font-size: 8.0em;
    color: green;
    padding-bottom: 20px;
}

.lblNoSucesos {
    font-size: 1.3em;
}

#pnl_eventos_alarmas {
    padding-bottom: 20px;
}

.text {
    display: block;
    display: -webkit-box;
    max-width: 400px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#contentHelp {
    width: 95%;
    padding-top: 15px;
}

#pnlHelp p, #pnlHelp li, #pnlHelp h2 {
    font-size: 14px;
    font-family: "Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #4E5252;
    text-decoration: none;
    font-style: normal;
    padding: 6px;
    vertical-align: middle;
}

#pnlHelp h2 {
    font-size: 16px;
    text-align: center;
}

#pnlHelp li {
    padding: 2px 6px 2px;
}

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query for `xs` since this is the default in Bootstrap

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    .col-center {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .paddingH5 {
        padding-top: 32px;
    }

    .chartjs-size-energy {
        width: 70%;
        margin: 0 auto;
        padding-top: 20px;
    }

    .lblNoSucesos {
        font-size: 1.6em;
    }
}

.form-row {
    margin-top: 5px;
}

    .form-row > [class*=col-] > .TextoNormalNPColor {
        vertical-align: -webkit-baseline-middle;
    }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .no-padding {
        padding: 0px;
    }

    .paddingH5 {
        padding-top: 32px;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}

#condiciones h1 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

#condiciones h3 {
    font-family: Verdana,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
}

#condiciones p,
#condiciones ul {
    font-family: Verdana,Arial,sans-serif;
    margin-bottom: 5px;
}

.RadPicker .rcTable {
    border-spacing: initial;
}

/*index*/
.roundedFondoSeccionPrincipal {
    width: 476px;
    padding: 65px 0px;
    background: url("img/blue-login-box.png") no-repeat left top;
}

.dashboard-titulo {
    color: #5C6071;
}

.text-disabled {
    color: #aaa;
}



