/* begin reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

.txt-rt {
  text-align: right;
}

.txt-lt {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.float-rt {
  float: right;
}

.float-lt {
  float: left;
}

.clear {
  clear: both;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.vertical-base {
  vertical-align: baseline;
}

.vertical-top {
  vertical-align: top;
}

.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px 0;
}

nav.vertical ul li {
  display: block;
}

nav.horizontal ul li {
  display: inline-block;
}

img {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
/* end reset */

/*****BODY, NAV, CONTAINER******/
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  background: #222a35;
}

.navigation-bg {
  width: 100%;
  border-top: 2px solid #03a7ef;
  background: #343b45;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  top: 0;
}

nav {
  float: left;
  text-align: center;
  margin: 17px 10px 0 0
}

nav a {
  color: #fff;
  position: relative;
  font-size: 12px;
  padding: 18px 10px;
  text-align: left;
  font-weight: 300;
}

nav a:hover {
  color: #03a7ef;
}

.admin-nav {
  float: right;
  text-align: center;
  margin: 0 10px 0 0
}

.admin-nav a {
  color: #fff;
  position: relative;
  font-size: 14px;
  padding: 20px;
  text-align: left;
  display: inline-block;
  font-weight: 300;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 50px 0;
  height: auto;
  position: relative;
}

.content-left {
  text-align: left;
}

/***** FONT AND LINK STYLES ******/
p {
  font-size: 14px;
  color: #fff;
}

.blue {
  color: #03a7ef;
  font-size: 20px;
}

span.p-italic {
  font-style: italic;
  font-weight: 300;
}

.bold {
  font-weight: 600;
}

/***** LOGIN - MAIN ******/
.form-container {
  margin: 120px auto 30px auto;
  width: 440px;
}

.form-header-img {
  margin: 0;
  padding: 0;
  border-bottom: 2px solid #03a7ef;
  font-size: 0;
}

.form-header-img img {
  padding: 0;
  margin: 0;
  max-width: 440px;
}

.form-header {
  padding: 1.5em 0 .5em 0;
  background: #343b45;
  position: relative;
}

.form-header h1 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 5px 0 0 35px;
}

form {
  padding: 15px 35px 15px 35px;
  margin-bottom: 10px;
  background: #343b45;
  max-height: 370px;
  position: relative;
}

form label {
  font-size: 12px;
  color: #fff;
}

form input {
  height: 30px;
  width: 100%;
  font-size: 13px;
}

.input-group {
  border-bottom: 1px solid #999;
  margin: 5px 0;
  position: relative;
}

.input-group.disabled {
  opacity: 0.5;
}

.input-group p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 40px;
}

.input-group input {
  padding: 5px 5px 2px;
  outline: none;
  background: none;
  border: none;
  font-size: 13px;
  color: #fff;
}

.input-group input::-webkit-input-placeholder,
.input-group input:-moz-placeholder,
.input-group input::-moz-placeholder,
.input-group input:-ms-input-placeholder {
  color: #8c949b;
}

.input-group label {
  position: absolute;
  padding-top: 13px;
}

.pw-icon {
  width: 20px;
  top: 9px;
  right: 0;
  position: absolute;
}

.pw-icon a {
  color: #8c949b;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
}

.pw-icon a:hover {
  color: #03a7ef;
}

.input-text {
  padding: 0
}

.input-text p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.password-extra {
  margin: 0;
  padding: 0 0 20px 0;
  width: 100%;
  position: relative;
  float: left;
}

.password-extra input {
  width: auto;
  padding: 0;
}

.remember {
  float: left;
  width: 50%;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

.remember input[type="checkbox"] {
  height: auto;
}

.forgot, .domain-help {
  float: right;
  font-size: 12px;
  cursor: pointer;
}

.forgot a, .domain-help a {
  color: #ccc;
  font-weight: 300;
}

.forgot a:hover, .domain-help a:hover {
  color: #03a7ef;
}

.submit-group {
  padding: 20px 0 0 0;
  text-align: right;
  margin-bottom: 20px;
}

.blue-btn {
  -webkit-appearance: none;
  display: inline-block;
  overflow: hidden;
  text-indent: 0;
  background: #01a2e5;
  outline: none;
  border: none;
  border-top: 1px solid rgba(255, 255, 255, .25);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.4);
  color: white;
  font-weight: 400;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  font-size: 14px;
  padding: 2px 18px 3px 18px;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  width: auto;
}

