@CHARSET "UTF-8";

.datosUsuario{
text-align: right;
margin: 0px;
padding: 0px;

	
	font-size: smaller;
	
	font-weight: normal;
	background-color:#F5F5F5; 
	border-radius: 10px;
	border: 1px solid darkgray;
	padding: 0em 0.6em;
	margin: 0.2em;
	
}
/**/
section div{
	padding: 5px;
}

form div.sinPadding{
	padding: 0px;
}

input#botonConfimarTransaccionesEnEspera{
	float: none;
}
.menubar{
	background-color: #0067b1;
	margin: 0px;
	padding: 0px;
	text-align: center;
	align: left;
	width: 100%;
	
}
.menubar img{
	cursor: pointer;
}

.celdanavegable, .celda{
	background-color: #FFFFFF;
	color:#535658;
	text-align: left;
}
.celdanavegable:hover, .celdanavegable.onclick{
	background-color: #D3D3D3;
	color: #FFFFFF;
	cursor: pointer; 
}

.even, .celdanavegable:nth-of-type(even), .celdanavegable:nth-of-type(even) .enfasis , .celdanavegable:nth-of-type(even) .enfasissutil, .celda:nth-of-type(even), .celda:nth-of-type(even) .enfasis , .celda:nth-of-type(even) .enfasissutil, fieldset p:nth-of-type(even),fieldset p:nth-of-type(even) label {
	background: #C4c6c8; 
	color: #FFF;
}
.odd,.celdanavegable:nth-of-type(odd), .celdanavegable:nth-of-type(odd) .enfasis, .celdanavegable:nth-of-type(odd) .enfasissutil,  .celda:nth-of-type(odd),  .celda:nth-of-type(odd) .enfasis ,  .celda:nth-of-type(odd) .enfasissutil, fieldset p:nth-of-type(odd), fieldset p:nth-of-type(odd) label{
	background: #FFF;
	color: #535658;
}


.titulo {
	/*color: #F47B20;
	font-weight: bold;
	font-size: medium;
	text-align: left;*/
	text-align: left;
	font-size: medium;
	color: #FFFFFF;
	font-weight: lighter;
	background-color:#ff7512; 
	border-radius: 10px;
	border: 1px solid #ff7512;
	padding: 0em 0.6em;
	margin: 0.2em;
	text-transform: uppercase;
	line-height: 44px;
}
.titulotabla{
	color: #535658;
	font-weight: bold;
	font-size: medium;
	text-align: left;
}


.enfasis{
	font-weight: bold;
	font-size: smaller;
	color: #535658;
}
.enfasissutil{
	font-weight: normal;
	font-size: x-small;
	color: graytext;
}

.barraSuerior{
	padding: 8px 0px 12px 0px;
	text-align: center;
}
.barraSuperiorTitulo{
	color: white;
	font-weight: bold;
	font-size: small;
	text-align: center;
	float: none;
}
.barraSuperiorDerecho{
	float: right;
	color: white;
}

.barraSuperiorIzquierdo {
	float: left;
	color: white;
}
	
.barraSuperiorIzquierdo a, .barraSuperiorDerecho a{	
	background-color: #0067b1;
	padding: 7px;
	margin: 1px;	
	border-radius: 2px;
	border: 1px solid #535658;
	cursor: pointer;
	font-size: smaller;
	color: white;
}

.barraSuperiorIzquierdo a[data-disabled=true], .barraSuperiorDerecho a[data-disabled=true]{
	cursor: default;
	color:graytext;
}

.monto, input[id=monto]{
	text-align: right;
}

input[id=monto]:disabled{
	color: #535658;
	font-weight: bold;
	padding: 6px 9px;
	
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
    -moz-appearance:textfield;
}
.fecha{
	text-align: right;
}
.tablamovimientos{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;

}
.tablamovimientos td{
	padding: 5px;
}

.tablamovimientos tr:nth-child(even){
	background: #C4c6c8; 
	color: #FFF;
}
.tablamovimientos tr:nth-child(odd){
	background: #FFF;
	color: #535658;
}

.tablamovimientos .descripcionMovimiento{
	font-weight: bold;
	font-size: smaller;
	color: #535658;
}

