@charset "UTF-8";
/* CSS Document */

/* ----------========== GLOBAL STYLES ==========---------- */
body {
	margin: 0;
	padding: 0;
	background-color: #4d4d4f;
	-webkit-font-smoothing: antialiased;
}

sup {
	font-size: 65%;
	line-height: 0;
}

#container {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	background-color: white;
} 
	#container.splash {
		background-color: #c7c9ca;
		border-top: 10px solid #034625; /* dark green */
	}
	
	
h1 {
	margin: 0;
	font-family: arial; /* Set to Avenir later */
	font-size: 32px;
	line-height: 100px;
	color: white;
	display: inline-block;
	margin-left: 25px;
}

	h1.splash {
		position: absolute;
		left: -30000px;	
	}
	
h2 {
	font-family: arial; /* Set to Avenir later */
	font-size: 28px;
	line-height: 32px;
	margin: 0;
	margin-bottom: 10px;
	color: black;
}

h3 {
	font-family: arial; /* Set to Avenir later */
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	margin-bottom: 10px;
	color: #034625; /* dark green */
}


p, li, a {
	font-family: arial; /* Set to Avenir later */
	font-size: 24px;
	line-height: 36px;
	margin: 0;
	color: black;
}

	p.error {
		font-size: 18px;
		line-height: 22px;
		color: #960c2b; /* dark red */
		font-weight: bold;
	}

li {
	color: #034625; /* dark green */
}
	li span {
		color: black;
	}

ul {
	margin: 0;
}

p, ul {
	margin-bottom: 12px;
}

a {
	color: #034625; /* dark green */
	font-weight: bold;
}

a.button {
	font-size: 24px;
	line-height: 36px;
	display: inline-block;
	background-color: #034625; /* dark green */
	color: white;
	padding: 3px 6px;
	border-radius: 5px;
	text-decoration: none;
	min-width: 200px;
	text-align: center;
}

hr {
	border: 0;
	border-bottom: 1px solid #034625; /* dark green */
	margin: 20px 10px;
}

.center {
	text-align: center;
}

.left-half {
	width: 48%;
	margin-right: 2%;
	display: inline-block;
}

.right-half {
	width: 48%;
	margin-left: 2%;
	float: right;
}

form {
	padding: 20px;
}

label {
	display: block;
	font-family: arial; /* Set to Avenir later */
	font-size: 18px;
	line-height: 22px;
	color: white;
}

input[type=text], input[type=email], input[type=password] {
	display: block;
	font-family: arial; /* Set to Avenir later */
	font-size: 24px;
	line-height: 36px;
	width: 98%;
	margin-bottom: 20px;
}

	input[type=text].error, input[type=email].error, input[type=password].error {
		border: 3px solid #960c2b; /* dark red */
	}

input[type=submit] {
	-webkit-appearance: none;
	min-width: 150px;
	font-family: arial; /* Set to Avenir later */
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	padding: 5px;
	background-color: white;
	color: #034625; /* dark green */
	display: block;
	margin: 0 auto;
}


/* ----------========== TABLES ==========---------- */
table {
	width: 100%;
	border-bottom: 2px solid #034625; /* dark green */
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

thead {
	background-color: #034625; /* dark green */
}

th {
	text-align: left;
	padding: 4px;
	color: white;
	font-family: arial; /* Set to Avenir later */
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

tr {
	border-bottom: 1px solid #034625; /* dark green */
}
	tr.alt {
		background-color: #e5ece9; /* green highlight */
	}

td, td a {
	font-family: arial; /* Set to Avenir later */
	font-size: 15px;
	line-height: 18px;
	padding: 4px;
}

	td.info, th.info {
		text-align: center;
	}
	
	td.info a {
		display: inline-block;
		background-color: #034625; /* dark green */
		color: white;
		border-radius: 20px;
		padding: 4px 11px;
		text-decoration: none;
	}


/* ----------========== MAIN STRUCTURE ==========---------- */
#content-container {
	display: flex;
}
	#content-container.default {
		width: 1000px;
		margin: 0 auto;
	}

aside {
	width: 225px;
	min-width: 225px;
	background-color: #d1d3d4; /* light grey */
}

#content-area {
	background-color: white;
	flex-grow: 1;
	padding: 25px;
}

form#search {
	float: right;
	padding: 0;
	width: 50%;
	text-align: right;
}
	form#search input[type=text] {
		display: inline-block;
		width: 50%;
		font-size: 18px;
		line-height: 24px;
		border: 1px solid #034625; /* dark green */
		margin: 0;
	}
	form#search input[type=submit] {
		display: inline-block;
		font-size: 18px;
		line-height: 24px;
		min-width: auto;
		padding: 5px 15px;
		border: 0;
		background-color: #034625; /* dark green */
		color: white;
	}

/* ----------========== NAV ==========---------- */
nav {
	margin: 20px 0;
}


nav a.button {
	display: block;
	min-width: auto;
	margin: 10px;
	font-size: 18px;
}


/* ----------========== HEADER ==========---------- */
header {
	height: 100px;
	background-color: #034625; /* dark green */
	border-bottom: 2px solid black;
}

#company-logo {
	width: 225px;
	height: 100px;
	background-color: white;
	display: inline-block;
	float: left;
	
	/*background-image: url(/assets/images/logos/logo-FPO.png);*/
	background-image: url(/assets/images/logos/fidim.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

	#company-logo.default {
		background-image: url(/assets/images/logos/busy-knights-mobile.png);
		background-size: 80%;
	}

	#company-logo form {
		padding: 10px;
		
		display: none;
	}
	
	#company-logo label {
		color: #034625; /* dark green */
		font-size: 12px;
		line-height: 14px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	#company-logo input[type=submit] {
		min-width: 100px;
		font-size: 16px;
		line-height: 20px;
		border-radius: 10px;
		margin: 8px auto;
		border: 2px solid #034625; /* dark green */
		padding: 3px;
	}
	
#admin-link {
	font-size: 18px;
	line-height: 24px;
	display: inline-block;
	background-color: white;
	color: #034625; /* dark green */
	padding: 2px 5px;
	border-radius: 5px;
	text-decoration: none;
	min-width: 75px;
	text-align: center;
	float: right;
	margin: 35px 25px 0 0;
}

a#home-link {
	display: block;
	width: 225px;
	height: 100px;
}


/* ----------========== FOOTER ==========---------- */
footer {
	background-color: #4d4d4f;
	clear: both;
	padding-top: 15px;
	height: 70px;
}

#footer-logo {
	width: 225px;
	float: left;
	margin-right: 25px;
}
	#footer-logo img {
		width: 80%;
		margin: auto;
		display: block;
	}
	
footer p, footer a {
	font-size: 14px;
	color: #d1d3d4; /* light grey */
	line-height: 77px;
}


/* ----------========== SPLASH PAGE ==========---------- */
#splash-container {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 80px auto;
	padding: 50px 0;
}

#busy-knights-logo {
	width: 94%;
	max-width: 332px;
	height: auto;
	margin: 0 auto 30px auto;
	display: block;
}

#busy-knights-logo-mobile {
	display: none;
}

a#more-info {
	background-image: url(/assets/images/button-icons/info.png);
	background-position: bottom -7px left 7px;
	background-size: 31px 31px;
	background-repeat: no-repeat;
}

form.splash {
	background-color: #034625; /* dark green */
	border-radius: 10px;
}
