/* -------------------------------------------------------------------- */
/*   LOGIN.CSS (VERSION 2)
/* -------------------------------------------------------------------- */

.content .selectCompany, .content .noCompanies {
    display: none;
    width: 100%;
	margin-bottom: 30px;
}
.content.selectCompany, .content.noCompanies {
    width: 100% !important;
}

#noCompaniesContainer {
	text-align: center;
	min-height: 250px;
}
#noCompaniesContainer>* {
	display:none;
}
#noCompaniesContainer .container {
	margin-top: 30px;
	font-size: 15px;
	height: 123px;
}
#noCompaniesContainer .back {
	margin-top: 50px;
}
#noCompaniesContainer .back a {
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border: 1px solid #777;
    font-size: 15px;
    padding: 7px 30px;
	color: inherit;
}

#companyContainer .companyItem {
	background: white none repeat scroll 0 0;
    height: 200px;
}

 /*   */  Select Company

.mix-filter, .mix-controls {
    list-style: outside none none;
    margin: 15px 0;
    padding: 0;
}
.mix-filter li, .mix-controls li {
    background: #d8e1e4 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 6px 15px;
}
.mix-filter li:hover:not(.disabled), .mix-filter li.active:not(.disabled), .mix-controls li:hover:not(.disabled), .mix-controls li.active:not(.disabled) {
    background: #00c292 none repeat scroll 0 0;
    color: #fff;
}
.mix-controls li.select-all {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-left: 0;
}
.mix-controls li.select-all .checkbox {
    min-height: 17px;
}
.mix-controls li.select-all:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #4e6870;
}
.mix-controls li.disabled, .mix-controls li.disabled a {
    cursor: not-allowed;
    opacity: 0.5;
}
.mix-controls li a {
    color: #4d585f;
}
.mix-controls li a i {
    margin-right: 5px;
}
.mix-controls li a:hover {
    text-decoration: none;
}
.mix-controls li:hover:not(.disabled) a {
    color: white;
    text-decoration: none;
}
.mix-grid .mix {
    display: inline-block;
    position: relative;
    margin: 10px;
}
.mix-grid .mix .img-container {
    position: relative;
    width: 100%;
    z-index: 2
}
.mix-grid .mix .img-details {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    color: white;
    height: 0;
    left: 50%;
    margin-left: -10px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 0;
}
.mix-grid .mix .img-details > .companyName {
    font-size: medium;
    margin-top: 30px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 4;
}
.mix-grid .mix .img-details .img-controls {
    margin-top: 15px;
}
.mix-grid .mix .img-details .img-controls .img-select i:last-child {
    display: none;
}
.mix-grid .mix .img-details .img-controls > a {
    background: black none repeat scroll 0 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    display: inline-block;
    height: 42px;
    line-height: 22px;
    margin-right: 5px;
    margin-top: 10px;
    padding: 10px 15px;
    width: 42px;
    position: relative;
}
.mix-grid .mix .img-details .img-controls > a:hover {
    background-color: #499f30;
    text-decoration: none;
}
.mix-grid .mix .img-container:hover .img-details, .mix-grid .mix.selected .img-details {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.mix-grid .mix.no-effect .img-container .img-details, .mix-grid .mix.selected .img-details {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    transition: all 0.5s ease 0s;
    width: 100%;
}
.mix-grid .mix.selected .img-controls .img-select {
    background: #00bcd4 none repeat scroll 0 0;
}
.mix-grid .mix.selected .img-controls .img-select i:last-child {
    display: inline-block;
}
.mix-grid .mix.selected .img-controls .img-select i:first-child {
    display: none;
}

.mix-grid .mix .img-details .btnLabel{
	display: block;
    margin-top: 9px;
}
.relec-logo {
	background-color: white;
    display: table-cell;
    height: 160px !important;
    width: 225px !important;
    /*max-width: 225px !important;*/
    padding: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.relec-logo-expanded {
	background-color: white;
    display: table-cell;
    height: 280px !important;
    width: 350px !important;
    padding: 0 !important;
    text-align: center !important;
    vertical-align: middle !important;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 3;
}

.companyName-expanded {
    font-size: medium;
    margin-top: 30px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    -webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 4;
}

.clickable{
	 cursor: pointer;
}
.relec-logo img{
	color: #ffffff;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: relative;
    vertical-align: middle;
}

.badge {
    border-radius: 10px !important;
    padding: 3px 5px;
    position: absolute;
    right: -2px;
    top: -6px;
}
.badge-lightred {
    background-color: #e05d6f !important;
    color: #fff !important;
}

.content .forget-password {
  margin-top: 5px;
}

.password-icon {
      float: right;
      position: relative;
      margin: -25px 10px 0 0;
      cursor: pointer;
      color: #555;
  }

.content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

.relec-intro .content .login-form {
  padding: 0px;
  margin: 0px;
}

#button_sing_in {
	margin-bottom: 15px;
	width: 100%;
}

#idp_button_sing_in {
    margin-bottom:
    15px;width: 100%;
}

/* ---------------------- Cognito ------------------------------- */ 
.cognito {
  display: block;
  text-align: center;
}

