/* 
    Created on : 02/03/2018, 11:32:52 AM
    Author     : aalain
*/
.table{
    /*table-layout: fixed;*/
    /*table-layout: auto;*/
	margin: 0;
	font-size: .9rem;
}
.table th,.table td{
    /*white-space: normal;*/
	/*word-wrap: break-word;*/
	white-space: nowrap;
}
/* .table .wrap-dn{
    max-width: 350px;
} */

.card-header{background: #ececec;border-bottom:1px solid #dee2e6}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background-color: #f7f7f7;border-bottom-color: #f7f7f7;}
.form-container{background: #f7f7f7}


.dataTables_wrapper{padding: 0;position: relative;}
.dataTables_wrapper .dataTables_info{margin-left: 0;}
.dataTables_wrapper .dataTables_paginate .paginate_button{
	background: #f8f9fa;
	margin-left: .5rem;
	border-radius: .25rem;
	padding: .25rem .75rem;
	border: 1px solid #dae0e5;
	color:#212529;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
	text-decoration:none;
	cursor: pointer;
	background-color: #e2e6ea;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled{
	cursor:not-allowed;
	background: none;
	color: #a5a5a5;
}

.dataTables_wrapper .dataTables_processing{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(255,255,255,.3);z-index: 99999;}
.dataTables_wrapper .dataTables_processing img{position: absolute;left: 50%;top: 50%;margin-left: -24px;margin-top: -24px;}

/*
.dataTables_wrapper .dataTables_processing {
	position: absolute;
    z-index: 9999;
	top: -65px;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	text-align: center;
	font-size: 1rem;
	background-color: rgba(255, 193, 7, .7);
	border-radius: .25rem;
}*/

.dataTables_wrapper .card-body{padding: 0;min-height: 40px;background: #f7f7f7}

.dataTables_empty{text-align: center}
/*.table-hover tbody tr.odd:hover{background:none;}*/

.dataTables_scrollHeadInner{box-shadow: 0 1px 0 0 #dee2e6 inset,0 -2px 0 0 #dee2e6 inset;}
/*
.loading{position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0,0,0,.1);z-index: 99999;}
.loading svg,.loading img{position: absolute;left: 50%;top: 50%;margin-left: -24px;margin-top: -24px;}*/

.outer {
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
	background: #efefef;
}

.middle {
    display: table-cell;
	vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: -88px;
}

.logo-reniec-login{opacity: .7;}

.card-login .fa-user-circle {font-size: 92px;color: #aaa;}