body {
	background-color: #f4f4f4;
}

.headerblock {
	background-color: white;
}

.headerblock-li {
	margin-top: 15px;
	display: inline-block;
}

.footerblock {
	background-color: #001789;
	color: white;
}

.footerblock-link {
	color: white;
}

.footerblock-link:hover {
	cursor: pointer;
}

.footerblock-text {
	color: white;
}

.tc-link {
	color: black;
	text-decoration: underline;
}

.tc-link:hover {
	cursor: pointer
}

.topbanner {
	background: linear-gradient(0, blue, #001789);
	color: white;
	margin-top: -19px;
}

.thankyoutext {
	font-size: 14pt;
}

	.thankyoutext p {
		margin-bottom: 25px;
	}

.sidebar-div {
	background-color: #E8EAE9;
	margin-top: 5px;
	padding: 10px;
	padding-left: 15px;
	vertical-align: middle;
}

.sidebar-text {
	margin-left: 15px;
	height: 100%;
	vertical-align: middle;
}

.green-icon {
	color: #001789;
	font-size: 1.8em;
	margin-top: -7.5px;
}

.submit-application-button {
	background-color: #001789;
	color: white;
}

	.submit-application-button:disabled {
		opacity: .5;
	}

.main-view {
	margin-bottom: 150px;
}

.disclosures {
	margin-top: 15px;
	margin-bottom: 15px;
}

	.disclosures .copy {
		padding-left: 10px;
	}

.table-layout {
	display: table;
	width: 100%;
}

	.table-layout .table-cell {
		display: table-cell;
		border: 0;
		padding: 2px;
		vertical-align: top;
	}

.table-city {
	width: 40%;
}

.table-state {
	width: calc(30% - 10px);
	margin-left: 10px;
}

.table-zip {
	width: calc(30% - 10px);
	margin-left: 10px;
}

.fixed-width-25 {
	width: 25px;
}

.cap-checkbox {
	height: 25px;
	width: 25px;
}

.cap-radio {
	height: 25px;
	width: 25px;
}

.cap-box-text {
	vertical-align: middle;
}

input[type="checkbox"]:checked + label::after {
	content: '';
	position: absolute;
	width: 2.1ex;
	height: 1.2ex;
	background: #000000;
	background: rgba(0, 0, 0, 0);
	top: 0.8ex;
	left: 0.75ex;
	border: 4px solid #bbb;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input[type="checkbox"] {
	position: absolute;
	left: -999em;
	line-height: 2.1ex;
}

.radio-label {
	margin-bottom: -5px;
	margin-left: 15px;
	padding-right: 15px;
}

.has-checking-label {
	vertical-align: +13%;
}

.mailing-address {
	vertical-align: +13%;
	font-size: 0.85em;
}

.radio-pre-label {
	font-weight: bold;
	padding-right: 10px;
	position: relative;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-weight: normal;
}

	input[type="checkbox"] + label::before {
		content: "";
		display: inline-block;
		vertical-align: -25%;
		height: 25px;
		width: 25px;
		background-color: white;
		border: 1px solid #cccccc;
		border-radius: 4px;
		margin-right: 0.5em;
		box-shadow: inset 0 1px 1px #000000;
		box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	}

input[type="checkbox"]:focus + label::before {
	box-shadow: 0 0 5px #51cbee;
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	border: 1px solid #51cbee;
	border: 1px solid rgba(81, 203, 238, 1);
}

input[type="checkbox"] .red-glow {
	box-shadow: 0 0 5px rgb(169, 19, 22);
	border: 1px solid rgb(169, 19, 22);
}



input[type="date"]:before {
    content: attr(placeholder) !important;
    color: grey;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }

input[type='radio']:after {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	box-shadow: 0 0 0 1px #cccccc, inset 0 1px 1px #000000;
	box-shadow: 0 0 0 1px #cccccc, inset 0 1px 1px rgba(0, 0, 0, 0.075);
	top: -5px;
	left: -1px;
	position: relative;
	background-color: white;
	content: '';
	display: inline-block;
	visibility: visible;
}

input[type='radio']:checked:after {
	width: 25px;
	height: 25px;
	border-radius: 15px;
	top: -5px;
	left: -1px;
	position: relative;
	background-color: #509545;
	content: '';
	display: inline-block;
	visibility: visible;
	border: 8px solid white;
	box-shadow: 0 0 0 1px #cccccc, inset 0 1px 1px #000000;
	box-shadow: 0 0 0 1px #cccccc, inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.full-width {
	max-width: 100%;
}

.full-width-no-max {
	width: 100%;
}

.form-control {
	font-size: 11px;
	display: inherit;
}

.big-circle {
	border-radius: 60px;
	background-color: #bbb;
	width: 20px;
	height: 20px;
	color: white;
	margin-top: 6.25px;
	margin-left: 7px;
	font-size: 0.7em;
}

.sm-circle {
	border-radius: 60px;
	background-color: #bbb;
	width: 20px;
	height: 20px;
	color: white;
	margin-top: 7px;
	margin-right: 7px;
	font-size: 0.7em;
}

.dob-input-addon {
	border-right-color: white;
}
.dob-addon {
	background-color: white;
	border-left-color: white;
}
	.dob-addon .fa {
		position: absolute;
		padding-top: 5px;
	}

.dob-circle {
	border-radius: 60px;
	background-color: #bbb;
	top: 7px;
	right: 7px;
	width: 20px;
	height: 20px;
	color: white;
	font-size: 0.7em;
}

.inner-addon {
	position: relative;
}

	.inner-addon .glyphicon {
		position: absolute;
		padding-top: 4.5px;
		padding-left: 4.75px;
		pointer-events: none;
	}

	.inner-addon .fa {
		position: absolute;
		padding-top: 5px;
		padding-left: 7.1px;
	}

.left-addon .glyphicon {
	left: 0;
}

.right-addon .fa {
	right: 0;
}

.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

@media (max-width: 767px) {
	.navbar-fixed-bottom {
		position: relative;
		bottom: auto;
	}

	.navbar-nav li {
		text-align: center;
	}

	footer ul {
		text-align: center;
	}

	.copyright {
		text-align: center;
		margin: 0;
	}

	.column-footer {
		width: 100%;
	}

	.navbar-nav li a {
		display: inline;
	}

	.headerblock-li {
		margin-top: 15px;
		display: inline-block;
	}

	.crop-img-mobile {
		margin-top: -20%;
	}

	.top15-xs {
		margin-top: 15px;
	}
}

@media (min-width: 768px) {
	.footer-links {
		float: right;
	}
}

@media (min-width:480px) and (max-width: 768px) {
	.top15 {
		margin-top: -15px;
	}
}

.white-text {
	color: white;
}

.small-text {
	font-size: 0.8em;
	color: #ccc;
}

.inline-item {
	display: inline;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: black;
}

.top10 {
	margin-top: 10px;
}

.top5 {
	margin-top: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
		width: 90%;
	}
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #bbb;
	border-width: 5px 5px 0;
}

