﻿.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

a {
	color: #0c505d;
}

body {
	word-wrap: normal !important;
	font-family: 'Montserrat';
}

#left-pane {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #f5f5f5;
	border-right: 1px solid #e5e5e5;
	/*max-height: 768px;	*/
}

.logo-country {
	background: url(../images/HMLogoCropped.png) no-repeat center;
	display: inline-block;
}

@media (min-width: 1024px) {
	/*.logo-country {
		background: url(../images/HMLogoCropped.png) no-repeat center;
		background-size: 100px 37px;
		width: 100px;
		height: 37px;
		display: inline-block;
	}*/

	.logo-head {
		float: right;
	}
}

.submitBtn {
	color: white;
	background-color: #0c505d;
	border-color: #0c505d;
}

.submitBtn:hover {
	color: white;
	background-color: #15879D;
	border-color: #15879D;
}

.downloadButton {
	color: black;
	background-color: #fce2d1;
	border-color: #fce2d1;
}

.downloadButton:hover {
	color: black;
	background-color: #f29c63;
	border-color: #f29c63;
}

.padding-error {
	padding-top: 20px;
}

.input-group {
	z-index: 0 !important;
}

.form-control {
	z-index: 0 !important;
}

#logo {
	font-size: 24px;
	color: #0c505d;
}

.padding-error {
	padding-top: 20px;
}

.input-group {
	z-index: 0 !important;
}

.form-control {
	z-index: 0 !important;
}


@media only screen and (max-width: 767px) {
	.nofloat {
		float: none;
		padding: 10px 15px;
	}
}

fieldset {
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 5px;
}

ul li {
	list-style-position: outside;
	margin-left: 1em;
}

fieldset .input-group-text {
	height: 38px;
}


.mortgage-education-container {
	border-left: solid 2px lightgray;
	padding-left: 5px;
}

legend {
	margin: 0;
	border: 0;
	width: auto;
	font-size: 1em;
	color: black;
}

.form-horizontal fieldset .form-group {
	margin-left: 0;
	margin-right: 0;
}

.mock-fieldset {
	margin: 15px 10px;
}

.table td,
.table th {
	text-align: center;
}


.mock-fieldset [class*="col-"] {
	padding-right: 8px;
	padding-left: 8px;
}

.title-text {
	color: #005C3E !important;
}


.sub-input {
	margin-left: 20px;
}

	.sub-input label {
		margin-right: 5px;
	}

	.sub-input .form-control {
		width: 50px;
		display: inline;
	}

.navbar {
	margin-bottom: 0;
	background: #fff;
	border-bottom: 1px solid #eee;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(170, 170, 170, 1);
	-moz-box-shadow: 1px 1px 1px 0px rgba(170, 170, 170, 1);
	box-shadow: 1px 1px 1px 0px rgba(170, 170, 170, 1);
	z-index: 2;
}

title-text {
	font-size: 22px;
	color: #0c505d;
}
.text-center {
	text-align: center;
}

.logo-head {
	background: url(../images/HMLogo.png) no-repeat center;
	/*background-size: 155px 37px;*/
	width: 155px;
	height: 40px;
	/*display: inline-block;*/
	margin: 0 auto;
}

#talkingpoints-modal li {
	margin: 1px;
}

.talkingpoints-container {
	border: solid 3px #888;
	border-radius: 25px;
	padding: 30px;
}

.logo-advisys {
	background: url(../images/powered-by-advisys.png) no-repeat center;
/*	background: url(../images/bannerLogoRight.gif) no-repeat center; */
	background-size: 150px 43px;
	width: 150px;
	height: 43px;
	position: absolute;
	right: 10px;
	top: 6px;
}

.logo-advisys-input-panel {
	background: url(../images/powered-by-advisys.png) no-repeat center;
	/*background: url(../images/bannerLogoRight.gif) no-repeat center;*/
	width: 182px;
	height: 50px;
	display: block;
	margin: auto;
}

.form-horizontal .control-label,
.mid {
	padding-top: 7px;
	/* white-space: nowrap; */
}

.btn-block {
	margin-bottom: 15px;
}

.no-gutter {
	margin-left: 0 !important;
	margin-right: 15px !important;
}

.modal-content {
	background: #f5f5f5;
}

#save-client-modal textarea {
	height: 100px;
}

input.ng-invalid.ng-touched {
	border-color: #FA787E;
}