.app-sidebar__user-avatar {
    width: 48px;
    background: gray;
    padding: 6px;
}
.app-sidebar__toggle{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15pt;
}
.app-sidebar__toggle::before{
	display: none;
}
.headerRegister, .header-primary{
	background: #009688;
	color: #FFF;
}
.headerUpdate{
	background: #007bff;
	color: #FFF;
	
}
.notBlock{
	display: none;
}

/*Estilos login*/
#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;
}


/*enlaces en dashboard */

img.interactivo {
	max-width:30%;
	width:auto;
	height:auto;  
	margin:10px 10px 0 0;
}

/*cambio de fuente datatable */


#contenidoTabla {
	font-size: 1px;
  }
  
  td {
	font-size: 13px;
	color: black;
	
  }
  
  th {
	font-size: 15px;
	color:green;
	
  }

  	/*solucion en datatable cortar texto a la otra linea, puede ser las dos    th,td
	th,td{
	max-width:100px !important;
	word-wrap: break-word
	}
	 
	  */
  td{
	max-width:100px !important;
	word-wrap: break-word
	}

	
  
  