td.details-control {
	background: url('../lib/images/details_open.png') no-repeat center center;
	cursor: pointer;
}

tr.shown td.details-control {
	background: url('../lib/images/details_close.png') no-repeat center center;
}

tfoot {
	display: table-header-group;
}

tfoot input {
	width: 100%;
	padding: 3px;
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		text-align: left !important;
	}

	.pagination {
		display: -webkit-box;
	}
}

.quote-checkbox {
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	display: inline-block;
}

.quote-checkbox.checked:after {
	content: '';
	display: block;
	width: 7px;
	height: 13px;

	position: relative;
	left: 6px;

	border: solid #000;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.nav-tabs .dashboard.active {
	background: #01a862 !important;
	color: white !important;
} 

.nav-tabs .home.active {
	background: #01a862 !important;
	color: white !important;
}

.nav-tabs .marketing-followup-table.active {
	background: #01a862 !important;
	color: white !important;
}

.nav-tabs .qualified-followup-table.active {
	background: #01a862 !important;
	color: white !important;
}

.nav-tabs .search.active {
	background: #01a862 !important;
	color: white !important;
}
