html {
	position: relative;
	min-height: 100%;
}

body {
	padding-top: 70px;
	padding-bottom: 110px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 70px;
	line-height: 70px;
}

#footer > .container > div {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	font-size: small;
}

.navbar.navbar-vita {
	background: #89c601;
	border-color: #89c601;
}

.navbar-vita .navbar-nav > li > a {
	color: rgba(255, 255, 255, .9);
	background-color: inherit;
	text-transform: uppercase;
	font-weight: 700;
}

.navbar-vita .navbar-nav > li > a:hover {
	color: #fff;
}

.navbar-vita .nav .open > a, .nav .open > a:focus, .navbar-vita .nav .open > a:hover {
	color: #fff;
	background-color: inherit;
}

.btn-panel {
	width: 100%;
	margin-bottom: 20px;
	padding: 8px 0;
}

.btn-grey {
	background-color: #eee;
}

.btn-grey:hover {
	background-color: #e8e8e8;
}

.btn-grey:active, .btn-grey:active:hover {
	background-color: #ddd;
}

.table > tbody > tr > td {
	vertical-align: middle;
}

.table-nowrap th, .table-nowrap td {
	white-space: nowrap;
}

.table > tbody > tr > th, .table > thead > tr > th {
	vertical-align: middle;
	text-align: center;
}

.nav.nav-pills-fullwidth {
	display: flex;
}

.nav.nav-pills-fullwidth > li {
	flex-grow: 1;
	flex-basis: 0;
	text-align: center;
}

.nav.nav-pills-fullwidth > li:not(.active) a {
	background: #eee;
}

.nav.nav-pills-fullwidth > li:not(.active) a:hover {
	background: #e8e8e8;
	color: #333;
}

.dropdown-menu { /* to keep calendar over navbar */
	z-index: 1040;
}

.input-group-btn .btn-default {
	border: 1px solid #ccc;
}