/*
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 : 28/03/2017, 03:08:58 PM
    Author     : programador11
*/
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
}


.nombre-instancia {
    font-size: 24px !important;
    color: #d30c42;
}

#pagelogin {
    /*background: url('../imagenes/fondo.jpg.jsf?ln=general');*/
    background: url("/consulta/javax.faces.resource/imagenes/fondo.jpg.jsf?ln=general");
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: initial;
    right: 0;
    top: 50px;
    height: 100%;

}


.ui-widget-content {
    background: url("") repeat-x scroll 50% 50% rgba(255, 255, 255, 0.65);
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #444444;
}
.ui-widget-content.tituloLogin {
    background: url("") repeat-x scroll 50% 50% rgba(255, 255, 255, 0.65);
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #444444;
    width: 521px;
    margin: 2em 1.4em;
}

#idPanel .ui-widget-content {
    background: url("") repeat-x scroll 50% 50% rgba(255, 255, 255, 0.9);
    border: 1px solid #dddddd;
    border-radius: 5px;
    color: #444444;
    padding-bottom: 1px;
}

.colorasterisco {
    color: orangered;
    margin-left: 5px;
}

#top {
    padding: 0;
    position: absolute;
    width: 100%;
    background: #fff;
    border-bottom: none;
    height: 75px;
}

form {
    margin: 0;
    padding: 0;
}

#idPanel td {
    vertical-align: middle;
}


#bottomlogin {
    bottom: 60px;
    position: absolute;
    right: 20px;
    text-align: right;
    width: 100%;
    z-index: 0;
    line-height: 12px;
}

.contentL {
    z-index: 1;
    top: 80px;
}


.txtpie1 {
    color: #fff;
    font-family: sans-serif;
    font-size: 11px;
    opacity: 0.7;
}
.txtpie2 {
    color: #c91127;
    font-family: sans-serif;
    font-size: 11px;
    opacity: 0.9;
}

.cssPanel{
    height: 540px; 
    width:100% !important; 
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    padding: 5px;
    padding-bottom: 1px;
    
}

.cssPanel2{
    height: 540px; 
    width:100% !important; 
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    padding: 5px;
}

.sidebar {
    background-color: transparent;
    bottom: 30%;
    left: 32%;
    padding: 5px;
    position: absolute;
    top: 30%;
    z-index: 1;
}

.tituloLogin table {
    width: 100%;
}
.tituloLogin input {
    padding: 12px 10px;
    width: 100%;
}

button.ui-button.ui-widget.ui-corner-all.ui-state-default.btn-rojo {
    color: #FFF;
    background: #d30c42;
}

.HeaderGridCol2 {
    padding-left: 0px !important;
    text-align: right;
}

#fencabezado span {
    font-size: 34px !important;
    font-weight: bold;
}

.nombre-instanciaA {
    color: #726d6d;
}
.nombre-instanciaB {
    color: #d30c42;
}

.navbar-fixed-top {
    top: 60px;
    position: absolute;
    margin-bottom: 0;
}

#bottomlogin > a {
    color: #fff;
    opacity: 0.7;
    text-decoration: underline;
}
