/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27/05/2019, 06:56:56 PM
    Author     : FERNANDO
*/

#containerLogin
{
   width: 360px;
   margin-top: 10%;
}

#btnIngresar
{
    width: 100%;
}
#btnAnterior
{
    width: 100%;
}
#btnSiguiente
{
    width: 100%;
}


html 
{
    font-size: 90%;
    font-family: Helvetica;
}
root 
{ 
    display: block;
}
div.centrado
{
    margin: 0 auto;
    text-align: center;
}

/***** HEADER *****************************************************************/
div.headerSesion 
{
    padding-bottom: 2px;
    font-size: 80%; 
    width: 100%; 
    font-weight: bold;
}
div.headerSesion #right
{
    float: right;
    text-align: right;
}
div.headerSesion #left
{
    float: left;
    text-align: left;
    background-color: red;
}
div.headerLine
{
    border-top:1px solid #c9d7f1;
    font-size:1px;
    height:0;
    width:100%;
    position:absolute;
}
div.Line
{
    border-top:1px solid #c9d7f1;
    font-size:1px;
    height:0;
    position:absolute;
    width:100%
}
div.footer
{
    padding-top: 5px;
    font-size: 80%; 
    width: 100%; 
    xtext-align: right;
    font-weight: bold;
}

td.headerText
{
    padding-left: 25px;
    font-size: 70%;
    
}

td.headerTextBold
{
    padding-left: 25px;
    font-size: 70%;
    font-weight: bold; 
    background-color: white;
}
/***** IMAGENES ***************************************************************/
img 
{
    display: block;
    margin: auto;
} 
div.centrar-imagen
{
    text-align:center;
}

/***** TEXTO ******************************************************************/

pre 
{
    font-size: 12px;
    overflow-x: auto; /* Use horizontal scroller if needed; for Firefox 2, not needed in Firefox 3 */
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */ /*
    width: 99%; */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

b
{
    margin-top: 0px;
}

/***** TABLAS *****************************************************************/
div.centrado table 
{
    font-size: 80%; 
    margin: 0 auto;
    text-align: left;
}

/*Tabla zebra horizontal*/
div.centrado #table-listado
{
    margin: 0 auto;
    text-align: left;
    font-family: Helvetica;
    width: 480px;
    border-collapse: collapse;
}
#table-listado th
{
    font-weight: bold;
    padding: 3px 8px;
    border-bottom: 2px solid #6678b1;
}
#table-listado tr.odd
{
    background: #e8edff; 
}
#table-listado tr:hover td
{
    background: #d0dafd;
    color: #339;
}
#table-listado td
{
    font-size: 12px;
    white-space: nowrap;
    padding: 3px 10px 3px 10px;
    color: black;
    border-color: #2e6da4;
}
#table-listado td.centrado
{
    text-align: center;
}

/*Tabla login*/
div.centrado #table-login
{
    margin: 0 auto;
    text-align: left;
    background: #e8edff; 
    border-radius: 10px;
}
#table-login td.label
{
    padding: 3px;
    padding-right: 10px;
    color: black;
    text-align: right;
}
#table-login td.button
{
    text-align: center;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 80%;
    border-radius: 10px;
}

#table-login td.button input
{
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 7px;
}

/*Tabla busqueda*/

div.centrado #table-busqueda
{
    margin: 0 auto;
    text-align: left;
}
#table-busqueda td.label
{
    padding: 3px;
    padding-right: 10px;
    color: black;
    text-align: left;
    white-space: nowrap;
    font-size: 95%;
}
#table-busqueda td.input
{
    padding-right: 10px;
    color: black;
    font-size: 95%;
}

#table-busqueda td.button
{
    text-align: center;
    float: none;
}

#table-busqueda td.button input
{
    border-radius: 7px;
    font-size: 90%;
}

/*Tabla resultado*/

table#table-resultado
{
    /*margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
    table-layout: fixed;
    width: 800px;*/
    
    
}
table#borderTable
{
    border-radius: 20px;
    border-color: #2e6da4
}
#table-resultado th
{
    border-bottom: 1px solid #c9d7f1; 
}
#table-resultado td
{
    color: black;
    border-bottom: 1px solid #c9d7f1;  
}
#table-resultado td.tituloPrueba
{

    background:  #2e6da4;
    color: #fff;
    font-size: 14px;
    padding-top:25px;
    font-weight: bold;
}
#table-resultado td.tituloPrueba2
{
    background: #e9ecef;
    color: #0f0f0f;
    font-size: 14px;
    padding-top:25px;
    font-weight: bold;
}

#table-resultado td.prueba
{
    
    border-bottom: 1px solid #c9d7f1;
}
#prueba
{
    

}

#table-resultado td.pruebaConAlarma
{
    border-bottom: 1px solid #c9d7f1;
    color: red;
}

#pruebaConAlarma{
    
    color: red;
}
#table-resultado td.subtitulo
{
    border-bottom: 1px solid #c9d7f1;
    font-weight: bold;
}
#subtitulo
{
    font-weight: bold;
}

#table-resultado td.alarma
{
    text-align: center;
    border-bottom: 1px solid #c9d7f1;
}
#table-resultado td.resultado
{
    font-weight: bold;
    border-bottom: 1px solid #c9d7f1;
}
#resultado
{
    font-weight: bold;

}

