body {
  margin: 0px;
  background-color: #EEEEEE !important;
  text-align: center !important;
}

input {
  font-family: Roboto;
  font-size: 14px
}


.hidden {
  display: none;
}

.bold {
  font-weight: bold;
}

.title {
  font-size: 20px;
}

.subHeader {
  font-size: 16px;
}

.body1 {
  font-size: 14px;
}

.primaryColor {
  color: #000000
}

.secondaryColor {
  color: #404040
}

.errorColor {
  color: #E04E39
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px #EEEEEE inset;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 14px;
  color: #000000;
}

input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  color: #000000;
}

input:-ms-input-placeholder { /* IE 10+ */
  font-size: 14px;
  color: #000000;
}

input:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  color: #000000;
}

input::placeholder {
  font-size: 14px;
  color: #000000;
}

input[type="text"], input[type="password"] {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #979797;
  color: #000000;
  width: 700px;
  height: 44px;
  padding-left: 12px;
}

.loginDiv table {
  width: 350px;
  border: none;
  border-spacing: 0;
}

.width90 {
  width: 90px;
}

.loginDiv td {
  padding: 5px 0 5px 0;
  text-align: left;
}

.loginDiv td.button-center {
  text-align: center;
}

.loginDiv td.button-right {
  text-align: right;
}

#topnav {
  /*font-family: "century gothic";*/
  color: hsla(0, 0%, 100%, 1.00);
  width: 100%;
  text-align: center;
  vertical-align: central;
}

#topnav img {
  float: left;
  border: none;
}

#menu-main {
  text-align: center;
  float: right;
}

#menu-main .li:last-child {
  background: none;
}

#menu-main .li a {
  /*font-family: "Century Gothic";*/
  margin: 0;
  padding: 5px 10px;
  position: relative;
  float: left;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#menu-main .li a:hover {
  background-color: #E04E39;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -webkit-border-top-right-radius: 5px 5px 5px 5px;

}

#content {
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  font-family: Roboto, serif;
}

#main {
  height: 300px;
  /*font-family: "Century Gothic";*/

}

#main_content {
  display: flex;
  justify-content: center;
  /*font-family: "century gothic";*/
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#menu {
  margin-left: auto;
  margin-right: auto;
}


#forgotPasswordLink {
  padding-top: 0;
}

.btn-submit {

  color: #ffffff;
  background-color: #22659C;
  border: none;
  padding: 6px 17px;
  width: 205px;
  height: 84px;
  cursor: pointer;
}

.btn-submit .subHeader .middleButton {
  margin-left: 25px;
}

.fixed-input {
  width: 200px;
}

.announcement {
  width: 300px;
  float: left;
}

.announcementTitle {
  color: yellow;
  padding: 3px;
}

.announcementText {
  width: 300px;
  height: 240px;
  padding: 3px;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(54, 53, 53);
  /* RGBa with 0.6 opacity */
  background: rgba(54, 53, 53, 0.5);
  /* For IE 5.5 - 7*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#363535, endColorstr=#363535);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#363535, endColorstr=#363535)";
}

.announcementText a {
  color: lightblue;
  text-decoration: none;
}

.loginDiv {
  margin-top: 22px;
}

.arrowLeft {
  vertical-align: text-bottom;
}

.copyright {
  position: absolute;
  right: 20px;
  bottom: 20px;
  /*font-family: "Trebuchet MS", sans-serif;*/
  font-size: 9pt;
  color: #000000;
}

.userAgreement {
  text-decoration: underline;
}

/* unvisited link */
a:link {
  color: #404040;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #404040
}

/* mouse over link */
a:hover {
  color: #404040;
}

/* selected link */
a:active {
  color: #404040;
}

input#rememberMe {
  position: absolute;
  opacity: 0;
}

input#rememberMe:checked + label svg path {
  stroke-dashoffset: 0;
}


#rememberMe + label {
  display: inline-block;
  border: 2px solid #CDCDCD;
  width: 20px;
  height: 20px;
  cursor: pointer;
  /*transition: all .2s ease;*/
}

