/*=====================================
=            Form elements            =
=====================================*/

.myform {
	padding-top: 5px; 
	
}
.myform .form-group label{
	display:none;
}
.myform .no-placeholder .form-group label{
	display:block;
}

.myform.no-placeholder .controls {
	margin-top:0;
}
.form-group {
	margin-bottom: 30px;
}

.myform .form-control,
.input-group .form-control {
	display:inline;
	background:#fff;
	line-height: 32px;
	border:none;
	color: #242424;
	 border-radius:4px; 
	outline:none;
	height: 50px;
	font-size:16px;
	font-weight:400;
	vertical-align:top;
	border: 2px solid #E1E3E4;
	box-shadow:none;
	/*  ios gradiet fix */
	-webkit-appearance: none;
}

.special {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.controls {
	position: relative;
}
.myform textarea.form-control {
	height:auto;
	max-width:100%;
	min-width:100%;
	font-size: 16px;
	font-weight:400;
	line-height:32px;
	padding-top: 8px;
	vertical-align:top;
}

/* white form */
.white-text .form-control,
.white-text .input-group .form-control {
	background-color: rgba(255, 255, 255, 0.25);
	color: #FFF;
	border-color: #FFF;
}


.myform .inputError,
.myform textarea.form-control.inputError,
.myform .inputError {
	outline:none;
	border:2px solid #F05557;
}

.myform .error-message {
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 16px;
	line-height: 32px;
	font-weight:400;
	color:#F05557;
	/*z-index:10;*/
}
.myform .form-control:focus,
.myform textarea.inputError:focus,
.input-group .form-control:focus {
	outline:none;
	border: 2px solid #F7C723;
}

.myform.no-placeholder .error-message {
	top:0;
}
.myform .btn {
	margin: 0;
	/*height: 44px;*/
}
/* fix newsleter form */
.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
    margin-left: 0;
}
.input-group .form-control,
.input-group .form-control:focus{
	border-right-width: 0px;
}

.checkbox, .radio {
	margin-bottom: 12px;
	padding-left: 32px;
	position: relative;
	-webkit-transition: color 0.25s linear;
	transition: color 0.25s linear;
	font-size: 14px;
	line-height: 1.5;
}
label.show {
	display: block;
	text-decoration: none;
}
input[type=radio],input[type=checkbox] {
	margin: 4px 7px 0 0;
	line-height: normal;
	font-size: 21px;
	text-align: center;
}
form p {
	margin-top: 29px;
}



#total {
	font-weight: 600;
}

.input-group .input-group-btn .btn{
	margin: 0;
}

.form-control-inline {
    min-width: 0;
    width: auto!important; 
    display: inline!important;
}

.table tbody>tr>td.vert-align {
    vertical-align: middle;
}

.form-control::-moz-placeholder {
  color: #aaa;
}
.form-control:-ms-input-placeholder {
  color: #aaa;
}
.form-control::-webkit-input-placeholder {
  color: #aaa;
}

#alert-order,#alert-contact {display: none;}

/* 320px order-form fix */
#order-form table td:first-child, 
#order-form table th:first-child {
    padding-left: 0;
}
#order-form table td:last-child, 
#order-form table th:last-child {
    padding-right: 0;
}

/*-----  End of Form elements  ------*/


.login-error {
	color: #B94A48;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 22px;
}