#table-resultado td.resultadoConAlarma
{
    font-weight: bold;
    border-bottom: 1px solid #c9d7f1;
    color: red;
}
#resultadoConAlarma
{
    font-weight: bold;
    color: red;
}
#table-resultado td.observacion
{
    font-family: "Courier New";
    text-align: left;
    border-bottom: 1px solid #c9d7f1;
}
#table-resultado td.referencia
{
    font-family: "Courier New";
    text-align: left;
    border-bottom: 1px solid #c9d7f1;
}

#Reference
{
    font-family: "Courier New";
    text-align: right;
}
#table-resultado td.encabezado
{
    font-weight: bold;
    border-top: 1px solid #c9d7f1;
    border-bottom: 1px solid #c9d7f1;
    background: #c9d7f1;
}
#table-resultado td.encabezadoAuditoria
{
    font-weight: bold;
    border-top: 1px solid #c9d7f1;
    border-bottom: 1px solid #c9d7f1;
    background: #c9d7f1;
    text-align: center;
}
#table-resultado tr:hover td
{
    background: #d0dafd;
    color: #339;
}
#table-resultado tr.titulo:hover td
{
    background: white;
    color: black;
}
#table-resultado tr.titulo:hover td
{
    background: white;
    color: black;
}
#table-resultado tr.tituloPrueba2:hover td
{
    background: #c9d7f1; 
    color: black;
}

/*Tabla resultado header*/
div.centrado #table-resultado-header
{
    margin: 0 auto;
    text-align: left;
    border-collapse: collapse;
}

#table-resultado-header td
{
    padding-left: 10px;
    padding-right: 10px;
    color: black;
}
#table-resultado-header td.prueba
{
    white-space: nowrap;
}
#table-resultado-header td.resultado
{
    font-weight: bold;
    white-space: nowrap;
}

.abs-center {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}


#tabla-solicitud thead  {
  text-align: center;
  color:#fff ;
  border-color: #2e6da4;
  background-color:#2e6da4
    
  
}

#headerBar
{
    background: #339;
    color: white;
    padding: 2rem 0;
    
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
}

#headerBar a
{
    background: #339;
    color: white;
   text-decoration: none;
}
.logo-nav-container{
    display: flex;
    justify-content:space-between;
    align-items:center;
}
.xconintainer
{
    width: 85%;
    max-width: 850px;
    margin:  0 auto;
}

.navigation ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation ul li
{
    display: inline-block;
}

.navigation ul li a
{
    display: block;
    padding: 0.5rem 1rem;
    transition: all 0.4s linear;
    border-radius: 5px;
}

.navigation ul li a:hover
{
    background: #d9534f;
}

#wrapperMenu {
  width: 30%;
  margin: 20px 50px;
}

.wrappernav-dashboard {
    /*background: #d3d3d3;*/
    /*border: 1px dashed orange;*/
    width: 100%;
    padding: 10px;
    margin: 0;
}
#menu-dashboard {
    /*border: 1px dashed red;*/
    border-left: 1px solid #bcbcbc; 
    border-right: 1px solid #bcbcbc;
    border-top: 1px solid #bcbcbc;
    border-radius: 5px;
    overflow: hidden;
}
#menu-dashboard .active a {
    background-color: #F4BD16;
    border-radius: 0;
    color: #fff;
}
#menu-dashboard li {
    border-radius: 0;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #bcbcbc; 
}
#menu-dashboard li > a {
    border-radius: 0;
    padding: 10px;
    color: #444;
}
#menu-dashboard > li > a:hover,
#menu-dashboard > li > a:focus {
    color: #fff;
    background: #F4BD16;
  -webkit-transition: all 1ms ease-in-out;
-moz-transition: all 1ms ease-in-out;
-ms-transition: all 1ms ease-in-out;
-o-transition: all 1ms ease-in-out;
transition: all 1ms ease-in-out;
}
#submenu {
    background: #333;
}
#submenu li {
    border: none;
}
#submenu li a {
    color: #fff;
    padding: 10px;
    margin: 0;
    text-indent: 20px;
}
#submenu li a:hover {
    background: rgba(0,0,0,.5);
}



#btnToogle:hover
{
     background-color: #e9ecef;  
}

.footer{

left: 0;
bottom: 0;
color: white;
background: #004085;
text-align: center;
margin-top:50px;
    width:100%;
    height:200px;
}

#jmbt{
    height: 12%;
    width: 100%;
    padding: 2.0px;
    background:#eeeeee; 
}

#smallBoxGreen{

    background: #04B431;
    color: #f5f5f5;
    border-radius: 5px;

    line-height: 22px;
}

#smallBoxRed{
    
    background: red;
    color: #f5f5f5;
    border-radius: 5px;

    line-height: 22px;
        
}
#smallBoxPurpure{
    background: blueviolet;
    color: #f5f5f5;
    border-radius: 5px;

    line-height: 22px;
}
#smallBoxBlue{
    
    background: #5bc0de;
    color: #f5f5f5;
    border-radius: 5px;
    
    line-height: 22px;
}
#smallBoxYellow{

    background: #ff0;
    color: #f5f5f5;
    border-radius: 5px;

    line-height: 22px;
    
}
 .round_table 
 {
    border-collapse:separate;
    border-spacing: 10;
    border:solid black 1px;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius: 5px;    
  }