.logo-login{
	text-align: center;
    margin-bottom: 3em;
}

.inline{
	display: inline;
}

.bgray {
    border: 1px solid #e0e0e0;
}

.estadoval{
	display: inline-block;
    float: right;
    font-size: 12px;
}

.ubicaciones{
	font-size: 15px;
}

.bordeok{
	border-color: #dcdcdc!important;
}

.estadolog{
	font-size: 12px;
}

.noblue{
	color:#838f9c;
}

.minibtn{
	padding: 0px 4px 0px 4px !important;
	line-height: 14px;
}

.titCentrado{
	line-height: 36px;
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}


#loader {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
	width: 70px;
	height: 70px;
	margin: -76px 0 0 -76px;
	border: 8px solid #f3f3f3;
	border-radius: 50%;
	border-top: 8px solid #3498db;
	-webkit-animation: spin 0.8s linear infinite;
	animation: spin 0.8s linear infinite;
}

@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 0.4s;
	animation-name: animatebottom;
	animation-duration: 0.4s
}

@-webkit-keyframes animatebottom {
	from { bottom:-30px; opacity:0 }
	to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
	from{ bottom:-30px; opacity:0 }
	to{ bottom:0; opacity:1 }
}

#maindiv{
	display: none;
}

div.dataTables_wrapper div.dataTables_filter {
	display: inline-block;
	float: right;
}

div.dataTables_lenght{
	display: inline-block;
}

.dtsb-searchBuilder{
	padding-bottom: 5px;
}


.fonth5{
	font-size: .9375rem;
}

.dt-buttons.btn-group.flex-wrap {
	position: absolute;
	top: 12px;
	right: 12px;
}

.estfont{
	font-size: 0.77rem;
	font-weight: 400;
}
