html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
}
footer, header, main, menu, nav, section {
	display: block;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
b, strong {
	font-weight: bold;
}
h1 {
	margin: .67em 0;
	font-size: 2em;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
input {
	line-height: normal;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
}
textarea {
	overflow: auto;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	color: #333;
	background-color: #494949;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a, a:hover,  a:focus {
	color: #97022d;
	text-decoration: none;
}
a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	width: 100%;
	height: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 700;
	line-height: 1.1;
	color: inherit;
	margin-top: 0px;
	margin-bottom: 10px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
p {
	margin: 0 0 10px;
}
.text-error {
	color:#97022d;
}
.text-bigger p, .text-bigger li  {
	margin: 0 0 25px;
	font-size: 14px;	
}
.text-bigger li{
	margin-bottom: 10px;	
}
.text-right {
	text-align: right;
}
ul, ol {
	margin: 0 0 10px 0;
	padding: 0;
}
ul li, ol li{
	list-style: none;
}
.list-link {
	border: 1px solid #ecf1f3;
	margin: 0;
	padding: 5px;
}
.list-link li {
	margin: 0;
	padding: 0;
	line-height: 23px;
}
.list-link a {
	color:#7a8081;
}
.content {
	padding-top: 30px;
}
.container{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	width: 996px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}
[class*="col-"] {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666667%;
}
.col-10 {
	width: 83.33333333%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666667%;
}
.col-7 {
	width: 58.33333333%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666667%;
}
.col-4 {
	width: 33.33333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.66666667%;
}
.col-1 {
	width: 8.33333333%;
}
label {
	float: left;
	font-weight: bold;
}
.form-control, textarea {
	display: inline-block;
	width: 70%;
	padding: 4px 12px;
	font-size: inherit;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-group, .form-group-action  {
	margin-bottom: 5px;
}
.form-group {
	text-align: right;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: inherit;
	font-weight: bold;
	line-height: normal;
	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: url("../images/tabmain_right_off.gif");
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
}
.btn:focus, .btn:active:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn:active {
	color: #000;
	text-decoration: none;
}
.btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.navbar {
	position: relative;
}
.navbar-default {
	border-bottom: 1px solid #BEBEBE;
    background: #fff url("../images/sitestructure_headerrepeaterbg.gif") left top repeat-x;
	padding: 10px 10px 0 10px;
}
.navbar-header {
	margin-bottom: 20px;
}
.navbar-header h1 {
    color: #00ae9f;
    float: right;
    font-weight: normal;
    margin-top: 35px;
	font-size: 35px;
}
.navbar-brand {
	float: left;
}
.nav {
	padding: 0;
	margin: 0;
}
.nav li {
    background: url("../images/tabmain_right_off.gif") right top no-repeat;
	padding: 2px 8px;
    text-align: center;
	list-style: none;
	display: inline-block;
	max-width: 110px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.nav li.logout {
	padding: 10px 8px;
}
.nav li:nth-child(4), .nav li:nth-child(6)  {
	max-width: 150px;
}
.nav li.home{
	padding: 8px;
}
.nav li a {
    color: #fff;
    font-size: 115%;
    font-weight: bold;
    text-decoration: none;
}
.nav li a:hover {
    color: #000;
    text-decoration: none;
}
.thumbnail, .thumbnailGreen {
	display: block;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 10px;
	min-height: 170px;
}
.thumbnail .caption {
	padding: 0 0 9px 0;
}
.thumbnailGreen {
	background-color: #00ac92;
	border: 1px solid #00ac92;
	border-radius: 0;list
}
.thumbnailGreen h2 {
	color: #fff;
}
.thumbnailGreen, .thumbnailGreen a {
	color: #001d41;
	font-weight: bold;
}
.white{
	color: #fff !important;
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .row:before, .row:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after {
	display: table;
	content: " ";
}
.clearfix:after, .container:after, .row:after, .form-horizontal .form-group:after, .nav:after, .navbar:after, .navbar-header:after {
	clear: both;
}
.pull-right {
	float: right;
}
.logo-small {
	max-width:33%;
	float: left;
	margin-bottom: 15px;
}