/*
 * Terms text
 */
.terms-text {
  height: 100%;
  overflow: auto;
  padding: 0 2em;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box; }

body > main > div > div > div {
  font-family: latolight, "Century Gothic", "Avant Garde", "Segoe UI", Calibri, "Arial Narrow", sans-serif; }

body {
  background: url("../imgs/bg5.png") center -480px no-repeat #f4f4f4; }
  body > header {
    padding-top: 20px;
    background-color: transparent; }
    body > header > .navbar {
      background-color: #fff; }

#header h2 {
  text-align: right; }

#login-form-table td {
  padding-right: 1em; }

#login-background {
  /* IE8 fix */
  behavior: url("css/pie/PIE.htc");
  background: white;
  margin: 0 auto 0 auto;
  border-radius: 15px;
  padding: 80px 0 80px 0; }

#login-button {
  /* IE8 fix */
  behavior: url("css/pie/PIE.htc");
  color: black;
  background: #ededed;
  border: none;
  border-radius: 3px;
  margin-top: 80px;
  width: 100%;
  height: 50px;
  text-align: left;
  font-family: latolight, "Century Gothic", "Avant Garde", "Segoe UI", Calibri, "Arial Narrow", sans-serif;
  font-size: 16px;
  padding: 0;
  text-align: center; }

#login-background table {
  margin: 75px auto 0 auto; }

#login-background td {
  color: black;
  font-size: 14pt; }

#login-background td p {
  margin-right: 1em;
  padding-bottom: 10px;
  text-align: left; }

#login-background td input {
  /* IE8 fix */
  behavior: url("css/pie/PIE.htc");
  background-color: #ededed;
  border: none;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  width: 375px; }

/* Chrome fix */
#login-background td input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #ededed inset; }

#login-background a {
  color: black;
  text-decoration: underline;
  font-family: latolight, "Century Gothic", "Avant Garde", "Segoe UI", Calibri, "Arial Narrow", sans-serif; }

#login-background .forgot {
  display: block;
  font-size: 10pt;
  font-style: italic;
  margin-top: 2em; }

#login-background p {
  font-family: latolight, "Century Gothic", "Avant Garde", "Segoe UI", Calibri, "Arial Narrow", sans-serif;
  font-size: 14pt;
  color: black;
  line-height: 1.5em;
  margin-left: 20px;
  text-align: center; }

#login-footer {
  height: 20px; }

#login-footer a {
  font-size: 12pt;
  color: black !important; }

#login-footer h2 a {
  color: black; }

#login-footer form {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 500px; }

footer > div > div > div > div:first-of-type {
  display: none; }
footer > div > div > div > div:last-of-type {
  width: 100%;
  text-align: center; }

body > footer > div a {
  /*color: grey !important;
  text-decoration: underline;*/
  display: none; }
body > footer > div:first-child {
  background: white !important;
  color: grey !important; }

footer p {
  display: table-cell;
  vertical-align: middle;
  margin: 0; }

footer, #container:after {
  display: table; }

#searchForm #date-selectors .k-picker-wrap {
  padding: 0 2.4em 0 0 !important; }
@-moz-document url-prefix() {
  #searchForm #date-selectors .k-picker-wrap .k-select {
    width: 2.4em; } }
::-ms-clear {
  display: none; }

#qrcode-form .parent {
  position: relative;
  overflow: hidden;
  width: 100%; }
#qrcode-form .dark-box {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  height: 100%; }
#qrcode-form .light-box {
  position: absolute;
  width: 20em;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
  height: 20em;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#other-selectors > div > div > div {
  border-width: thin !important; }

.error-bulletin {
  background-color: white;
  overflow-wrap: break-word; }

/*# sourceMappingURL=main.css.map */
