* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	color: #3D3D3D;
	width: 100%;
	font-size: 13px;
}

h1, h2, h3, h4, h5 {
	color: inherit;
	line-height: 20px;
}

#header {
	min-width: 1200px;
}

#logo {
	background: none;
	margin: auto;
	padding: 10px 0 5px 0;
	height: auto;
	text-align: center;
	overflow: hidden;
	width: 880px;
}

#logo-small {
	position: relative;
	float: right;
	height: 100px;
	width: auto;
	right: 10%;
}

#mainmenu {
	background: #e8e5e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e5e3 0%, #025895 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e5e3), color-stop(100%,#025895)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e5e3 0%,#025895 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e5e3 0%,#025895 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e5e3 0%,#025895 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e5e3 0%,#025895 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e5e3', endColorstr='#025895',GradientType=0 ); /* IE6-9 */
	padding: 5px;
	border-top: 1px solid #dbdbdb;
}

#horizontal-bar {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding: 5px 0;
	width: 100%;
	background: #e8e5e3; /* Old browsers */
	background: -moz-linear-gradient(top,  #e8e5e3 0%, #025895 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e5e3), color-stop(100%,#025895)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e8e5e3 0%,#025895 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e8e5e3 0%,#025895 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e8e5e3 0%,#025895 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e8e5e3 0%,#025895 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e5e3', endColorstr='#025895',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #dbdbdb;
	color: #f2f6f9;
	font-size: 1.5em;
	text-shadow: 2px 2px 2px #000;
	filter: dropshadow(color=#3d3d3d, offx=2, offy=2);
}

#wrapper {
	margin-top: 1.1em;
	padding-top: 10px;
	min-width: 1200px;
}

#footer {
	font-size: 0.9em;
	padding: 10px;
	text-align: center;
	min-width: 1200px;
}

.breadcrumbs a {
	color: #78B1D2;
	font-size: larger;
}

.breadcrumbs span {
	font-size: larger;
	font-weight: normal;
}

.normal {
	width: inherit;
}

button, .button {
	box-shadow: rgba(0,0,0, 0.4) 0px 0px 9px;
	background: #617798;
	color: #FFFFFF;
	border-radius: 5px;
	border: 2px solid #f2f1ed;
	width: auto;
	padding: 5px 8px;
}

button:active, .button:active {
	box-shadow: 0 0 1px 0 grey;
	border: 2px solid #f2f1ed;
}

a.button {
	text-decoration: none;
	font-size: 14px;
	color: #FFF!important;
}

a.button:hover {
	color: #FFF;
}

div.form .span-5 input {
	width: 50px;
}

div.bordered {
	border: 1px solid grey;
	padding: 10px;
	border-radius: 5px;
}

table.items thead {
	/*background: url('../img/header-bg-2.png') repeat;*/
	background-color: #3376A5;
	background: #1369a3; /* Old browsers */
	background: -moz-linear-gradient(top,  #1369a3 0%, #3376a5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1369a3), color-stop(100%,#3376a5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #1369a3 0%,#3376a5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #1369a3 0%,#3376a5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #1369a3 0%,#3376a5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #1369a3 0%,#3376a5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1369a3', endColorstr='#3376a5',GradientType=0 ); /* IE6-9 */
}

table.items th {
	text-align: center;
}

table.items th a, table.items th {
	color: #FFF;
}

.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
  background-color: #F2F2F2;
}

/*
* Bootstrap form elements override
*/
form {
	margin-bottom: 0;
}

.form-horizontal .control-group {
	margin-bottom: 5px;
}

input[class^="span"], input[class^="input-"], select[class^="span"], select[class^="input-"] {
	min-height: 25px !important;
	border-radius: 2px;
	font-size: 13px;
}

/* End bootstrap form elements override */


.table-hover tbody tr:hover > td, .table-hover tbody tr:hover > th {
	background-color: #D9FCBA;
}


.grid-view table.items tr.selected td {
	background: none repeat scroll 0 0 #BDE59C;
}

.grid-view table.items th {
	padding: 5px;
	/*background: linear-gradient(to bottom, #c5923f, #eee 1px, #c5923f 10px);
	border: 1px solid #f2f1ed;*/
};

.grid-view table.items th a {
	color: white;
}

table.items tr.active {
	background: #ccff66;
}

.info-well-orange {
	border: 2px solid #cfa54a;
	border-left: 20px solid #cfa54a;
	border-right: 20px solid #cfa54a;
	padding: 8px 35px;
	margin: 2em 0;
	overflow: hidden;
	position: relative;
}

.info-well-blue {
	border: 2px solid #226ca0;
	border-left: 20px solid #226ca0;
	border-right: 20px solid #226ca0;
	padding: 8px 35px;
	margin: 2em 0;
	overflow: hidden;
	position: relative;
}

.info-well-red {
	border: 2px solid #ff4133;
	border-left: 20px solid #ff4133;
	border-right: 20px solid #ff4133;
	padding: 8px 35px;
	margin: 2em 0;
	overflow: hidden;
	position: relative;
}

table.grey thead th {
	background: #CCCCCC;
	border-bottom: 2px solid #777777;
}

table.grey td, table.grey th {
	background: #EFEFEF;
	border-color: #777777
}

table.grey {
	border-color: #777777
}

table.grey a, table.grey a:hover, table.grey a:focus {
	color: #333;
}

table.sticky-header thead {
	position: sticky;
	top: 0;
}

.form-tabular legend {
	margin-bottom: 0;
	border: none;
}

