
.input-description textarea, .input-description input {
	height: initial !important;
	outline: none;
	border-width: 1px;
	border-color: #d8d8d8;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #d8d8d8;
	outline: none;
	    border-radius: 4px;
	/* 	font-size: 18px; */
	/*    	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.35); */
	/* 	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.35); */
}

.input-description input:nth-child(2) {
	margin-left: 3px;
}

.input-description p {
	margin: 0;
	/* 	font-size: 24px; */
	color: #ffffff;
}

.select-box {
	outline: none;
	display: block;
	width: 100%;
	/* 	font-size: 18px; */
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #555;
	background: transparent;
	border-width: 1px 1px 1px 1px;
	border-color: #d8d8d8;
	border-style: none;
	/* 	border-radius: 4px; */
	/* 	-webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.35); */
	/* 	box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.35); */
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none;
	-moz-appearance: none;

	/* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 60%); */
	/* background-position: calc(100% - 17px) calc(1em + 0px), calc(100% - 12px) calc(1em + 0px); */
	/* background-size: 5px 5px, 5px 5px, 1px 1.5em; */
	/* background-repeat: no-repeat; */
}

.select-box-bg {
	background-image: linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 60%);
	background-position: calc(100% - 17px) calc(22px  + 0px),
		calc(100% - 12px) calc(22px  + 0px);
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;

	    border-bottom-style: solid;
    border-width: 2px;
	border-color: #767676;
}

.input-box {
	/* outline: none; */
	/* display: block; */
	width: 100%;
	/* height: 34px; */
	/* padding: 6px 12px; */
	padding-left: 8px;
	/* font-size: 14px; */
	/* line-height: 1.42857143; */
	color: #fff;
	background-color: #fff0;
	border-width: 2px 1px 1px 1px;
	/* border-radius: 4px; */
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
		ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
		.15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-appearance: none;
	-moz-appearance: none;
	/* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 60%); */
	/* background-position: calc(100% - 17px) calc(1em + 0px), calc(100% - 12px) calc(1em + 0px); */
	/* background-size: 5px 5px, 5px 5px, 1px 1.5em; */
	/* background-repeat: no-repeat; */
}

.input-box-bg {
	background-image: linear-gradient(45deg, transparent 50%, white 50%),
		linear-gradient(135deg, white 50%, transparent 60%);
	background-position: calc(100% - 17px) calc(1em + -8px),
		calc(100% - 12px) calc(1em + -8px);
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

#custom-radio {

}

#custom-radio input[type="radio"] {
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
}

#custom-radio input[type="radio"]+label {
	position: relative;
	line-height: 25px;
}

#custom-radio input[type="radio"]+label p, #custom-radio input[type="radio"]+label input
	{
	margin-left: 30px;
}

#custom-radio input[type="radio"]+label:before {
	content: "";
	display: block;
	position: absolute;
	/* padding: 10px; */
	top: 2px;
	/*     left: -11px; */
	height: 25px;
	width: 25px;
	background: #ffffff;
	border: 5px solid #ffffff;
	box-shadow: inset 0px 0px 0px 2px white;
	-webkit-box-shadow: inset 0px 0px 0px 2px white;
	-moz-box-shadow: inset 0px 0px 0px 2px white;
	-o-box-shadow: inset 0px 0px 0px 2px white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

#custom-radio input[type="radio"]:checked+label:before {
	background: #5aa1d7;
}

fieldset legend+* {
	clear: both;
}

.toggle, .toggle2, .toggle-red, .toggle-green, .toggle-blue {
	/*     margin: 0 0 1.5rem; */
	/*     box-sizing: border-box; */
	font-size: 0;
	padding-bottom: 10px;
	/*     display: flex; */
	/*     flex-flow: row nowrap; */
	/*     justify-content: flex-start; */
	/*     align-items: stretch; */
}

