
/* * * * * * * * * DataTables  */
#expedientes, .instaladores, #pendientes, #adheridas { margin:20px auto; clear:both; width:100%; background-color:#fff;}
caption{ text-align:center; border:1px solid #000; border-top-left-radius:3px; border-top-right-radius: 3px;}
thead { height:40px;}
th, td { padding-left:5px;}

.dataTables_wrapper {	position:relative; clear:both; min-height:100px; _height:100px; zoom:1; /* Feeling sorry for IE */}
.dataTables_processing { position:absolute;	top:50%; left:50%; margin-left:-125px; margin-top:-15px; padding:14px 0 2px 0; width:250px;	height:30px; border:1px solid #ddd; text-align:center; color:#999; font-size:14px;}

.dataTables_length { margin:20px; float:left; /*width:300px;*/} /* Filtro para numero de registros a mostrar */
.dataTables_filter { float:right; margin:20px; padding-right:5px; /*width:400px;*/ text-align:right;} /* Filtro de busqueda */
.dataTables_length label, .dataTables_filter label { /*width:150px;*/ font-size:0.9em;}
.dataTables_info { margin:20px 0 20px 50px; width:80%;	float:left; height:30px;}
.dataTables_paginate { margin:20px 50px 20px 0; float:right; width:50px; text-align:right;}

/* Paginacion anidada */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next { float:left;	margin-left:3px; width:19px; height:19px;}

.paginate_disabled_previous {	background-image:url(../img/back_disabled.jpg);}
.paginate_enabled_previous { background-image:url(../img/back_enabled.jpg);}
.paginate_disabled_next {	background-image:url(../img/forward_disabled.jpg);}
.paginate_enabled_next { background-image:url(../img/forward_enabled.jpg);}

/* * * * * * * * * * * *  DataTables ordenamiento  */

.sorting_asc { background:#18B1C0 url(../img/sort_asc.png) no-repeat center right;}
.sorting_desc {	background:#18B1C0 url(../img/sort_desc.png) no-repeat center right;}
.sorting { background:#18B1C0 url(../img/sort_both.png) no-repeat center right;}
.sorting_asc_disabled {	background:#9b0000 url(../img/sort_asc_disabled.png) no-repeat center right;}
.sorting_desc_disabled { background:#9b0000 url(../img/sort_desc_disabled.png) no-repeat center right;}

/* * * * * * * * * * * * * * *  * Misc */
.dataTables_scroll { clear:both;}
.dataTables_scrollBody { margin-top: -1px;}
/*.top, .bottom {	padding:15px;	background-color:#F5F5F5;	border:1px solid #ccc;}*/
.top .dataTables_info {	float:none;}
.clear { clear:both;}
.dataTables_empty {	text-align:center;}
tfoot input {	margin:0.5em 0;	width:100%;	color:#444;}
tfoot input.search_init {	color:#999;}

td.group { background-color:#d1cfd0; border-bottom:2px solid #A19B9E; border-top: 2px solid #A19B9E;}
td.details { background-color:#d1cfd0; border:2px solid #A19B9E;}