.my-table, .my-table td {
	border: 1px solid #777;
	border-collapse: collapse;
}

.my-table td {
	padding: 3px;
}

.my-table label {
	float: right;
	font-weight: bolder;
}

td.radio-buttons label {
	display: inline-block;
	float: none;
}

.full-width {
	width: 100%;
}

.faux-footer {
	background: #EFEFEF;
	border: 1px solid #777777;
	padding: 15px 0 0 5px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	overflow: hidden;
}

.faux-footer form {
	display: inline-block;
}

.faux-footer div.pager {
	margin: 0 0 5px;
}

/*
*	Tabbed main navigation
*/

#main-navigation {
	min-width: 1200px;
	height: 100%;
	background: #898989; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #afafaf 0%, #898989 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#afafaf), color-stop(100%,#898989));
	background: -webkit-linear-gradient(top,  #afafaf 0%,#898989 100%);
	background: -o-linear-gradient(top,  #afafaf 0%,#898989 100%);
	background: -ms-linear-gradient(top,  #afafaf 0%,#898989 100%);
	background: linear-gradient(to bottom,  #afafaf 0%,#898989 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#afafaf', endColorstr='#898989',GradientType=0 );*/
}

ul.main-navigation {
	list-style: none;
	height: 2em;
	position: relative;
	margin: 0;
}

ul.main-navigation a {
	color: #fff;
	font-size: 1.1em;
	height: 2em;
	display: inline-block;
	font-weight: bolder;
	text-decoration: none;
}

ul.main-navigation li {
	display: inline-block;
	line-height: 2em;
	font-size: 0.9em;
	padding: 0 1.1em;
}

ul.main-navigation ul {
	display: none;
}

ul.main-navigation li.active {
	background-color: #c4c4c4;
}

ul.main-navigation li.active a {
	color: #676869;
	font-weight: normal;
}

ul.main-navigation li.active ul {
	display: inline;
	position: absolute;
	margin: 2em 0 0 0;
	padding-top: 0;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #c4c4c4;
	margin-left: 0;
}

ul.main-navigation li.active ul li, ul.main-navigation li.active ul li.active {
	border: none;
	box-shadow: none;
	font-size: 1em;
	background-color: transparent;
}

ul.main-navigation li.active ul li.active a {
	color: #fff;
	/*font-weight: bolder;*/
	text-shadow: 0 0 10px #000;
}

/* End tabbed main navigation */


form.justify-left label.control-label {
	width: 105px;
}

form.justify-left .controls {
	margin-left: 115px;
}

form#form-form p.help-block {
	font-size: smaller;
	padding-left: 13px;
	background: url('../images/up-arrow.png') 0 3px no-repeat;
	margin-top: 0;
}

optgroup option {
	padding-left: 30px;
}

td.alert-error, table.grey td.alert-error, table.grey tr.yellow td.alert-error, table.grey tr.blue td.alert-error {
	background-color: #FF9999!important;
}

.alert {
	color: #9F6000;
	background-color: #FEEFB3;
	border-color: #9F6000;
	border-radius: 0;
}

.alert-info {
	color: #00529B;
	background-color: #BDE5F8;
	border-color: #00529B;
}

.alert-success {
	color: #4F8A10;
	background-color: #DFF2BF;
	border-color: #4F8A10;
}

.alert-error {
	color: #D02127;
	background-color: #F6CBCA;
	border-color: #D02127;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
  background-color: #006dcc;
  cursor: auto;
}

.loader, .loader-white {
	display: none;
	font-size: 2px;
	margin: 5em auto;
	width: 11em;
	height: 11em;
	border-radius: 50%;
	background: #006dcc;
	background: -moz-linear-gradient(left, #006dcc 10%, rgba(255, 255, 255, 0) 42%);
	background: -webkit-linear-gradient(left, #006dcc 10%, rgba(255, 255, 255, 0) 42%);
	background: -o-linear-gradient(left, #006dcc 10%, rgba(255, 255, 255, 0) 42%);
	background: -ms-linear-gradient(left, #006dcc 10%, rgba(255, 255, 255, 0) 42%);
	background: linear-gradient(to right, #006dcc 10%, rgba(255, 255, 255, 0) 42%);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
.loader:before {
	width: 50%;
	height: 50%;
	background: #006dcc;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
}
.loader:after {
	background: #F6CBCA;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
@-webkit-keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes load3 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.loader-container {
	min-height: 3em;
	width: 100%;
}

.btn-file {
	position: relative;
	overflow: hidden;
}

.step {
	border: 1px solid #ccc;
	width: 100%;
	background-color: #FBFCFF;
	padding: 15px;
	margin-bottom: 10px;
}

.pager .previous > a, .pager .previous > span {
	float: none;
}

.pager .next > a, .pager .next > span {
 float: none;
}

.pager li > a, .pager li > span {
	border-radius: 0;
}

.pager li > a:hover, .pager li > a:focus {
	background-color: #6a8fbc;
	text-decoration: none;
}

span.jwcontrolbar buttoncontainer, span.jwcontrolbar button {
	border: medium none;
	cursor: pointer;
	display: inline-block;
	height: 100%;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 0;
}

div.no-padding.ui-tabs .ui-tabs-panel {
	padding: 0;
}

div.default-typography.ui-widget {
	font-family: inherit;
	font-size: 1em;
}
div.default-typography.ui-widget a {
	color: #0088cc;
}

.modal.modal-lg {
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 0;
}