.login-small {
	background-image: url(/static/social/images/btn-login-inactive.png);
	width: 90px;
	height: 30px;
	display: inline-block;
}

.login-small:hover {
	background-image: url(/static/social/images/btn-login-active.png);
	width: 90px;
	height: 30px;
	display: inline-block;
}

.login-small-ESP {
	background-image: url(/static/social/images/btn-login-inactive-ES.png);
	width: 90px;
	height: 30px;
	display: inline-block;
}

.login-small-ESP:hover {
	background-image: url(/static/social/images/btn-login-active-ES.png);
	width: 90px;
	height: 30px;
	display: inline-block;
}

.register-small {
	background-image: url(/static/social/images/btn-register-inactive.png);
	width: 93px;
	height: 30px;
	display: inline-block;
}

.register-small:hover {
	background-image: url(/static/social/images/btn-register-active.png);
	width: 93px;
	height: 30px;
	display: inline-block;
}

.register-small-ESP {
	background-image: url(/static/social/images/btn-register-inactive-ES.png);
	width: 96px;
	height: 30px;
	display: inline-block;
}

.register-small-ESP:hover {
	background-image: url(/static/social/images/btn-register-active-ES.png);
	width: 96px;
	height: 30px;
	display: inline-block;
}

.modalHeaderText {
	width: 100%;
	background: #F8F8F8;
	font-weight: bold;
	text-align: center;
	height: 40px;
	font-size: 16px;
	padding-top: 10px;
	color: #353295;
}

.modalDescText {
	margin-left: 30px;
}

.col-md-6 li {
	list-style: none;
	display: block;
}

.modalCredentialsContainer {
	margin-left: 30px;
	width: 85%;
}

.modalbuttonContainer {
	float: right;
}

.modalbuttonContainer button {
	background: #052788;
	font-weight: bold;
	color: #fff;
}

.modal-dialog {
	width: 600px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.preferredEModalHeaderTextnet10 {
	width: 100%;
	background: #00ADF1;
	font-weight: bold;
	text-align: center;
	height: 40px;
	font-size: 14px;
	padding-top: 10px;
	color: #000;
}

.preferredEModalHeaderTexttf {
	width: 100%;
	background: #F8F8F8;
	font-weight: bold;
	text-align: center;
	height: 40px;
	font-size: 16px;
	padding-top: 10px;
	color: #353295;
}

.preferredEModalDescText {
	margin-left: 5%;
}

.prefEmsecondLineText {
	margin-left: 2%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.preferEmailRadioContainer {
	margin-left: 7%;
}

.preferEmailRadioContainerNew {
	margin-left: 7%;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.prefEmailModalRadio {
	margin: 1% 5% 0 !important;
}

.preferredEModalButtonContainernet10 {
	width: 90%;
	text-align: right;
	margin-right: 5%;
}

.preferredEModalButtonContainertf {
	width: 90%;
	text-align: right;
	margin-right: 5%;
}

.preferredEModalButtonContainernet10 button {
	background: #01ADED !important;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	width: 100px;
	height: 32px;
	border-color: #01ADED;
}

.preferredEModalButtonContainertf button {
	background: #052788 !important;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	width: 100px;
	height: 30px;
}

.modal-dialog {
	width: 600px !important;
	padding-top: 30px;
	padding-bottom: 30px;
}

#preferedEmailPopup .modal-content {
	height: 290px;
}

.facebookSelectionContainer {
	width: 100%;
	border: 1px solid #CCCCCC;
}

.socialMediaSelection div {
	display: inline-block;
	float: left;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

.facebookheader {
	background: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	height: 30px;
	padding: 5px 0 0 10px;
	font-weight: bold;
	font-size: 14px;
}

.onoffswitch-checked .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checked .onoffswitch-switch {
	right: 0px;
}

.onoffswitch {
	position: relative;
	width: 73px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 25px;
}

.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before,.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
}

.onoffswitch-inner:before {
	content: "ON";
	padding-left: 12px;
	background-color: #26468B;
	color: #FFFFFF;
	border-radius: 25px 0 0 25px;
}

.onoffswitch-inner:after {
	content: "OFF";
	padding-right: 12px;
	background-color: #090909;
	color: #999999;
	text-align: right;
	border-radius: 0 25px 25px 0;
}

.onoffswitch-switch {
	display: block;
	width: 22px;
	margin: 2px 0 0 0px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 25px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 45px;
	height: 21px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	box-shadow: 0 1px 1px white inset;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
	right: 0px;
}

.SIonoffswitch-checked .SIonoffswitch-inner {
	margin-left: 0;
}

.SIonoffswitch-checked .SIonoffswitch-switch {
	right: 0px;
}

.SIonoffswitch {
	position: relative;
	width: 73px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.SIonoffswitch-checkbox {
	display: none;
}

.SIonoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid #999999;
	border-radius: 25px;
}

.SIonoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	-moz-transition: margin 0.3s ease-in 0s;
	-webkit-transition: margin 0.3s ease-in 0s;
	-o-transition: margin 0.3s ease-in 0s;
	transition: margin 0.3s ease-in 0s;
}

.SIonoffswitch-inner:before,.SIonoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 25px;
	padding: 0;
	line-height: 25px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 25px;
}

.SIonoffswitch-inner:before {
	content: "ON";
	padding-left: 12px;
	background-color: #26468B;
	color: #FFFFFF;
	border-radius: 25px 0 0 25px;
}

.SIonoffswitch-inner:after {
	content: "OFF";
	padding-right: 12px;
	background-color: #090909;
	color: #999999;
	text-align: right;
	border-radius: 0 25px 25px 0;
}

.SIonoffswitch-switch {
	display: block;
	width: 22px;
	margin: 2px 0 0 0px;
	background: #FFFFFF;
	border: 2px solid #999999;
	border-radius: 25px;
	height: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 45px;
	-moz-transition: all 0.3s ease-in 0s;
	-webkit-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
	background-image: -moz-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	background-image: -webkit-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	background-image: -o-linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	background-image: linear-gradient(center top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80% );
	box-shadow: 0 1px 1px white inset;
}

.SIonoffswitch-checkbox:checked+.SIonoffswitch-label .SIonoffswitch-inner {
	margin-left: 0;
}

.SIonoffswitch-checkbox:checked+.SIonoffswitch-label .SIonoffswitch-switch {
	right: 0px;
}

.clear {
	clear: both;
}

#page_info {
	border-bottom: none !important;
}

.close {
	opacity: 1 !important;
}

.clear {
	clear: both;
}