.blue-btn:hover {
  background: #21c0f7;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

.cancel {
  display: inline-block;
  vertical-align: top;
}

.cancel a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin: 7px 0 0 10px;
}

.cancel a:hover {
  color: #03a7ef;
}

.feedback p {
  font-weight: 700;
  padding-bottom: 20px;
  color: #fff;
  font-size: 14px;
}

.sso-button-row {
  position: relative;
  display: inline-flex;
  flex-direction: row-reverse;
  right: 20px;
  padding-top: 10px;
}

.sso-link {
  float: left;
  font-size: 12px;
  color: #fff;
  font-weight: 300;
}

/***** INPUT ERROR ******/
.form-container.error .form-header-img {
  border-bottom: 2px solid #f55855;
}

.form-container.error .feedback p {
  color: #f55855;
}

.input-group.error {
  border-bottom: 1px solid #f55855;
  background-color: #372930;
  margin: 5px 0 20px 0;
}

.input-group.error input {
  height: 30px;
  padding: 5px 0 2px 0;
  width: 100%;
}

.input-group.error p {
  font-size: 13px;
  color: #fff;
  margin-bottom: 20px;
}

.input-group.error input {
  padding: 5px 0 2px 5px;
  outline: none;
  background: none;
  border: none;
  font-size: 13px;
  color: #fff;
}

/***** SUCCESS ******/
.form-container.success .form-container {
  background: #444D50
}

.form-container.success .form-header-img {
  border-bottom: 2px solid #7ed899;
}

.form-container.success .input-text p {
  font-weight: 700;
  color: #7ed899
}

.form-container.success .form-header {
  background: #495c5c;
}

.form-container.success form {
  background: #495c5c
}

/***** FOOTER ******/
.footer {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.footer p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 300;
}

.footer p a {
  color: #fff;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.footer p a:hover {
  color: #fff
}

/***** CONTENT CENTER ******/
.content-center {
  text-align: center;
}

.content-center .form-header h1 {
  margin: 5px 0 0 0;
}

.content-center form {
  padding: 20px 0 25px 0;
  margin-bottom: 10px;
  background: #343b45;
  max-height: 370px;
  position: relative;
}

/***** RESET PASSWORD ******/
.form-container.reset-password {
  width: 671px;
}

.form-container.reset-password .form-header-img img {
  content: url("/core/application/images/header-wide.png");
  max-width: 671px;
}

.form-container.reset-password .form-header {
  display: none;
}

.input-group.new-password {
  margin-bottom: 0;
}

.pw-reset {
  font-size: 14px;
  font-weight: 100;
}

.pw-reset.left {
  width: 50%;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 10px 0 0;
}

.pw-reset.left .input-group.valid:before {
  content: '\f122';
  color: #7ed899;
  font-family: 'IonIcons', sans-serif;
  position: absolute;
  left: -20px;
  top: 14px;
}

.pw-reset.left .submit-group {
  text-align: left;
}

.pw-reset.left .submit-group input:disabled {
  background: none;
  border: solid 1px #8c949b;
  color: #8c949b;
  cursor: default;
}

.pw-reset.left.match .input-group {
  border-bottom: 1px solid #7ed899;
}

.pw-reset.left.match .input-group input {
  color: #7ed899;
}

.pw-reset.left .match-text {
  display: none;
  color: #7ed899;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.pw-reset.left.match .match-text {
  display: block;
}

.pw-reset.right {
  width: 49%;
  display: inline-block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  vertical-align: top;
  padding: 0 10px;
}

.pw-reset .title {
  color: white;
  font-size: 18px;
  margin-bottom: 20px;
}

.pw-reset.right .reset-text b {
  font-weight: bold;
  color: white;
}

.pw-reset.right .req {
  position: relative;
  padding-left: 18px;
  color: #8c949b;
}

.pw-reset.right .req:before {
  content: '\f12a';
  font-family: 'IonIcons', sans-serif;
  position: absolute;
  left: 0;
  top: 3px;
}

.pw-reset.right .req.met {
  color: #7ed899;
}

.pw-reset.right .req.met:before {
  content: '\f122';
}

