﻿/*html {
    overflow: auto;
    position: relative;
    min-height: 100%;
}

html, body, form {
    margin: 0;
    height: 100%;
    padding: 0;
    
}*/

.sombra_fija {
    -moz-transform: translateX(0);
    transform: translateX(0);
}

    .sombra_fija:before {
        content: '';
        position:absolute;
        width: 90%;
        left: 5%;
        top: 100%;
        height: 10px;
       background: -moz-radial-gradient( center, ellipse,rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 80%);
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        opacity: 0;
    }

    .sombra_fija:hover {
        -moz-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .sombra_fija:hover:before {
            -moz-transform: translateY(5px);
            transform: translateY(5px);
            opacity: 1;
        }

.resaltar_borde {
    box-shadow: inset 0 0 0 3px #ddd;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.resaltar_borde:hover{
    box-shadow: inset 0 0 0 3px #555;

}

.sombra_interna {
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
.sombra_interna:hover{
    box-shadow:2px 2px 4px black inset,
               -2px -2px 4px black inset;
}

.RadGrid
{
   border-radius: 10px;
   overflow: hidden;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
}
body, html {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    margin: 0;
    background-color: #fff;
    min-height: 100% !important;
    height: 100%;
    width: 100%;
    position: relative;
}

input,
select,
textarea {
    max-width: 1024px;
}

.radTextBox {
    width: 99% !important;
}

.riLabel {
    text-align: right;
    display: block !important;
}

#web {
    min-height: 750px;
    width: 99%;
    margin: 0 auto;
    /*background:url(../Imagenes/fondo.png) no-repeat center fixed;*/
    -moz-border-radius: 10px 10PX 0 10px;
    -webkit-border-radius: 10px 10PX 0 10px;
    border-radius: 10px 10PX 0 10px;
    -webkit-box-shadow: 7px 0 7px 0 #808080;
    -moz-box-shadow: 7px 0 7px 0 #808080;
    box-shadow: 7px 0 7px 0 #808080;
    /*margin-top: -63px; 
   bottom: 0px;*/
}

header, nav, article, footer {
    display: block;
}

.seltabla {
    width: 25%;
    float: left;
    background-color: #dee9f8;
}


header {
    width: 100%;
    margin: 0 auto;
    background-image: url('../Imagenes/frame/fondoHeader.png');
    background-repeat: repeat-x;
    text-align: center;
    height: 60px;
    border-radius: 20px 10px 0px 0px;
    -moz-border-radius: 20px 10px 0px 0px;
    -webkit-border-radius: 20px 10px 0px 0px;
}

nav {
    display: inline-block;
    width: 100%;
    height: 32px;
    text-align: right;
    /*background-color: #033591;*/
}



header .logo1, .logo2, .logo3 {
    height: 60px;
    display: inline-block;
}

footer {
    height: 35px;
    background-position: right;
    background-image: url('../Imagenes/logo.jpg');
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 0 0 10px 10px;
    background-color: #033591;
    color: #FFD303;
    font-weight: bold;
    width:100%;
    margin: 0 auto;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    /*-webkit-box-shadow: 7px 0 7px 0 #808080;
    -moz-box-shadow: 7px 0 7px 0 #808080;
    box-shadow: 7px 0 7px 0 #808080;*/
}
.pie{
    padding-top: 10px;
}

.dock-zone {
    width: 60%;
    margin: 0 auto;
}

.divweb {
    min-height: 700px;
    /*width: 99%;*/
    margin: 0 auto;
}

.divlogin {
    width: 50%;
    height: 300px;
    padding-top: 50px;
    margin: 0 auto;
    margin: 0 auto;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    -webkit-box-shadow: 7px 0 7px 0 #808080;
    -moz-box-shadow: 7px 0 7px 0 #808080;
    box-shadow: 7px 0 7px 0 #808080;
    color: #FFD303;
}
.sombra {
    padding: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 5px 5px #808080;
    -moz-box-shadow: 5px 5px 5px 5px #808080;
    box-shadow: 5px 5px 5px 5px #808080;
    z-index:9999;
}
.div50 {
    width: 55%;
    margin: auto;
}

.divGrafico {
    align-items:center;
    justify-content:center;
     /*display: block;
  margin-left: auto;
  margin-right: auto;
   display: table-cell;
    vertical-align:middle;
    text-align:center;*/
    /*display:block;*/
    /*width: 99%;
    text-align:center;
    margin: 0 auto;*/
    /*background-color:red;*/
    /*background-color: #fcfcfc;*/
}
/*Inicio Logos alineados center header izquierdo centro derecha*/
.logo1 {
    float: left;
    width: 132px;
    background-image: url('../Imagenes/frame/HeaderIzq.jpg');
    background-repeat: no-repeat;
    -moz-border-radius: 10px 0px 0px 0px;
    -webkit-border-radius: 10px 0px 0px 0px;
    border-radius: 10px 0px 0px 0px;
}

.logo2 {
    margin: 0 auto;
    width: 114px;
    background-image: url('../Imagenes/frame/HeaderCen.jpg');
    background-repeat: no-repeat;
}

.logo3 {
    float: right;
    width: 198px;
    background-image: url('../Imagenes/frame/HeaderDer.jpg');
    background-repeat: no-repeat;
    border-radius: 0px 10px 0px 0px;
    -moz-border-radius: 0px 10px 0px 0px;
    -webkit-border-radius: 0px 10px 0px 0px;
}
/*Fin Logos alineados center header izquierdo centro derecha*/
.barraGraficos{
    width:250px;
    background:#fff
}
.fijo {
    position:absolute;
    top:90%;
    margin-right: 40%;
    margin-left: 40%;
}


.login {
    min-height: 700px;
    background-attachment: fixed;
    background-image: url('../Imagenes/fondo.png');
    background-repeat: no-repeat;
    background-position: center center;
}





.RadMenu_Fixed {
    display: inline-block;
    float: right;
}

.bton {
    /*background-image:url('../Imagenes/blog.gif'); 
     background-repeat:no-repeat; 
     background-position:right;*/
    padding-right: 25px;
    height: 28px;
    border-radius: 5px 5px 5px 5px;
}


#Info {
    /*width:400px;*/
    padding-left: 20px;
    text-align: left;
    font-weight: bold;
}

