
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Datatablas features
 */


.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	padding: 8px;
	padding-bottom: 0px;
	/*background-color: rgba(200, 255, 255, 0.4);*/
}
.dataTables_length > select{
	width: 60px;
}
.dataTables_filter {
	padding: 5px;
	padding-bottom: 0px;
	text-align: right;
	margin-top: -42px;
	margin-bottom: 5px;
}
.dataTables_filter > input {
	width: 250px;
}

.dataTables_info {
	float: left;
	margin-top: 10px;
}

.dataTables_paginate {
	width: 44px;
	float: right;
	text-align: right;
	margin-top: 10px;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('../../../images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('../../../images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('../../../images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('../../../images/forward_enabled.jpg');
}





/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables sorting
 */

.sorting_asc {
	background: url('../../../images/sort_asc.png') no-repeat center right;
}

.sorting_desc {
	background: url('../../../images/sort_desc.png') no-repeat center right;
}

.sorting {
	background: url('../../../images/sort_both.png') no-repeat center right;
}

.sorting_asc_disabled {
	background: url('../../../images/sort_asc_disabled.png') no-repeat center right;
}

.sorting_desc_disabled {
	background: url('../../../images/sort_desc_disabled.png') no-repeat center right;
}







/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Misc
 */


.example_alt_pagination div.dataTables_info {
	width: 40%;
}

.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	/*border: 1px solid #aaa;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 2px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	/*background-color: #ddd;*/
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.paging_full_numbers span.paginate_active {
	/*background-color: #99B3FF;*/
}




/* TABLA */
.tabla {
	width: 100% !important;

}
.tabla > thead > tr > th {
	/*background-color: rgba(200, 255, 255, 0.4);*/
	padding: 1px;

}

.tabla > thead > tr:nth-child(2n+1) > th {
	/*background-image: url(../img/cabecera.png); 
	background-size: 150px;*/
  	padding: 1px;
  	border-radius:4px 4px 0px 0px;
}
.tabla > thead > tr:nth-child(2n+2) {
	/*background-color: #1A5D94;*/
}
.tabla > tbody > tr > td {
	/*border:1px solid #BEDDE9;*/
  	vertical-align:middle;
  	padding: 5px;
}
.tabla > tbody > tr:nth-child(2n+2) {
	/*background-color: rgba(230, 255, 255, 0.4);*/
}


/*TABLA-FORMULARIO CREDITO*/
.tabla-credito {
	width: 98% !important;

}
.tabla-credito > thead > tr > th {
	/*background-color: rgba(200, 255, 255, 0.4);*/
	padding: 1px;
}

.tabla-credito > thead > tr:nth-child(2n+1) > th {
	/*background-image: url(../img/cabecera.png); 
	background-size: 150px;*/
  	padding: 1px;
  	border-radius:4px 4px 0px 0px;
}
.tabla-credito > thead > tr:nth-child(2n+2) {
	/*background-color: #1A5D94;*/
}
.tabla-credito > tbody > tr > td {
	/*border:1px solid #BEDDE9;*/
  	vertical-align:middle;
  	padding: 0.5px; /*altura de td en la tabla*/
}
.tabla-credito > tbody > tr:nth-child(2n+2) {
	/*background-color: rgba(230, 255, 255, 0.4);*/
}


/*TABLA CREDITO PAGO*/
.tabla-credito-pago {
	width: 98% !important;

}
.tabla-credito-pago > thead > tr > th {
	/*background-color: rgba(200, 255, 255, 0.4);*/
	padding: 1px;
}

.tabla-credito-pago > thead > tr:nth-child(2n+1) > th {
	/*background-image: url(../img/cabecera.png); 
	background-size: 150px;*/
  	padding: 1px;
  	border-radius:4px 4px 0px 0px;
}
.tabla-credito-pago > thead > tr:nth-child(2n+2) {
	/*background-color: #1A5D94;*/
}
.tabla-credito-pago > tbody > tr > td {
	/*border:1px solid #BEDDE9;*/
  	vertical-align:middle;
  	padding: 0.5px; /*altura de td en la tabla*/
}
.tabla-credito-pago > tbody > tr:nth-child(2n+2) {
	/*background-color: rgba(230, 255, 255, 0.4);*/
}