
html{
  height:100%;
  width:100%;
}

body{
  height:100%;
  font-family: Arial, Verdana,Helvetica;
  text-align:center;
  margin:0px;
}


#cookie-message {
  display:none;
  background-color: #ddd;
  color: #black;
  margin: 0 auto;
  position:fixed;
  width:100%;
  left:0px;
  bottom:0px;
  text-align:center;
  font-size:12pt;
  border:1px solid gray;
}

.cookiePolicyX{
  background-color: red;
  color:white;
  font-weight:bold;
  display:inline-block;
  border:1px solid purple;
  float:right;
  padding:2px;
  font-size:12pt;
  width:15px;
  text-align:center;
  margin-right:2px;
}

.xOuter{
  text-align:right;
  width:100%;
}

.loginContent{
  min-height:100%;
  display: inline-block;
  position:relative;
  width:100%;
  text-align:left;
  display:inline-flex;
  flex-direction:column;
}

.loginBody{
  text-align:center;
  flex-grow:1;
}

.loginErrorWrapper{
  display:block;
  height:60px;
  margin-top:30px;
  text-align:center;
  text-align:center;
}

.loginError{
  border:1px solid #ccc;
  display:none;
  padding:5px;
  background-color:#ffffff;
  max-width:450px;
  width:90%;
}

.loginCaption{
  font-size:1.2em;
  margin-top:10px;
  margin-bottom:20px;
}

.C_Link{
  margin:4px;
}


.loginRow{
  text-align:left;
  margin-bottom:10px;
}

.col1{
  display:inline-flex;
  text-align:left;
  font-weight:normal;
  padding:2px;
  width:99%;
}

.col2{
  display:inline-flex;
  text-align:left;
  padding:2px;
  width:99%;
}

.loginTable{
  margin-top:30px;
  padding:0px;
  padding-bottom:20px;
  border:1px solid #ccc;
  max-width:450px;
  width:90%;
  display:inline-block;
  background-color: #fff;
  border-radius:10px;
}

#poweredBy{
  font-size:.8em;
  vertical-align:bottom;
}

.loginInput{
  width:100%;
  font-size:20px;
  padding:3px;
}
               


.login-footer{
  width:100%;

  padding-bottom:10px;
  text-align:center;
  bottom:0px;
  background-color:white;
  flex-grow:0;
}

.login-footer-content{
  font-size: 12px;
  padding: 10px;
  bottom:0px;
}



@media (max-width: 800px) {

  .loginErrorWrapper{
    margin-top:10px;
  }

  .loginTable{
    margin-top:10px;
  }
}

.login-bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  background-image: url('images/login-bg.png');
}

.loginLogo{
  border-bottom: 1px solid #ddd;
  padding:20px 0px;
  background-color:black;
}

.loginFrm{
   padding:20px;
   display:inline-block;
   max-width:300px;
}

.loginButtons{
  margin:30px 0px 20px 0px;
  text-align:center;
  width:100%;
}

.loginButton{
  width:100%;
  font-size: 1.2em;
  padding: 8px;
  background-color: #eee;
  border: 1px solid gray;
}

#forgotRow{
  text-align:center;
}

#pageProcessingImage{
  position: relative;
  top: 35%;
}

#pageProcessing{
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:black;
  opacity: 0.50;
  -moz-opacity: 0.50; /* older Gecko-based browsers */
  filter:alpha(opacity=50); /* For IE6&amp;7 */
  text-align:center;
  z-index: 999;
}


.footer-inner{
               border-top:1px solid black;
               padding-top:10px;
}

.footer-wrapper{
}

.footer-div{
  background-color:black;
  position: absolute;
  height: auto;
  width: 100%;
  left:0px;
  font-size:14px;
  text-align:center; 
}

.footer-div a{
  color:white!important;
}

.footer-inner{
  display:flex;
  width:100%;
  color:white;
}
.footer-inner-copy{
  color:rgb(102, 102, 102);
  padding:20px;
  text-align:center; 
  border-top: 1px solid rgb(102, 102, 102);
  margin:0px 5%;
}

.footer-table{
  width:95%;
}

.footer-table td{
  color:white;
  text-align:center;
}

.footer-table a{
  color:white;
}

.footer-inner-flex{
  flex-grow:1;
  text-align:center;
  padding:20px;
}

#footer-usa{
  flex-basis:33%;
}
#footer-logo{
  flex-basis:33%;

}
#footer-numbers{
  flex-basis:17%;

}
#footer-hq{
  flex-basis:17%;

}

.footer-text{
  line-height:1.5rem;
}

.footer-link{
  cursor:pointer;
}

.footer-h1{
  font-size:1.2em;
  font-weight:bold;
}


@media(max-width:600px){
  .footer-table td{
    display:block;
    width:100%;
    padding:10px;
  }
}