.tooltip-inner {
	color: #000;
	background: #bbb;
	border: solid 1px #bbb;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-top-color: #bbb;
	border-width: 5px 5px 0;
}

.tooltip-inner {
	color: #000;
	background: #bbb;
	border: solid 1px #bbb;
}

.css-form .ng-invalid.ng-touched {
	outline: none;
	border-color: red;
	box-shadow: 0 0 5px red;
}

.css-form .ng-valid.ng-touched {
	background-color: #78FA89;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #bbb;
}

.spinners {
	display: inline-block;
	border: solid 0 #000;
	border-radius: 15px;
	margin-left: 15px;
	padding: 15px;
	width: 100px;
	vertical-align: top;
}

.spinner {
	display: block;
	margin-top: 10px;
	width: 75px;
	height: 75px;
	position: relative;
	border: solid 1px #666;
	box-shadow: 2px 2px 2px #777;
}

	.spinner img {
		width: 100%;
		height: 100%;
	}

.approval-details-list {
	-webkit-padding-start: 0px !important;
}

.approval-details-list-header {
	font-weight: bold;
	color: white;
	background: #333;
}

.approval-details-list-subheader {
	font-weight: bold;
}

.approval-details-list li {
	background: #ddd;
	padding: 8px;
	padding-left: 20px;
	list-style: none;
	font-size: 115%;
}

	.approval-details-list li:nth-child(odd) {
		background: #eee;
	}

.approval-image {
	margin-bottom: 20px;
}

.approval-details-list-left-side {
	font-weight: bold;
	font-size: 115%;
}

	.approval-details-list-left-side li {
		margin-bottom: 8px;
	}

.capitalize {
	text-transform: uppercase;
}

.modal-body {
	max-height: calc(100vh - 210px);
	overflow-y: auto;
}

.modal-small {
	max-width: 400px;
}

.timerModal-header {
	background-color: #d9534f;
}

.dobField {
	color: grey;
	font-size: .85em;
	align-content: center;
	margin-top: 8px;
	margin-top: 8px;
}

.ssnFieldWrapper {
	align-content: center;
}

.ssnField {
	color: grey;
	font-size: .85em;
}

.common-table {
	display: table;
	padding: 0;
}

.common-table div {
	display: table-row;
	padding: 0;
	margin: 0;
}

.common-table div div {
	display: table-cell;
	padding: 0 1px 0 5px;
	margin: 0;
}

.ssnCellFirstThree {
	width: 50px;
	text-align: center;
}

.ssnCellMiddleTwo {
	width: 45px;
	text-align: center;
}

.ssnCellLastFour {
	width: 55px;
	text-align: center;
}

.cc-navbar-brand {
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}