﻿html {
    background: -moz-linear-gradient(left, #00699E 0%, #00699E 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00699E), color-stop(100%,#00699E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #00699E 0%,#00699E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #00699E 0%,#00699E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #00699E 0%, #00699E 100%); /* IE10+ */
    background: linear-gradient(left, #00699E 0%,#00699E 100%); /* W3C */
    background-image: linear-gradient(to right, #00699E 0%, #00699E 50%, #00699E 51%, #00699E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00699E', endColorstr='#00699E',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 100%;
}

body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}


.page {
    width: 90%;
    height: 100%;
    margin: auto;
}

.defaultHeader {
    border: thin solid #b4b4b4;
    margin: 0px;
    padding: 0px;
    background: -ms-linear-gradient(left, #0CAC4A 0%, #0CAC4A 100%); /*IE10+   W3C*/
    background: linear-gradient(left, #0CAC4A 0%, #0CAC4A 100%);
    background: -moz-linear-gradient(left, #0CAC4A 0%, #0CAC4A 100%); /*FF3.6+*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0CAC4A), color-stop(100%,#0CAC4A)); /*Chrome,Safari4+*/
    background: -webkit-linear-gradient(left, #0CAC4A 0%,#0CAC4A 100%); /*Chrome10+,Safari5.1+*/
    background: -o-linear-gradient(left, #0CAC4A 0%,#0CAC4A 100%); /*Opera 11.10+*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0CAC4A', endColorstr='#0CAC4A',GradientType=0 ); /*IE6-9*/
    height: 142px;
    width: 100%;
}

.content {
    background: white;
    border-style: outset inset inset outset;
    border-width: thin;
    border-color: #D7D7D7;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    margin: auto;
    padding: 0;
}

.defaultFooter {
    width: 100%;
    height: 20px;
    background-color: #006F45;
    margin: 0px;
    padding: 8px 0px 0px 0px;
    text-align: center;
    font-style: italic;
    color: #FFFFFF;
    border-left: thin solid #b4b4b4;
    border-right: thin solid #b4b4b4;
}

#contentHeader {
    height: 100%;
}

#defaultLogo {
    float: left;
    position: relative;
    z-index: 1;
}

    #defaultLogo img {
        background-color: #F1F1F1;
        height: 112px;
        width: 305px;
    }

@font-face {
    font-family: 'Marck Script';
    src: local('Marck Script'), local('MarckScript-Regular'), url(https://themes.googleusercontent.com/static/fonts/marckscript/v4/O_D1NAZVOFOobLbVtW3bcnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

#defaultTitle {
    color: white;
    z-index: 2;
    float: right;
    position: relative;
    text-align: right;
    font-family: 'Marck Script', Verdana, Arial;
    font-size: 35px;
    font-style: normal;
    font-weight: 500;
    padding-top: 30px;
    padding-right: 60px;
}

#panelUsuario {
    padding-top: 60px;
    padding-bottom: 160px;
}

.panelAutenticacion .textLabel {
    font-size: 22px;
    text-align: right;
    color: #808080;
}

.panelAutenticacion input[type="text"], input[type="password"] {
    font-size: 15px;
    background-color: #EEEEEE;
    height: 20px;
    border: 2px groove #C0C0C0;
    margin-left: 60px;
}

.panelAutenticacion .boton {
    width: 100px;
    height: 35px;
    font-size: 15px;
    margin-left: 20px;
}

#defaultAQUATICK {
    font-family: 'Marck Script', Verdana, Arial;
    font-size: 20px;
    font-style: normal;
    text-align: right;
    color: #e76f2b;
    float: right;
    padding-right: 50px;
}


.text {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.boton {
    background: #f2c459;
    color: black;
    border: 0px;
    vertical-align: middle;
    text-align: center; /*para Firefox*/
    -moz-border-radius: 5px 5px 5px 5px; /*para Safari y Chrome*/
    -webkit-border-radius: 5px 5px 5px 5px; /*para IE */
    behavior: url(border.htc); /* para Opera */
    border-radius: 5px 5px 5px 5px;
    height: 35px;
    width: 80px;
}

.textLabel {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.mensajeErrorUsuario {
    color: Red;
    font-size: 10px;
    background: #FFFFFF url('../Images/error.png') no-repeat left center;
    padding-left: 20px;
}

.loginDisplay {
    font-size: 12px;
    font-family: Tahoma;
    color: white;
    left: 78%;
    top: 115px;
    position: absolute;
    z-index: 4;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.contentIzquierda {
    width: 25%;
    height: 100%;
    background-color: white;
    float: left;
    padding: 0px;
    margin: 0px;
}

.contentDerecha {
    width: 75%;
    height: 100%;
    float: right;
    background-color: white;
    padding: 0px;
    margin: 0px;
}

.circle {
    display: block;
    height: 35px;
    width: 35px;
    border: 3px solid rgb(243, 243, 243);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
}

.smallCircle {
    display: block;
    height: 20px;
    width: 20px;
    border: 1px solid rgb(243, 243, 243);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
    border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    -khtml-border-radius: 50% 50% 50% 50%;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}

.tituloPanelIzqArriba {
    color: rgb(0, 50, 84);
    font: 22px/1.3em 'Open Sans', sans-serif;
    text-align: left;
    font-weight: bold;
}

.textPanelIzquierda {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(74, 74, 74);
    text-align: left;
    font-weight: bold;
}

.tituloPanelIzqAbajo {
    color: rgb(0, 50, 84);
    font: 20px/1.3em 'Open Sans', sans-serif;
    text-align: center;
    font-weight: bold;
    vertical-align: top;
}

.textResolucion {
    color: rgb(0, 101, 169);
    text-align: center;
    font-style: italic;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.mensajeNoExisteImagen {
    color: Red;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
}

.tablaIzquierdaArriba {
    width: 100%;
}

.headerGridView {
    background-color: #1f0b73;
    color: White;
    font-weight: normal;
}

.alternatingGridView {
    background-color: #cfd0d2;
}

.pagerGridView {
    background-color: #808080;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
}

    .pagerGridView a:active {
        color: Fuchsia;
    }

    .pagerGridView a:hover {
        color: Red;
        font-size: 10pt;
    }

    .pagerGridView a:link, a:visited {
        color: #333333;
        font-size: 8pt;
    }

.labelMapa {
    border: 1px solid #7c9bed;
    background: #3162E3;
    border-radius: 10px;
    color: #FFFFFF;
    height: 18px;
    width: 160px;
    padding-left: 10px;
    padding-top: 4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    cursor: pointer;
    text-align: left;
    vertical-align: middle;
}

.subMenu {
    width: 200px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #808080;
    color: black;
}

.subMenuLink {
    width: 125px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #808080;
    display: none;
}

.cmenu {
    width: 100%;
    background-color: #f2c459;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    border-radius: 10px;
}

    .cmenu li {
        padding-top: 6px;
        padding-bottom: 5px;
    }

        .cmenu li:hover {
            background-color: #6c8d31;
            border-radius: 10px 10px 0px 0px;
        }

    .cmenu a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: black;
        text-decoration: none;
        text-align: left;
        vertical-align: middle;
        padding-left: 7px;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0px;
    }

        .cmenu a:hover {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 13px;
            color: white;
        }

    .cmenu .top {
        border-top: 1px solid gray;
    }

#map {
    width: 99%;
    height: 666px;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}

.tituloPanel {
    font-size: 20px;
    font-style: normal;
    text-align: center;
    color: #000080;
    text-transform: capitalize;
    vertical-align: middle;
    float: left;
    padding-left: 20px;
}

.menu {
    /*border: 2px solid red;*/
    background: #006F45;
    float: left;
    position: relative;
    z-index: 3;
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 0px;
}

.formatoClave {
    color: #CC3300;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.botonDetalle {
    background: #c4d52a;
    color: black;
    border: 0px;
    vertical-align: middle;
    text-align: center; /*para Firefox*/
    -moz-border-radius: 5px 5px 5px 5px; /*para Safari y Chrome*/
    -webkit-border-radius: 5px 5px 5px 5px; /*para IE */
    behavior: url(border.htc); /* para Opera */
    border-radius: 5px 5px 5px 5px;
    height: 25px;
    width: 80px;
    font-size: 11px;
    font-weight: bolder;
}

#dialog-confirm {
    color: #990000;
    display: none;
}

    #dialog-confirm .button {
        background-color: #FF00FF;
    }

#dialog-confirmEstacion {
    color: #990000;
    display: none;
}

#dialog-confirmUsuario {
    color: #990000;
    display: none;
}

.mensajeCoordenadas {
    color: #666666;
    font-size: 11px;
    text-align: justify;
    vertical-align: middle;
}

#menuSensoresEstacion {
    display: table;
    width: 100%;
    font-size: 10px;
}

