body {
	font-family:'Open Sans', serif;
	color:#474E5D;
	font-size: 14px;
	font-weight: 300;
	background-color: #f4f7fa;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	font-weight: 300;
	margin: 0px;
}
h2 {
	font-size: 25px;
	font-weight: 600;
	color: #b7c8d9;
}
h3 {
	font-size: 20px;
	font-weight: 300;
}
h4 {
	font-size: 17px;
	font-weight: 300;
	margin-top: 20px;
}
p {
	font-size: 15px;
}
a:hover {
	/*transition: all 0.3s ease;*/
	text-decoration: none;
}
label{
	font-weight: 600;
}
header {
	padding: 15px 40px;
}
.list-gap {
	display: inline-block;
	width: 100px;
}
.list-gap-lg {
	display: inline-block;
	width: 120px;
}
a.btn-blue {
	background-color: #289dec;
	border-color:#289dec;
	color:#fff;
	border-radius: 3px;
}
a.btn-blue:hover,
a.btn-blue:focus {
	background-color: #35a8f6;
	border-color:#35a8f6;
	color:#fff;
}
a.btn-dark-blue {
	background-color: #3e4c5a;
	border-color:#3e4c5a;
	color:#fff;
	border-radius: 3px;
}
a.btn-dark-blue:hover,
a.btn-dark-blue:focus {
	background-color: #485663;
	border-color:#485663;
	color:#fff;
}
a.btn-default {
	background-color: #d5dfe9;
	border-color:#d5dfe9;
	color:#74889c;
	border-radius: 3px;
}
a.btn-white:hover,
a.btn-white:focus {
	background-color: #dfe7ef;
	border-color:#dfe7ef;
	color:#74889c;
}
.form-control{box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0);}
.m-t-7{margin-top: 7px;}
.m-b-10{margin-bottom: 10px;}
.m-b-20{margin-bottom: 20px;}
.m-b-40{margin-bottom: 40px;}
.m-t-20{margin-top: 20px;}
.m-l-10{margin-left: 10px;}
.m-r-10{margin-right: 10px;}
.m-r-15{margin-right: 15px;}
.p-t-20{padding-top: 20px;}
.p-t-none{padding-top: 0px !important;}
.m-t-none{margin-top: 0px !important;}
.m-b-none{margin-bottom: 0px !important;}
.navbar-static-top{margin-bottom: 0px;}
.navbar-default{background: #f4f7fa;}
.input-group-addon{border: 2px solid #CCCCCC;}
.b-b-none{border-bottom: none !important;}
.b-4{border: 2px solid #CCCCCC; !important;}
table tr td .input-group-addon {
	height: 10px !important;
}
.form-control{border: 2px solid #CCCCCC;}
.line {
	background-color: transparent;
	border-top: 1px solid #eaedef;
	border-width: 1px 0 0;
	font-size: 0;
	height: 2px;
	margin: 20px 0 30px 0;
	overflow: hidden;
}
.line-dashed {
	background: none repeat scroll 0 0 transparent;
	border-top: 5px dashed #eaedef;
}
.bg-gray {
	background: #e5e6e8;
}
.bg-green {
	background: #f4f7fa;
}
.align-center {
	text-align: center;
}
@media (max-width: 767px){
	.align-center-xs{
		text-align: center;
	}
}
.list-unstyle {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.banner {
	min-height: 800px;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
}
.banner-2 {
	min-height: 250px;
	background: transparent;
}
.banner-inner_img {
	display: inline-block;
	margin-bottom: 55px;
}
.banner-inner__link {
	display: inline-block;
	line-height: 60px;
	min-width: 550px;
	background: #289dec;
	color: #fff;
	margin-bottom: 100px;
	border-radius: 6px;
}
.banner-inner__list li {
	display: inline-block;
	margin: 0 9px;
}
.banner-inner__list li a {
	display: inline-block;
	text-align: center;
	color: #3e3f40;
	background: #fff;
	border: 1px solid #898d90;
	border-radius: 13px;
	width: 285px;
	padding-top: 55px;
	padding-bottom: 33px;
}
.banner-inner__list li a img {
	margin-bottom: 22px;
}
.banner-inner__list li a h4 {
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.banner-inner__list li a p {
	margin: 0;
	line-height: 24px;
	font-size: 20px;
}
.more-info {
	min-height: 650px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more-info__text {
	overflow: hidden;
	padding-left: 60px;
	color: #3e3f40;
	text-align: left;
}
.more-info__text h4 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 32px;
}
.more-info__text p {
	line-height: 24px;
	width: 284px;
}
.contact p {
	margin: 0;
	color: #3e4c5a;
	line-height: 31px;
}
.contact p span {
	margin-left: 40px;
}
.input-search {
	position: relative;
	padding: 10px 0;
	margin: 0;
}
.input-search .form-control {
	height: 42px;
	background: #fff;
	font-size: 17px;
	font-weight: 600;
	padding-left: 40px;
	color: #289dec;
}
.input-search .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #6fc2fa;
}
.input-search .form-control::-moz-placeholder {
	/* Firefox 19+ */
	font-style: italic;
	color: #6fc2fa;
}
.input-search .form-control:-ms-input-placeholder {
	/* IE 10+ */
	font-style: italic;
	color: #6fc2fa;
}
.input-search .form-control:-moz-placeholder {
	/* Firefox 18- */
	font-style: italic;
	color: #6fc2fa;
}
.input-search i {
	position: absolute;
	color: #289dec;
	left: 20px;
	top: 49%;
	transform: translateY(-50%);
	font-size: 20px;
}
.title-page {
	padding-top: 125px;
	color: #aaaaaa;
	min-height: 700px;
}
.title-page h2 {
	margin: 0;
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 100px;
}
.title-page h1 {
	margin: 0;
	font-size: 143px;
	font-weight: 700;
	text-transform: uppercase;
}
.nav-tabs {
	border-bottom: 0px;
}
.map-tabs {
	background: #3e4c5a;
}
.map-tabs .nav {
	margin: 0;
	width: 100%;
	border-left: 0px solid #aaaaaa;
	border-right: 0px solid #aaaaaa;
	display: table;
}
.map-tabs__text {
	overflow: hidden;
	padding-left: 15px;
	font-size: 15px;
}
.map-tabs__text span {
	display: block;
	font-weight: 700;
}
.map-tabs .nav-tabs > li.active > a,
.map-tabs .nav-tabs > li.active > a:focus,
.map-tabs .nav-tabs > li.active > a:hover {
	color: #ffffff;
	cursor: default;
	background: #9fd54a;
	border-style: none;
	border-bottom-color: transparent;
}
.map-tabs .nav-tabs > li {
	display: table-cell;
	float: inherit;
}
.map-tabs .nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.5;
	border-style: none;
	border-radius: 0;
	color: #fff;
	background-color: #3e4c5a;
	padding: 15px 0;
	padding-left: 35px;
}
.map-tabs .nav > li > a:focus,
.map-tabs .nav > li > a:hover {
	background: #9fd54a;
}
.border-nav__bottom {
	background: #ace257;
	padding: 15px 0;
	border-bottom: 1px solid #9fd54a;
}
.map-tabs .nav-tabs li {
	position: relative;
}
.map-tabs .nav-tabs > li.active:after,
.map-tabs .nav-tabs > li:hover:after {
	border-left-color: #9fd54a;
	/*transition: all 0.3s ease;*/
}
.map-tabs .nav-tabs > li.active::before,
.map-tabs .nav-tabs > li:hover::before {
	border-left-color: #fff;
}
.map-tabs .nav-tabs > li:after {
	content: " ";
	position: absolute;
	top: 0px;
	right: -11px;
	width: 0;
	height: 0;
	border-bottom: 27px solid transparent;
	border-top: 26px solid transparent;
	border-left: 14px solid #3e4c5a;
	z-index: 2;
	/*transition: 200ms;*/
}
.map-tabs .nav-tabs > li::before {
	content: " ";
	position: absolute;
	top: 0px;
	right: -12px;
	width: 0;
	height: 0;
	border-bottom: 27px solid transparent;
	border-top: 26px solid transparent;
	border-left: 14px solid #fff;
	z-index: 2;
	/*transition: 200ms;*/
}
.map-tabs .nav-tabs > li:last-child::after,
.map-tabs .nav-tabs > li:last-child::before {
	display: none;
}
.tab-content__inner {
	background-color:#f4f7fa;
	padding: 0px 0 50px 0;
}
.tab-content-title-1 {
	margin-bottom: 12px;
	margin-top: 40px;
}
.tab-content-title-2 {
	margin-bottom: 8px;
}
.tab-content-title-3 {
	color: #3e3f40;
	margin-top: 16px;
}

.tab-content-title-2 img {
	/* margin-right: 8px; */
}
.tab-content-text {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.text-bg-1,
.text-blue {
	color: #289dec;
}
.text-bg-2 {
	color: #f4a5a5;
}
.text-bg-3 {
	color: #b1d6ef;
}
.text-bg-4,
.text-red {
	color: #e54949;
	font-weight: 600;
	font-size: 16px;
}
.text-20{
	font-size: 20px;
}
.text-white {
	color: #ffffff;
}
.text-bg-5 {
	color: #b3eaac;
}
.text-bg-6,
.text-green {
	color: #52c35b;
	font-weight: 600;
	font-size: 16px;
}

.tab-content__item {
	margin-bottom: 40px;
	padding:6px 26px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	background-color:#fff;
	border-radius:3px;
	margin-bottom: 10px;
}
.tab-content__list li {
	display: block;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: 600;
}
.tab-content__list li span {
	margin-right: 10px;
}
.tab-content__list li img {
	left: 350px;
}
.list-button__tabs li {
	display: inline-block;
}
.list-button__tabs li a {
	display: inline-block;
	line-height: 30px;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	width: 125px;
	color: #fff;
	background: #289dec;
	border-radius: 3px;
}
.list-button__tabs li a:hover {
	background: #34a4ef;
}
.list-button__tabs li .report-pdf {
	background: #3e4c5a;
	width: auto;
	padding: 0 80px;
}
.list-button__tabs li.pull-left:first-child {
	margin-right: 115px;
}
.note-text {
	position: relative;
}
.note-text {
	font-size: 20px;
	color: #ad7822;
	line-height: 95px;
	background: #f7efb6;
	padding: 0 35px;
	position: relative;
	border-radius: 6px;
	margin-bottom: 50px;
}
.note-text i {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 30px;
	color: #ad7822;
	cursor: pointer;
}
.note-text.hiden {
	display: none;
}
.tab-content__select {
	width: 300px;
	height: 44px;
	font-size: 20px;
	font-weight: 600;
	color: #3e3f40;
	margin-bottom: 25px;
}
.list-row li {
	display: inline-block;
	margin-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
}
.list-row li a {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	width: 100%;
	line-height: 38px;
	background: #289dec;
	margin-bottom: 3px;
}
.list-row li.active a {
	opacity: 0.2;
}
.list-row {
	margin-right: -5px;
	margin-left: -5px;
}
.list-radio {
	display: block;
	text-align: left;
	margin-top: 20px;
}
.list-radio .radio input {
	display: none;
}
.list-radio .radio {
	display: block;
	margin-bottom: 20px;
	border: 2px solid #CCCCCC;
	padding: 10px;
	padding-left: 16px;
	border-radius: 6px;
}
.list-radio .radio label {
	position: relative;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	color: #3e3f40;
	padding-left: 35px;
}
.list-radio .radio label:before,
.list-radio .radio label:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/radio-unchecked.png);
	position: absolute;
	left: -5px;
	top: 6px;
}
.list-radio .radio label:after {
	background: url(../img/radio-checked.png);
	z-index: 4;
}
.list-radio .radio input[type="radio"] + label:after {
	display: none;
}
.list-radio .radio input[type="radio"]:checked + label:after {
	display: block;
}
.list-radio .tab-content__list li {
	font-size: 18px;
	margin-bottom: 0px;
}
.list-slide {
	border: 2px solid #aaaaaa;
	border-radius: 6px;
	padding: 25px 25px 50px 50px;
	position: relative;
}
.list-slide::after {
	content: "";
	position: absolute;
	height: 6px;
	background: #289dec;
	bottom: 25px;
	left: 50px;
	right: 50px;
}
.list-slide li {
	display: inline-block;
	text-align: center;
	margin: 0 25px;
	font-size: 18px;
	color: #3e3f40;
	position: relative;
	cursor: pointer;
}
.list-slide li::after {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: #289dec;
	border: 4px solid #fff;
	z-index: 2;
	bottom: -38px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.list-slide li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: transparent;
	top: 79%;
	left: 0;
	z-index: 3;
}
.list-slide li.active::after {
	display: block;
}
.list-slide li span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.test-input[type="checkbox"] {
	display: none;
}

.map-checkbox {
	margin-bottom: 10px;
}

.map-checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 32px;
	margin-bottom: 8px;
	font-size: 18px;
}

.test-input[type="checkbox"] + label::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/checkbox-unchecked.png);
	position: absolute;
	left: -5px;
	top: 0px;
}

