﻿html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    /*width: 100%;*/
}

body {
    background-color: #fff;
    color: #333;
    font-size: 0.75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    /*width: 100%;*/
    padding: 0;
}
/************** IFRAME *******************/
iframe#frame{
    width:100%;height:2150px;display:none
}


/****************************************/
/*header, footer, hgroup, section {
    display: block;
}*/

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

.ui-header {
    border: 1px solid #849dbd;
    background: #5c9ccc url(images/title_bg.png) top repeat-x;
    color: #1e395b;
    padding: 5px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    -moz-box-shadow: inset 0 1px 0 #fff;
    -ms-box-shadow: inset 0 1px 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }

#header {
    background-color: #2f2f2f;
    width: 100%
}
#header > div {
    height: 5px;
    margin: 0 auto;
    background-color: #2f2f2f;
    position: relative;
    width: 960px;
    z-index: 2;
}

#logotipo {
    float: left;
    max-width: 500px;
}

#nav {
    width: 100%;
    background-color: #055E8A;
    border-color: #0780BB;
    border-style: solid;
    border-width: 5px 0 0;
    min-height: 35px;
    position: relative;
    
}

#nav ul {
    width: 97%;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding-top: 0.35em;
}

#nav li {
    float: left;
    margin: 0;
}

#nav a.selected, 
#nav a.selected:hover, 
#nav a.selected:focus {
    background-color: #222222;
    color: #FFFFFF;
}
#nav a {
    border-radius: 5px 5px 0 0;
    color: #EEEEEE;
    display: block;
    font-size: 1.2em;
    font-weight: bolder;
    height: 2.2em;
    letter-spacing: 0.02em;
    line-height: 2.4em;
    outline: medium none;
    padding: 0 1.3em;
    text-decoration: none;
    white-space: nowrap;
}
span.tab-base {
    background-color: #222222;
    bottom: -5px;
    display: block;
    height: 5px;
    width: 97%;
    margin: 0 0 0 40px;
    position: absolute;
    top: auto;
    z-index: 2;
}
#content {
    display: flex;
    -ms-flex-flow: row;
    -moz-flex-flow: row;
    -webkit-flex-flow: row;
    flex-flow: row;
}

#lfpanel {
    float: left;
    width: 20%;
    margin: 0 0 0 40px;
    -ms-flex: 20%;
    -moz-flex: 20%;
    -webkit-flex: 20%;
    flex: 20%;
}

ul.tabpanel {
    background-color: #222222;
    border-radius: 0 0 5px 5px;
    list-style: none outside none;
    padding: 0.5em;
    margin-top: 5px;
}

ul.tabpanel a {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    padding: 0.6em;
    vertical-align: central
}
a {
    color: #0088CC;
    outline: 0 none;
    text-decoration: none;
}
ul.tabpanel li {
    margin-bottom: 0em;
}
ul.tabpanel a:hover,
ul.tabpanel a:focus {
    background-color: #2f2f2f;
    text-decoration: none;
}

ul.tabpanel span.bg {
    background: radial-gradient(circle farthest-corner at center 10px , #0786C5 10%, #044362) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 0.7em;
}
ul.tabpanel span.bg span.img {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
}

ul.tabpanel h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;   
    margin: 0.1em 0 0.2em;
}
ul.tabpanel p {
    color: #DDDDDD;
    font-weight: lighter;
    padding-left: 48px;
    margin-top: -2px;
}
#body {
    background-color: #FFF;
    padding: 35px;
    -ms-flex: 75%;
    -moz-flex: 75%;
    -webkit-flex: 75%;
    flex: 75%;
}

/*footer*/
#footer {
    background-color: #055E8A;
    bottom: 0;
    color: #7AD0FA;
    text-align: center;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #F00;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #F00;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
.links {
    width: 60px;
    padding: 2px;
}

/*para formularios*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}
.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border: 1px solid #b5d4f1;
}
table th {
    padding: 5px;
    text-align: center;
    text-transform:uppercase;
    background-color: #e8eef4;
}
table td {
    border-bottom: 1px solid #b5d4f1;
}
.thumbnail {position: relative; z-index: 0;color: black; }
    .thumbnail:hover{ background-color: transparent; z-index: 50; }
    .thumbnail span{ /* Estilos para la imagen agrandada */
        position: absolute;
        background-color: lavender;
        padding: 5px;
        margin-left: 0px;
        margin-top: 15px;
        /*left: -40px;*/
        border: 3px double #5888a8;    
        -moz-border-radius: 10px; 
        -webkit-border-radius: 10px;
        border-radius: 10px;
        visibility: hidden;
        color: #000000;
        width:350px;
        font-size: 9px;
        height:auto;    
        text-decoration: none;
    }
    .thumbnail span p{ border-width: 0; padding: 2px; }
    .thumbnail:hover span {
        visibility: visible;
        top: 0;
        left: 10px;
    }

