#theadhidden{
  display: none;
}
#invisible{
  visibility: hidden;
}
#stageSMSPassBox{display: none;}
#stageWrong.one{display: none;}
#stageRight{display: none;}
#stageChoiceBoxMsg{display: none;}
.mb-0{
  margin-bottom: 0;
}
#socialSuccessMsg{
  display: none;
}
#socialErrorMsg {
  margin: 0;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
#socialErrorMsg a {
  color: #721c24;
  font-weight: bold;
  text-decoration: underline;
}
footer {
  max-width: 90%;
  margin: auto;
  margin-top: 60px;
}
img.logo {
  max-width: 100%;
  margin: auto;
  height: auto;
  margin-top: 10px;
}
.login-page .card-body {
  padding-top: 0;
}
.alert {
  padding: 0.75rem 0.75rem;
  max-width: calc(90% - 1.5rem);
  margin: auto;
}
#registerBtn {
  margin-bottom: 40px;
  margin-top: 15px;
  float: right;
  cursor: pointer;
}
.alert.alert-info.confirmation,
.alert.alert-danger.social {
  margin-bottom: 15px;
  max-width: 100% !important;
  width: 100% !important;
}

a.btn-social-required {
  width: calc(50% - 10px);
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  margin-bottom: 40px;
  border-radius: 5px;
  border: none;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-full{
    width:100%;
    margin-top:20px;
}
a.btn-social-required.yes {
    margin-left: 5px;
    background: #ffde00;
    color: #0b3a7a;
}
a.btn-social-required.yes:hover {
  color: #fff;
  background-color: #0b3a7a;
  transition: all 0.3s;
  border-color: #0062cc;
}
a.btn-social-required.no {
  margin-right: 5px;
  border: 1px solid #cccccc;
  color: #464646;
}
a.btn-social-required.no:hover {
  color: #fff;
  background-color: #ff0000;
  transition: all 0.3s;
  border-color: #f73535;
}
#loginAlert ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#loginAlert .danger {
    border: none;
    padding-top: 0;
    margin: 0;
}
#loginAlert .alert {
    margin: 0;
    max-width: 100%;
    margin-bottom: 10px;
}
#loginAlert strong {
    display: none;
}
/*Common*/
.errorMsg{
  display: none;
  width: 100%;
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

div#message {
  font-size: 14px;
  line-height: 1.2em;
  color: #016ea7;
}
#stageOtherRight .alert.alert-success,
#stageRight .alert.alert-success {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.successfully {
  text-align: center;
  margin-top: 15px;
}
.successfully a,
.unsuccessfully a {
  color: #016ea7;
  font-weight: bold;
}
.successfully a:hover,
.unsuccessfully a:hover{
  color: #ffde00;
}
.unsuccessfully {
  margin-top: 15px;
  margin-bottom: 40px;
  text-align:center;
}
#stageSMSPass,
#stageChoice {
  display: block;
  margin: auto;
}
#stageRight,
#stageWrong {
  margin: auto;
}
#stageChoice ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
.choice {
  padding: 19px 8px;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.choice:hover {
  background: #e8f0fe;
}
.choice:last-child {
  border: none;
}
h5.text-center {
  display: block !important;
  width: 100%;
}
#stageChoice ul li svg {
    /* margin-bottom: 5px; */
    float: left;
    margin-right: 8px;
    height: 26px;
}
#stageSMSPass .btn.btn-primary {
  margin-bottom: 60px;
  margin-top: 40px;
}
div#stageSMSPass label {
  margin-top: 0;
  margin-bottom: 0px;
  width: 100%;
}
#stageSMSPass .smsNumber {
  width: 15%;
  float: left;
  margin-right: 1.66%;
  margin-bottom: 40px;
  height: 60px;
  font-size: 30px;
  text-align: center;
}
#lockoutPage.alert.alert-danger {
  max-width: 85%;
  margin: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #stageChoice ul li svg {
    height: 30px;
  }
  #stageRight,
  #stageWrong,
  #stageSMSPass,
  #stageChoice{
    max-width: 85%;
  }
  .menu {
    text-align: center; }
    .menu-logo {
      font-size: 1.2em; }
  .menu-item {
    display: none; }
  .menu-button {
    display: block; }
  .welcome-block h1 {
    font-size: 2em; } }