.test-input[type="checkbox"]:checked + label::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: url(../img/checkbox-checked.png);
	z-index: 4;
	position: absolute;
	left: -5px;
	top: 0px;
}

img.info-img {
	width: 100%;
}

.median-price,
.price,
.cost {
	font-size: 20px;
	font-weight: bold;
}

.nearby-list {
	list-style: none;
	padding-left: 0;
}

.nearby-list li {
	display: block;
}

.nearby-distance {
	color: #289dec;
}

.input-addon-left {
	background-color: #cccccc;
	color: #ffffff;
	font-size: 20px;
	width: 50px !important;
}
table tr td .input-addon-right {
	padding: 3px !important;
	height: 15px !important;
}
.input-addon-right {
	background-color: transparent;
	width: 50px !important;
}

.custom-input {
	border-left: 0;
	border-right: 0;
	font-size: 20px;
	font-weight: bold;
	height: 44px;
	box-shadow: none !important;
}

.custom-input:focus {
	border-color: #ccc;
}

.custom-input-group {
	padding-top: 15px;
	height: 44px;
	font-size: 20px;
	width: ;
}

.tab-content-title-2 span.small {
	color: #f43434;
	font-weight: bold;
}


.title-small {
	font-size: 18px;
}

.panel-group .panel {
	border-radius: 0;
	border: 0;
}

