/* 
    Document   : notificaciones.css
    Created on : 06-agosto-2013
    Author     : 
    Description: estilos para el listado de notificaciones
*/


/* Filas error pantalla */
.tblListado tr.fndListaError td {
 	padding: 5px 6px 2px 6px;
 	background: #F5A9A9; 
}
.tblListado tr.fndListaAdvertencia td {
 	padding: 5px 6px 2px 6px;
 	background: #F2F5A9; 
}

/* Advertencias */
.tblListado tr.fndLista1 td.avisoAdvertencia {
	background: #F2F5A9;
}
.tblListado tr.fndLista2 td.avisoAdvertencia {
	background: #F2F5A9;
}

/* Errores */
.tblListado tr.fndLista1 td.avisoError {
 	background: #F5A9A9; 
}
.tblListado tr.fndLista2 td.avisoError {
 	background: #F5A9A9; 
}


/* Detalle notificaciones*/
.tblDetalle{
	margin: 0 1px 7px 1px;
	font-size: 85%;
}
.tblDetalle .campoDetalle {
	width: 45%;
	font-weight: bold;
	vertical-align: top;
}

ul#consultaPestanaGrafica li, ul#consultaDetalle li {
	padding-right:5px;
}

ul#consultaPestanaGrafica .cntGrafica {
	border: 1px solid #000;
	padding: 10px;
	margin: 10px;
	background-color: #FFF;
}

ul#consultaPestanaGrafica .cntGrafica #grafica {
	margin: 0 auto;
}


/* Acciones pantallas menú notificaciones */
#abreMenuVPro, 
#abreMenuPc {
}

.menuAccionesVPro {  
    display: none; 
    position: absolute;
    margin-left: -105px;
    margin-top: -31px;  
}

.menuAccionesPc {  
    display: none; 
    position: absolute;
    margin-left: -80px;
    margin-top: -31px;  
}

.menuAcciones table {
	background: #FFF;
	border: 1px solid #a5a5a7;
}

.tblListado tr.fndListaError td .menuAcciones table td, 
.tblListado tr.fndLista1 td .menuAcciones table td, 
.tblListado tr.fndLista2 td .menuAcciones table td {
	border: none;
	background: #FFF;
}

.btn-tooltip-notificaciones{
	padding: 5px 6px 2px;
}

