﻿html {
    background: -moz-linear-gradient(left, #337ab7 0%, #337ab7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#337ab7), color-stop(100%,#337ab7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #337ab7 0%,#337ab7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #337ab7 0%,#337ab7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #337ab7 0%,#337ab7 100%); /* IE10+ */
    background: linear-gradient(left, #337ab7 0%,#337ab7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#337ab7', endColorstr='#337ab7',GradientType=0 ); /* IE6-9 */
}

body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0px;
    width: 90%;
    height:100%;
    outline: 0;
    vertical-align: baseline;
    max-width:100%;
    max-height:100%;
}


.page {
    background: transparent;
}

.defaultHeader {
    height: 140px;
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    width: 99.8%;
    border-style: outset inset inset outset;
    border-width: thin;
    border-color: #E0E0E0;
}

.content {
    background: #FFFFFF;
    border-style: outset inset inset outset;
    border-width: thin;
    border-color: #D7D7D7;
    background: linear-gradient(left, #EEEEEE 0%,#FFFFFF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#FFFFFF',GradientType=0 ); 
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    max-height:100%;
}

.defaultFooter {
    height: 28px;
    background-color: #18ce0f;
    text-align: center;
    padding-top: 15px;
    font-style: italic;
    color: #FFFFFF;
}

#defaultLogo { 
    text-align: left;
    /*padding-left: 2px;
    padding-top: 0px;*/
    float: left;
    position: absolute;
    z-index: 1;
    /*border-right: solid #FFFFFF 10px;*/
    /*background-color: #FFFFFF;*/
    /*width:25.6%;*/
    /*height:90%;*/    
    margin:0px;    
 }

    #defaultLogo img {
        height:75px;
        width:175px;
        padding-left:15px;
        padding-top:10px;
    }

@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: #0166AF;
    float: left;
    position: absolute;
    z-index: 2;
    left: 25.7%;
    width: 74.4%;
    height: 100%;    
    margin:0px; 
    /*display:inline-block;*/
}

    #defaultTitle div {
        font-family: 'Marck Script', Verdana, Arial;
        font-size: 35px;
        font-style: normal;
        font-weight: 500;
        position: absolute;
        top: 25px;
        left: 75%;
    }

#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;
    border: 3px solid #18ce0f;
    background-color: white;
    color: #003164;
    font-weight: bold;
}

    .panelAutenticacion .boton:hover {
        background-color: #18ce0f;
        color: white;
    }

    .panelAutenticacion .boton:visited {
        border: 3px solid #18ce0f;
    }


#defaultAQUATICK {
    font-family: 'Marck Script', Verdana, Arial;
    font-size: 20px;
    font-style: normal;
    text-align: right;
    color: #3c7cb3;
    float: right;
    padding-right: 50px;
}


.text {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
}

.boton {
    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;
    border: 3px solid #00AFDB;
    background-color:white;
    color:#003164;
    font-weight:bold;
}

.boton:hover {
    background-color:#00AFDB;
    color: white;   
}

.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: transparent;
    float: left;
    padding: 3px 0px 0px 0px;
    margin:0px;
}

.contentDerecha {
    width: 75%;
    float: right;
    background-color: white;
    padding: 3px 0px 0px 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 {
    margin: 0px;
    background: #337ab7;
    position: absolute;
    top: 101px;
    left: -1px;
    z-index: 3;
    width: 100.2%;
    height: 40px;
}

.formatoClave {
    color: #CC3300;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
}

.botonDetalle {
    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: 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:11px;   
}

#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: #00A852;
    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%;
}

.botonHeader {
    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;
    border: 3px solid #00AFDB;
    background-color: white;
    color: #003164;
    font-weight: bold;
    white-space: normal;
    font-size: 9px;
}

.botonHeader:hover {
    background-color:#00AFDB;
    color: white;   
}