.panel-group .panel + .panel {
	margin-top: 2px;
}

.panel-default > .panel-heading {
	border: 0;
	background-color: transparent;
	color: #9b9b9b;
	padding: 10px;
}

.panel-group .panel-heading + .panel-collapse > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-body {
	border: 0;
	padding-top: 1px;
}

.panel-heading a[aria-expanded="false"] .fa-angle-up {
	display: none;
}

.panel-heading a[aria-expanded="true"] .fa-angle-down {
	display: none;
}

.panel-heading a[aria-expanded="true"] .fa-angle-up {
	display: block;
}

.panel-heading a[aria-expanded="false"] .fa-angle-down {
	display: block !important;
}

a[data-toggle="collapse"],
a[data-toggle="collapse"]:hover,
a[data-toggle="collapse"]:focus {
	color: #9b9b9b;
	display: block;
}
.panel-title {
	display: table-row;
}

.panel-title > * {
	display: table-cell;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
}

.panel-title > span.icon {
	padding-right: 10px;
}

.panel-title > .arrow {
	position: absolute;
	right: 30px;
	font-size: 20px;
}

.panel-group .panel {
	border-radius: 0;
	border: 0;
}
.category-title {
	font-size: 20px;
	font-weight: bold;
	color: #474E5D;
}