/***** GLOBAL TOP BAR WARNING ******/
.warning-container {
  background: #fade69;
  color: #2b2b2b;
  width: 100%;
  font-size: 13px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.warning {
  width: 700px;
  margin: 0 auto;
}

@media only screen
and (max-device-width: 480px) {
  .form-container {
    width: 100%;
    margin-top: 0;
  }

  .form-header-img img {
    max-width: 100%;
  }

  .input-group input {
    font-size: 18px;
  }

  .submit-group-cancel {
    width: 100%;
  }
}

#microsoftBtnClassic {
  color: #FFF;
  background-color: #2f2f2f;
  margin-left: 10px;
  width: 200px;
  height: 40px;
  border: 1px solid white;
  border-radius: 5px;
}

#microsoftBtnClassic:hover {
  cursor: pointer;
}

#googleBtn, #googleBtnClassic {
  position: relative;
  display: inline-block;
  color: #FAFAFF;
  width: 200px;
  border-radius: 5px;
  border: thin solid #FAFAFF !important;
  white-space: nowrap;
  height: 40px;
}

#googleBtn:hover, #googleBtnClassic:hover {
  cursor: pointer;
}

#googleBtn {
  left: 10px;
  top: 22px;
}

.regionalized-pwd-info img {
  position: relative;
  top: 5px;
}

.modal-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-container .domain-links {
  position: absolute;
  display: flex;
  text-decoration: underline;
  margin-bottom: 30px;
  color: #CDCED6;
  font-size: 14px;
  cursor: pointer;
  bottom: 0;
}
.modal-container .domain-links > img {
  position: relative;
  bottom: 2px;
  right: 2px;
}

.domain-links.hidden {
  display: none;
}

#modal-domain-info .modal-container .h2-title img {
  position: relative;
  top: 5px;
}

.modal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.open {
  visibility: visible;
  opacity: 1;
  color: white;
  background: rgba(0, 0, 0, 0.4);
}

.modal.open > .modal-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #353B4A;
  border-radius: 4px;
  bottom: 150px;
  padding: 24px;
  max-width: 600px;
  z-index: 900;
}

.modal.open>.modal-container>.h1-title {
  color: #fafaff;
  font-size: 20px;
  margin-bottom: 15px;
}

.modal.open>.modal-container>.h2-title {
  color: #fafaff;
  font-size: 14px;
  margin-bottom: 30px;
}

.modal.open>.modal-container>.h2-title > a {
  text-decoration: underline;
  cursor: pointer;
  color: #fafaff;
}

.modal.open>.modal-container>.modal-close {
  position: absolute;
  cursor: pointer;
  color: #fafaff;
  font-size: 20px;
  margin-bottom: 10px;
  right: 20px;
  top: 24px;
  height: 20px;
  width: 20px;
}

.modal.open>.modal-container>.modal-footer {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
}

.modal.open>.modal-container>.modal-footer button{
  margin-left: 20px;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}

.modal.open>.modal-container>.modal-footer button:first-letter {
  text-transform: capitalize;
}

.modal.open>.modal-container>.modal-footer button:hover {
  opacity: 0.8;
}

.modal.open>.modal-container>.modal-footer>.primary {
  background-color: #33b2ff;
  border: none;
  outline: none;
  box-sizing: border-box;
  color: #070e1e;
}

.modal.open>.modal-container>.modal-footer>.secondary {
  background-color: #353b4a;
  color: #fafaff;
  border: 1px solid #fafaff;
  outline: none;
  box-sizing: border-box;
}

@media only screen
and (max-device-width : 480px) {
  #googleBtn {
    top: -10px;
    transform: translate(25%, 0);
  }
  .sso-button-row {
    width: 110%;
    display: inline-grid;
    justify-content: center;
    padding-bottom: 10px;
  }
  #googleBtnClassic {
    top: 10px;
  }
  #microsoftBtnClassic {
    top: 0;
    margin-left: 0;
  }
}

#login-loading-icon {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 200%);
  color: #008cca;
  font-size: 50px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-height: 880px) {
  .modal-container .domain-links {
    position: relative;
  }

  .modal.open>.modal-container {
    position: relative;
    bottom: 0;
  }

  #login-loading-icon {
    transform: translate(-50%, 0%);
  }
}