#menuSensoresEstacion-row {
    display: table-row;
    width: 100%;
}

#menuSensoresEstacion-column {
    display: table-cell;
    height: 28px;
}

    #menuSensoresEstacion-column a {
        padding: 4px;
        text-decoration: none;
        color: #ffffff;
        background-color: #4e630a;
        vertical-align: middle;
        text-align: center; /*para Firefox*/
        -moz-border-radius: 5px 5px 5px 5px; /*para Safari y Chrome*/
        -webkit-border-radius: 5px 5px 5px 5px; /*para IE */
        behavior: url(border.htc); /* para Opera */
        border-radius: 5px 5px 5px 5px;
    }

        #menuSensoresEstacion-column a:hover {
            color: #000000;
            background-color: #f2c459;
        }


.pageGraph_enabled {
    color: #666666;
    font-size: 9px;
    padding: 0px 5px 0px 5px;
}

.pageGraph_disabled {
    color: #FFCC00;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    margin: 0;
    background-color: #000080;
}

#paginacionGrafico {
    text-align: center;
    margin: 0;
    height: 30px;
}

.textLabelMensajeEventos {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    color: #808080;
    vertical-align: top;
    text-align: justify;
    padding: 0px;
    text-wrap: normal;
    word-wrap: break-word;
}

.tableListaSensores {
    width: 100%;
}

.grafico {
    /*width: 100% !important;
    height: 50% !important;*/
}

.tablaGrafico {
    width:100%;
    height:100%;
}

    .tablaGrafico tr {
        width:100%;
    }

/*.graficoChart {
    background-color: yellow;
    height: 550px;
    width: 100% !important;
}*/

.panelGrafico {
    width:100%;
    height:100%;
}