body {
	min-height: 100vh;
	background: rgb(125,167,217);
	background: -moz-linear-gradient(180deg, rgba(125,167,217,1) 0%, rgba(0,114,188,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(125,167,217,1) 0%, rgba(0,114,188,1) 100%);
	background: linear-gradient(180deg, rgba(125,167,217,1) 0%, rgba(0,114,188,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7da7d9",endColorstr="#0072bc",GradientType=1);
}

nav,
thead,
.card-header {
	background-color: rgb(144,188,226);
}

div.calendar-table table thead {
	background-color: white;
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
	cursor: pointer;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-selected { background: #F0F0F0; }

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399FF;
}

.autocomplete-group { padding: 2px 5px; }

.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}