.panel-group .panel + .panel {
	margin-top: 2px;
}

.panel-default > .panel-heading {
	background: none !important;
	font-size: 26px;
}

.breakdown-price {
	text-align: right;
	color: #e54949;
	font-weight: 600;
	font-size: 14px;
}

.text-right {
	text-align: right;
}

table,
.table {
	width: 100%;
	display: table;
}
table.b-b td{
   border-bottom: 1px dashed #cccccc;
	 padding: 5px 0;
}
hr{
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.divider{
	border-top: 3px solid #52c35b;
}

.invest-item, .return-invest-item {
	padding: 20px 5px 10px 5px;
	font-size: 18px;
}
.invest-item i {
	color: #289dec;
}

.return-invest-item i {
	color: #52c35b;
}

#build-tab1 .nav-tabs > li > a {
	color:#474E5D;
	cursor: default;
	background: none;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	padding-bottom: 10px;
}

#build-tab1 .nav-tabs {
	border-left: none;
	border-right: none;
	/* border-bottom: #aaaaaa 1px solid; */
}

#build-tab1 .nav-tabs li.active {
	border-bottom: #289dec 2px solid;
}

#build-tab1 .nav-tabs > li:after {
	transition: none;
	content: none;
}
#build-tab1 .nav-tabs > li::before {
	transition: none;
	content: none;
}

