/**
Document   : style-global
Created on : Feb 27, 2013, 2:53:29 PM
Author     : John
Description: Global CSS used throughout the plugin front-end.
*/

/** Global */

.wl_login_input_submit {
	margin: 0;
	padding: 10px 25px;
	background: #7b7b7b;
	background: -moz-linear-gradient(top,  #7b7b7b 0%, #595959 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b7b7b), color-stop(100%,#595959));
	background: -webkit-linear-gradient(top,  #7b7b7b 0%,#595959 100%);
	background: -o-linear-gradient(top,  #7b7b7b 0%,#595959 100%);
	background: -ms-linear-gradient(top,  #7b7b7b 0%,#595959 100%);
	background: linear-gradient(to bottom,  #7b7b7b 0%,#595959 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b7b7b', endColorstr='#595959',GradientType=0 );
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.15);
	border: 1px solid #565656;
	color: #f9f9f9 !important;
	font-weight: bold;
	font-size: 14px;
}

.wl_login_input_submit:hover {
	cursor: pointer;
	background: #545454;
	background: -moz-linear-gradient(top,  #545454 0%, #232323 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#232323));
	background: -webkit-linear-gradient(top,  #545454 0%,#232323 100%);
	background: -o-linear-gradient(top,  #545454 0%,#232323 100%);
	background: -ms-linear-gradient(top,  #545454 0%,#232323 100%);
	background: linear-gradient(to bottom,  #545454 0%,#232323 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#232323',GradientType=0 );
}

div.wl_login_floater {
	position: absolute;
	top: 0;
	right: 10%;
	z-index: 1001;
}

div.wl_login_floater p {
	margin: 0;
	padding: 0;
	line-height: 1em;
}

div.wl_login_floater a {
	display: block;
	color: #fff !important;
	background: #000;
	padding: 5px 10px;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-box-shadow: 0px 4px 9px rgba(50, 50, 50, 0.56);
	-moz-box-shadow:    0px 4px 9px rgba(50, 50, 50, 0.56);
	box-shadow:         0px 4px 9px rgba(50, 50, 50, 0.56);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

div.wl_login_floater a:hover {
	text-decoration: none;
	background: #555;
}

/** Popup */

#wl_login_popup_container {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background-color:rgba(0, 0, 0, 0.8);
    z-index: 1000000;
}

#wl_login_popup_inner {
	display: none;
	background: #fff;
    margin: 7% auto 0 auto;
    width: 320px;
	padding: 20px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    z-index:1002;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wl_login_popup_inner_layout_horizontal {
	width: 600px !important;
}

#wl_login_popup_inner span.wl_login_popup_close {
	display: block;
	text-align: right;
	margin: -13px 0 0 0;
	position: relative;
	bottom: 3px;
	left: 15px;
	font-size: 11px;
}

#wl_login_popup_inner span.wl_login_popup_close a {
	color: #383838;
	text-shadow: -1px 1px 0px #e5e5ee;
	font-weight: bold;
	text-decoration: none;
}

#wl_login_popup_inner span.wl_login_popup_close a:hover {
	text-decoration: none;
}

/** Embed */

.wl_login_form_embed {
	width: 50%;
}

span.wl-login-shortcode-login {
	padding: 10px 0;
	display: block;
	margin: 15px 0;
}

span.wl-login-shortcode-login a {
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin: 0;
	padding: 10px 25px;
	background: #7b7b7b;
	background: #515151;
	background: -moz-linear-gradient(top,  #515151 0%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#262626));
	background: -webkit-linear-gradient(top,  #515151 0%,#262626 100%);
	background: -o-linear-gradient(top,  #515151 0%,#262626 100%);
	background: -ms-linear-gradient(top,  #515151 0%,#262626 100%);
	background: linear-gradient(to bottom,  #515151 0%,#262626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#262626',GradientType=0 );
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.15);
	border: 1px solid #565656;
	color: #f9f9f9;
	font-weight: bold;
	font-size: 14px;
}

span.wl-login-shortcode-login a:hover {
	cursor: pointer;
	background: #6d6d6d;
	background: -moz-linear-gradient(top,  #6d6d6d 0%, #515151 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#515151));
	background: -webkit-linear-gradient(top,  #6d6d6d 0%,#515151 100%);
	background: -o-linear-gradient(top,  #6d6d6d 0%,#515151 100%);
	background: -ms-linear-gradient(top,  #6d6d6d 0%,#515151 100%);
	background: linear-gradient(to bottom,  #6d6d6d 0%,#515151 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#515151',GradientType=0 );
	text-decoration: none;
}

/** Post Login */

.wl_login_form_postlogin_full,
.wl_login_form_postlogin_compact {
	width: 60%;
	margin: 25px auto;
}

/** Widget */

.widget_wishlistlogin2_widget li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}