body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #e1e1e1;
}

:after,
:before {
	-webkit-box-sizing: initial;
	box-sizing: initial;
}

* {
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}

img {
	border: 0;
}

#top_bar {
	height: 10px;
	background-color: #e1e1e1;
}

a,
a:visited {
	color: #1b2852;
}

hr {
	border: 0;
	border-bottom: 1px solid #e2e2e2;
}

.gray_wrapper {
	text-align: left;
	margin-top: 45px;
	margin-bottom: 50px;
	padding-left: 25px;
	padding-right: 25px;
}

.gray_box {
	padding: 15px;
	border: 1px solid #e2e2e2;
	border-right: 0;
	border-left: 0;
}

.small_wrapper {
	padding: 0px;
}

#wrapper {
	width: 1075px;
	margin: auto;
	padding: 15px;
	background: #fff;
	/*box-shadow:2px 2px 20px #94d2f6;*/
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.clear {
	clear: both;
}

#header {
	height: 60px;
	padding-left: 13px;
	padding-right: 20px;
}

#header img {
	float: left;
}

#loggedinas {
	float: right;
	color: #757a7e;
	font-size: 12px;
	margin-top: 25px;
}

#content {
	/*border: 1px solid #e2e2e2;*/
	padding: 20px;
	border-radius: 0px;
	padding-top: 0px;
}

#navbar a,
#navbar a:visited {
	display: inline;
	zoom: 1;
	display: inline-block;
	padding: 5px;
	text-decoration: none;
	color: #808588;
	border-radius: 9px;
	font-family: Arial;
	font-variant: small-caps;
}

#navbar a:hover {
}
#navbar {
	margin-top: 30px;
	text-align: right;
	font-size: 15px;
	float: right;
	color: #808588;
	padding-right: 15px;
}

#footer {
	position: absolute;
	width: 1085px;
	margin-left: -35px;
	margin-top: 35px;
	background-color: #757a7e;
	padding: 10px;
	color: #fff;
	font-size: 11px;
	margin-bottom: 40px;
}

#footer a,
#footer a:visited {
	color: #f0e4d6;
	text-decoration: none;
}

#copyright {
	float: left;
	font-size: 13px;
}

#poweredby {
	float: right;
	font-size: 13px;
}

h1 {
	clear: both;
	margin-top: 10px;
	font-weight: normal;
	color: #757a7e;
	margin: 0;
	font-variant: small-caps;
	margin-bottom: 15px;
}

.panel-default {
	/*border-color: #e2e2e2;*/
}

.panel-default > .panel-heading {
	color: #fff;
	background-color: #e1e1e1;
}

.panel {
	border-radius: 0;
}

.panel-heading {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 5px;
}

.panel-body {
	padding-top: 0;
}

h2 {
	margin-top: 10px;
	font-family: Arial;
	font-weight: normal;
	color: #1b2852;
	margin: 0;
	font-variant: small-caps;
	margin-bottom: 15px;
}

.portfolio_thumb {
	border: 1px solid #e2e2e2;
	height: 100px;
	width: 100px;
	overflow: hidden;
	margin: 20px;
	float: left;
}

.portfolio_thumb a img {
	border: 0;
	height: 150px;
}

input[type='submit'],
input[type='button'],
.button {
	padding: 5px 20px;
	border: 0;
	border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	display: block;
	text-align: center;
	margin-top: 20px;
	font-variant: small-caps;
}

input[type='button'],
.button {
	margin: 0;
	font-size: 13px;
	font-variant: small-caps;
}

a.button {
	width: auto;
	color: #fff;
	text-decoration: none;
}

input[type='submit'],
input[type='button'],
.button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
	/*-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) ) ;
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #810e05;*/
}
input[type='submit']:hover,
input[type='button']:hover,
.button:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}
input[type='submit'].active,
input[type='button'].active,
.button.active {
	position: relative;
	top: 1px;
}

input[type='text'],
input[type='password'],
textarea {
	padding: 7px;
	border: 1px solid #bbb;
	font-family: Arial;
	font-size: 15px;
	min-width: 200px;
	margin-bottom: 5px;
}

/*
Checkbox Hack (Blue Selection Boxes on Contacts Page)
give checkbox and label a class of selectBox and put the two elements adjacent to eachother on the html.  The blue box works just like a checkbox.
Example:
	<input type='checkbox' id='checkbox1' class="selectBox" /><label for="checkbox1" class="selectBox">Button Text</label>
*/
input[type='checkbox'].selectBox {
	position: absolute;
	left: -9999px;
}