.debito{
	border-left: 3px solid #A52A2A;
	border-right: 3px solid #A52A2A;
	border-bottom: 4px solid white;
}
.credito{
	border-left: 3px solid #008a5e;
	border-right: 3px solid #008a5e;
	border-bottom: 4px solid white;
}
.debito .monto{
	color: #A52A2A;
	font-weight: normal;
	font-size: x-small;
}
.credito .monto{
	color:#228B22;
	font-weight: normal;
	font-size: x-small;
}

.debito .fecha, .credito .fecha{
	color: graytext;
	font-weight: normal;
	font-size: x-small;
}
#div_movimientos{
	position: relative;
}
.detalleTDC {
	
}
.detalleTDC table {
	background-color: white;
	position: relative; 
}
/*.tituloPanel{
	font-size: smaller;
	position: absolute;
	z-index: 1000;
	visibility: visible;
	max-width: 250px;
}
.tituloPanel a{
	text-decoration: none;
	padding: 10px 15px;
	border-radius: 3px;
	border: 1px solid #C4c6c8;
	color: #C4c6c8;
	max-width: 50px;
}

section.detalleTDC:target .tituloPanel a {
	background-color: #C4c6c8;
	color:#535658;
}
section.detalleTDC:nth-of-type(1) .tituloPanel {
	left: 0px;	
}
section.detalleTDC:nth-of-type(2)  .tituloPanel {
	left: 120px;
}
section.detalleTDC:nth-of-type(3)  .tituloPanel {
	left: 240px;
}
section.detalleTDC{
	font-size: small;
	background-color:white;
	visibility: collapse;
}
section.detalleTDC:target {
	visibility: visible;
}
*/
.formTransaccion{
	display: table;
	text-align: left;
	color: graytext;
	width: 100%;
	line-height: 20px;
	margin-top: 5px;
}
.formTransaccion p{
	
	vertical-align: middle;
	padding: 15px;
	margin: 0px;
}
.formTransaccion fieldset{
	border: 0;
	margin: 0px;
	padding: 0px;
}

.formTransaccion label{
	font-size: smaller;
	font-weight: bolder;
	text-align: left;
	color: #C4C6C8;
}
.formTransaccion span {
	font-size: smaller;
	font-weight: bolder;
}


.formTransaccion select, input{
	font-size: x-small;
	font-weight: normal;
	text-align: left;
	float: right;
	color: #535658;
	padding: 5px 0px 5px 0px;
}

.formTransaccion select, input, label{
	padding: 5px 0px 5px 0px;
}
.formTransaccion select optgroup{
	font-size: small;
	font-weight: bold;
	
}

.transaccionesBatch{
	font-size: smaller;
	width: 100%;
	border-spacing: 5px;
	border-collapse: separate;
}
.transaccionesBatch thead {
	font-weight: bolder;
	color: #535658;
}

.contextMenu{
	background-color: black;
	opacity: 0.7;
	cursor: auto;
}

.contexmenuitem{
	font-size: xx-small;
	color: white;
	text-align: center;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	display: block;
}

.eliminar{
	cursor: pointer;
	/*border-radius: 15px;
	border: 1px solid gray;
	background-color: red;
	color: white;
	padding: 6px 0px;
	text-align: center;
	font-weight: bolder;
	font-size: x-small;*/
	background-image: url("../images/btn_eliminar.png");
	background-position: center;
	background-repeat: no-repeat;
	padding: 15px;
	 
}

.oculto{
	display: none;
	visibility: collapse;
}
.visible{
	display: inline;
	visibility: visible;
}
.resultadoHistorial{
	border-spacing: 0px;
	border-collapse:  separate;
	width: 99%;
	font-size: smaller;
	text-align: center;
	
}
.referencia{
	font-weight: bolder;
}
.transaccionExitosa, .transaccionFallida, .transaccionXvalidar{
	width: 100%;
	font-size: small;
	text-align: left;
}

