input.hanterasField:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: none !important;
    color:inherit !important;
}
.requiredHint{
    font-weight: bold;
    color: #fff;
}
.modal-body,input.hanterasField,textarea.hanterasField{
    color: #fff;
}
.check span, .textContainer, .textContainer p{
	color: #fff;
}
ul.form li.stepContent, ul.form2 li.stepContent{
    color: #fff;
    line-height: 20px;
    font-size: 12px;
}
ul.form2 .textContainer, ul.form2 .textContainer{
    color: #fff;
}
.step-bar {
    width: 60%;
    margin: 10px auto 40px auto;
    height: 3px;
    border-radius: 1px;
    position: relative;
    top: 0;
    left: 0;
    background: #e77445;
}
.step-bar-progress-yellow {
    width: 0%;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
	background: #ffeb00;
}
.step-bar-progress {
    width: 0%;
    height: 3px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
	background: #77c7c9;
}
.login-form, .step-point, .item-form, .dropcontainer ul li:hover, .step {
    background: none;
}
.step-point {
    position: absolute;
    top: -11px;
    left: 0;
    font-size: 12px;
    line-height: 20px;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 2px solid #fff;
}
.step-point-active{
	background: #e27243;
    color: #fff;
    font-weight: bold;
}
.step-point-solid{
	background: #77c7c9;
    color: #000;
    font-weight: bold;
}
ul.form {
    padding: 0 0 0 0;
}
ul.form li, ul.form2 li {
    list-style: none;
    margin: 0 0 25px 0;
    width: 100%;
    line-height: 40px;
    font-size: 16px;
    font-weight: 100;
    position: relative;
    float: left;
}
i.icon,svg.icon {
    height: 37px;
    line-height: 37px;
    width: 40px;
    font-size: 28px;
    display: block;
    float: left;
    margin: 13px 10px 8px 12px;
    text-align: center;
}
i.inputIcon,svg.inputIcon {
    display: none;
}
i.icon-required,svg.icon-required,i.icon-error,svg.icon-error {
    height: 37px;
    line-height: 37px;
    width: 6%;
    font-size: 30px;
    display: block;
    float: right;
    margin: -15px 0px 0px -28px;
    position: absolute;
    top: 30px;
    left: 100%;
    color: rgb(240, 20, 20);
	font-weight: bold;
}
.hanterasInputLiCheckbox i.icon-required,.hanterasInputLiCheckbox svg.icon-required,.hanterasInputLiCheckbox i.icon-error,svg.icon-error{
    margin: -30px 0px 0px -28px;
}
i.icon-required.correct{
	color: #1F9200;
}
.movingFieldTitle {
    position: absolute;
    top: 0.8em;
    z-index: 0;
	color: #fff;
	font-weight: 300;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.movingFieldTitle.move,.movingFieldTitle.move2 {
    top: -12px;
    font-size: 12px;
}
.hanterasInputLi {
    border-bottom: 1px solid #ccc;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], input[type="datetime-local"], fieldset.datePicker {
    width: 76%;
    margin: 1em 0em 0.6em 0em;
    font-size: 18px;
    outline: none;
    background: none;
    border: none;
    font-weight: 300;
    z-index: 100;
    position: relative;
	float: left;
    /**color: #fff;**/
}
textarea.expanding {
    font-size: 18px;
    font-style: normal;
    padding: 19px 25px 0 0px;
    border: none;
}
.expandingText > textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}
textarea, .textareaClone {
    width: 100%;
    padding: 1em 0em 1em 0em;
    font-size: 18px;
    outline: none;
    background: none;
    border: none;
    font-weight: 100;
    white-space: pre-wrap;
    word-wrap: break-word;
}
input.dropdownConverted{
    display:none;
}
.trigger,.activetrigger,.activetrigger:hover,.dropcontainer ul li a{
    font-weight: 100;
    color: #fff;
    min-height: 61px;
    padding: 0px 60px 0 0;
    line-height: 60px;
    display: flex;
    align-items: center;
    margin: 6px 0 0 0;
}
.icheckbox_square-grey, .iradio_square-grey {
    margin: 9px 18px 9px 0px;
}
.radio-checkbox-label{
    line-height: 24px;
    margin: 8px 0 0 42px;
}
.hanterasInputLiCheckbox  {
    border: none;
}
a.hvr-bounce-to-bottom, section a.hvr-bounce-to-bottom, section a.hvr-bounce-to-bottom:not([href]):not([tabindex]), button.hvr-bounce-to-bottom {
    width: 100%;
    height: 62px;
    margin-bottom: 25px;
    line-height: 62px;
    text-align: center;
    font-size: 1.8em;
    transition: 0.1s all;
    -webkit-transition: 0.1s all;
    -moz-transition: 0.1s all;
    -o-transition: 0.1s all;
    cursor: pointer;
    background: #7ca1c2;
    color: #fff;
    font-weight: bold;
    border: none;
}
a.hvr-bounce-to-bottom:hover,section a.hvr-bounce-to-bottom:hover,section a.hvr-bounce-to-bottom:not([href]):not([tabindex]):hover{
    background: #fff;
    color:#f8cc0d;
}
.hvr-bounce-to-bottom,button.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
button.btn.hanterasFlag,.intl-tel-input{
    background:none;
    color:#000;
}
.hidden2{
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
}
.dropcontainer li a.dropdownA{
    line-height: 23px;
    margin: 10px 55px 10px 0;
    min-height: 12px;
    padding: 0;
}
.dropcontainer li a.trigger{
    line-height: 23px;
    margin: 10px 55px 10px 0;
}
.trigger {
    padding: 8px 0px 0px 10px!important;
    font-weight: 100;
	font-size: 18px;
	font-family:  Arial, Helvetica, sans-serif;
}
.check span {
    text-align: left;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    width: calc(100% - 42px);
    line-height: 23px;
}
.date2 {
    display: block;
    position: absolute;
    z-index: 999;
    top: 65px;
}
.date2 table th{
	color: #000000;
	font-weight: bold;
}
.date2 .datepicker .day{
	padding: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}
select {
    width: calc(100% - 40px);
    line-height: 35px;
    height: 40px;
    /**background: url(„data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==“) repeat;**/
    border: none;
    font-weigth: 300;
    font-size: 20px;
    margin: 12px 0 8px 0;
    text-align: left;
    float: left;
	cursor: pointer;
}
select:focus{
    /**background: url(„data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==“) repeat;**/
    border: none;
}
select option {
	color: #000000;
}
.formSpacer {
	margin-top: 20px;
	height: 1px;
	width: 100%;
	display: block;
}
.tableReservationTimeBtn,.tableReservationZoneBtn {
    font-size: 18px;
    margin: 2px 8px 8px 0px;
    padding: 8px 8px;
    display: block;
    float: left;
    min-width: 70px;
    text-align: center;
	cursor: pointer;
	z-index: 99;
	background: #80a6c7;
}
.tableReservationTimeBtn.active,.tableReservationZoneBtn.active {
	background: #e77445;
}
.badge-error {
	background: #f01414;
}