﻿/* formerly #107A9A;*/
.alert-modal-dialog {
  width: 95% !important;
  max-width: 735px;
}
button,
input,
img,
select {
  outline: none;
}
p {
  line-height: 20px;
  margin: 10px;
}
.field-validation-error {
  color: orangered;
}
body {
  background-color: #E5F7FD;
  min-width: 100px;
  margin: 0;
}
#panel_container {
  /*padding-bottom:6em;*/
  /*margin-top:10em;*/
  min-height: 430px;
}
#panel {
  /*background-image: url(../Images/ALLoginPanel.png);*/
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 1px 2px 4px #99a3a5;
  /*height: 295px;*/
  width: 540px;
  background-repeat: no-repeat;
  margin-top: 2.5em;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 45px 60px 60px 60px;
}
#panel.reset-confirmation {
  padding: 45px 40px 90px 40px;
}
#reset_form_div p:first-child {
  margin-top: 10px;
}
#reset_form_div p:last-child {
  margin-bottom: 20px;
}
#reset_form_div p {
  font-size: 1.4em;
}
#reset_form_div h1 {
  font-family: "Merriweather (Bold)";
  font-size: 2em;
}
.panel_message {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  /*margin-left: 70%;
            margin-top: 300px;*/
  padding: 20px 50px 20px 40px;
  width: 450px;
  height: auto;
  z-index: 99;
  background-color: #fff;
  border: solid thick gainsboro /*#D7DEDF*/;
  opacity: 0.98;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 4px #888;
  -moz-box-shadow: 4px 4px 4px #888;
  box-shadow: 4px 4px 4px #888;
}
#panel_message_closeBtn {
  display: none;
}
#panel_message_closeBtn {
  display: none;
}
#login_form {
  /*width:100%;*/
}
#login_form_div,
#reset_form_div {
  /*margin-top: 88px;*/
  float: none;
  margin: 0 auto;
  width: 100%;
}
#login_form_div h1,
#reset_form_div h1 {
  font-size: 2.2em;
  font-weight: 700;
  margin-top: 10px;
}
#login-panel-links {
  text-align: center;
  font-size: 1.3em;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  /*margin-top:30px;*/
}
#login-panel-links .link-separator {
  color: black;
}
#login-panel-links a {
  width: 135px;
  color: #1498c0;
}
a {
  color: #1498c0 !important;
}
#divRememberMe {
  width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 24px;
}
#divRememberMe input {
  width: 1.3em;
  height: 1.3em;
  color: #888;
  margin-top: 0;
  vertical-align: middle;
}
#divRememberMe span {
  font-size: 1.3em;
  font-weight: 700;
  color: #000;
  padding-left: 6px;
  vertical-align: middle;
}
#PasswordContainer {
  position: relative;
  height: 45px;
  margin-top: 10px;
  border-radius: 0;
  border: solid thin #888;
}
#Password {
  margin: 0;
  height: auto;
  width: 90%;
  margin-top: 8px;
  float: left;
  border: 0;
}
#PasswordVisibilityToggle {
  color: #757575;
  font-weight: 700;
  font-size: 1.6em;
  right: 13px;
  float: right;
  width: 8%;
  margin-top: 13px;
}
#PasswordVisibilityToggle .fa-eye-far {
  font-weight: bold;
}
input[type=text],
input[type=email],
input[type=password],
input[type=message],
textarea,
select {
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 0;
  border-color: #888;
  font-size: 1.5em;
  color: #888;
  height: 45px;
  font-style: normal;
  font-weight: normal;
  padding-left: 10px;
}
#body {
  padding-top: 6em;
  /* Had to add this to the login.asp page because without it there was the black strip at the top.  This messes up the white center panel on other pages though. */
  /*background-image: url(../Images/AerieLibBkgd.jpg);*/
  /*background-repeat: repeat;*/
  /*background-position: center;*/
  background-color: #E5F7FD;
  min-height: auto;
}
#body.systemNotificationShown {
  padding-top: 1em;
}
#container {
  background-color: #E5F7FD;
  overflow: hidden;
}
#logo,
.logo {
  max-width: 320px;
  margin: 0 auto;
  padding-bottom: 12px;
}
a:hover.no-hover-color {
  background-color: transparent;
}
a:hover.light {
  color: #dddddd;
}
.msgLoggedOut {
  width: 100%;
  color: darkred;
  text-align: center;
  font-size: 1em;
  padding-top: 10px;
}
#browserWarning,
#iPadLoginWarning,
#iPadSsoLoginWarning {
  margin-top: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
  max-width: 600px;
  display: none;
  padding: 10px 20px 10px 20px;
  max-width: 700px;
  background-color: #f7c76e;
  /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
