/* **************************** IMPORTS ******************************** */
@import "../templates/alert-toast/alert-toast.css";
.login-box form {
  text-align: center;
  padding: 20px;
  background-color: white;
}
.login-wrapper {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d3770+0,061933+100 */
  background: #0d3770;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0d3770), color-stop(100%, #061933));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #0d3770 0%, #061933 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d3770', endColorstr='#061933', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#bottom_links > a {
  text-decoration: none;
  color: #5f6a7d;
}
#bottom_links > a:hover {
  text-decoration: none;
  color: #444444;
}
.login-form input,
.login-form md-input-container label {
  font-size: 20px;
}
.login-form input {
  border-color: #5f6a7d;
}
.login-form span,
.login-form-link {
  font-size: 14px;
}
.login-form md-input-container label {
  color: #545454;
}
.nomis-btn {
  padding: 9px 41px 7px 41px;
  font-size: 25px;
  background: #0a68cd;
  color: #ffffff;
  border-radius: 3px;
  outline: none;
  border: 1px solid #9ea6b3;
}
.nomis-btn:focus {
  padding: 9px 41px 7px 41px;
  font-size: 25px;
  background: #0a68cd;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px #9ea6b3;
  outline: 2px solid #0D0D0D;
}
.tab-focus:focus {
  outline: 2px solid #0D0D0D;
}
#bankName {
  font-size: 36px;
  color: #2e3b4e;
}
#footer-wrapper {
  font-size: 14px;
  border-top: 1px solid #5f6a7d;
}
#footer-wrapper a,
#footer {
  color: #4d566a;
  line-height: 22px;
}
/* **************************** FONTS ******************************** */
@font-face {
  font-family: "AvenirLTStd-Book";
  src: url("fonts/avenir/AvenirLTStd-Book.eot");
  src: url("fonts/avenir/AvenirLTStd-Book.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/AvenirLTStd-Book.woff") format("woff"), url("fonts/avenir/AvenirLTStd-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AvenirLTStd";
  src: url("fonts/avenir/AvenirLTStd-Medium.eot");
  src: url("fonts/avenir/AvenirLTStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/avenir/AvenirLTStd-Medium.woff") format("woff"), url("fonts/avenir/AvenirLTStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* **************************** VARIABLES ******************************** */
body {
  color: #9ea6b3;
  font-family: "AvenirLtStd", Helvetica, sans-serif !important;
}
#wrapper {
  padding-left: 0;
  padding-top: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 100px) {
  #wrapper:not(.login) {
    padding-left: 200px;
  }
  #page-content-wrapper {
    position: relative;
  }
}
.md-button.md-raised {
  height: 2rem;
}
.md-select {
  width: 10rem;
}
.login {
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d3770+0,061933+100 */
  background: #0d3770;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0d3770), color-stop(100%, #061933));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #0d3770 0%, #061933 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #0d3770 0%, #061933 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d3770', endColorstr='#061933', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.login #page-content-wrapper {
  height: 100%;
  padding: 0;
}
.login-box {
  width: 400px;
}
.login-box form {
  box-shadow: 0 2px 15px #041326;
}
.login-box form input {
  border: none;
  border-bottom: 1px solid #ebebeb;
  padding: 5px;
  margin: 10px 0;
  box-sizing: border-box;
}
.login-box form input:focus {
  outline: none;
}
.login-footer {
  height: 50px;
  width: 100%;
  background-color: #071b38;
  bottom: 0;
  left: 0;
  position: absolute;
  color: #d9d9d9;
  padding: 0 20px;
  font-size: 0.85em;
  box-sizing: border-box;
}
.clearfix {
  overflow: auto;
}
.main-content-panel {
  padding: 20px;
}
.pad-top {
  padding: 47px 0 0 0;
}
.pull-right {
  float: right;
}
.cursor-pointer {
  cursor: pointer;
}
.no-focus-outline:focus {
  outline: none;
}
.no-margin {
  margin: 0;
}
.no-text-decor {
  text-decoration: none;
}
/* nsplm/bower_components/angular-material/angular-material.css font-family override */
button,
select,
html,
textarea,
input {
  font-family: "AvenirLtStd", Helvetica, sans-serif !important;
}
.timeout {
  align-items: center;
  display: grid;
  height: 90vh;
  justify-content: center;
  margin: 0;
}
.timeout__container {
  align-items: center;
  display: grid;
  grid-gap: 10px;
  justify-content: center;
}
.timeout__message {
  font-size: 2rem;
  color: #545454;
}
.timeout__buttonwrap {
  text-align: center;
}
.info-error {
  color: red;
}
.info-info {
  color: black;
}
.info-content {
  align-items: center;
  display: grid;
  font-size: x-large;
  height: 90vh;
  justify-content: center;
  margin: 0;
  grid-gap: 10px;
  text-align: center;
}
.info-link {
  text-align: center;
  text-underline-position: under;
}