.info {
    margin: 0 auto;
    clear: both;
    background-position: 10px 45%;
    display: block;
    padding-left: 45px;
    font-weight: bold;
    font-size: 12px;
    background-image: url(../Imagenes/info.gif);
    color: #ff0000;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-right: 10px;
    border: 1px solid #ff0000;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 80%;
}

.Chart2Y {
    width: 100%;
    display: block;
    border: 3px solid red;
}


/*Hacer vebntanas Modales content scc*/

.modalmask {
    position: fixed;
    font-family: Arial, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity: 0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

    .modalmask:target {
        opacity: 1;
        pointer-events: auto;
    }

.fondoEmergente {
    /*background: #e1f1f7;
    border-radius:1px;*/
    /*-webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;*/
}

.modalbox {
    width: 400px;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.movedown {
    margin: 0 auto;
}

.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5);
    transform: scale(-5,-5);
}

.resize {
    margin: 10% auto;
    width: 0;
    height: 0;
}

.modalmask:target .movedown {
    margin: 10% auto;
}

.modalmask:target .rotate {
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize {
    width: 400px;
    height: 250px;
}

.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 3px;
}

    .close:hover {
        background: #FAAC58;
        color: #222;
    }
/*Hacer vebntanas Modales content scc*/

.centrado {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #b0e0e6;
}

.centro {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.divtab {
    text-align: center;
    margin: 0 auto;
    background:#fff;
    min-height: 900px;
     /*min-height: 95%;*/
    width: 100%;
}



.divNew {
    width: 100%;
    height: 250px;
    background-color: #e1f1f7;
    border-radius: 20px 20px 20px 20px;
    box-shadow: 0 0 15px black;
    color: black;
}

#diveditar {
    width: 95%;
    margin: 0 auto 0 auto;
    /*background-color: #fbfcfc;*/
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px black;
}

.tiposensor {
    min-height: 700px;
    padding-left: 40px;
    width: 80%;
    margin: 0 auto;
    /*background-color: #ffffff;*/
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 5px black;
    color: black;
    font-weight: bold;
}

.altaexcel {
    clear: both;
    font-weight: bold;
    font-size: 12px;
    color: #dc0028;
    background-color: #fff;
    padding-right: 10px;
    padding-left: 10PX;
    border: 1px solid #dc0028;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
}
/*Botones*/
.button {
    padding: 5px;
    background-color: cadetblue;
    border: 1px solid #666;
    color: #000;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .button:hover {
        background: #FAAC58;
    }