@media (min-width: 768px) {
  .menu-item {
    display: block; }
  .menu-button {
    display: none; } }

.gravatar-image {
  max-width: none; }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.welcome-block {
  max-width: 700px; }

.logo, .logo:hover {
  text-decoration: none; }

.col-m-5 {
  margin: 5px; }

.col-m-10 {
  margin: 10px; }

.col-m-15 {
  margin: 15px; }

.col-m-20 {
  margin: 20px; }

.col-m-25 {
  margin: 25px; }

.col-m-30 {
  margin: 30px; }

.col-m-35 {
  margin: 35px; }

.col-m-40 {
  margin: 40px; }

.col-m-45 {
  margin: 45px; }

.col-m-50 {
  margin: 50px; }

.col-m-b-5 {
  margin-bottom: 5px; }

.col-m-b-10 {
  margin-bottom: 10px; }

.col-m-b-15 {
  margin-bottom: 15px; }

.col-m-b-20 {
  margin-bottom: 20px; }

.col-m-b-25 {
  margin-bottom: 25px; }

.col-m-b-30 {
  margin-bottom: 30px; }

.col-m-b-35 {
  margin-bottom: 35px; }

.col-m-b-40 {
  margin-bottom: 40px; }

.col-m-b-45 {
  margin-bottom: 45px; }

.col-m-b-50 {
  margin-bottom: 50px; }

.col-m-t-5 {
  margin-top: 5px; }

.col-m-t-10 {
  margin-top: 10px; }

.col-m-t-15 {
  margin-top: 15px; }

.col-m-t-20 {
  margin-top: 20px; }

.col-m-t-25 {
  margin-top: 25px; }

.col-m-t-30 {
  margin-top: 30px; }

.col-m-t-35 {
  margin-top: 35px; }

.col-m-t-40 {
  margin-top: 40px; }

.col-m-t-45 {
  margin-top: 45px; }

.col-m-t-50 {
  margin-top: 50px; }

.col-m-l-5 {
  margin-left: 5px; }

.col-m-l-10 {
  margin-left: 10px; }

.col-m-l-15 {
  margin-left: 15px; }

.col-m-l-20 {
  margin-left: 20px; }

.col-m-l-25 {
  margin-left: 25px; }

.col-m-l-30 {
  margin-left: 30px; }

.col-m-l-35 {
  margin-left: 35px; }

.col-m-l-40 {
  margin-left: 40px; }

.col-m-l-45 {
  margin-left: 45px; }

.col-m-l-50 {
  margin-left: 50px; }

.col-m-r-5 {
  margin-right: 5px; }

.col-m-r-10 {
  margin-right: 10px; }

.col-m-r-15 {
  margin-right: 15px; }

.col-m-r-20 {
  margin-right: 20px; }

.col-m-r-25 {
  margin-right: 25px; }

.col-m-r-30 {
  margin-right: 30px; }

.col-m-r-35 {
  margin-right: 35px; }

.col-m-r-40 {
  margin-right: 40px; }

.col-m-r-45 {
  margin-right: 45px; }

.col-m-r-50 {
  margin-right: 50px; }

.col-p-5 {
  padding: 5px; }

.col-p-10 {
  padding: 10px; }

.col-p-15 {
  padding: 15px; }

.col-p-20 {
  padding: 20px; }

.col-p-25 {
  padding: 25px; }

.col-p-30 {
  padding: 30px; }

.col-p-35 {
  padding: 35px; }

.col-p-40 {
  padding: 40px; }

.col-p-45 {
  padding: 45px; }

.col-p-50 {
  padding: 50px; }

.col-p-b-5 {
  padding-bottom: 5px; }

.col-p-b-10 {
  padding-bottom: 10px; }

.col-p-b-15 {
  padding-bottom: 15px; }

.col-p-b-20 {
  padding-bottom: 20px; }

.col-p-b-25 {
  padding-bottom: 25px; }

.col-p-b-30 {
  padding-bottom: 30px; }

.col-p-b-35 {
  padding-bottom: 35px; }

.col-p-b-40 {
  padding-bottom: 40px; }

.col-p-b-45 {
  padding-bottom: 45px; }

.col-p-b-50 {
  padding-bottom: 50px; }

.col-p-t-5 {
  padding-top: 5px; }

.col-p-t-10 {
  padding-top: 10px; }