ul.listaIncidentes {
    background-color: white;
    border-radius: 5px;
    list-style: none outside none;
    border: 1px solid #055E8A;
    box-shadow: 8px 8px 10px #000000;
    padding: 0.5em;
    margin-top: 5px;
}

ul.listaIncidentes a {
    border-radius: 5px;
    display: block;
    overflow: hidden;
    padding: 0.6em;
    vertical-align: central
}
/*a {
    color: #0088CC;
    outline: 0 none;
    text-decoration: none;
}*/
ul.listaIncidentes li {
    margin-bottom: 0.25em;
}
ul.listaIncidentes a:hover,
ul.listaIncidentes a:focus {
    background-color: #D1D1D1;
    text-decoration: none;
}

ul.listaIncidentes span.bg {
    background: radial-gradient(circle farthest-corner at center 10px , #0786C5 10%, #044362) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 5px;
    display: inline-block;
    float: left;
    margin-right: 0.7em;
}
ul.listaIncidentes span.bg span.img {
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 40px;
    width: 40px;
}

ul.listaIncidentes h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;   
    margin: 0;
}
ul.listaIncidentes p {
    color: #0088CC;
    font-weight: lighter;
    /*padding-left: 48px;*/
    text-align: justify;
    margin-top: -3px;
}
#detalleIncidente {
    width: 100%;
    height: 180px;
    overflow-x:hidden;
    overflow-y: scroll;
    border: 1px solid #055E8A;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    /*order: 1;*/
}
#bodyInfo {
    margin: 10px 0;           
    height: auto;
    display: flex;
    -ms-flex-flow: row;
    -webkit-flex-flow: row;
    -moz-flex-flow: row;
    flex-flow: row;
    width: 100%;
    /*padding: 0 10px;*/
}
#infoTecnico {
    /*padding: 20px;*/
    width: 50%;
    -ms-flex: 50%;
    -moz-flex: 50%;
    -webkit-flex: 50%;
    flex: 50%;
    order: 1;
    /*background-color: green;*/
    /*
            -ms-flex-order: 1;
            -moz-flex-order: 1;
            -webkit-flex-order: 1;
            flex-order: 1;*/
    /*overflow-y: scroll;
            overflow-x: hidden;*/
    padding: 0 10px 10px 10px;
    border: 1px solid #055E8A;
    border-radius: 5px;
}
#informaciones {
    /*padding: 0px 20px 0px 20px;*/
    width: 50%;
    -ms-flex: 50%;
    -moz-flex: 50%;
    -webkit-flex: 50%;
    flex: 50%;
    margin-left: 10px;
    margin-right: -20px;
    order: 2;
    /*
    -ms-flex-order: 2;
    -moz-flex-order: 2;
    -webkit-flex-order: 2;
    flex-order: 2;*/
    padding: 10px;
    border: 1px solid #055E8A;
    border-radius: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
}
        /*#dvComentarios {
            background-color: transparent;
            height: 100px;
            width: 100%;
            padding: 0 10px;
            border: 1px solid #055E8A;
            border-radius: 5px;
            /*order: 2;
            flex-order: 2*/
            /*-ms-flex: 1;
            -moz-flex: 1;
            -webkit-flex: 1;
            flex: 1;
        }*/
        .tableHover {
            font-weight:bolder;
            font-size: 12px;
            text-transform: uppercase;
        }
        .tableHover td {
            padding: 6px;     
         }
        .tableHover tr:nth-last-child(odd){
            background-color:#EFEFEF;
        }
        .tableHover tr:nth-last-child(even){
            background-color:white;
        }
        .tableHover tr:hover{
            background-color:slategray;
            /*cursor: pointer;*/
        }
        .dvInforme {
            /*border: 1px solid #055E8A;*/
            padding: 0 10px 10px 10px;
            border-radius: 5px;
        }
        .informe {
            border-radius: 5px;
            display: block;
            /*overflow: hidden;*/
            /*padding: 0.6em;*/
            vertical-align: central            
        }
        .informe:hover,
        .informe:focus {
            background-color: #D1D1D1;
            text-decoration: none;
        }
