.dataTables_wrapper .dt-buttons {
	float:none;
}

#nuevosMateriales .dataTables_empty{
    display:none !important;
}

.selected{
	cursor: pointer !!important;
}
.selected:hover{
	background-color: #0585C0 !important;
	color: white !important;
}

.seleccionada{
	background-color: #0585C0 !important;
	color: white !important;
}

/*Colores*/
.cl-lblue {
	background: #3c8dbc!important;
	color: #ffffff !important;
}
.cl-red {
	background: #f56954 !important;
	color: #000000 !important;
}
.cl-green {
	background: #00a65a !important;
	color: #ffffff !important;
}
.cl-aqua {
	background: #00c0ef !important;
	color: #000000 !important;
}
.cl-yellow {
	background: #f39c12 !important;
	color: #ffffff !important;
}
.cl-blue {
	background: #0073b7 !important;
	color: #ffffff !important;
}
.cl-navy {
	background: #001F3F !important;
	color: #ffffff !important;
}
.cl-teal {
	background: #39CCCC !important;
	color: #000000 !important;
}
.cl-olive {
	background: #3D9970 !important;
	color: #ffffff !important;
}
.cl-lime {
	background: #01FF70 !important;
	color: #000000 !important;
}
.cl-orange {
	background: #FF851B !important;
	color: #ffffff !important;
}
.cl-fuchsia {
	background: #F012BE !important;
	color: #ffffff !important;
}
.cl-purple {
	background: #8E24AA !important;
	color: #ffffff !important;
}
.cl-maroon {
	background: #D81B60 !important;
	color: #ffffff !important;
}
.cl-black {
	background: #222222 !important;
	color: #ffffff !important;
}
.cl-gray {
	background: #d2d6de !important;
	color: #000000 !important;
}