@font-face {
	font-family:Quicksand;
	src:url(/fonts/Quicksand-Regular.ttf);
	font-weight:400;
}

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
	font-family:Quicksand;
	font-weight:400;
}

div.wrapper {
	min-height:100%;
	position:relative;
	background-image:url(/images/layout/background-bright.png);
}

h1 {
	font-size:32px;
	margin-top:0;
	color:#5385c1;
}

h2 {
	font-size:22px;
	margin-top:5px;
	margin-bottom:5px;
}

h3 {
	font-size:18px;
}

a {
	color:#30a0e0;
}

ul {
	padding-left:15px;
}

ol {
	list-style-position:inside;
}

div.left {
	float:left;
}

div.right {
	float:right;
}

div.clear {
	clear:both;
}

.table {
	background-color:#ffffff;
}

@media (max-width:767px) {
	table.table-xs th,
	table.table-xs td {
		display:block;
	}

	table.table-xs th:last-child {
		border:none;
	}
	table.table-xs th:first-child,
	table.table-xs td:first-child {
		border-top:2px solid #808080;
	}
}

/* Header
 */
div.wrapper > div.header {
	height:150px;
	background-position:center;
	background-size:cover;
	border-top:5px solid #5385c1;
}

div.wrapper > div.header div.title {
	color:#ffffff;
	font-size:40px;
	font-weight:bold;
	margin-top:30px;
	text-align:center;
	text-shadow:1px 1px 2px #000000;
}

div.wrapper > div.header img.logo {
	float:right;
	width:100px;
	position:relative;
	margin-right:15px;
}

nav.navbar a {
	font-size:15px;
}

/* Content
 */
div.content div.container {
	padding-top:25px;
	padding-bottom:75px;
	position:relative;
}

@media (max-width:767px) {
	div.content div.container {
		padding-bottom:150px;
	}
}

input.form-control, textarea.form-control, select.form-control {
	max-width:600px;
	margin-bottom:5px;
}

div.input-group {
	max-width:600px;
}

@media (max-width:767px) {
	input.form-control, textarea.form-control, select.form-control {
		font-size:16px;
	}
}

textarea.form-control {
	height:75px;
}

div.btn-group {
	margin:15px 10px 10px 0;
}

.btn-xs {
	padding:0 16px;
}

table.table-hover tbody tr:hover {
	cursor:pointer;
}

table.table thead th {
	background-color:#e0e8f0;
}

/* Footer
 */
div.footer {
	position:absolute;
	bottom:0;
	height:50px;
	width:100%;
	background-color:#f0f0f0;
	border-top:1px solid #e0e0e0;
	padding-top:15px;
	text-align:center;
	color:#a0a0a0;
	font-size:12px;
}

div.footer div.container {
	background-color:inherit;
}

div.footer a {
	color:#606060;
}

@media (min-width:768px) {
	div.footer span:before {
		content:"|";
		margin:0 20px;
	}
	div.footer span:first-child:before {
		content:"";
		margin:0;
	}
}

@media (max-width:767px) {
	div.footer {
		height:150px;
	}
	div.footer span {
		display:block;
		margin-bottom:10px;
	}
}