#rememberMe + label svg {
  pointer-events: none;
  vertical-align: text-bottom
}

#rememberMe + label svg path {
  fill: none;
  stroke: #333;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 100;
  stroke-dashoffset: 101;
  /*transition: all 350ms cubic-bezier(1, 0, 0.37, 0.91);*/
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie10up {
    padding-left: 192px
  }
}

.userAgreement > a{
  text-decoration: underline !important;
}

input[type="button"].button-ok {
  width: auto;
  height: 32px;
  padding: 5px 10px;
  margin: 0 5px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  background: #EF5350;
  color: #F3F2F8;
}

input[type="button"].button-cancel {
  width: auto;
  height: 32px;
  padding: 5px 10px;
  margin: 0 10px;
  border-radius: 4px;
  border: 1px solid #424242;
  cursor: pointer;
  background: #FFFFFF;
  color: #404040;
}

input[type="button"]:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.confirmation-dialog {
  display: none;
}
.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
}
.confirmation-dialog > div:first-of-type {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  display: block;
  text-align: center;
  text-decoration-color: #424242;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #424242;
  z-index: 2;
  overflow: hidden;
}
.confirmation-dialog > div:last-of-type div:last-of-type {
  text-align: center;
  position: absolute;
  bottom: 25px;
  width: 100%;
}

.cookie-banner {
  position: fixed;
  width: 100%;
  height: 100px;
  bottom: 0;
  padding-top: 10px;
  line-height: 20px;
  font-size: 14px;
  font-family: sans-serif;
  display: block;
  text-align: center;
  text-decoration-color: #424242;
  background-color: #FFFFFF;
  z-index: 1;
}

.cookie-banner_read-more {
  font-weight: 500;
  color: #0877A9;
  text-decoration: underline;
  cursor: pointer;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #FFFFFF;
  transition: all 0.5s;
}

.slider.close {
  position: fixed;
  height: 100px;
  opacity: 1;
  overflow: hidden;
}

.policy {
  display: none;
  text-align: left;
  padding: 20px;
}

table.cookie-card {
  width: 100%;
  margin: 20px 0 20px 0;
  background-color: #f4f4f4;
  border-radius: 5px;
}

.column-header {
  width: 25%;
  font-size: 14px;
  font-weight: 700;
}

#banner-header {
  font-size: 18px !important;
  font-weight: 700
}

#open {
  font-size: 14px;
}

#banner-message {
  font-weight: 400;
  font-size: 14px;
  margin: 8px 0 8px 0;
}

.locale {
  position: fixed;
  width: auto;
  min-width: 93px;
  background-color: #EEEEEE;
  border-radius: 4px;
  border: 1px solid #58595B;
  height: 32px;
  right: 50px;
  top: 50px;
}
.dropdown-menu-right {
  overflow-y: scroll;
  width: 124px;
  height: 248px;
}

.dropdown-toggle.locale {
  position: fixed;
  padding: 5px 10px 0 15px;
}

.policy-links {
  position: absolute;
  bottom: 110px;
  width: 100%;
  height: 25px;
  text-align: center;
}

.policy-link {
  width: auto;
  min-width: 120px;
  display: inline-block;
  padding-right: 10px;
  text-align: center;
}

.line {
  padding-right: 11px;
  position: relative;
}
.line:after {
  content: '';
  position: absolute;
  right: 0;
  border-right: 1px solid #58595B;
  top: 10%;
  bottom: 10%;
}

.serverResponseNotification {
  position: fixed;
  inset: 0px;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.serverResponseNotificationInner {
  position: absolute;
  inset: 50% auto auto 50%;
  border: 1px solid black;
  background: rgb(82, 82, 82);
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 0px;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 556px;
}

.innerModalDynamic {
    width: 550px;
    box-sizing: border-box;
    margin: 0px;
    padding: 3px;
    background: #D7D8D6;
}

.innerModalBodyDynamic {
    color: #000;
    margin: 20px;
    background: #D7D8D6;
    font-size: 18px;
}