/* HEADER */
header{
	padding:0;
}
/* BODY - GENERAL */
.w-100{
	width: 100%;
}
.h-size-40{
	height: 40px;
}
.fa-1_8x{
	font-size: 1.8em;
}
#flag{
  	background-image: url("../images/common/flags.png");
    background-repeat: no-repeat;
    cursor: pointer;
    float: left;
    height: 15px;
    margin: 2px 6px 0 0;
    width: 25px;	
}
.field{
	padding: 0px !important;
	height: 40px;
	display: table;
}
.labelMiddle{
	display: table-cell; 
	vertical-align: middle;	
}
.red{
	color:red;
 }
/* BODY - LOGIN */
#login{
	border: 1px solid;
}
#login input{
	border: 1px solid;
}
#login.ux input[type="submit"] {
    border-radius: 3px;
    width: 62%;
    background: #FFF !important;
    border: solid 2px #5a5a5a !important;
    color: #5a5a5a !important;
    font-size: 1.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
}
#login .login-header h2 {
	font-weight: 500;
}
#login.ux {
    padding-bottom: 0em;
}
#login.ux .login-header h1 {
	margin: unset !important;
}
#login.ux label, .ux .text-important,
#fmSelfRegistration.ux label {
    font-weight: bold !important;
}
/* BODY - TERMS AND CONDITIONS */
#termsConditions:hover {
 cursor:pointer;
}
#termsConditions.link,
#pdf1.link,
#pdf2.link{
	color: gray !important;
	font-weight: normal !important;
}
.termsCenter{
	padding-top: 10px !important;
    text-align:center;
}
div#termsForm .btn-submit{
    font-size: 14px !important;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    width: 150px !important;
    cursor:pointer;
	font-weight: bold;
	margin-right: 10px;
}
div#termsText{
    font-size: 14px !important;
    padding-bottom: 25px !important;
    padding-top: 5px !important;
	font-weight: bold;
}
/* BODY - RECOVERY */
.recoveryInput{
	font-size: 1.5rem !important;
}
.policies{
   font-size:8pt;
   border: 1px solid;
   padding: 10px;
}
#formbox.ux {
    width: 65% !important;
}
#formbox {
	width:48.4%;
	margin: 0 auto;
}
#formbox75 {
	width:75%;
	margin: 0 auto;
	text-align: justify;
}
#changepassbox {
	width:65%;
	margin: 0 auto;
}
#changepassbox h2, #formbox h2, #formbox75 h2{
	font-size: 30px;
}
#login .header-subtitle h2 {
    font-size: 1.1em;
    line-height: 1.5em;
    font-weight: normal;
    margin-bottom: 0.2em;
    margin-top: 0;
}
#selfregistrationbox {
	width: 100%;
	margin: 0 auto;
}
#selfregistrationpassbox {
    width: 102%;
    margin: 0 auto;
    margin-left: 25px;
}
.width100{
	width: 100% !important;
}
.font30{
	font-size: 18px !important
}

/* SELF REGISTRATION*/
/************************** PASSWORD STRENGHT INDICATOR ****************/
#pWeek, #pMedium, #pStrong, #pLength, #pUpper, #pUser, #errorUser, #pPattern, #pHistory{
	display: none;
}
.meter{
	margin-top: 3px;
	display: inline-block;
	width: 160px !important;
	min-width: 160px !important;
	height: 19px;
	background-color: Gray;
	background: #424042; /* Old browsers */
	background: -moz-linear-gradient(left, #424042 0%, #f2f2f2 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#424042), color-stop(99%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #424042 0%,#f2f2f2 99%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424042', endColorstr='#f2f2f2',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #424042 0%,#f2f2f2 99%); /* W3C */
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.strong
{
	background-color: Green;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffff00 0%, #218400 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#218400)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffff00 0%,#218400 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffff00 0%,#218400 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffff00 0%,#218400 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#218400',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffff00 0%,#218400 100%); /* W3C */
	display:inline-block;
}
.medium
{
	background-color: orange;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffff00 0%, #f98900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#f98900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffff00 0%,#f98900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffff00 0%,#f98900 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffff00 0%,#f98900 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#f98900',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffff00 0%,#f98900 100%); /* W3C */
	display:inline-block;
}
.week
{
	background-color: yellow;
	background: #ffff00; /* Old browsers */
	background: -moz-linear-gradient(left, #ffff00 0%, #fc1d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffff00), color-stop(100%,#fc1d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff00', endColorstr='#fc1d00',GradientType=1 ); /* IE6-9 */
	background: linear-gradient(left, #ffff00 0%,#fc1d00 100%); /* W3C */
	display:inline-block;
}
.redMsg
{
	background-color: red;
	background: red; /* Old browsers */
	display:inline-block;
	color: white;
}
.redMsg2
{
	background-color: red;
	background: red; /* Old browsers */
	display:inline;
	color: white;
}
/* ESTILOS ASOCIADOS A POLITICAS CAMBIO DE PASSWORD*/
/* Politicas del Cambio de PASSWORD */
.popup{
   position:absolute; 
   right:-679px; 
   top:20px; 
   border-radius: 5px 5px 5px 5px;
   padding:5px;
   font-weight:bold;
   font-size:10pt;
   visibility:hidden;
}
.passwordPolicies{
	display: inline-block;
}
.policies{
   font-size:8pt;
   border: 1px solid;
   padding: 10px;
}
/* ESTILOS ASOCIADOS AL OJO PARA MOSTRAR/OCULTAR PASSWORD ESCRITA */
#login div#eye span svg{
	fill:#616161;
}
#login div#eye span.inVisibleEye{
	display:none;
}
#login div#eye{ 
 	float: right;
  	margin-top: -2.2em;
   	position: relative;
   	margin-right: 0.5em;
   	padding-left: 3em;
}

#login div#eye2 span svg{
	fill:#616161;
}
#login div#eye2 span.inVisibleEye{
	display:none;
}
#login div#eye2{ 
 	float: right;
  	margin-top: -2.2em;
   	position: relative;
   	margin-right: 0.5em;
   	padding-left: 3em;
}

#login div#eye3 span svg{
	fill:rgba(0,0,0,0.65);
}
#login div#eye3 span.inVisibleEye{
	display:none;
}
#login div#eye3{ 
 	float: right;
  	margin-top: -2.2em;
   	position: relative;
   	margin-right: 0.5em;
   	padding-left: 3em;
}
#login.ux div#eye,  #login.ux div#eye2,
#login.ux div#eye3
{
    margin-right: 1em !important;
}
#login input[type=text], #login input[type=password] {
	padding-right: 2em !important;
}
.labelLinkMail {
	font-weight: normal !important ;
	text-align: right;
}
.italicLinkMail {
	font-style: italic;
}
.link p, .link a {
    color: gray !important;
}
.ux .fa-stack.fa-1_8x.hidden-xs {
    height: 1.5em !important;
}
.ux .alert-danger {
    padding: 0.1em;
    background-color: transparent;
    border: none;
    color: firebrick;
    line-height: 1rem;
    font-size: 0.7rem;
    width: 90%;
}
.ux #spLinkEmail a, .ux #spLinkEmail span {
    color: gray !important;
    font-size: 0.7rem !important;
}
#bottom span.ux {
    font-size: 70% !important;
}