﻿body {
    height: 100vh;
    font-family: "proxima-nova";
}

body header {
    position: absolute;
    right: 40px;
    top: 30px;
    cursor: pointer;
    font-weight: 600;
    font-family: "proxima-nova";
}

main {
    box-sizing: border-box;
    display: flex;
    justify-content:center;
    align-items:center;
    height:100vh;
    background-color: #efefef;
    font-family: "proxima-nova";
}

content {
    display: flex;
    background-color: white;
    padding: 30px;
    flex-direction: column;
    font-family: "proxima-nova";
}

.login-inputs-group {
    display: flex;
    flex-direction: column;
    align-items: center;
}

label {
    font-weight: normal;
}

.login-inputs-group > div {
    margin-bottom: 10px;
}


.login-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*.login-header div:nth-child(1) {
    font-size: 26px;
    font-weight: 700;
    color: #D4363A;
}

.login-header div:nth-child(2) {
    font-size: 50px;
    font-weight: 400;
    color: #D4363A;
}
*/
.login-header div:last-of-type {
    width: 290px;
    text-align: center;
    color: gray;
    font-size: 16px;
    font-weight: 100;
    line-height: 20px;
    margin: 12px 0 20px 0;
    flex-grow: 1;
}

.login-header div img {
    width: 238px;
}

.login-buttons-group {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.login-buttons-group > button {
    width: 250px;
    -ms-grid-column-align: center;
    justify-self: center;
    background-color: #D4363A;
    color: white;
    font-size: 18px;
    border-radius: 35px;
    -webkit-transition: background-color ease-in-out .3s;
    -o-transition: background-color ease-in-out .3s;
    transition: background-color ease-in-out .3s;
}

.login-buttons-group > button:active {
    background-color: #B32F33;
}

.login-buttons-group > button:hover {
    background-color: black;
    -webkit-transition: background-color ease-in-out .3s;
    -o-transition: background-color ease-in-out .3s;
    transition: background-color ease-in-out .3s;
}

.icon-place-input {
    position: absolute;
    margin: 8px 0 0 12px;
    color: #484848;
}

.login-inputs-group input {
    padding: 10px 20px 10px 45px;
    font-family: "proxima-nova";
}

input.input-error
{
    border: 1px solid #da9696;
    background-color: #ffeded;
}

.waiting {
    position: absolute;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    top: 0;
    background: black;
    opacity: 0.5;
    display: none;
}

.waiting-show {
    display:flex;
}

.waiting img
{
    width:130px;
}

.help-sos-empleado {
    font-weight: 200;
    align-self: center;
    margin-top: 20px;
    cursor: pointer;
    color: gray;
}

div.ui-tooltip, .arrow:after {
    background: #e8e8e8;
    border: 2px solid lightgray;
}
div.ui-tooltip {
    padding: 10px 20px;
    color: black;
    border-radius: 20px;
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    background: #e8e8e8;
    line-height: 18px;
    webkit-box-shadow: 0 0 3px #666;
    box-shadow: 0 0 3px #666;
}
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
  }
  .arrow.left {
    left: 20%;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
  }

.lbl-sin-permisos-modulo {
    margin: 10px;
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 600;
}

.text-offline {
    font-weight: lighter;
    color: gray;
}

.login-forget-password {
    text-align: center;
    margin-top: 8px;
    color: gray;
    font-weight: 200;
    cursor: pointer;
}

.formulario-registro-empresa {
    display: grid;
    gap: 15px;
}

.formulario-registro-empresa input {
    width: fill;
    width: -webkit-fill-available;
    display: flex;
    position: relative;
    border: 1px solid #d8d8d8;
    padding: 10px 12px;
    border-radius: 8px;
}

.registro-terminos-y-condiciones {
    display: flex;
    align-items: center;
    font-weight: lighter;
    cursor: ponter;
}

.registro-terminos-y-condiciones input {
    zoom: 1.4;
    margin-right: 4px;
    cursor: pointer;
    width: min-content;
}

.registro-terminos-y-condiciones span {
    color: blue;
    cursor:pointer;
}

#modalTerminosYCondiciones {
    position: absolute;
    top: 60px;
    width: 200px;
    z-index: 2;
    width: 600px;
    margin-left: -310px;
    left: 50%;
    background-color: white;
    padding: 40px;
}

#modalTerminosYCondiciones .modal-body {
    overflow-y: scroll;
    height: 290px;
    margin: 20px 0;
    font-weight: 200;
}

#modalTerminosYCondiciones .modal-footer {
    text-align:end;
}

#divTerminos h4 {
    margin: 30px 0 20px 0;
    font-weight: 600;
    font-size: larger;
}

#divTerminos p {
    margin-bottom: 15px;
    line-height: 22px;
}

#divTerminos strong {
    font-weight: bold;
}

#modalTerminosYCondiciones .modal-title {
    font-size: 32px;
    font-weight: 600;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a94442;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
.loading-container {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    top: 0;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}
@keyframes lds-roller {
    0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.field-validation-error {
    font-size: 14px;
    color: #c30000;
}
.selector-destino-login {
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 100px;
    height: 111px;
    z-index: 100;
    width: 467px;
    background-color: white;
    font-weight: 200;
    align-self: center;
    margin-top: 20px;
    cursor: pointer;
    color: gray;
}
.selector-destino-header {
    display: flex;
    justify-content: center;
    margin-top: 39px;
    font-size: 25px;
}
.selector-destino-body {
    position: absolute;
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    top: 100px;
    padding-bottom: 44px;
    z-index: 100;
    width: 467px;
    background-color: white;
}
.selector-login-container {
    display:none;
    position: absolute;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
}

.selector-destino-body img {
    width: 100px;
    cursor: pointer;
}
.selector-destino-body span {
    cursor: pointer;
}

.selector-destino-body > div {
    display: grid;
    justify-content: center;
    gap: 15px;
    text-align: center;
}

#modal-respuesta-registro, #modal-login-info {
    position: absolute;
    top: 233px;
    width: 200px;
    z-index: 2;
    width: 600px;
    margin-left: -310px;
    left: 50%;
    background-color: white;
    padding: 30px 25px 20px 30px;
    display: none;
}

#modal-respuesta-registro .modal-title, #modal-login-info .modal-title {
    font-size: 20px;
}

#modal-respuesta-registro .modal-body, #modal-login-info .modal-body {
    margin: 14px 0;
}
#modal-respuesta-registro .modal-footer, #modal-login-info .modal-footer {
    text-align: end;
}

#modal-login-forgot .modal-header {
    background: #ad0000;
    color: white;
}