body {
	background: #1F6347;
	font-family: 'Open Sans', sans-serif;
	color: #ffffff;
}

/*header*/
.navbar-inverse {
    background-color: #1F6347!important;
    border-color: #1F6347!important;
}

/*logo*/
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

h2 {
	text-align: center;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 50px;
}

.pass {
	float: right;
	color: white;
	margin-bottom:40px;
}

#logout { 
	cursor: pointer;
}

#content {
	background-image: url('/images/MikeEvansBackground.jpg')!important;
}
#content .container {
	border: 2px solid #000000;
	border-top: none;
	border-bottom: none;
	background-color: #F9F9F9;
	color: #000000;
	
	min-height: 600px;
	padding-bottom: 2em;
}
#content .container h1 {
	color: #1F6347;
	margin-bottom: 1em;
}

#admin-options #option-buttons { text-align: right; }
.option-button {
	padding: 0.25em 1em;
	background: rgba(255,255,255,0.1);
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	margin-left: 2em;
	margin-bottom: 2em;
	display: inline-block;
}
.option-button a {
	color: #FFFFFF; 
}

/*** Work Order List ***/
.wo-item {
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.wo-item:first-child {
	border-top: 1px solid #333333;
}
.wo-item p { margin-bottom: 5px; }

/**** FORMS *****/
label { display: block; }
form input { width: 80%; }