﻿/* Popup View */
.ews_login_h_bg {
    display: none;
    position: fixed;
    background:#222;
    top: 0px;
    left: 0px;
    z-index: 1050;
}

.ews_login_h_box {
    position: fixed;
	padding: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #323232;
	background-image: url(../images/noise-texture.png);
	background-repeat: repeat;
	border-radius: 1px;
	-webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(255, 255, 255, 0.1) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
    /*background: url(../Images/LoginBox.png) center center;*/
    width: 400px;
    height:320px;
}
.ews_login_h_box_auto {
    height:auto;
}
.ews_login_h_header {
	width: 100%;
	height: 28px;
	margin-bottom: 10px;
}

.ews_login_h_vibelogo {
	width: 125px;
	height: 28px;
	background-image: url(../images/amp_vibe_login.png);
	float: right;
}

.ews_login_h_header h1 {
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
}

.ews_login_h_innerbox {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	min-height: 100px;
	background-color: #5e5e5e;
	background-image: url(../images/noise-texture.png);
	background-repeat: repeat;
	border-radius: 5px;
	border: 1px solid #232323;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
}

.ews_login_h_innerbox div:first-of-type { margin-bottom: 10px; }
.ews_login_h_innerbox div:nth-of-type(2) { margin-bottom: 10px; }

.ews_login_h_wrongusername,
.ews_login_h_wrongpassword {
    display: none;
    position: absolute;
	right: 0;
    color: #f00;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-indent:-10000px; 
    width:15px;
    background: url(../Images/bang.png) no-repeat;
	right: 15px;
	top: 15px;
}

.ews_login_h_password_overlay {
    display:none;
    z-index:1000;
}

.ews_login_h_textbox {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 15px;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.2);
	background-color: #fff;
	border: 1px solid #232323;
	border-radius: 5px;
	position: relative;
}

.ews_login_h_username, .ews_login_h_password {
    width: 100%;
    font: Arial;
    font-size: 14px;
	line-height: 15px;
    color: #1a1a1a;
    border: 0px;
    outline: 0px;
	background: transparent;
}

.ews_login_h_eulsicon {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 65px;
    height: 60px;

}

.ews_login_h_forget {
    cursor: pointer;
	display: inline-block;
	float: right;
	width: auto;
	color: #bbb;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	-moz-transition: color ease-in-out 100ms;
	-o-transition: color ease-in-out 100ms;
	-webkit-transition: color ease-in-out 100ms;
	transition: color ease-in-out 100ms;
}

	.ews_login_h_forget:hover {
		color: #eee;
	}

.ews_login_h_remember {
	display: inline-block;
	vertical-align: middle;
}