label.selectBox {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #eeeeee),
		color-stop(1, #e1f4fd)
	);
	background: -moz-linear-gradient(center top, #eeeeee 5%, #e1f4fd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e1f4fd');
	background-color: #e1f4fd;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #27aae1;
	display: inline-block;
	color: #000000;
	font-family: arial;
	font-size: 15px;
	text-decoration: none;
	width: 250px;
	margin: 5px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

label.selectBox:hover {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #e1f4fd),
		color-stop(1, #eeeeee)
	);
	background: -moz-linear-gradient(center top, #e1f4fd 5%, #eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1f4fd', endColorstr='#eeeeee');
	border: 1px solid #e1f4fd;
}

input[type='checkbox'].selectBox:checked + label.selectBox {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #cadcf2),
		color-stop(1, #27aae1)
	);
	background: -moz-linear-gradient(center top, #cadcf2 5%, #27aae1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cadcf2', endColorstr='#27aae1');
}

input[type='checkbox'].selectBox:checked + label.selectBox:hover {
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.05, #27aae1),
		color-stop(1, #cadcf2)
	);
	background: -moz-linear-gradient(center top, #27aae1 5%, #cadcf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#27aae1', endColorstr='#cadcf2');
}

.error {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.error ul {
	margin: 0;
}

.gray_box .success,
.gray_box .error {
	position: fixed;
	top: 30px;
	width: 70%;
	left: 15%;
	font-size: 16px;
	padding-left: 30px;
}

.success {
	padding: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.success {
	color: #ffffff;
	border-color: #3c763d;
	background-color: #3c763d;
}

.dash_icon {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 10px;
	border: 1px solid #d2d2d3;
	width: 120px;
	text-align: center;
	cursor: pointer;
	margin: 6px;
	font-variant: small-caps;
	background: #fff; /* Old browsers */
	box-shadow: -6px 3px 10px #d9d9d9;
	height: 120px;
	text-decoration: none;
}

.dash_button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	margin-left: 5px;
}

.dash_button {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.dash_button:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
	text-decoration: none;
}

.dash_button:active {
	position: relative;
	top: 1px;
}

/*div.tm_nav div.dash_button{
	font-size:13px; 
	font-weight:normal;
}*/

.dash_icon:hover {
	border: 1px solid #1b2852;

	background: #faf9df;
}

.dash_icon img {
	max-height: 75px;
}

table {
	border-collapse: collapse;
}

input[type='text'].invisible {
	border: 0;
}

.zebra {
	border: 1px solid #bbb;
}

.zebra tr:nth-of-type(odd) {
	background: #f9f9f9;
}
.zebra tr:nth-of-type(even) {
	background: #fff;
}
.zebra td {
	padding: 10px;
}

.zebra tr.table_head {
	color: #fff;
	background-color: #757a7e;
	border-color: #e2e2e2;
	font-variant: small-caps;
}

.zebra.small td {
	font-size: 12px;
	padding: 3px;
}

.clientitems td {
	padding: 8px 4px !important;
	border: 1px solid #bbb;
}

.howto {
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 0px;
	margin-top: 20px;
	margin-left: 32px;
	margin-right: 32px;
	/* margin-bottom: -20px; */
	font-size: 20px;
}
div#overlay_header a {
	display: none !important;
}

#bar_wrapper {
	width: 100%;
	height: 30px;
	border: 1px solid #e2e2e2;
	margin-bottom: 20px;
	position: relative;
	border-radius: 10px;
	box-shadow: inset 0px 0px 10px #bbb;
	overflow: hidden;
}

#bar_wrapper #bar {
	height: 43px;
	width: 0px;
	border-radius: 10px;
}

/*
Honeypot Captcha
This is a field that is hidden to the user, but shown to robots.  If it is filled out, it doesn't send the form.
*/
.special {
	height: 0;
	width: 0;
	padding: 0;
	border: 0;
	margin: 0;
	overflow: hidden;
	position: relative;
	left: -9999px;
	font-size: 1px;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
}

.main-dash {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

@media print {
	.noprint {
		display: none !important;
	}

	.dash_button {
		display: none !important;
	}

	* {
		font-family: Arial;
	}
	body {
		background: #fff;
	}
	#barometer_tab {
		display: none;
	}

	#top_bar {
		display: none;
	}

	#footer {
		display: none;
	}

	#wrapper {
		box-shadow: none;
	}
}

.red {
	background-color: red;
	color: #fff;
}

.grid {
	background-color: #fff;
}
