html,
body {
	height: 100%
}

body {
	color: #505060;
	background: url(../img/bg_texture.png)
}

.wrapper {
	min-height: 100%;
	height: auto!important;
	height: 100%;
	margin: 0 auto -50px;
	padding: 0 0 50px
}

p {
	font-size: 1.4em
}

p.page-help-text {
	margin: -10px 0 15px 0
}

h1 {
	font-size: 2.2em;
	margin-bottom: 25px;
	color: #b67600
}

h2 {
	font-size: 1.7em;
	margin: 10px 0;
	color: #0055a5
}

h3 {
	font-size: 1.3em;
	margin: 10px 0;
	color: #505060
}

hr {
	border-top: 1px solid #d2d2d2
}

.btn {
	font-size: 1em;
	text-transform: uppercase;
	margin-right: 15px;
	text-shadow: none;
	border-radius: 0;
	padding: 10px 20px;
	letter-spacing: 1px
}

.btn i.fa-before {
	margin-right: 10px
}

.btn.btn-round {
	border-radius: 20px!important
}

.btn.btn-outline {
	background: #FFF
}

.btn.btn-inline {
	margin-top: 34px;
	padding: 8px 20px
}

.btn.btn-small {
	padding: 2px 7px 1px 9px;
	font-size: .6em;
	margin-left: 10px;
	margin-top: -3px
}