.toggle input, .toggle2 input, .toggle-red input, .toggle-green input,
	.toggle-blue input {
	width: 0;
	height: 0;
	position: absolute;
	left: -9999px;
}

.toggle input:checked+label, .toggle2 input:checked+label, .toggle-red input:checked+label,
	.toggle-green input:checked+label, .toggle-blue input:checked+label {
	background: linear-gradient(#3f89c3, #2e6691);
	color: #FFF;
	box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
	border-color: #4B9DEA;
	z-index: 1;
}

.toggle2 input:checked+label {
	background: #000000;
}

.toggle-red input:checked+label {
	background: #FF0000;
	color: #fff !important;
}

.toggle-green input:checked+label {
	background: #00FF00;
	color: #fff !important;
}

.toggle-blue input:checked+label {
	background: #187cf7;
	color: #fff !important;
}

.toggle2>div {
	display: inline-block;
	vertical-align: middle;
}

.toggle input+label:first-of-type, .toggle2 div:first-of-type,
	.toggle-red div:first-of-type, .toggle-green div:first-of-type,
	.toggle-blue div:first-of-type {
	border-radius: 6px 0 0 6px;
	border-right: none;
	cursor: pointer;
}

.toggle input+label, .toggle2 input+label, .toggle-red input+label,
	.toggle-green input+label, .toggle-blue input+label {
	margin: 0;
	padding: 0px 50px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: solid 2px #0077f8;
	font-size: 1rem;
	line-height: 140%;
	text-align: center;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	transition: border-color .15s ease-out, color .25s ease-out,
		background-color .15s ease-out, box-shadow .15s ease-out;
}

.toggle input+label:last-of-type, .toggle2 div:last-of-type, .toggle-red div:last-of-type,
	.toggle-green div:last-of-type, .toggle-blue div:last-of-type {
	border-radius: 0 6px 6px 0;
	border-left: none;
	cursor: pointer;
}

.toggle input+label, .toggle2 input+label, .toggle-red input+label,
	.toggle-green input+label, .toggle-blue input+label {
	color: #007aff;
	margin: 0;
	padding: 0px 50px;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	border: solid 2px #0077f8;
	font-size: 3rem;
	line-height: 140%;
	text-align: center;
	box-shadow: 0 0 0 rgba(255, 255, 255, 0);
	transition: border-color .15s ease-out, color .25s ease-out,
		background-color .15s ease-out, box-shadow .15s ease-out;
}

#custom-radio2 {

}

#custom-radio2 input[type="radio"] {
	position: absolute;
	opacity: 0;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	-o-opacity: 0;
}

#custom-radio2 input[type="radio"]+label {
	position: relative;
	padding: 0 0 0 20px;
	line-height: 25px;
	margin: 0 0 0 20px;
}

#custom-radio2 input[type="radio"]+label:before {
	content: "";
	display: block;
	position: absolute;
	/* padding: 10px; */
	top: 2px;
	left: -11px;
	height: 25px;
	width: 25px;
	background: #ffffff;
	border: 5px solid #ffffff;
	box-shadow: inset 0px 0px 0px 2px white;
	-webkit-box-shadow: inset 0px 0px 0px 2px white;
	-moz-box-shadow: inset 0px 0px 0px 2px white;
	-o-box-shadow: inset 0px 0px 0px 2px white;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}

#custom-radio2 input[type="radio"]:checked+label:before {
	background: #5aa1d7;
}

#main-check-box-style [type="checkbox"]:not (:checked ),
	#main-check-box-style [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

#main-check-box-style [type="checkbox"]:not (:checked ) +label,
	#main-check-box-style [type="checkbox"]:checked+label {
	position: relative;
	/*   padding-left: 1.95em; */
	padding-left: 35px;
	cursor: pointer;
}

#main-check-box-style [type="checkbox"]:not (:checked ) +label {
	color: #ffffff !important;
}

/* #main-check-box-style [type="checkbox"]:checked + label{ */
/* 	color: #ff8000!important; */
/* } */