#build-tab1 .form-group {
	background-color: #F1F4F5;
	border: 1px solid #eee;
	-moz-box-shadow: 0px 1px 2px 2px #eee inset !important;
	-webkit-box-shadow: 0px 1px 2px 2px #eee inset !important;
	box-shadow: 0px 1px 2px 2px #eee inset !important;
	width: 100%;
	margin-bottom: 20px;
}

#build-tab1 input.form-control {
	height: auto;
	width: 60% !important;
	min-width: 40px;
	display: inline-block;
	border: 0;
	background: transparent;
	box-shadow: none;
	padding: 5px 10px;
	font-size: 11px;
}

#build-tab1 .form-inline .form-group label {
	margin-top: 6px;
}

#build-tab1 a.btn {
	display: inline-block;
	line-height: 20px;
	font-size: 15px;
	text-align: center;
	width: 95px;
	color: #fff;
	background: #289dec;
	border-radius: 6px;
}

.footer {
	background-color: #525e6b;
	color: #ffffff;
	padding: 15px 0 10px 0;
}

.form-range {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 15px 15px 25px 15px;
	border: 2px solid #cccccc;
	border-radius: 6px;
}
.form-range label > span {
	width: 33%;
	display: inline-block;
}

input[type=range]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	background: #cccccc;
	margin-top: 20px;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track {
	width: 100%;
	height: 3px;
	background: #289dec;
	border: none;
	border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
	-moz-appearance: none;
	border: none;
	height: 32px;
	width: 32px;
	background: url('../img/range-i.png') no-repeat;
	margin-top: -4px;
	cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 32px;
	width: 32px;
	background: url('../img/range-i.png') no-repeat;
	margin-top: -4px;
	cursor: pointer;
}

input[type=range]:focus {
	outline: none !important;
}
input[type=range]:-moz-focusring{
	outline: 1px solid transparent;
	outline-offset: -1px;
}
input[type=range]:focus::-moz-range-track,
input[type=range]:focus::-webkit-slider-runnable-track {
	background: #27B2D0;
}

.third-one{
	padding-left: 42px !important;
}




.container-fluid.report{
	padding: 50px 0;
	background: #ffffff;
}

.container-fluid.nav-wizard{
	background: #9fd54a;
	padding: 0px;
}
.container-fluid.nav-wizard .container{
	padding: 0px !important;
}

ul.nav-wizard {
	background-color: #9fd54a;
	border: 0px solid #d4d4d4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
}
ul.nav-wizard:before {
	position: absolute;
}
ul.nav-wizard:after {
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 138px;
	height: 47px;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	z-index: 11;
	content: " ";
}
ul.nav-wizard li {
	position: relative;
	float: left;
	height: 46px;
	display: inline-block;
	text-align: center;
	padding: 0 20px 0 30px;
	margin: 0;
	font-size: 16px;
	line-height: 46px;
}
ul.nav-wizard li:first-child{
	padding-left: 15px;
}
@media (max-width: 767px){
	ul.nav-wizard li{
		padding: 0 5px 0 29px;
	}
}
ul.nav-wizard li a {
	color: #fff;
	padding: 0;
}
ul.nav-wizard li a:hover {
	background-color: transparent;
}