#browserWarning p:first-child,
#iPadLoginWarning p:first-child,
#iPadSsoLoginWarning p:first-child {
  font-weight: 700;
}
#systemNotification {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  max-width: 600px;
  padding: 10px 50px 10px 30px;
  background-color: #f7c76e;
  /*-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
#systemNotification p:first-child {
  font-weight: 700;
}
#divBtnLogin .button-login,
#divBtnNext .button-login,
#divBtnResetPwd .button-login,
#divBtnLogin .button-reset,
#divBtnNext .button-reset,
#divBtnResetPwd .button-reset {
  outline: none;
  cursor: pointer;
  float: right;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0px;
  padding: 10px 0;
  font-weight: 600;
  color: #fff !important;
  /*#384049;*/
  font-size: 1.5em;
  text-align: center;
  border: none;
  background-color: #47CBF3;
}
.login-footer {
  font-size: 1.2em;
  margin: 0 auto;
  width: 200px;
  position: absolute;
  bottom: 1.3em;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  #panel {
    width: 90%;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    left: 5%;
    top: 17.5%;
    position: absolute;
    text-align: center;
    padding: 25px;
  }
  #logo,
  .logo {
    max-width: 250px;
  }
  #reset_form_div {
    /*& h1 {
            font-size: 1.9em;
        }*/
  }
  #reset_form_div p {
    font-size: 1.3em;
  }
  #panel.reset-confirmation {
    padding: 25px 25px 60px 25px;
  }
  #browserWarning,
  #iPadLoginWarning,
  #iPadSsoLoginWarning {
    position: absolute;
    right: 5%;
    left: 5%;
    bottom: 4em;
    padding: 10px 40px;
  }
  #browserWarning p,
  #iPadLoginWarning p,
  #iPadSsoLoginWarning p {
    font-size: 0.7em;
    line-height: 1.1em;
  }
  #browserWarning p i,
  #iPadLoginWarning p i,
  #iPadSsoLoginWarning p i {
    font-weight: 700;
  }
  #systemNotification {
    position: absolute;
    right: 5%;
    left: 5%;
    /*bottom: 11em;*/
    top: 0;
    padding: 10px 10px;
  }
  #systemNotification p {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 10px;
  }
}
.iOSVersionInfo {
  font-weight: 700 !important;
}
@media (max-width: 414px) {
  #panel {
    padding: 20px 5px 40px 5px;
    left: 5%;
    top: 24%;
  }
  #logo,
  .logo {
    max-width: 205px;
    padding-bottom: 8px;
  }
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=message],
  textarea,
  select {
    font-size: 1.3em;
    height: 45px;
  }
  #divBtnLogin .button-login,
  #divBtnNext .button-login,
  #divBtnResetPwd .button-reset {
    font-size: 1.3em;
  }
  #login-panel-links {
    font-size: 1.1em;
  }
  #divRememberMe span {
    font-size: 1.1em;
  }
  #divRememberMe input {
    width: 1em;
    height: 1em;
  }
  .login-footer {
    font-size: 1em;
  }
  #reset_form_div h1 {
    font-size: 1.6em;
  }
  #reset_form_div p {
    font-size: 1em;
  }
  #panel.reset-confirmation {
    padding: 25px 10px 60px 10px;
  }
  #Password {
    width: 88%;
  }
  #PasswordVisibilityToggle {
    width: 12%;
    /*padding-right: 5px;*/
  }
  #systemNotification p {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 10px;
  }
}
@media (max-width: 320px) {
  #body {
    padding-top: 2em;
  }
  #panel {
    top: 27%;
  }
  #reset_form_div h1 {
    font-size: 1.4em;
  }
  #reset_form_div p {
    font-size: 1em;
  }
  #browserWarning,
  #iPadLoginWarning,
  #iPadSsoLoginWarning {
    padding: 5px 25px;
    bottom: 3em;
  }
  #browserWarning p,
  #iPadLoginWarning p,
  #iPadSsoLoginWarning p {
    font-size: 0.6em;
    line-height: 1em;
  }
  #browserWarning #iOSVersionForLoginWarning,
  #iPadLoginWarning #iOSVersionForLoginWarning,
  #iPadSsoLoginWarning #iOSVersionForLoginWarning,
  #browserWarning #iOSVersionForSsoWarning,
  #iPadLoginWarning #iOSVersionForSsoWarning,
  #iPadSsoLoginWarning #iOSVersionForSsoWarning {
    font-weight: 700;
  }
  #systemNotification {
    padding: 5px 25px;
    /*bottom: 13em;*/
    top: 0;
  }
  #systemNotification p {
    font-size: 1.1em;
    line-height: 1.3em;
    margin: 10px;
  }
  .msgLoggedOut {
    font-size: 0.9em;
  }
  #PasswordVisibilityToggle {
    padding-right: 5px;
  }
}
@media (max-width: 300px) {
  #logo,
  .logo {
    max-width: 170px;
  }
  #login-panel-links {
    font-size: 1em;
  }
  #divRememberMe span {
    font-size: 1em;
  }
  #divRememberMe input {
    width: 0.9em;
    height: 0.9em;
  }
  .login-footer {
    font-size: 0.9em;
  }
  #reset_form_div h1 {
    font-size: 1.2em;
  }
  #reset_form_div p {
    font-size: 0.8em;
  }
  #panel.reset-confirmation {
    padding: 25px 10px 60px 10px;
  }
  .msgLoggedOut {
    font-size: 0.75em;
  }
}
@media (max-height: 550px) {
  #systemNotification {
    /*margin-top: 10em;*/
  }
  /*#body {
        padding-top:0;
    }*/
  #panel {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #panel_container {
    margin-bottom: 12em;
  }
}
h1.logout {
  margin-top: 20px !important;
}
#login-panel-links .logout {
  margin-bottom: 15px;
}
.tooltip {
  position: absolute;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}
html,
body {
  touch-action: auto;
}