/* 
    Document   : style
    Created on : 30-may-2014, 14:54:48
    Author     : ivo
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body
{
    font-family: Verdana, Arial;
    font-size: 14px;
    color: #333;
}
td
{
	font-size: 12px;
}
th
{
	font-size: 12px;
}
.logoSurbit
{
    display: inline-block;    
    background-image: url("logo_h24.png");
    width: 90px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -45px;
    margin-top: -40px;
    cursor: pointer;
}
.grillaClientes
{
    width: 1200px;
}
.grillaReportesCC
{
    width: 1200px;
}
.grillaGeneralAnchoMaximo
{
    width: 98%;
}
/* .grillaClientes tr:HOVER
{
	background-color: aqua;
} */
.contenedorFiltroSuperior
{
    background-color: #ffffcc;
}
.contenedorFiltroGrilla
{
    position: absolute;    
    display: inline-block;    
    margin-top: -7px;
    margin-left: 215px;
}
.contenedorAccionesHeaderGrilla
{
    text-align: right;
    display: inline-block;
}
.infoCantidadItemsGrilla
{
    font-size: 10px;
    font-weight: bold;
    color: #333;
    margin-top: 15px;
}
#spanMontoTotal
{
	font-size: 14px;
	color: #222;
}
.panelCargando
{
    position: fixed;
    width: 120px;
    height: 90px;    
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -45px;
    background-color: black;
    color: whitesmoke;
    text-align: center;
    border-radius: 5px;    
}
.contenedorMsgError
{
    background-color: crimson;
    color: whitesmoke;
    border-radius: 5px;    
    width: 300px;    
    text-align: center;
    margin-top: 15px;
    padding: 10px;
    display: none;
    
}
#headerPrincipal
{
    background-image: url('logoRecoserv.png');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    height: 64px;
    width: 100%;
    background-color: #666;
    color: whitesmoke;
}
#headerPrincipal a
{
    color: #ffffcc;
}
.contenedorUsuarioLogueado
{
    display: inline-block;
    position: relative;
    float: right;
    margin-right: 10px;
    text-align: right;
    margin-top: 35px;
}
#headerPrincipalLogin
{
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 40px;
    background-image: url('logoRecoserv_250_150px.png');
    background-repeat: no-repeat;    
    height: 150px;
    width: 250px;
    border: none;    
}
.spanMontoImpago
{
	color: darkred;
	font-weight: bold;
}
.spanMontoPago
{
	color: darkgreen;
	font-weight: bold;
}
.roundedText
{
	width: 100px;
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.contenedorObservacionesAnulacionAM
{
    background-color: #eee;
    color: crimson;
    border-radius: 5px;    
    width: 700px;    
    text-align: center;    
    padding: 5px;
    display: none; 
    float: left;
    margin-bottom: 5px;       
}
#panelFacturaMinimizada
{
	display: inline-block;
	float: left;
	margin-left: 10px;
	position: fixed;
	top: 100%;
	height: 30px;
	margin-top: -27px;
	background-color: #333;
	color: whitesmoke;
	width: 250px;
	font-weight: bold;
	padding: 5px;
	border: thin solid;
	border-radius: 5px;
	cursor: pointer;	
}
/* FE */
.contenedorCeldaDatoCFE
{
    display: inline-block; 
    text-align: center; 
    border-radius: 3px; 
    padding: 3px; 
    min-width: 75px; 
    color: white;
    margin: 2px;
}
.celdaFENoEmitido
{
    background-color: #ccc;
}
.celdaTipoCFE
{
    background-color: green;
}
.celdaNroCFE
{
    background-color: whitesmoke;
    color: #222;
}
.celdaEstadoCFE
{
    background-color: #222;
    color: white;
}