ul.nav-wizard .active ~ li.disabled a:hover{
	color: #fff;
}
ul.nav-wizard li:before {
	position: absolute;
	display: block;
	border: 24px solid transparent;
	border-left: 16px solid #fff;
	border-right: 0;
	top: -1px;
	z-index: 10;
	content: '';
	right: -16px;
}
ul.nav-wizard li:after {
	position: absolute;
	display: block;
	border: 24px solid transparent;
	border-left: 16px solid #9fd54a;
	border-right: 0;
	top: -1px;
	z-index: 10;
	content: '';
	right: -15px;
}
ul.nav-wizard li.active {
	color: #3a87ad;
	background: #9fd54a;
}
ul.nav-wizard li.active:after {
	border-left: 16px solid #9fd54a;
}
ul.nav-wizard li.active a,
ul.nav-wizard li.active a:active,
ul.nav-wizard li.active a:visited,
ul.nav-wizard li.active a:focus {
	color: #fff;
	background: url(../img/nav-bg.png) #9fd54a no-repeat bottom center;
}
ul.nav-wizard .active ~ li {
	color: #999999;
	background: #92c63f;
}
ul.nav-wizard .active ~ li:after {
	border-left: 16px solid #92c63f;
}
ul.nav-wizard .active ~ li a,
ul.nav-wizard .active ~ li a:active,
ul.nav-wizard .active ~ li a:visited,
ul.nav-wizard .active ~ li a:focus {
	color: #fff;
}
ul.nav-wizard.nav-wizard-backnav li:hover {
	color: #468847;
	background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover:after {
	border-left: 16px solid #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav li:hover a,
ul.nav-wizard.nav-wizard-backnav li:hover a:active,
ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
	color: #468847;
	background: #f6fbfd;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li {
	color: #999999;
	background: #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
	border-left: 16px solid #ededed;
}
ul.nav-wizard.nav-wizard-backnav .active ~ li a,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
	color: #999999;
	background: #ededed;
}

.bg-green{
	background-color:#9FD54A;
	color: #fff;
}

.timeline-centered {
	position: relative;
	margin-bottom: 30px;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}

.timeline-centered:after {
	clear: both;
}

.timeline-centered:before {
	content: '';
	position: absolute;
	display: block;
	width: 4px;
	background: #f5f5f6;
	/*left: 50%;*/
	top: 20px;
	bottom: 20px;
	margin-left: 30px;
}

.timeline-centered .timeline-entry {
	position: relative;
	/*width: 50%;
	float: right;*/
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 10px;
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry:after {
	clear: both;
}

.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
	float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	background: #fff;
	color: #737881;
	display: block;
	width: 40px;
	height: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	-moz-box-shadow: 0 0 0 5px #f5f5f6;
	-webkit-box-shadow: 0 0 0 5px #f5f5f6;
	box-shadow: 0 0 0 5px #f5f5f6;
	line-height: 40px;
	font-size: 15px;
	float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
	background-color: #303641;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
	background-color: #ee4749;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
	background-color: #00a651;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
	background-color: #21a9e1;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
	background-color: #fad839;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
	background-color: #cc2424;
	color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #f5f5f6;
	padding: 1em;
	margin-left: 60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #f5f5f6 transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #737881;
	font-family: "Noto Sans",sans-serif;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	font-size: 16px;
	margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	-webkit-opacity: .6;
	-moz-opacity: .6;
	opacity: .6;
	-ms-filter: alpha(opacity=60);
	filter: alpha(opacity=60);
}

input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.form-control::-moz-placeholder{
	color: #cacaca;
	font-weight: normal;
}
.form-control:-ms-input-placeholder {
	color: #cacaca;
	font-weight: normal;
}
.form-control::-webkit-input-placeholder {
	color: #cacaca;
	font-weight: normal;
}
