/* Show/hide elements based on current filtering state */
.t-salons .show-prospects,
.t-salons .show-resellers,
.t-resellers .show-prospects,
.t-resellers .show-salons,
.t-prospects .show-resellers,
.t-prospects .show-salons {
	display:none;
}

.t-salons .show-salons,
.t-resellers .show-resellers,
.t-prospects .show-prospects {
	display:block;
}

/* Loading panel */
.loading {
	position: absolute;
	width: 100px;
	top: -100px;
	right: 10px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.3);

	transition: all 0.5s;
}

/* DataTables */
.active td {
	background:#ebfaf0 !important;
}

.odd.active td {
	background:#dbeae0 !important;
}

.inactive td {
	background:#fde5e4 !important;
}

.odd.inactive td {
	background:#edd5d4 !important;
}

td.dataTables_empty {
	font-weight: bold;
	color:red;
	text-align: left !important;
}


.bootstrap-datetimepicker-widget {
	z-index: 10000 !important;
}
