/**
 * Stylesheet for Frontend Website
 */

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
}
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .header, body > .container {
	padding: 10px 15px 10px;
}
.container .text-muted {
	margin: 20px 0;
}

.footer > .container {
	padding-right: 15px;
	padding-left: 15px;
}

code {
	font-size: 80%;
}

.home_banner {
	margin-top: -20px;
	height: 400px;
	background-image: url("../images/banner_background.jpg"); 
	background-position: center; 
}

.navbar-fixed-top {
	position: inherit;
}

.navbar-default {
	background-color: #24292d;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-text {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background-color: #3a4045;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #fff;
	background-color: #3a4045;
}

.box-signin .nav-tabs, .box-signup .nav-tabs {
	margin-bottom: 20px;
}

.page_table {
	width: 100%;
	border: 2px solid #333;
	margin-bottom: 40px;
}

.page_table th, .page_table td {
	padding: 7px 15px;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	vertical-align: middle;
}

.page_notes ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

input.error, .form-control-danger {
	border-color: #d9534f;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .625rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}

input.valid, .form-control-success {
	border-color: #5cb85c;
	padding-right: 2.25rem;
	background-repeat: no-repeat;
	background-position: center right .625rem;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%235cb85c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
}