.headerRegister, .header-primary{
	background: #066cf3;
	color: #FFF;
}

.headerUpdate{
	background: #13b649;
	color: #FFF;
}

.headerView{
	background: #6b7a8a;
	color: #FFF;
}


/*estilo para los inputs required*/
.required{
	color: red;
	font-size: 13pt;
	font-weight: bold;
}


/*Estilos de login y loading de formularios*/
#divLoading{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(254,254,255, .65);
	z-index: 9999;
	display: none;
}

#divLoading img{
	width: 50px;
	height: 50px;
}

/* Aplica estilos CSS para alinear la barra de búsqueda a la derecha */
.dataTables_filter {
	text-align: right;
}

 /* Centra la paginación en la tabla */
.dataTables_info{
	text-align: center;
}

.dataTables_paginate {
	text-align: center;
}

.notblock{
	display: none;
}



/*IMAGEN DE PERFIL*/
.thumbnail {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
}

#preview {
    position: relative;
}

#preview a {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    display: none;
}

/*nombre de la imagen subida*/
#file-info {
    text-align: center;
    display: block;
}

/*para ocultar el input de la imagen de portada*/
#imagen input[type=file] {
    position: absolute;
    visibility: hidden;
    width: 0;
    z-index: -9999;
}


