.label-required::after{
	content: '*';
}
.muted-required + .label-required::after{
	content: '';
}
[show='false']{
	display:none;
}

.form-check.custom-check{
	padding-left:0;
	margin-bottom:0;
}
.form-check-input.checkbox-input{
	opacity:0;
}
.service-recommender .form-control.custom-input-file{
	height:auto;
	padding-top:0.9em;
	padding-bottom:0.9em;
	padding-left:1.5em;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	background:url('../img/calendar.png') no-repeat;
	background-size:auto 100%;
}
.steps-progressbar {
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	overflow: hidden;
	counter-reset: step;
	width: 45%;
	position: absolute;
	right: 0px;
	display: flex;
	justify-content: space-between;
}
.steps-progressbar li {
	list-style-type: none;
	text-transform: uppercase;
	width: 20%;
	position: relative;
	text-align: center;
	font-size: 0px;
	height: 32px;
}
.steps-progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 32px;
	line-height: 32px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #005697;
	border-radius: 50%;
	margin: 0 auto 5px auto;
	font-weight: 400;
	z-index: 1;
	position: absolute;
	left: 0px;
}
.steps-progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #005697;
	position: absolute;
	left: 0px;
	top: 15px;
	z-index: 0;
}
.steps-progressbar li:last-child:after {
	display: none;
}
.steps-progressbar li.active:before, .steps-progressbar li.active:after {
	background: #ee1d23;
	color: white;
}
.steps-progressbar li.active{
	cursor:pointer;
}
.steps-progressbar.x2 li:first-child{
	width:100%;
}
.steps-progressbar.x2 li:last-child{
	width:36px;
}
.steps-progressbar.x3 li{
	width:33%;
}
.steps-progressbar.x4 li{
	width:25%;
}

.service-recommender .steps-progressbar {
	width: 100% ;
	left: 0px;
	top: -46px;
}
.file-upload-wrapper .file-error{
	display:none;
	color: red;
	margin-top: 10px;
}
.file-upload-wrapper .invalid{
	margin-top: 10px;
}

.custom-check .form-label{
	margin-bottom:0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.custom-input-suffix-block{
	max-width:521px;
}
.custom-input-suffix-block .suffix{
	vertical-align: middle;
	height:40px;
	margin-top:auto;
	margin-bottom:auto;
	margin-left:.5em;
}
.form-control.input-readonly{
	background:none;
	border:none;
}
.warning{
	color:red;
}
.hint{
	color:grey;
}
.tabbed-form-nav{
	border-color:#ff1e21;
	margin-bottom:30px;
	font-size:1.2ex;
}
.tabbed-form-nav .nav-link.active{
	background-color:#ff1e21;
	border-color:#ff1e21;
	color:#fff;
}
.tabbed-form-nav .nav-link{
	color:#fff;
}
.tabbed-form-nav .nav-link:hover{
	border-color:rgba(4,127,221,0.35);
	font-weight: bold;
}
.tabbed-form-nav .nav-link:focus{
	border-color:rgba(4,127,221,0.35);
}
.tabbed-form-nav .nav-link.nav-new{
	font-weight: bold;
}
.steps .virgin-validate :invalid{
	background-size:0px !important;
}
.steps .virgin-validate .invalid{
	display:none !important;
}
.steps .virgin-validate .form-check-input.is-invalid~.form-check-label{
	color:#fff !important;
}
.btn-delete{
	margin-bottom:1em;
}
.tabbed-form:first-child .btn-delete{
	display:none;
}
.img-ref{
	margin-bottom:1em;
}
.layout-img-con img{
	max-width:800px;
}
.total_payload{
	margin-bottom:.5em;
}
.total_payload .error_msg{
	display: none;
}
.total_payload.error{
	color:red;
	font-weight:bold;
}
.total_payload.error .error_msg{
	display: inline-block;
}
.nav-link.nav-new{
	background:#fff;
	color:#ff1e21;
	font-weight:bold;
	border-bottom: 1px solid #ff1e21;
}
