html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	background:#ededed;
	padding:10px;
}
#content {
	padding-top:50px;
	padding-bottom:50px; /* Height of the footer element */
}
#footer {
	background:#d9d8dc;
	width:100%;
	height:50px;
	position:absolute;
	bottom:0;
	left:0;
}

select {
   padding: 5px;
   font-size: 16px;
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
	cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
	color: inherit;
	text-decoration: none;
	background-color: inherit;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
	color: #16181b;
	text-decoration: none;
	background-color: #f8f9fa;
}

@media (min-width: 767px) {
	.navbar .dropdown-toggle:not(.nav-link)::after {
		display: inline-block;
		width: 0;
		height: 0;
		margin-left: .5em;
		vertical-align: 0;
		border-bottom: .3em solid transparent;
		border-top: .3em solid transparent;
		border-left: .3em solid;
	}
}