.SeparatorRow {
    align-items: center;
    display: flex;
    text-align: center;
	width: 100%;
	margin-bottom: 10px;
}
.SeparatorRow-horizontalLine {
    border-top: 1px solid grey;
    flex: 1 1 auto;
    margin-top: 8px;
    min-width: 1px;
    padding-top: 8px;
}
.LoginDefaultView-separatorRowLabel {
    color: grey !important;
    font-size: 16px;
}

.SeparatorRow-label {
    color: grey ;
    margin: 0 8px;
}

.idp-social-icon {
  padding: 15px;
  font-size: 24px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 50% !important;
}

.idp-social-icon:hover {
  opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-apple {
  background: #000000;
  color: white;
}

.fa-google {
  background-color: #dd4b39;
  color: white;
}

.sso {
  background-color: #93d3ef;
  color: white;
  padding-left: 12px !important;
}

/* -------------------------------------------------------------- */
/* Protección de Datos Personales */
#pdp {
	position: fixed;
	left: 15px;
	bottom: 15px;
	color: #fff;
	height: 60px !important;
	cursor: pointer;
}
#pdp > img {
	position: absolute;
	max-height: 60px;
}

#pdp .pdp-text {
	position: absolute;
	left: 70px;
	max-height: 60px;
	top: 5px;
	width: 240px;
}

#pdp .pdp-title {
	font-size: 12px;
}

#pdp .pdp-url {
	font-size: 9px;
}
.lighted-link {
	color : #93d3ef !important;	
}

body.relec-intro #forget-password, 
body.relec-intro #register-btn,
body.relec-intro form.register-form label a {
	text-shadow: 0.5px 0.5px #333 !important;
}

/* -------------------------------------------------------------- */
.relec-intro .logo img {
	width: 220px;
}

.relec-intro .logo {
	margin: 10px auto 0px auto;
}

/* Select Company */
.company {
	background-color: white;
    display: inline-block;
    margin: 10px;
    max-height: 160px;
    max-width: 225px;
    position: relative;
    width: 100%;
}

.companyEffect {
	/* Firefox */
	opacity: 0;
	-moz-animation-name: logoin;
	-moz-animation-duration: 1s;
	-moz-animation-delay: 1s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-direction: normal;
	-moz-animation-fill-mode: forwards;
	/* Chrome / Safari */
	-webkit-animation-name: logoin;
	-webkit-animation-duration: 1s;
	-webkit-animation-delay: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	/* Default */
	animation-name: logoin;
	animation-duration: 1s;
	animation-delay: 1s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

.selectCompany .dashboard-stat.box-select-company {
	background-color: white;
	display: block;
	float: left;
	position: relative;
	margin: 10px;
	overflow: hidden;
	max-height: 180px;
	max-width: 250px;
	opacity: 0;
	/* Firefox */
	-moz-animation-name: logoin;
	-moz-animation-duration: 3s;
	-moz-animation-delay: 2s;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: ease-out;
	-moz-animation-direction: normal;
	-moz-animation-fill-mode: forwards;
	/* Chrome / Safari */
	-webkit-animation-name: logoin;
	-webkit-animation-duration: 3s;
	-webkit-animation-delay: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-out;
	-webkit-animation-direction: normal;
	-webkit-animation-fill-mode: forwards;
	/* Default */
	animation-name: logoin;
	animation-duration: 3s;
	animation-delay: 2s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	animation-direction: normal;
	animation-fill-mode: forwards;
}

#companyContainer {
	text-align: center;
}

#holdingContainer, #adminContainer {
	display: inline-table;
	text-align: center;
	width: 100%;
}
#adminContainer {
	margin-bottom: 10px;
}

div.holding2 {
	background-color: #f0f0f0;
    display: inline-block;
    float: right;
    font-size: 15px;
    min-width: 100px;
    padding: 7px 14px;
    border-radius: 10px !important;
}

div.holding, div.admin {
    border: 1px solid #777;
    display: inline-block;
    float: right;
    font-size: 15px;
    min-width: 100px;
    padding: 6px 12px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.2);
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-ms-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
div.admin {
	border-radius: 15px !important;
	border: 2px solid #4cad1c;
}
div.admin.relec-admin {
	border-color: #4cad1c;
}

div.holding:hover, div.admin:hover {
    background: rgba(0, 0, 0, 0.6);
}
a.holding2 {
	color: #333;
}

a.holding, a.admin {
	color: #ddd;
    display: inline-block;
    margin: 2px;
}

/* Select Company Efecto */
@-moz-keyframes logoin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes logoin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes logoin {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
/* Finish Select Company */
/* ----------------------------------------------------------------- */

/* OTP */
.digit-group {
	margin-left: 30px;
}
.digit-group input {
		width: 30px;
		height: 50px;
		border: 2px solid #999;
		line-height: 50px;
		text-align: center;
		font-size: 24px;
		font-family: 'Raleway', sans-serif;
		font-weight: 200;
		margin: 0 2px;
}

.digit-group .splitter {
		padding: 0 5px;
		color: #999;
		font-size: 24px;
}

.prompt {
	margin-bottom: 20px;
	font-size: 20px;
	color: #999;
}