/* checkbox aspect */
#main-check-box-style [type="checkbox"]:not (:checked ) +label:before,
	#main-check-box-style [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0%;
	/*   width: 1.25em; height: 1.25em; */
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	background: #fff0;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
#main-check-box-style [type="checkbox"]:not (:checked ) +label:after,
	#main-check-box-style [type="checkbox"]:checked+label:after {
	content: 'Î²ï¿½â€�';
	position: absolute;
	top: 8%;
	left: .1em;
	line-height: 0.8;
	/*   color: #09ad7e; */
	transition: all .2s;
	font-family: Helvetica, Arial, sans-serif;
}

/* checked mark aspect changes */
#main-check-box-style [type="checkbox"]:not (:checked ) +label:after {
	opacity: 0;
	transform: scale(0);
}

#main-check-box-style [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
#main-check-box-style [type="checkbox"]:disabled:not (:checked ) +label:before,
	#main-check-box-style [type="checkbox"]:disabled:checked+label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

#main-check-box-style [type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

#main-check-box-style [type="checkbox"]:disabled+label {
	color: #aaa;
}

/* accessibility */
#main-check-box-style [type="checkbox"]:checked:focus+label:before,
	#main-check-box-style [type="checkbox"]:not (:checked ):focus+label:before
	{
	border: 2px dotted;
}

/* hover style just for information */
#main-check-box-style label:hover:before {
	/*   border: 2px solid #14f90f!important; */
	border-width: 2px;
	border-style: solid;
}

#main-check-box-style-2 [type="checkbox"]:not (:checked ),
	#main-check-box-style-2 [type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

#main-check-box-style-2 [type="checkbox"]:not (:checked ) +label,
	#main-check-box-style-2 [type="checkbox"]:checked+label {
	position: relative;
	/*   padding-left: 1.95em; */
	/* 	padding-right: 35px; */
	cursor: pointer;
}

#main-check-box-style-2 [type="checkbox"]:not (:checked ) +label {
	color: #ffffff !important;
}

/* #main-check-box-style-2 [type="checkbox"]:checked + label{ */
/* 	color: #ff8000!important; */
/* } */

/* checkbox aspect */
#main-check-box-style-2 [type="checkbox"]:not (:checked ) +label:before,
	#main-check-box-style-2 [type="checkbox"]:checked+label:before {
	content: '';
	position: absolute;
	right: -35px;
	top: .4em;
	/*   width: 1.25em; height: 1.25em; */
	width: 25px;
	height: 25px;
	border: 2px solid #ccc;
	background: #fff0;
	border-radius: 4px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}

/* checked mark aspect */
#main-check-box-style-2 [type="checkbox"]:not (:checked ) +label:after,
	#main-check-box-style-2 [type="checkbox"]:checked+label:after {
	content: 'Î²ï¿½â€�';
	position: absolute;
	top: .5em;
	right: -33px;
	font-size: 25px;
	line-height: 0.8;
	transition: all .2s;
	font-family: Helvetica, Arial, sans-serif;
}

/* checked mark aspect changes */
#main-check-box-style-2 [type="checkbox"]:not (:checked ) +label:after {
	opacity: 0;
	transform: scale(0);
}

#main-check-box-style-2 [type="checkbox"]:checked+label:after {
	opacity: 1;
	transform: scale(1);
}

/* disabled checkbox */
#main-check-box-style-2 [type="checkbox"]:disabled:not (:checked ) +label:before,
	#main-check-box-style-2 [type="checkbox"]:disabled:checked+label:before
	{
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

#main-check-box-style-2 [type="checkbox"]:disabled:checked+label:after {
	color: #999;
}

#main-check-box-style-2 [type="checkbox"]:disabled+label {
	color: #aaa;
}

/* accessibility */
#main-check-box-style-2 [type="checkbox"]:checked:focus+label:before,
	#main-check-box-style-2 [type="checkbox"]:not (:checked ):focus+label:before
	{
	border: 2px dotted;
}