.ews_login_h_rememberme {
	display: inline-block;
	margin-left: 3px;
	color: #bbb;
	font-family: Arial, sans-serif;
	font-size: 12px;
	vertical-align: middle;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.ews_login_h_buttons {
	width: 100%;
	text-align: right;
}

.ews_login_h_submit, .ews_login_h_cancel {
	display: inline-block;
    cursor: pointer;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	padding: 10px 0;
	border-radius: 5px;
	border: 1px solid #121212;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(255, 255, 255, 0.1);
	background: #313131; /* Old browsers */
	background: -moz-linear-gradient(top,  #313131 0%, #121212 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#313131), color-stop(100%,#121212)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #313131 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #313131 0%,#121212 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #313131 0%,#121212 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #313131 0%,#121212 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
}

.ews_login_h_submit {
	width: 252px;
}

.ews_login_h_cancel {
	width: 80px;
	margin-right: 4px;
}

.ews_login_h_submit:hover, .ews_login_h_cancel:hover {
	-webkit-text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
	background: #83bfe0; /* Old browsers */
	background: -moz-linear-gradient(top,  #83bfe0 0%, #549dc7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#83bfe0), color-stop(100%,#549dc7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #83bfe0 0%,#549dc7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #83bfe0 0%,#549dc7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #83bfe0 0%,#549dc7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #83bfe0 0%,#549dc7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83bfe0', endColorstr='#549dc7',GradientType=0 ); /* IE6-9 */
}

.ews_login_h_newsbox {
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 60px;
	max-height: 60px;
	background-color: #1e1e1e;
	background-image: url(../images/noise-texture.png);
	background-repeat: repeat;
	border-radius: 5px;
	border: 1px solid #232323;
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	margin-top: 60px;
	text-align: center;
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
	display:none;
}

.ews_login_h_newsbox_slide {
	position: absolute;
	display:none;
}

.ews_login_h_newsbox_slide > div {
	background-size: cover;
	width: 340px;
	height: 60px;
}

.ews_login_h_newsbox_a {
	display: block;
	background-size: cover;
	width: 340px;
	height: 60px;
}

.ews_login_h_newsbox p {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #999;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 14px;
	-webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
	margin: 0;
	padding: 0;
	font-weight: normal;
	display: inline-block;
	height: 30px;
	width: 310px;
	overflow: hidden;
	margin: 15px;
}

.ews_login_h_newsbox a {
	text-decoration: underline;
	color: #555;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

.ews_login_h_newsbox a:hover {
	color: #bbb;
}

.ews_login_h_newsbox_controls {
    display:none;
	height: 20px;
	width: 100%;
	text-align: center;
}

	.ews_login_h_newsbox_controls a {
		border: 1px solid #232323;
		display: inline-block;
		width: 8px;
		height: 8px;
		vertical-align: bottom;
		background-color: #1e1e1e;
		background-image: url(../images/noise-texture.png);
		border-radius: 50%;
		-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
		-webkit-transition: all ease-in-out 100ms;
		-moz-transition: all ease-in-out 100ms;
		-o-transition: all ease-in-out 100ms;
		transition: all ease-in-out 100ms;
	}

	.ews_login_h_newsbox_controls a:hover {
		background-color: #3e3e3e;
		-webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	}

	.ews_login_h_newsbox_controls a.newsbox_active {
		background-color: #5e5e5e;
		-webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
		box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.2);
	}

.ews_login_r_box {
    display: none;
    position: fixed;
    background: url(../Images/ResetPassBox.png) center center;
    width: 443px;
    height: 233px;
    z-index: 1055;
}
.ews_login_r_email {
    position: absolute;
    top: 109px;
    left: 105px;
    width: 222px;
    height: 20px;
    font: Arial;
    font-size: 14px;
    color: #1a1a1a;
    border: 0px;
    background: transparent;
    outline: 0px;
}
.ews_login_r_msgreset,
.ews_login_r_msgfailed {
    display: none;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.ews_login_r_msgreset {
    top: 180px;
    left: 115px;
    width: 200px;
    color: #f00;
    text-align: center;
}
.ews_login_r_msgfailed {
    top: 85px;
    left: 142px;
    color: #f00;
}

.ews_login_r_reset {
    position: absolute;
    top: 190px;
    left: 277px;
    width: 66px;
    height: 31px;
    background: url(../Images/ResetBox_Reset.png) no-repeat 0px 0px;
    cursor: pointer;
}
.ews_login_r_reset:hover { background-position: 0px -31px; }
.ews_login_r_cancel {
    position: absolute;
    top: 190px;
    left: 355px;
    width: 71px;
    height: 31px;
    background: url(../Images/LoginBox_Cancel.png) no-repeat 0px 0px;
    cursor: pointer;
}
.ews_login_r_cancel:hover { background-position: 0px -31px; } 

.ews_login_o_box {
    display: none;
    position: fixed;
    background: url(../Images/OldUsername.png) center center;
    width: 443px;
    height: 280px;
    z-index: 1055;
}
.ews_login_o_email {
    position: absolute;
    top: 109px;
    left: 105px;
    width: 222px;
    height: 20px;
    font: Arial;
    font-size: 14px;
    color: #1a1a1a;
    border: 0px;
    background: transparent;
    outline: 0px;
}
.ews_login_o_email2 {
    position: absolute;
    top: 169px;
    left: 105px;
    width: 222px;
    height: 20px;
    font: Arial;
    font-size: 14px;
    color: #1a1a1a;
    border: 0px;
    background: transparent;
    outline: 0px;
}
.ews_login_o_msgreset,
.ews_login_o_msgfailed {
    display: none;
    position: absolute;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.ews_login_o_msgreset {
    top: 180px;
    left: 115px;
    width: 200px;
    color: #f00;
    text-align: center;
}
.ews_login_o_msgfailed {
    top: 85px;
    left: 142px;
    color: #f00;
}

.ews_login_o_reset {
    position: absolute;
    top: 236px;
    left: 227px;
    width: 122px;
    height: 31px;
    background: url(../Images/LoginBox_set_as_username.png) no-repeat 0px 0px;
    cursor: pointer;
}
.placeholder
{
  color: #aaa;
}
.ews_login_o_reset:hover { background-position: 0px -31px; }
.ews_login_o_cancel {
    position: absolute;
    top: 236px;
    left: 355px;
    width: 71px;
    height: 31px;
    background: url(../Images/LoginBox_Cancel.png) no-repeat 0px 0px;
    cursor: pointer;
}
.ews_login_o_cancel:hover { background-position: 0px -31px; } 

/* Form View */
.ews_login_form {
    text-align: center;    
    border: 1px Solid LightGray;
    margin: 5px;
    padding: 5px;
}
.ews_login_form .ews_login_button {
    margin: 3px;
    padding: 5px;
    border: 1px Solid Green;
    cursor: pointer;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    background: LightGray;
}
.ews_login_form .ews_login_button:hover {
    background: White;
}
.ews_login_form .ews_login_f_error {
    color: Red;
}
.ews_login_form .ews_login_f_forgot 
{
    border: 1px Solid Blue;
    margin-top: 10px;
    margin-bottom : 10px;
    padding: 7px;
}
.ews_login_form .ews_login_f_forgot div:hover {
    color: Gray;
    cursor: pointer;
}
.ews_login_form { border:0px !important; line-height:2.5em; margin:5px; padding:5px; text-align:center; }
.ews_login_form .ews_login_button { background:#333 !important; border:1px solid #555 !important; color:#fff !important; cursor:pointer; line-height:normal; margin:3px auto; padding:5px 15px; width:50px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.ews_login_form .ews_login_button:hover { background:#888 !important; color:#fff !important; }
.ews_login_form .ews_login_f_error { background:Red; color:#fff !important; display:block; line-height:1.5em; padding:0px 0px; width:120px; margin:5px auto; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.ews_login_form .ews_login_f_forgot { background:#ddd; border:1px solid #aaa !important; margin-bottom:10px; margin-top:10px; overflow:hidden; padding:7px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; margin:0 auto; width:200px; }
.ews_login_form .ews_login_f_forgot div:hover { color:Gray; cursor:pointer; }
.ews_login_form .ews_login_f_forgot div { background:#333 !important; border:1px solid #555 !important; color:#fff !important; cursor:pointer; float:left; line-height:normal; margin:3px 0 3px 12px; padding:5px 15px; width:50px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.ews_login_form .ews_login_f_forgot div:hover { background:#888 !important; color:#fff !important; }