.col-p-t-15 {
  padding-top: 15px; }

.col-p-t-20 {
  padding-top: 20px; }

.col-p-t-25 {
  padding-top: 25px; }

.col-p-t-30 {
  padding-top: 30px; }

.col-p-t-35 {
  padding-top: 35px; }

.col-p-t-40 {
  padding-top: 40px; }

.col-p-t-45 {
  padding-top: 45px; }

.col-p-t-50 {
  padding-top: 50px; }

.col-p-l-5 {
  padding-left: 5px; }

.col-p-l-10 {
  padding-left: 10px; }

.col-p-l-15 {
  padding-left: 15px; }

.col-p-l-20 {
  padding-left: 20px; }

.col-p-l-25 {
  padding-left: 25px; }

.col-p-l-30 {
  padding-left: 30px; }

.col-p-l-35 {
  padding-left: 35px; }

.col-p-l-40 {
  padding-left: 40px; }

.col-p-l-45 {
  padding-left: 45px; }

.col-p-l-50 {
  padding-left: 50px; }

.col-p-r-5 {
  padding-right: 5px; }

.col-p-r-10 {
  padding-right: 10px; }

.col-p-r-15 {
  padding-right: 15px; }

.col-p-r-20 {
  padding-right: 20px; }

.col-p-r-25 {
  padding-right: 25px; }

.col-p-r-30 {
  padding-right: 30px; }

.col-p-r-35 {
  padding-right: 35px; }

.col-p-r-40 {
  padding-right: 40px; }

.col-p-r-45 {
  padding-right: 45px; }

.col-p-r-50 {
  padding-right: 50px; }

.col-form-label {
  text-align: right;
  font-weight: bold; }

@media (max-width: 575px) {
  .col-form-label {
    text-align: left; } }

/*Controls*/
.navbar-brand > img {
  max-height: 31px; }

.navbar-brand.logo {
  padding: 10px 10px; }

.navbar-brand-image-mobile {
  display: none; }

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none; }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.validation-summary-errors {
  background: none;
  padding-top: 14px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px;
  border: 1px solid; }

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 54px;
  margin-top: 5px; }

.switch input {
  display: none; }

.slider {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 1px;
  content: "";
  height: 26px;
  left: 1px;
  position: absolute;
  transition: .4s;
  width: 26px; }

input:not(:checked) + .bg-primary {
  background-color: #ccc !important;
  background-image: none !important; }

input:checked + .bg-primary {
  background-color: #4ed164 !important;
  background-image: none !important; }

input:checked + .slider:before {
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

label.radio-img > input {
  visibility: hidden;
  position: absolute; }

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent; }

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px; }

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline; }

label.radio-img > h3, label > h4 {
  cursor: pointer; }

.cc-window {
  color: #212529;
  background-color: #f7f7f7; }

.cc-btn {
  color: #ffffff;
  background-color: #007bff;
  border-color: transparent; }

#qrCode canvas {
  padding: 20px;
  background-color: white; }

/*Pages*/
.consent-container .toggle-button__input {
  float: left; }

.consent-container .toggle-button__text {
  float: left;
  margin-top: 6px;
  margin-left: 10px; }

.consent-container .consent-description {
  width: 100%;
  float: left; }

.consent-container .client-logo {
  float: left; }
  .consent-container .client-logo img {
    margin-right: 25px; }

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-container .page-header {
  margin-bottom: 10px; }