.btn-primary {
	background-color: #67a933;
	background-image: -moz-linear-gradient(top, #67a933, #73bd39);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67a933), to(#73bd39));
	background-image: -webkit-linear-gradient(top, #67a933, #73bd39);
	background-image: -o-linear-gradient(top, #67a933, #73bd39);
	background-image: linear-gradient(to bottom, #67a933, #73bd39);
	background-repeat: repeat-x;
	border: 1px solid #67a933;
	color: #fff!important
}

.btn-primary.btn-outline {
	color: #67a933!important
}

.btn-primary[disabled],
.btn-primary[disabled]:hover {
	background-color: #9eb78b;
	border: 1px solid #83b05f;
	background-image: none
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background: #8dce5b!important;
	text-shadow: none;
	border-color: #80c847!important
}

.btn-primary:hover.btn-outline,
.btn-primary:focus.btn-outline,
.btn-primary:active.btn-outline,
.btn-primary.active.btn-outline,
.open .dropdown-toggle.btn-primary.btn-outline {
	color: #fff!important
}

.btn-secondary {
	background-color: #0055a5;
	background-image: -moz-linear-gradient(top, #0055a5, #0062bf);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0055a5), to(#0062bf));
	background-image: -webkit-linear-gradient(top, #0055a5, #0062bf);
	background-image: -o-linear-gradient(top, #0055a5, #0062bf);
	background-image: linear-gradient(to bottom, #0055a5, #0062bf);
	background-repeat: repeat-x;
	border: 1px solid #0055a5;
	color: #fff!important
}

.btn-secondary.btn-outline {
	color: #0055a5!important
}

.btn-secondary[disabled],
.btn-secondary[disabled]:hover {
	background-color: #3088db;
	border: 1px solid #166fc2;
	background-image: none
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
	background: #007cf2!important;
	text-shadow: none;
	border-color: #006fd8!important
}

.btn-secondary:hover.btn-outline,
.btn-secondary:focus.btn-outline,
.btn-secondary:active.btn-outline,
.btn-secondary.active.btn-outline,
.open .dropdown-toggle.btn-secondary.btn-outline {
	color: #fff!important
}

.btn-danger {
	background-color: #505060;
	background-image: -moz-linear-gradient(top, #505060, #5c5c6e);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#505060), to(#5c5c6e));
	background-image: -webkit-linear-gradient(top, #505060, #5c5c6e);
	background-image: -o-linear-gradient(top, #505060, #5c5c6e);
	background-image: linear-gradient(to bottom, #505060, #5c5c6e);
	background-repeat: repeat-x;
	border: 1px solid #505060;
	color: #fff!important
}

.btn-danger.btn-outline {
	color: #505060!important
}

.btn-danger[disabled],
.btn-danger[disabled]:hover {
	background-color: #8b8b8b;
	border: 1px solid #727272;
	background-image: none
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background: #73738a!important;
	text-shadow: none;
	border-color: #67677c!important
}

.btn-danger:hover.btn-outline,
.btn-danger:focus.btn-outline,
.btn-danger:active.btn-outline,
.btn-danger.active.btn-outline,
.open .dropdown-toggle.btn-danger.btn-outline {
	color: #fff!important
}

.btn-group {
	margin-top: 20px;
	margin-bottom: 30px;
	float: right
}

.row-icon {
	margin-top: 42px;
	display: block;
	font-size: 1.3em
}

.row-icon.row-icon-danger {
	color: #a94442
}

label {
	font-weight: 400;
	font-size: 1.4em
}

label span {
	color: #a94442;
	margin-right: 5px
}

label:hover {
	cursor: pointer
}

label.text-danger+input,
label.text-danger+select {
	border: 1px solid #a94442
}

label.required {
	margin-left: 17px
}

label.required span {
	color: #a94442;
	margin-right: 4px;
	margin-left: -17px
}

label.required-checkbox span {
	margin-left: 5px;
	color: #a94442
}

.has-success .control-label,
.has-success .help-block,
.has-success .form-control-feedback {
	color: #505060
}

.has-success .form-control {
	border: 1px solid #d2d2d2
}

span.form-control {
	/*cursor: not-allowed;
	background-color: #ebebeb;
	border: 1px dashed #8e8ea1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis*/
	cursor: not-allowed;
	background-color: #ebebeb;
	border: 1px dashed #8e8ea1;
	word-wrap: break-word;
    white-space: initial!important;
    overflow: initial!important;
    text-overflow: initial!important;
    height: 100%;
}

table tbody tr td input[type=radio],
table tbody tr td input[type=checkbox] {
	top: -4px;
	position: relative
}

table tbody tr td input[type=radio]+label,
table tbody tr td input[type=checkbox]+label {
	margin-left: 15px;
	padding-top: 7px
}

table tbody tr td input[type=radio]+label span,
table tbody tr td input[type=checkbox]+label span {
	color: #505060
}

fieldset {
	margin-bottom: 25px
}

fieldset legend {
	border: none;
	margin: 10px 0;
	color: #505060
}

fieldset legend span {
	color: #a94442;
	margin-right: 5px
}

input.form-control,
select.form-control {
	border-radius: 0;
	-webkit-appearance: none;
	font-size: 1.3em;
	height: 40px;
	border-width: 1px
}

input.form-control+.form-control-feedback,
select.form-control+.form-control-feedback {
	top: 36px;
	right: 0
}

select.form-control {
	background: #fff url(../img/bg_dropdown.png) no-repeat 100% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: 30px
}

select.form-control[multiple=multiple] {
	background: 0 0
}

.form-group {
	margin-bottom: 25px
}

.checkbox {
	margin-left: 20px
}

.checkbox label {
	padding-left: 10px
}

.checkbox input {
	top: 2px
}

table {
	font-size: 1em;
	margin-top: 20px
}

table.table-bordered {
	background: #fff;
	border: 5px solid #0d467c
}

table.table-bordered tr th {
	border-top: none;
	border-right: none;
	background: #0d467c;
	padding: 5px 7px;
	color: #fff;
	border-color: #0b3965
}

table.table-bordered td .btn {
	padding: 2px 10px;
	font-size: .7em;
	margin: 0 5px 0 0
}

fieldset legend+table {
	margin-top: 0
}

.radio-table-horizontal label {
	margin-right: 25px
}

dl {
	margin: 10px 0
}

dl dt {
	font-weight: 400;
	color: #73738a
}

dl dd {
	font-weight: 500;
	font-size: 1.1em
}

dl dd .btn.btn-small {
	margin-left: 5px;
	margin-top: 0
}

.navbar {
	border: none;
	border-radius: 0
}

.navbar-inverse {
	background: #0055a5;
	min-height: 100px;
	padding-top: 18px
}

.navbar-inverse .navbar-brand {
	color: #FFF
}

.navbar-inverse .eLicensing {
	margin: 0 0 28px 20px;
	padding: 0
}

.navbar-inverse .user-menu {
	border: 1px solid #6c6c6c;
	background: #0d467c;
	margin-left: 20px
}

.navbar-collapse {
	margin-top: 9px
}

.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px
}

.navbar-brand {
	padding: 0
}

.navbar-brand img {
	width: 320px
}

.navbar-inverse .navbar-nav>li>a {
	color: #FFF
}

.navbar-inverse .navbar-nav>li>a:hover {
	text-decoration: underline
}

.breadcrumb {
	padding: 8px 0;
	background: 0 0;
	float: right;
	margin-top: 4px;
	margin-bottom: 0
}

.footer {
	position: relative;
	margin-top: 10px;
	background-color: #0d467c;
	bottom: 0;
	height: 50px;
	padding: 16px 0
}

.footer ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer ul li {
	font-size: .9em;
	color: #f2f2f2;
	display: inline-block;
	padding: 0;
	margin-left: 15px
}

.footer ul li a {
	color: #ccc
}

.panel-primary {
	margin-bottom: 20px;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: 0 0
}

.panel-primary .panel-heading {
	border: none;
	background: 0 0;
	padding: 10px 0;
	color: #505060
}

.panel-primary .panel-body {
	border: 1px solid #dbd7cd;
	border-top: 2px solid #0d467c;
	background-color: #f7f7f7;
	padding: 25px 20px 20px
}

.panel-primary .panel-body h3 {
	font-size: 1.5em;
	margin: 10px 0 20px;
	color: #505060;
	border-bottom: 5px solid #d2d2d2;
	padding-bottom: 10px
}

.panel-primary .panel-footer {
	padding: 0;
	padding-top: 10px;
	background: 0 0;
	border: none
}

.panel-default {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #d2d2d2
}

.panel-default .panel-heading {
	background-color: #67a933;
	border-radius: 0
}

.panel-default .panel-heading h2 {
	color: #fff;
	font-size: 1.3em
}

.wayfinder-wrapper {
	padding: 20px 0 10px;
	position: relative
}

.wayfinder-title {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #666
}

.wayfinder-horizontal {
	background: #e6e6e6;
	border: 1px solid #d9d9d9;
	height: 12px;
	margin: 30px 0 50px
}

.wayfinder-horizontal ul {
	position: relative;
	top: -11px;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: .9em;
	line-height: 17px;
	text-align: justify
}

.wayfinder-horizontal ul:after {
	content: "";
	width: 100%;
	display: inline-block
}

.wayfinder-horizontal ul li {
	position: relative;
	height: 35px;
	text-align: center;
	margin: 0 auto;
	color: #666;
	width: 100px;
	display: inline-block;
	vertical-align: top
}

.wayfinder-horizontal ul li span {
	height: 32px;
	width: 33px;
	display: block;
	margin: 0 auto 10px;
	position: relative;
	border: 1px solid #b3b3b3;
	border-radius: 25px;
	padding: 7px;
	color: #595959;
	font-size: 1.3em;
	-webkit-box-shadow: 0 0 2px #ccc;
	-moz-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
	background-color: #fff;
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d2d2d2), to(#fff));
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	background-repeat: repeat-x
}

.wayfinder-horizontal ul li.active {
	color: #6b5f9e;
	font-weight: 700
}

.wayfinder-horizontal ul li.active span {
	border: 1px solid #6b5f9e;
	color: #fff;
	background-color: #6b5f9e;
	background-image: -moz-linear-gradient(top, #6b5f9e, #887eb2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6b5f9e), to(#887eb2));
	background-image: -webkit-linear-gradient(top, #6b5f9e, #887eb2);
	background-image: -o-linear-gradient(top, #6b5f9e, #887eb2);
	background-image: linear-gradient(to bottom, #6b5f9e, #887eb2);
	background-repeat: repeat-x
}

.wayfinder-horizontal ul li.complete {
	color: #666
}

.wayfinder-horizontal ul li.complete span {
	border: 1px solid #67a933;
	color: #fff;
	background-color: #67a933;
	background-image: -moz-linear-gradient(top, #67a933, #80c847);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#67a933), to(#80c847));
	background-image: -webkit-linear-gradient(top, #67a933, #80c847);
	background-image: -o-linear-gradient(top, #67a933, #80c847);
	background-image: linear-gradient(to bottom, #67a933, #80c847);
	background-repeat: repeat-x
}

.wayfinder-horizontal ul li.complete:before {
	position: absolute;
	top: 42px;
	left: 0;
	display: inline;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e013"
}

.thumbnail i {
	font-size: 3em;
	margin: 0 auto;
	margin-top: 25px;
	display: block;
	width: 42px
}

.thumbnail p {
	font-size: 1em;
	margin-bottom: 10px;
	margin-top: 15px
}

.thumbnail h3 {
	font-size: 1.2em;
	text-align: center;
	margin: 25px 0
}

.dataTables_filter {
	position: absolute;
	top: -14px;
	right: 15px;
	font-size: .7em
}

.dataTables_filter input {
	margin-left: 10px;
	height: 27px;
	font-size: .8em
}

.dataTables_paginate {
	position: absolute;
	right: 15px;
	float: right;
	bottom: -22px;
	font-size: .8em
}

.errorM3 {
	border: 1px solid #a94442;
	background: #f9f1f1;
	margin-bottom: 15px
}

.errorM3 td {
	padding: 3px
}

.errorM3 td h4 {
	color: #a94442
}

.errorM3 td ul {
	margin-top: -30px!important;
	margin-left: 5px!important;
	margin-bottom: 10px!important
}

.errorMsg {
	color: #a94442;
	padding: 5px;
	font-style: italic
}

.modal-content {
	border-radius: 5px;
	background: #0d467c
}

.modal-header {
	padding: 10px 15px;
	border: none
}

.modal-header h4 {
	color: #fff;
	font-size: 1.3em
}

.modal-header .close {
	color: #d2d2d2;
	opacity: 1
}

.modal-body {
	padding: 15px 15px 5px;
	background: #fff;
	font-size: .9em
}

.modal-footer {
	background: #fefefe;
	text-align: right;
	padding: 15px 0;
	margin-top: 0;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px
}

.modal.fade.in {
	top: 10%
}

@media (min-width:1200px) {
	.modal-lg {
		width: 1170px
	}
}

.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 2px solid
}

.alert h4 {
	font-size: 1.5em
}

.alert ul {
	font-size: 1.4em;
	padding: 10px 0 10px 20px
}

.alert ul li {
	margin-bottom: 10px
}

.alert ul.warning-list {
	list-style: none;
	padding-left: 0
}

.alert ul.warning-list i {
	margin-right: 10px
}

.application-header {
	margin: 15px 0 20px;
	background: #e4e1d9
}

.application-title {
	font-size: 1.2em;
	color: #67677c;
	margin-top: 10px;
	margin-bottom: -5px
}

.continue {
	display: inline-block;
	width: 100%;
	height: 120px;
	overflow: hidden!important;
	text-overflow: ellipsis
}

.military-error-message-correction~small {
	top: -19px;
	position: relative;
	color: #a94442;
	font-style: italic
}

.military-error-message-correction~i {
	top: 41px!important;
	right: 5px!important;
	color: #a94442
}

.error-message-correction~small {
	top: 5px;
	position: relative;
	color: #a94442;
	font-style: italic
}

.error-message-correction~i {
	top: 41px!important;
	right: 5px!important;
	color: #a94442
}

i.error-second-question-symbol {
	top: 68px!important
}

small.error-second-question-message {
	top: -22px!important
}

.dateFormat {
	display: none
}

html.lt-480 .navbar-brand {
	padding-left: 10px
}

html.lt-480 .navbar-brand img {
	width: 275px
}

html.lt-480 .footer {
	height: 75px;
	padding: 9px 0;
	margin-top: 0
}

html.lt-480 .footer ul {
	float: left!important;
	margin-top: 2px
}

html.lt-480 .btn {
	margin-bottom: 10px
}

html.no-js .no-js-overlay {
	display: block!important
}

html.lt-ie10 .old-browser-overlay {
	display: block!important
}

.browser-version {
	text-transform: uppercase;
	font-weight: 500
}

html.ie select {
	padding: 4px 5px 4px 10px!important;
	background-color: #e2e2e7;
	background-image: -moz-linear-gradient(top, #e2e2e7, #fff);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#505060), to(#fff));
	background-image: -webkit-linear-gradient(top, #e2e2e7, #fff);
	background-image: -o-linear-gradient(top, #e2e2e7, #fff);
	background-image: linear-gradient(to bottom, #e2e2e7, #fff);
	background-repeat: repeat-x;
	-moz-appearance: button-arrow-down
}