/* hover style just for information */
#main-check-box-style-2 label:hover:before {
	/*   border: 2px solid #14f90f!important; */
	border-width: 2px;
	border-style: solid;
}

input[type=range] {
	/*removes default webkit styles*/
	-webkit-appearance: none;
	/*fix for FF unable to apply focus style bug */
	/*     border: 1px solid white; */
	/*required for proper track sizing in FF*/
	width: 100%;
	border-radius: 5px;
	border-style: none;
}

input[type=range]::-webkit-slider-runnable-track {
	width: 300px;
	height: 5px;
	/*     background: #313d4f; */
	/* 	background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.464646, rgb(29, 149, 238)), color-stop(0.464646, rgb(49, 61, 79))); */
	border: none;
	border-radius: 3px;
}

/* Track ball */
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 4px;
	background: #ffffff;
	margin-top: -4px;
}

input[type=range]:focus {
	outline: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
	/*     background: #313d4f; */

}

input[type=range]::-moz-range-track {
	width: 300px;
	height: 5px;
	/*     background: #313d4f; */
	border: none;
	border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	/*     border-radius: 50%; */
	/*     background: goldenrod; */
	border-radius: 4px;
	/*     background: #ffffff; */
}

/*hide the outline behind the border*/
input[type=range]:-moz-focusring {
	outline: 1px solid white;
	outline-offset: -1px;
}

input[type=range]::-ms-track {
	width: 300px;
	height: 5px;
	/*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
	/*     background: transparent; */
	/*leave room for the larger thumb to overflow with a transparent border */
	border-color: transparent;
	border-width: 6px 0;
	/*remove default tick marks*/
	color: transparent;
}

input[type=range]::-ms-fill-lower {
	/*     background: #777; */
	border-radius: 4px;
}

input[type=range]::-ms-fill-upper {
	background: #ddd;
	border-radius: 4px;
}

input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	/*     border-radius: 50%; */
	/*     background: goldenrod; */
	border-radius: 4px;
	/*     background: #ffffff; */
}

input[type=range]:focus::-ms-fill-lower {
	/*     background: #888; */

}

input[type=range]:focus::-ms-fill-upper {
	/*     background: #ccc; */

}

.input_id {
	width: 100%;
	text-align: left;
}

.input_id input {
	margin: 0;
}

.regFormContainer .simpleForm {
	margin: 10px 0 20px;
}

.alFormSpace {
	text-align: left;
	list-style: none;
}

.floating-nolabel>>label{
	display: none;
}

.floating {
	position: relative;
}

.floating .floatingPlacement {
	position: relative;
	width: fit-content;
}

.floating div:nth-child(2), .floatingErrorLabel {
	position: absolute;
	top: 2px;
	right: 10px;
	color: #f11c16 !important;
}

.floating div:nth-child(3), .account-buttons>a div:nth-child(2) {
	position: absolute;
	right: -19px;
	top: 15%;
/* 	width: 20px; */
	display: none;
}

.floating div:nth-child(3)>img,
.account-buttons>a div:nth-child(2)>img {
	    height: 34px;
}

.account-buttons>a div:nth-child(2) {
	    top: 5%;
}

.floating .floatingPlacement.showInvalidIcon .floatingField, .floating .floatingPlacement.showValidIcon .floatingField
	{
	padding-right: 40px;
}

.floating .floatingPlacement.showValidIcon:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	border-bottom: 1px solid #0071eb;
	border-left: 1px solid #0071eb;
	width: 20px;
	height: 8px;
	-webkit-transform: translateY(-100%) rotate(-45deg);
	-moz-transform: translateY(-100%) rotate(-45deg);
	-ms-transform: translateY(-100%) rotate(-45deg);
	-o-transform: translateY(-100%) rotate(-45deg);
	transform: translateY(-100%) rotate(-45deg)
}

