@CHARSET "UTF-8";

.modalMode { overflow: hidden; }
.modalBottom { margin-bottom: 20px; }

/** Signup Form */
#modalSignupForm .modal {width: 420px; left: -210px;}
#verifyExtLoginBox form label.extSignupLabel {display: block; padding: 3px;}
#verifyExtLoginBox form label span.extSignupDisplay {display: block; float: left; overflow: hidden; width: 150px;}
#verifyExtLoginBox form label input {display: block; width: 210px; float: left;}
#verifyExtLoginBox form label .extSignupSubdirInput {display: block; width: 100px;}

#verifyExtLoginBox form input.signupError {border: 1px solid red; background-color: #FFDDDD;}
#verifyExtLoginBox form input.noSignupError {}
#verifyExtLoginBox form input.signupGood {border: 1px solid green; background-color: #DDFFDD;}
#verifyExtLoginBox form input.signupChecking {border: 1px solid yellow; background-color: #FFFFDD;}

#verifyExtLoginBox form .captchaLabel #signupCaptcha {margin-left: 60px;}

#extSignupForm #errorsList {color: red; border: 1px solid red; padding: 5px; margin: 5px 0; background-color: #FFDDDD;}
#extSignupForm #errorsList ul {margin-left: 15px;}
#extSignupForm #errorsList ul li {list-style-type: circle;}

#extSignupForm #emailNotice {
	color: #000;
	border: 1px solid #FFE500;
	padding: 5px;
	margin: 5px 0;
	background-color: #FFF7AF;
	text-align: center;
}

#verifyExtLoginBox form .extSignupCheckBoxInput {display: inline; float: none; width: auto;}
#verifyExtLoginBox form .extSignupCheckBoxDisplay {}
#verifyExtLoginBox form label.checkBoxLabel {text-align: center;}

#forgotPasswordWrapper form input.signupError {border: 1px solid red; background-color: #FFDDDD;}
#forgotPasswordWrapper form input.noSignupError {}

#forgotPasswordWrapper #errorsList {color: red; border: 1px solid red; padding: 5px; margin: 5px 0; background-color: #FFDDDD;}
#forgotPasswordWrapper #errorsList ul {margin-left: 15px;}
#forgotPasswordWrapper #errorsList ul li {list-style-type: circle;}

#onesiteLoginBox form input.signupError {border: 1px solid red; background-color: #FFDDDD;}
#onesiteLoginBox input:focus {
	border: 1px solid #8CD6F9;
}

#onesiteLoginBox #loginErrorsList {color: red; border: 1px solid red; padding: 5px; margin: 5px 0; background-color: #FFDDDD;}
#onesiteLoginBox #loginErrorsList ul {margin-left: 15px;}
#onesiteLoginBox #loginErrorsList ul li {list-style-type: circle;}

.socialSignupStatusText span {display: none !important;}
.socialSignupStatusText {height: 16px !important; width: 16px !important; margin:4px 0 0 -4px !important;}
.socialSignupAvailableText {background: transparent url(/resources/images/icons/icn_check.gif) no-repeat scroll 0 0 !important;}
.socialSignupNotAvailableText {background: transparent url(/resources/images/icons/icn_stop_sm.gif) no-repeat scroll 0 0 !important;}
.socialSignupProcessingText {background: transparent url(/resources/images/icons/icn_flag.gif) no-repeat scroll 0 0 !important;}

/** Bind Email Form */
#linkedEmailAddress {color: #0066CC; float: left;}
#socialConfirmEmailLink {float: right;}
#confirmEmail {padding: 10px; background: #FFFFFF;}
#socialEmailLinking .providerName {font-weight: bold;}
#socialEmailLinking .socialHelpText {margin: 5px 0;}

/** Last Login Provider */
#lastProviderMessage span {font-weight: bold;}

.lastProviderBox {
	background:transparent url(/resources/images/social-buttons.png) no-repeat scroll 0 0;
	color:#333333;
	cursor:pointer;
	font-size:1.5em;
	height:38px;
	margin-top: 10px;
	margin-right: 10px;
	padding:0 0 0 5px;
	position: relative;
	text-decoration:none;
}
.lastProviderBox .lastSigninButton {
	background:transparent url(/resources/images/social-buttons.png) no-repeat scroll right 0;
	cursor:pointer;
	display:block;
	height:38px;
	padding:4px 10px 0 0;
	margin-right: -10px;
	white-space:nowrap;
}

.lastSigninButton .lastSigninText {
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

.lastSigninButton .lastSigninIcon {
	display: block;
	float: left;
	margin-right: 10px;
	width: 32px;
	height: 32px;
}
.signinButton {
	cursor: pointer;
	display: inline-block;
	width: 150px;
	height: 24px;
}

.signinButtonFacebook {background-position: 0 -510px;}
.signinButtonFacebook:hover {background-position: 0 -534px;}

.signinButtonLinkedin {background-position: 0 -1338px;}
.signinButtonLinkedin:hover {background-position: 0 -1362px;}

.signinButtonTwitter {background-position: -200px -148px;}
.signinButtonTwitter:hover {background-position: -200px -172px;}

#moreProviders {margin-top: 10px; position: relative;}
#moreProvidersLink {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/images/social-buttons.png) no-repeat scroll right -45px;
	color:#666666;
	font-size: 11px;
	height:19px;
	margin-left: 10px;
	padding:0 10px 0 0;
	position:absolute;
	right:0;
	text-decoration:none;
	top:0;
}
#moreProvidersLink span {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/images/social-buttons.png) no-repeat scroll left -45px;
	color: #666666;
	display:block;
	font-weight: normal;
	height:14px;
	margin-left: -5px;
	padding:3px 0 3px 10px;
}