.subtituloverde, .transaccionExitosa h1, .subtituloazul{
	/*color: #008A5E;
	font-weight: bold;
	font-size: smaller;
	text-align: left;*/
	text-align: left;
	font-size:small;
	color: #FFFFFF;
	font-weight: lighter;
	background-color:#008A5E; 
	border-radius: 10px;
	border: 1px solid #008A5E;
	padding: 0.6em;
	margin: 0.2em 0em;
}
.subtituloverde, .subtituloazul{
	/*por petición del banco se cambia el color de los subtitulos verde a azul*/
	background-color:#0498d4; 
}
.subtitulogris, .transaccionFallida h1,  .formTransaccion fieldset legend, .titlesheet{
	/*color: #535658;
	font-weight: bold;
	font-size: small;
	text-align: left;*/
	
	text-align: left;
	font-size: small;
	color: #FFFFFF;
	font-weight: lighter;
	background-color:#535658; 
	border-radius: 10px;
	border: 1px solid #535658;
	padding: 0.6em;
	margin: 0.2em 0em;
}
.transaccionFallida h1{
	background-color:#D90000;
	border: 1px solid #D90000;
}

.formTransaccion fieldset{
	padding: 0em;
	margin: 0em;
}
.formTransaccion fieldset legend{
	margin: 0em;
	width: 96%;
}

.transaccionXvalidar tr td:last-child, .transaccionExitosa  tr td:last-child, .transaccionFallida tr td:last-child, .resultadoHistorial tr td:last-child, .resultadoHistorial tr th:last-child, div#detalleDeudaServicio table tr td:last-child{
	text-align: right;
}
.resultadoHistorial tr td:first-child, .resultadoHistorial tr th:first-child{
	text-align: left;
}
.transaccionXvalidar label, .transaccionExitosa  label, .transaccionFallida label, .transaccionXvalidar tr td:FIRST-CHILD, .transaccionExitosa  tr td:FIRST-CHILD, .transaccionFallida tr td:FIRST-CHILD{
	font-weight: bold;
}

.transaccionXvalidar .origen, .transaccionExitosa  .origen, .transaccionFallida .origen{
	color: #535658;
}
.transaccionXvalidar .destino, .transaccionExitosa  .destino, .transaccionFallida .destino{
	color: #535658;
}
.transaccionXvalidar .disponible, .transaccionExitosa  .disponible, .transaccionFallida .disponible{
	color: #535658;
	font-size: xx-small;	
}
.transaccionXvalidar .montoPredeterminado, .transaccionExitosa  .montoPredeterminado, .transaccionFallida .montoPredeterminado{
	color: #535658;
}
.transaccionXvalidar .montoEnBolivares, .transaccionExitosa  .montoEnBolivares, .transaccionFallida .montoEnBolivares{
	color: #535658;
	font-size: small;
}



.resultadoVacio{
	border-radius: 3px;
	color: #ff7512;
	background-color: #C4c6c8;
	border: 1px solid #535658;
	font-size: smaller;
	font-weight: bold;
	padding: 8px;
}

/*AGREGADO POR DANIEL DIAZ*/

.mensaje {
	/*background-color: #082978;*/
	background-color:rgb(0, 138, 94);
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em;
	border-radius: 10px;
	margin: .5em 0 0 0;
}

table.tabla_detalle {
font-size:smaller;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	margin: 0;
	white-space: normal;
}
table.tabla_detalle tbody td:last-child, table.tabla_detalle theads {
	white-space: normal;
}
table.tabla_detalle thead td,
table.tabla_detalle th {
	text-align:center;
	/*border-bottom:1px solid #F0F0F0;*/
	/*border-bottom:1px solid #FFFFFF;*/
	/*border-left:1px solid rgb(196,198,200);*/
	/* border-top:1px solid #F0F0F0; */
	/*border-top:1px solid #FFFFFF;*/
	/*padding:5px; */
}


table.tabla_detalle thead th:first-child{
	border-left:0;
	text-align:center;	
	border-radius: 10px 0px 0px 10px;
}
table.tabla_detalle thead th:last-child{
	border-radius: 0px 10px 10px 0px;
}
table.tabla_detalle thead th{
	background-color:#535658;
	color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
	padding: 0.6em;
	margin: 0.2em;
}
table.tabla_detalle tbody td{
	text-align:center;
	padding:5px;
}
table.tabla_detalle tbody tr td:last-child{
	/*text-align: right;*/
}
.tituloSeccion td {
	text-align: center;
	font-weight: bold;
}

.fondoColor {
	/*background-color: #082978;*/
	background-color:rgb(196, 198, 200);
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.3em;
	margin: 0 1em;
	
}

thead tr.resultadoVacio  td,  thead tr.resultadoVacio{
	background-color: #FFF;
	color:#535658;
	text-align: left;
	border: 0;
	border-radius: 0px;
	font-size: small;
}