.buttonStyle {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
    /*This should make them change their color when they are hovered*/
    .buttonStyle:hover {
        background: #FAAC58;
    }


/*Botones*/

.conincidencia {
    height: 23px;
    background-image: url(../Imagenes/ConIncidencias.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.sinincidencia {
    height: 23px;
    background-image: url(../Imagenes/SinIncidencias.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.inutilizado {
    height: 23px;
    background-image: url(../Imagenes/Azul.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.deshabitado {
    height: 23px;
    background-image: url(../Imagenes/Gris.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.nivel0 {
    height: 23px;
    background-image: url(../Imagenes/clear.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.nivel1 {
    height: 23px;
    background-image: url(../Imagenes/Nivel1.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.nivel2 {
    height: 23px;
    background-image: url(../Imagenes/Verde.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.nivel3 {
    height: 23px;
    background-image: url(../Imagenes/Nivel3.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.nivel4 {
    height: 23px;
    background-image: url(../Imagenes/nivel4.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.nivel5 {
    height: 23px;
    background-image: url(../Imagenes/Negro.gif);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    font-size: 0;
    background-position: center center;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    color: #003399;
}

.der {
    text-align: right;
}

.izq {
    text-align: left;
}

.cen {
    text-align: center;
}

.aviso {
    margin: 0 auto;
    clear: both;
    background-position: 10px 45%;
    display: block;
    padding-left: 45px;
    font-weight: bold;
    font-size: 12px;
    background-image: url(../Imagenes/info.gif);
    color: #dc0028;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-right: 10px;
    border: 1px solid #dc0028;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 95%;
}

.avisop {
    margin: 0 auto;
    clear: both;
    background-position: 10px 45%;
    display: block;
    padding-left: 45px;
    font-weight: bold;
    font-size: 12px;
    background-image: url(../Imagenes/info.gif);
    color: #dc0028;
    background-repeat: no-repeat;
    background-color: #fff;
    padding-right: 10px;
    border: 1px solid #dc0028;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 65%;
}


.zoomIt {
    display: block !important;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}

    .zoomIt:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}

fieldset {
    display: block;
    /*border: 1px solid #c6bbbb;*/
    border-radius: 10px 10px 10px 10px;
}

/*//////////////////////////////////////////////////////////////*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}


.nada {
    width: 30px;
    height: 30px;
    background: url("../Imagenes/nada.png") no-repeat;
    text-align: center;
    color: #FFFFFF;
    display: table-cell;
    vertical-align: middle;
    float: left;
}

.nadatexto {
    float: left;
    width: 80%;
    height: 30px;
    margin-left: 20px;
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
    font-weight: bold;
}

/*//////////////////////////////////////////////////////////////*/



.descContainer {
    width: 390px;
    position: absolute;
    right: 25px;
    top: 30px;
    z-index: 1000;
}

div.descSmall, div.showHideBtContainer {
    padding-top: 8px;
    width: 73px;
    height: 38px;
    position: absolute;
    right: 0px;
    top: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    cursor: pointer;
   
}

div.descSmall {
    background-image: url(../Imagenes/frame/dhidebg.png);
    width: 120px;
}

div.descTop, div.descContent, div.descBottom {
    width: 400px;
    font-size: 12px;
    font-family: Verdana;
    color: Black;
    background-position: left top;
}

div.descTextPadding {
    padding-left: 12px;
    padding-top: 12px;
}

div.descTop {
    height: 33px;
    font-weight: bold;
    background-image: url(../Imagenes/frame/dtop.png);
    cursor: pointer;
}

div.descContent {
    font-size: 10px;
    line-height: 16px;
    overflow: auto;
    background-repeat: repeat-y;
    background-image: url(../Imagenes/frame/dcontent.png);
    text-align: left;
    vertical-align: middle;
}

div.descContentPad {
    padding: 16px;
    padding-right: 20px;
    text-align: left;
}

div.descBottom {
    height: 28px;
    font-size: 38px;
    background-image: url(../Imagenes/frame/dbottom.png);
    background-repeat: no-repeat;
    padding: 0px;
}


#hidebt, #showbt {
    width: 14px;
    height: 14px;
    border-width: 0px;
    cursor: hand;
    position: absolute;
    z-index: 100px;
    top: 10px;
}

#hidebt {
    background-image: url(../Imagenes/frame/dhide.png);
    right: 15px;
}

#showbt {
    background-image: url(../Imagenes/frame/dshow.png);
    right: 15px;
    display: none;
}

/*//////////////////////////////////////////////////////////////*/

.zoomIt {
    display: block !important;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
    transition: transform 1s ease-out;
}

    .zoomIt:hover {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }


.jumbotron {
    padding: 1.875em;
    padding-top: 1em;
    /*background-color: #e9eaea;*/
}

    .jumbotron .RadButton {
        float: right;
        margin-top: .667em;
        font-size: .5em;
    }

#flotaUserNivel{
    position: fixed;
     margin-left:60%;
    z-index: 10002; 
    text-align: center;
    word-wrap: break-word;
    /*background-color:transparent;*/
    border-radius: 5px 5px 5px 5px;
    background-color: #033591;
    text-transform: uppercase;
    color: #FFD303;
    font-weight: bold;
}

#botonesmapa{
  /*position: absolute;*/
 /*Crea una capa nueva por encima, si tenemos una con valor 2 estará a una altura o por encima de una con valor 1*/
  /*z-index: 112444;*/ 
  /*Con este margen posicionamos el div donde queramos*/
  /*margin-left:10px;*/ 
}
/*.toolbarFlota {
    bottom: -2px;
    position: fixed;
    right: 50%;
    z-index: 10000;
    float: right;
    margin-top: 0;
    margin-right: -550px;
    margin-bottom: 5px;
    margin-left: 0px;
}*/
.toolbarFlota {
    top: -2px;
    position: fixed;
    left: 3%;
    z-index: 10000;
    float: left;
    margin-top: 15px;
    margin-left: -550px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.rgMasterTable {
    font-size: 10px !important;
    font-family: Arial !important;
}