.select2-dropdown {
	z-index: 99999999 !important;
}

footer {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #a8a8a8;
	color: white;
	text-align: center;
	overflow: auto;
}

@media only screen and (max-width: 768px) {
	footer {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		background-color: #a8a8a8;
		color: white;
		text-align: center;
	}

	footer > p {
		margin-bottom: 0 !important;
	}
}

.navbar {
	background-color: #1b1b1b !important;
	padding: 0.25rem 1rem;
	margin-bottom: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#header {
	height: 65px;
	border-bottom: 1px solid rgb(206, 206, 206);
	margin: 0px 0px 10px;
}

.slogan {
	width: 100%;
	height: 51px;
	line-height: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 12px;
}

.slogan > a {
	color: #01a862;
}

div#tabNavigation ul#tabNav {
	height: 30px;
	margin-top: -19px;
	text-align: right;
	border: 0;
	float: right;
}

.nav.nav-tabs > li > a {
	text-align: center;
	width: 11em;
	background-color: #01a862;
	color: #fff;
	margin-right: 2px;
	line-height: 1.4284;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px;
}

.nav.nav-tabs > li > a:hover {
	background-color: #dddddd !important;
	border-color: #dddddd !important;
	color: #000;
}

body {
	background: #f5f5f5;
	font-family: 'Lato', sans-serif;
}

.btn-success {
	background: #01a862 !important;
}

.btn-success:hover {
	background: #449d44 !important;
}

.page-item.active .page-link {
	z-index: 0 !important;
}

.stretched-link::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	content: "";
	background-color: rgba(0, 0, 0, 0);
}

.card-hover:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