.floating .floatingPlacement.showInvalidIcon:after {
	content: '\00d7';
	font-weight: 200;
	color: #b92d2b;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.floating .floatingLabel {
	position: absolute;
	top: 50%;
	left: 10px;
	color: #ffffff;
	-webkit-transition: font .1s ease, top .1s ease, -webkit-transform .1s
		ease;
	transition: font .1s ease, top .1s ease, -webkit-transform .1s ease;
	-o-transition: font .1s ease, top .1s ease, -o-transform .1s ease;
	-moz-transition: font .1s ease, top .1s ease, transform .1s ease,
		-moz-transform .1s ease;
	transition: font .1s ease, top .1s ease, transform .1s ease;
	transition: font .1s ease, top .1s ease, transform .1s ease,
		-webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s
		ease;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

ul.structural>li {
	list-style: none;
	margin-left: 0;
}

.floating .floatingField {
	    height: 40px;
    padding: 15px 10px 0;
	background: transparent;
	border-color: #dcdcdc;
	color: #ffffff;
}

.floating .hasText+.floatingLabel, .floating .floatingField:focus+.floatingLabel {
	top: 4px;
	font-size: 0.8em;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.floating .floatingField:-webkit-autofill+.floatingLabel {
	top: 4px;
	font-size: 13px;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.floating .inputError {
	font-size: 13px;
	color: #b92d2b
}

.floating .inputCaption {
	font-size: 13px;
	color: #353535
}

.floating.validated .floatingField {
	border-color: #5fa53f
}

.floating.nmHomeTextInput .ui-label-text {
	margin-right: 1ex
}

.floating.nmHomeTextInput .floatingField {
	background-color: rgba(0, 0, 0, .8);
	border-color: #737373;
	color: #fff
}

.floating.nmHomeTextInput .floatingField.error {
	border-color: #ffa00a
}

.floating.nmHomeTextInput .inputError {
	color: #ffa00a
}

.floating.nmHomeTextInput .inputError a {
	color: #ffa00a;
	text-decoration: underline
}

.floating.floatingOversize .floatingField {
	height: 60px
}

.floating.floatingOversize .hasText+.floatingLabel, .floating.floatingOversize .floatingField:focus+.floatingLabel
	{
	top: 6px;
	font-weight: 700;
	font-size: 13px
}

.floating.floatingOversize .floatingField:-webkit-autofill+.floatingLabel {
	top: 6px;
	font-weight: 700;
	font-size: 13px
}

.floating.floatingResponsive .hasText+.floatingLabel, .floating.floatingResponsive .floatingField:focus+.floatingLabel
	{
	top: 6px;
	font-weight: 700;
	font-size: 13px
}

.floating.floatingResponsive .floatingField:-webkit-autofill+.floatingLabel {
	top: 6px;
	font-weight: 700;
	font-size: 13px
}

}
.floating.externalLabel .floatingField {
	padding: 0 10px
}

.floating.externalLabel .hasText+.floatingLabel, .floating.externalLabel .floatingField:focus+.floatingLabel,
	.floating.externalLabel .floatingLabel {
	top: 0;
	left: 0;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.floating .tooltipWrapper, .floating .tooltipWrapperErr {
	position: absolute;
	top: 12px;
	right: 10px
}

.floating.tooltip .floatingPlacement, .floating.tooltipError .floatingPlacement
	{
	width: 100%
}

.floating.tooltip .floatingField, .floating.tooltipError .floatingField {
	padding: 10px 50px 0 10px;
	border: solid 1px #353535;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.floating.tooltip .floatingField:focus, .floating.tooltipError .floatingField:focus
	{
	border-color: #0071eb;
	outline: 0
}

.floating.tooltipError .floatingField {
	border-color: #b92d2b
}

.floating.tooltipError .floatingField:focus {
	border-color: #b92d2b;
	outline: 0
}

.floating.tooltipValidated .floatingField {
	border-color: #5fa53f
}

.floating.tooltipValidated .floatingField:focus {
	border-color: #5fa53f;
	outline: 0
}

.alSelectWrapper {
	display: inline-block;
	position: relative;
	max-width: 500px
}

.alSelectWrapper>.ui-label {
	margin-bottom: 0
}

.alSelectWrapper .selectArrow, .alSelectWrapper.selectArrow {
	display: inline-block;
	width: 100%
}

.alSelectWrapper .selectArrow .alSelectPlacement, .alSelectWrapper.selectArrow .alSelectPlacement
	{
	position: relative
}

.alSelectWrapper .selectArrow .alSelectPlacement::after,
	.alSelectWrapper.selectArrow .alSelectPlacement::after {
	background-color: #fff;
	content: '';
	position: absolute;
	pointer-events: none;
	border: 6px solid;
	border-color: #333 #fff #fff #fff;
	right: 10px;
	top: 49%
}

.alSelectWrapper .selectArrow.prefix .alSelectPlacement.globe::before,
	.alSelectWrapper.selectArrow.prefix .alSelectPlacement.globe::before {
	content: '\e896'
}

.alSelectWrapper .selectArrow.prefix .alSelectPlacement::before,
	.alSelectWrapper.selectArrow.prefix .alSelectPlacement::before {
	top: 50%;
	left: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: nf-icon;
	color: #333;
	position: absolute;
	pointer-events: none
}

.alSelectWrapper .selectArrow.prefix .alSelect, .alSelectWrapper.selectArrow.prefix .alSelect
	{
	padding-left: 42px
}

.alSelectWrapper .selectArrow.inFooter .alSelect, .alSelectWrapper.selectArrow.inFooter .alSelect
	{
	color: inherit
}

.alSelectWrapper .floatingLabel {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10px;
	color: #353535;
}

.ui-input-label {
	padding-bottom: 32px;
	position: relative
}

.ui-readonly-value {
	padding: 10px 0;
	margin-bottom: 20px;
	color: #333
}

.input-password-input, .ui-text-input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: solid 1px #b3b3b3;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	max-width: 500px;
	color: #000;
	padding: 10px 11px;
	height: 44px
}

.input-password-input.large, .ui-text-input.large {
	padding: 14px 11px
}

.input-date-unstyled::-webkit-inner-spin-button {
	display: none;
	-webkit-appearance: none;
}

.input-date-unstyled::-webkit-calendar-picker-indicator {
	/* 	display: none; */
	/*     -webkit-appearance: none; */

}

.ui-datepicker {
	font-size: 18px !important;
}

.ui-datepicker-calendar {
	color: #fff !important;
}

.glyphicon-calendar2 img {
	width: 38px;
	padding-left: 10px;
}

.book_date input[type="text"] {
	width: 100% !important;
	color: #FFFFFF;
	font-size: 26px;
	padding: 8px 80px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	position: relative;
	background-color: #273142;
	border-radius: 4px;
}

.book_date input[type="date"] {
	width: 100% !important;
	color: #9F9F9F;
	font-size: 12px;
	padding: 8px 0 8px 23px;
	outline: none;
	border: none;
	-webkit-appearance: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	position: relative;
	line-height: 1;
}

.book_date {
	position: relative;
}

.book_date span.glyphicon-calendar2, .book_date span.glyphicon-map-marker
	{
	color: #192436;
	position: absolute;
	z-index: 999;
	top: 25%;
	left: 1%;
	font-size: 1em;
}

.book_date span.glyphicon-map-marker {
	font-size: 1.2em;
	left: 1%;
}

.glyphicon-calendare, .glyphicon-map-marker {
	font-size: 13px;
	margin-right: 5px;
	color: #000;
}

.pd-tb {
	padding-top: .5em;
	padding-bottom: .5em;
}

.flex-space-wd100 {
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}