.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-container .grant .clientname {
    font-size: 140%;
    font-weight: bold; }
  .grants-container .grant .granttype {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant .created {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant .expires {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant li {
    list-style-type: none;
    display: inline; }
    .grants-container .grant li:after {
      content: ', '; }
    .grants-container .grant li:last-child:after {
      content: ''; }

.card.card-responsive {
  width: 60%;
  padding: 0 70px; }

.primary-button {
  font-size: 16px;
  color: #0b3a7a;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background: #ffde00;
  border-radius: 50px;
  padding: 10px 45px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%; }

.primary-button:hover {
  color: #fff;
  background-color: #0b3a7a;
  transition: all 0.3s; }

@media (max-width: 1023px) {
  .card.card-responsive {
    width: 100%;
    padding: 0; }
  .link-button.float-right {
    float: left !important; }
  .form-check {
    padding-left: 0 !important; } }

.menu .list-group-item {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: bold;
  padding-left: 0; }
  .menu .list-group-item span {
    margin-right: 0.25rem; }

.menu .list-group-item.active {
  background-color: #fff;
  color: #0b3a7a;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #0b3a7a; }
  .menu .list-group-item.active:first-child {
    border-top: none; }

.header {
  background-color: #0b3a7a;
  color: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  padding-top: 12px; }
  .header .logo {
    max-width: 90px;
    height: auto;
    margin-right: 80px;
    cursor: pointer;
    float: right; }
  .header span {
    padding-top: 4px;
    cursor: pointer; }

  @media(min-width: 769px) {
      .header {
          height: 50px;
      }
  }

.link-items {
  color: #fff;
  margin: 0.5rem; }
  .link-items:hover {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none; }

.btn-primary {
  border: none;
  font-size: 16px;
  color: #0b3a7a;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  background: #ffde00;
  border-radius: 50px;
  padding: 10px 45px;
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1; }

@media(max-width: 769px) {
    .btn-primary.HasAuthenticator {
        border-radius: 0;
        padding: 0;
    }
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b3a7a;
  transition: all 0.3s; }

.new-policy {
    text-align: justify;
    font-size: 14px;
    margin-bottom: 20px;
}

.email-forgot > label {
    margin-top: 20px;
}

.resetPasswordBy > button {
    margin-top: 20px;
    width: 100%;
}

.logoutRedirect {
    text-align:center;
}
/* AJUSTES LOGIN */
.logoUnidas{
    max-width: 100%;
    height:auto;
}
.form-group {
    margin-bottom: 5px !important;
}
.card-body.login label {
    margin-bottom: 0;
}
@media (max-width: 599px){
    
    .new-policy {
        text-align: justify;
        font-size: 11px;
        margin-bottom: 10px;
        line-height: 16px;
        margin-top: 10px;
    }
    .card-body.login {
        padding: 0;
    }
}
/* SOCIAL LOGIN */
.card-body.login {
    padding-top: 0px;
    padding-bottom: 0px;
}
.social-login-title {
    font-family: opensans-light,helvetica,arial,sans-serif;
    color: #666;
    font-size: .95em;
    margin-bottom: 24px;
    margin-top: 15px;
}
.social-login-title .divider {
    font-family: opensans-regular,helvetica,arial,sans-serif;
    color: #999;
    font-size: .875em;
    width: 80%;
    text-align: center;
    margin: auto;
    padding: 0;
    margin-bottom: 12px;
    height: 12px;
}
.social-login-title .divider span {
    font-size: 14px;
    background: #fff;
    position: relative;
    display: inline-block;
    padding: 0 25px;
    z-index: 2;
    line-height: 1;
    top: -0.0075em;
}
.social-login-title .divider hr {
    position: relative;
    top: -9px;
    z-index: 1;
    margin: 0;
    padding: 0;
}
ul.list-inline.social {
    width: 80%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    margin: auto;
    margin-bottom: 40px;
}
.list-inline.social li {
    margin-right: 0;
}
    .list-inline.social li a {
        background-color: #fff;
        font-family: opensans-bold,helvetica,arial,sans-serif;
        text-transform: capitalize;
        text-decoration: none;
        font-size: 15px;
        line-height: 23px;
        padding: 8px;
        height: 40px;
        color: #757575;
        border: 1px solid #dbdbdb;
        flex-basis: 100px;
        letter-spacing: -.7px;
        flex-grow: 1;
        cursor: pointer;
        display: inline-block;
        margin: auto;
        width: 100%;
        border-radius: 3px;
        text-align: center;
    }
.list-inline.social li a .social-button-icon {
    background-size: 18px !important;
    width: 18px;
    display: inline-block;
    margin-right: 3px;
}
.list-inline.social #Facebook a .social-button-icon {
    background: transparent url(/images/facebook_logo.svg) no-repeat center center;
}
.list-inline.social #Google a .social-button-icon {
    background: transparent url(/images/google_logo.svg) no-repeat center center;
}
.list-inline.social #Apple a .social-button-icon {
    background: transparent url(/images/apple_logo.svg) no-repeat center center;
}
@media (max-width: 449px){
    ul.list-inline.social {
        grid-template-columns: 1fr;
    }
}