html, body {
	height: 100%;
}
html, body {	padding:0;	margin:0;	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	font-size: 14px;	display: flex;
	flex-direction: column;
	background-color: #f5e9d7;}p {}
h3 a {
	color: #FFF;
	text-decoration: none;
	font-weight: 400;
}
span a {
	padding: 12px;
	border: 1px solid #AAA;
	text-decoration: none;
	line-height: 42px;
	color: #000;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 6px;
}
span a:hover {
	background-color: #DDD;
}
h1 {	margin: 1%;	font-size: 32px;
	font-weight: 300;}
h2 {
	font-size: 28px;
	line-height: 28px;
	font-weight: 300;
}
h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
	border-bottom: 1px solid #888;
	padding: 12px;
	background-color: #5f5955;
	margin: -10px -10px 20px -10px;
}
h4 {
	font-size: 16px;
	font-weight: 300;
}
label {
	font-weight: bold;
	display: block;
	margin-bottom: -12px;
}
input, select {
	width: 100%;
	padding: 14px 10px;
	font-size: 14px;
	font-weight: 300;
	margin: 6px 0;
	border: 1px solid #BBB;
	border-radius: 0;
	background-color: #EEE;
	-webkit-appearance: initial;
	box-sizing: border-box;
	-moz-box-sizing: border-box;		
}
input[type=submit] {
	background-color: #305695;
	font-weight: 300;
	font-size: 16px;
	color: #ffffff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	cursor: pointer;
	box-shadow: inset 1px 1px 1px #7c9cd0;
	-moz-box-shadow: inset 1px 1px 1px #7c9cd0;
	-webkit-box-shadow: inset 1px 1px 1px #7c9cd0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

.error {
	color: red;
}
.success {
	color: green;
}#topContainer {	position: relative;	background-color: #736b66;	height: 50px;	border-bottom: 1px solid #403b37;}/*Strip the ul of padding and list styling*/#topMenu {	list-style-type:none;	margin:0;	padding:0;}/*Style for menu links*/#topMenu a {	display:inline-block;	min-width:140px;	height: 50px;	text-align: center;	line-height: 50px;	color: #fff;	background: #736b66;	text-decoration: none;	border-right: 1px solid #4a4642;	border-left: 1px solid #a89b90;	margin-right: -4px;}/*Hover state for top level links*/#topMenu a:hover {	background-color: #544f4a;}/*Active State for Current Page*/#topMenu a.active {	background-color: #544f4a;	font-weight: bold;}/*Style for menu links*/#leftMenu a {	display: inline-block;	height: 50px;	text-align: center;	line-height: 50px;	color: #fff;	background: #867a71;	text-decoration: none;	border-top: 0;		border-bottom: 0;	border-right: 1px solid #4a4642;	border-left: 1px solid #a89b90;	padding: 0 10px;	min-width: 100px;	margin-right: -4px;}/*Hover state for top level links*/#leftMenu a:hover {	background: #6e655e;}/*Active State for Current Page*/#leftMenu a.active {	background-color: #4a4642;}/* Start of Column CSS */#leftContainer {	position: relative;	top: 0;	min-width: 100%;	width:18em;
	height: 50px;	background: #867a71;	margin: 0;}#mainContainer {
	flex: 1 0 auto;}#mainContent {
	padding-top: 1%;
	margin: auto;
	padding-right: 1%;}#footerContainer {	position: relative;	clear: left;	width:100%;	background: #5f5955;}#footerContent {	color: #FFF;	padding: 20px;}/* Content Boxes for all pages */h1 {	margin: 10px;	font-size: 24px;}/* Formatting Content Boxes */
.box {	float: left;	width: 99%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;		padding: 10px;	margin: 0 0 1% 1%;	border: 1px solid #777;
	background: #FFF;}.box2 {	float: left;	width:49%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;		padding: 10px;	border: 1px solid #777;
	margin: 0 0 1% 1%;
	background: #FFF;}

/* Table Formatting */
tbody tr:nth-child(odd) {
	background: #EEE;
}
table { 
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 15px;
	width: 100%;
	margin: 1em 0;
}
td {
	border:1px solid #AAA;
	padding: 8px 12px;
}
thead, tfoot {
	background: #215dbe;
	font-weight: 300;
	color: #FFF;
}
tbody tr:hover {
	background: #CCC;
}
thead td, tfoot td {
	border: 1px solid #555;
	padding: 12px;
	font-size: 16px;
}
tfoot td {
	border-top: 3px double #555;
}

/* Input Checkbox */
.toggle-check-input {
  width: 1px;
  height: 1px;
  position: absolute;
  border: 0px;
}

.toggle-check-text {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  background: #98243f;
  box-shadow: inset 1px 1px 1px #333;
  padding: 7px 10px 5px 36px;
  border-radius: 4px;
  border: 2px solid #555;
  min-width: 2em;
  font-weight: 400;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle-check-text:after {
  content: ' ';
  display: block;
  background: #FFF;
  box-shadow: 1px 1px 1px #222;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #999;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: left 0.3s, margin-left 0.3s;
}

.toggle-check-text:before {
  content: 'Not Active';
}

.toggle-check-input:checked ~ .toggle-check-text {
	background: #19903b;
	padding-left: 10px;
	padding-right: 39px;
}

.toggle-check-input:checked ~ .toggle-check-text:before {
  content: 'Active';
}

.toggle-check-input:checked ~ .toggle-check-text:after {
  left: 100%;
  margin-left: -30px;
}



/* Mobile Responsive CSS */
@media screen and (max-width: 1200px) {
	.box2 {
		width: 99%;
	}
}@media screen and (max-width: 720px) {
	html, body {
		display: block;
		flex-direction: none;
	}
	.box2 {
		border: none;
	}
	td {
		padding: 6px 10px;
	}	#topContainer {		min-width: 100%;		white-space: nowrap;		overflow-y: hidden;		}	#topMenu a {		min-width: 0;		padding: 0 10px;		}	#mainContainer {	}
	#leftContainer {		white-space: nowrap;		overflow-y: hidden;		margin: 0;	}}@media screen and (max-width: 480px) {	#topContainer {		overflow-x: scroll;		}	#leftContainer {		overflow-x: scroll;	}}