div.dataTables_wrapper div.dataTables_filter input {
	margin-left: 0 !important;
}

.modalLoading {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba( 255, 255, 255, .8 );
}
.modalLoading img {
	padding-left: 50%;
	margin-top: 200px;
}
table.dataTable tbody tr.selected {
	background-color: #B0BED9;
}
.panel-heading-click:hover {
	background-color: #dfdfdf;
	cursor: pointer;
}

/* sortable
=================================================================== */
.sortablelist { 
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.2em;
	float: left;
	margin-right: 5px;
	/* necessary for empty list,we must have always an element to drop items*/
	width: 150px;
	border: 1px solid #eee;
}

.sortablelist li {
	margin: 0 2px 2px 2px;
	padding: 2px;
}

.well {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 1px;
	margin-left: 2px;
}

/* COLOR DIV BUTTONS HISTORY */
.well_answered {
	background-color: #abf3b3;
}
.well_unanswered {
	background-color: #f7a3a3;
}
.well_calls {
	background-color: #99d2d4;
}


[class^="material-icons menu"] {
	position: relative;
	top: 5px;
	left: 0px;
}

.navbar-info {
	color: white;
}

.legend-max {
	float:right;
	margin-right: 0px;
	color: #abb5b5;
}

.legend-min {
	float:right;
	margin-right: 5px;
	color: #807d7d;
}

.legend-average {
	float:right;
	margin-right: 5px;
	color: #477cab;
}
span{
color:#4b4b4b;
}