/** general */
.modal input, .modal button, .modal textarea {
	font-family: Arial,sans-serif;
}
#modalLoginBox {
	display: none;
	color: #000000
}
#modalLoginBox .modal {
	background: #F9F9F9;
	border: 1px solid #505050;
	left: -290px;
	padding:10px;
	width: 600px;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#modalLoginBox .modalBody a {
	color: #000000
}
#onesiteLoginBox {
	float: left;
	position:relative; 
	width: 43%;
}
#thirdPartyLoginBox {
	min-height: 160px;
	position:relative;
	width: 45%;
}
.thirdPartyLoginSignupBox {
	background: url("/resources/images/social-divider.png") 0 50% no-repeat;
	float: right;
	padding-left: 60px;
}
.thirdPartyLoginLinkBox {
	margin-left: auto;
	margin-right: auto;
}
#onesiteLoginBox label {
	display: block;
	padding: 3px;
}
#onesiteLoginBox label span {
	display:block; 
	float:left;
	padding-top:3px;
	position:relative;
	width:60px;
}
#onesiteLoginBox .rememberText {
	display: inline;
	float: none;
	width: auto;
}
#onesiteLoginBox .rememberMe span {
	font-weight: normal;
}
#modalSignupForm {
	font-size: 12px;
	text-align: left;
}
.modalBody #verifyExtLoginBox .extSignupDisplay {
	font-weight: bold;
}
.providerLink {
	float:left;
	margin:3px;
}
#multiLoginOpenIdIdentifier {
	background: url("/resources/images/icons/openid-16x16.gif") no-repeat scroll 0 50% #FFFFFF;
	padding-left: 18px;
}
.modalPage {
	/* Fallback for web browsers that don't support RGBa */
	background: none repeat scroll 0 0 rgb(0, 0, 0) transparent;
	/* RGBa with 0.5 opacity */
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000)";
	display: none;
	height: 100%;
	left: 0;
	overflow-x: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000500;
}
.modalContainer {
	position: absolute;
	left: 50%;
	top: 50px;
	z-index: 1000750;
}
.modal {
	position: relative;
	left: -150px;
	z-index: 10001000;
	width: 300px;
	background: #f2f2f2;
	border: 1px solid #505050;
	padding:10px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	margin-bottom: 20px;
	position: absolute;
}
.modalTop {background-color: #ffffff; padding: 4px; color: #000000;}
.modalTitle {
	font-size: 14px;
	font-weight: bold;
	height: 22px;
	line-height: 22px;
	margin-left: 5px;
}
.modalTop a, .modalTop a:visited {color: #000000;}
.modalBody {padding: 10px;}

#multiLoginHelpText {margin-bottom: 10px;}
#multiLoginHelpText p {
	color:#808C85;
	font-size: 12px;
}
#onesiteLoginBox span {
	font-size: 12px;
	font-weight:bold;
	line-height:1.4em;
	width: 80px !important;
}
/** form */
.modal input[type="text"], 
.modal input[type="password"],
.modal textarea
{
	border:1px solid #DFDFDF;
	color:#2B332E;
	font-size:1em;
	padding:0.25em;
}
/** provider links */
.providerLink {
	width: 110px;
	background:url(/resources/images/social-buttons.png);
	background-position: -10px -74px;
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #DFDFDF;
	text-align: left;
	display:block;
	padding:4px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 2px;
	border-radius: 3px;
}
.providerLink:hover {
	background-position: -20px -109px;
	color: #000 !important;
	text-decoration: none;
}
#multiLoginOpenIdFormBox,
#multiLoginRedHatFormBox {margin: 20px 0 0 0;}
#multiLoginOpenIdFormBox fieldset,
#multiLoginRedHatFormBox fieldset {border: 1px solid #C0CCC4;}
#multiLoginOpenIdFormBox legend,
#multiLoginRedHatFormBox legend {font-size: 13px;}

/** Direct Alternate Icons */
.socialLoginDirectLinks {float: left; margin-right: 5px;}
.socialLoginDirectLinks .providerDirectLink {float: left; margin: 0 5px 5px 0;}

/** close button */
.modalClose {
	background:url(/resources/images/buttons/close_large.png?v=2) no-repeat;
	float: right;
	height: 22px;
	text-indent: -5000em;
	width: 22px;
}
.modalClose:hover {
	background-position: 0 -44px;
}

/** Social Login */
#onesiteLoginBox form {overflow: hidden;}
#socialLoginLink {margin: 1px;}
.socialRegisterLink {background: #e5e5e5; clear: both; color: #2d2d2d; margin: 10px 0 0 0; padding: 10px;}
.socialRegisterLink a span {color: #2c5f92;}

/** Signup Box */

#onesiteLoginBox .submit {
	border: 0;
	margin: 5px 0;
	padding: 0;
}
#onesiteLoginBox .socialLogin {
	float: left;
}

#osLoginForm button.loading span {text-indent: -9999em; background: transparent url(/resources/images/bar-loader-01.gif) no-repeat scroll 50% 50%;}
#onesiteLoginBox #forgotPassword {

	color: #2C5F92;
	float: left;
	margin-top: 2px;
	margin-left: 10px;
}

/* Widget fix */
#oneWidgetAllMainContainer .spreader {
	clear:both !important;
}

/* Underage Signup Form */
.consentFormContainer form fieldset {border: 0; margin: 10px auto; width: 345px;}
.consentFormContainer form label {float: left; font-size: large; padding: 5px; text-align: right;}
.consentFormContainer form input {float: left; margin: 0; padding: 5px; width: 200px;}
.consentFormContainer form .submitButton {float: right; clear: both; margin-top: 5px;}

.spreader {clear: both;}
.hideMe {display: none;}