/*---------------------------------------

	LEAN MODAL overlay

-----------------------------------------*/

#lean_overlay {
	position: fixed;
	z-index: 10000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
	opacity: 0.5 !important;
}


/*---------------------------------------

	LEAN MODAL container

-----------------------------------------*/

#signin, 
#forgotten,
#follow,
.follow,
#cart_checkout {
	width: 480px;
	top: 80px !important;
	display: none;
	margin: 0;
	padding: 0;
	background: #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.45);
}

#forgotten {
	height: 358px;
}

#signup {
	width: 474px;
	padding-bottom: 2px;
	top: 60px !important;
	display:none;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7); 
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);  
}

#test {
	width: 600px;
	padding: 30px; 
	display:none;
	background: #FFF;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
	-moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#test p { 
	color: #666; 
	text-shadow: none; 
}

#signup-header,
#signin-header, 
#forgotten-header,
#follow-header,
.follow-header,
#cart_checkout-header { 
	background: url(hd-bg.png);
	padding: 20px 20px 21px;
	border-bottom: 1px solid #b9b9b9;
	border-radius: 5px 5px 0 0;
}

#signup-header  h1, 
#signin-header  h1, 
#forgotten-header h1,
#follow-header h1,
.follow-header h1,
#cart_checkout-header h1 { 
	font-size: 18px;
	color: #2d2d2d;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

#signup-header  p, 
#signin-header  p, 
#forgotten-header p,
#follow-header p,
.follow-header p,
#cart_checkout-header p { 
	color: #444; 
	font-size: 14px; 
	padding: 0; 
	margin: 0; 
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); 
	text-shadow: none; 
}

.modal_close {
	margin: 0 !important;
	padding: 0 !important;
	position: absolute !important;
	right: 10px !important;
	top: 10px !important;
	display: inherit !important;
}

.modal_close i {
	font-size: 20px !important;
	color: #7d7d7d !important;
}

.modal_close:hover i,
.modal_close i:hover {
	color: #003654 !important;
}

.modal_close,
.login_content a.modal_close,
.basket_content a.modal_close {
	margin: 0 !important;
	padding: 0 !important;
}

#signup form,
#signin form {
	width: 100%;
	display: table;
	margin: 0;
	padding: 0;
}

#signin .txt-fld, 
#signup .txt-fld,
#forgotten .txt-fld,
#follow .txt-fld,
.follow .txt-fld {
	width: 100%;
	margin: 0;
	padding: 15px 20px;
	position: relative;
	display: table;
	border-bottom: 1px solid #e1e1e1;
}

#follow .txt-fld,
.follow .txt-fld {
	display: block;
}

#signin .txt-fld:last-of-type,
#signup .txt-fld:last-of-type,
#forgotten .txt-fld:last-of-type,
#follow .txt-fld:last-of-type,
.follow .txt-fld:last-of-type {
	border: none;
}

#signup .btn-fld, 
#signin .btn-fld, 
#forgotten .btn-fld,
#follow .btn-fld,
.follow .btn-fld { 
	width: 254px; 
	overflow: hidden; 
	padding: 12px 20px 12px 130px; 
}

#signin .txt-fld label, 
#forgotten .txt-fld label,
#follow .txt-fld label,
.follow .txt-fld label { 
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 7px 10px 7px 0;
	float: left;
	width: 120px;
	text-align: right;
}

#signup .txt-fld label {
	font-size: 14px;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 7px 10px 7px 0;
	float: left;
	width: 120px;
	text-align: right;
}

#signup .txt-fld input.good_input, 
#signin .txt-fld input.good_input, 
#forgotten .txt-fld input.good_input,
#follow .txt-fld input.good_input,
.follow .txt-fld input.good_input { 
	background: rgba(91, 15, 117, 0.15) url(good.png) 220px center no-repeat; 
}

#signup .txt-fld input.error_input, 
#signin .txt-fld input.error_input, 
#forgotten .txt-fld input.error_input,
#follow .txt-fld input.error_input,
.follow .txt-fld input.error_input { 
	background: rgba(91, 15, 117, 0.15); 
}

#signup .txt-fld input, 
#signin .txt-fld input, 
#forgotten .txt-fld input,
#follow .txt-fld input,
.follow .txt-fld input {
	font-size: 13px !important;
	color: #414141;
	font-weight: 400;
	margin: 0;
	padding: 7px 10px 9px;
	display: table;
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	transition: all .3s linear;
	opacity: 1;
	width: 65%;
	float: left;
	box-sizing: border-box;
}

#signup .txt-fld input:hover, 
#signup .txt-fld input:focus, 
#signup .txt-fld input:active {
	font-size: 13px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#signin .txt-fld input:hover, 
#signin .txt-fld input:focus, 
#signin .txt-fld input:active {
	font-size: 13px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#forgotten .txt-fld input:hover, 
#forgotten .txt-fld input:focus, 
#forgotten .txt-fld input:active {
	font-size: 13px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#follow .txt-fld input:hover, 
#follow .txt-fld input:focus, 
#follow .txt-fld input:active
.follow .txt-fld input:hover, 
.follow .txt-fld input:focus, 
.follow .txt-fld input:active {
	font-size: 13px;
	color: #000;
	border: 1px solid #a5a5a5;
	box-shadow: 0 -1px 1px 0 rgba(0,0,0,0.15) inset;
	opacity: 1;
}

#signup .txt-fld input[type="submit"], 
#signin .txt-fld input[type="submit"], 
#forgotten .txt-fld input[type="submit"],
#follow .txt-fld input[type="submit"],
.follow .txt-fld input[type="submit"] {
	font-size: 15px !important;
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 10px 20px;
	display: block;
	background: rgba(0,131,162,1);
	border: none;
	border-radius: 3px;
	transition: all .3s linear;
	opacity: 1;
	width: 100%;
	float: none;
	cursor: pointer;
	box-sizing: border-box;
}

#signup .txt-fld input[type="submit"]:hover, 
#signin .txt-fld input[type="submit"]:hover, 
#forgotten .txt-fld input[type="submit"]:hover,
#follow .txt-fld input[type="submit"]:hover,
.follow .txt-fld input[type="submit"]:hover {
	font-size: 15px !important;
	color: #fff;
	font-weight: 700;
	background: rgba(0,54,84,1);
}

#follow .txt-fld input[type="checkbox"],
.follow .txt-fld input[type="checkbox"] {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 5px 6px 8px 0 !important;
	width: auto;
}

#follow .txt-fld input[name="modules[user_price]"],
.follow .txt-fld input[name="modules[user_price]"] {
	width: 20%;
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin: 0 10px !important;
}

#signin .red_star,
#signup .red_star,
#signin .formInfo,
#signup .formInfo,
#forgotten .red_star,
#forgotten .red_star,
#forgotten .formInfo,
#forgotten .formInfo {
	font-size: 16px;
	color: red;
	margin: 0 0 0 5px;
	padding: 0;
}

p.error { 
	position: absolute; 
	bottom: 48px; 
	right: 20px; 
	width: 262px; 
	color: #FFF; 
	font-size: 1.1em; 
	padding-bottom: 5px; 
	background: url(error-arw.png) 20px bottom no-repeat; 
	text-align: left; 
	margin: 0; 
	text-shadow: none; 
}

p.error span { 
	display: inline-block; 
	background: #D43636; 
	padding: 6px; 
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;  
}

.txt-fld input:focus, 
.txt-fld textarea:focus { 
	background-color: #FAF9DC; 
}
        
input.login_button {
	float: right;
	background: #5b0f75;
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #FFF;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
	transition: all .2s linear;
}
 
input.login_button:hover, 
input.login_button:focus, 
input.login_button:active {
	float: right;
	background: #844b98; 
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #FFF;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
}

.btn-fld input[type="reset"] {
	float: left;
	background: #a5a5a5;
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
	transition: all .2s linear;
}
 
.btn-fld input[type="reset"]:hover,
.btn-fld input[type="reset"]:focus,
.btn-fld input[type="reset"]:active {
	float: left;
	background: #696969; 
	border: none !important;
	width: auto;
	overflow: visible;
	font-size: 15px;
	cursor: pointer;
	color: #fff;
	padding: 7px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	outline: none !important;
}

.btn-fld a {
	display: inline-block;
	margin: 11px 0 0 29px;
}



.txt-fld div span,
.txt-fld div img {
	float: left;
}

#signin .txt-fld div p, 
#signup .txt-fld div p,
#forgotten .txt-fld div p {
	font-size: 12px;
	float: left;
	padding: 5px 10px 0 0;
}

#signin .txt-fld div,
#signup .txt-fld div {
	margin: 0 !important;
}



/*forgotten password*/

.forgotten_password,
.login_content a.forgotten_password {
	font-size: 13px;
	color: #003654;
	font-weight: 400;
	margin: 0 auto;
	padding: 10px 0 0;
	display: table;
	float: none;
}

.forgotten_password:hover,
.login_content a.forgotten_password:hover {
	font-size: 13px;
	color: #0083a2;
}


/*consent lean modal*/

#signup form {
	height: 440px;
	overflow-y: scroll;
	display: block;
}

#signup .txt-fld input[type="checkbox"],
#signin .txt-fld input[type="checkbox"], 
#forgotten .txt-fld input[type="checkbox"],
#follow .txt-fld input[type="checkbox"],
.follow .txt-fld input[type="checkbox"] {
	width: auto;
	margin: 0 0 0 5px;
}

#signup .lean_consent_data label {
	width: 88%;
	text-align: left;
	padding: 0 0 0 15px;
	margin: -2px 0 0;
}

#signin .lean_consent_data .red_star,
#signup .lean_consent_data .red_star,
#signin .lean_consent_data .formInfo,
#signup .lean_consent_data .formInfo,
#forgotten .lean_consent_data .red_star,
#forgotten .lean_consent_data .red_star,
#forgotten .lean_consent_data .formInfo,
#forgotten .lean_consent_data .formInfo {
	float: left;
}


