@CHARSET "ISO-8859-1";

html {
    height: 100%;
    font-size: 8pt;
}
body {
  height: 90%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background: linear-gradient(white, white, #C7CEDA);
  font-family: "Verdana", Verdana, sans-serif;
  color: #003366;
}
a{
  text-decoration: none;
}
#header {
  margin: 0% 2% 2em;
  float: left;
  width: 96%;
}
#margin {
  height: 80%;
  overflow: auto;       /* prevent collapsing */
  background: white;
  background: linear-gradient(#C7CEDA, white, white, white, white, white, white, white);
  margin: 2%;
  margin-top: 0px;
  border-radius: 5px;
  clear: both;
}
#content-box {
  height: 96%;
  overflow: auto;       /* prevent collapsing */
  background: #E8F3FD;
  background: linear-gradient(white, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD, #E8F3FD);
  margin: 0.75em;
  border-radius: 5px;
}
#content-body {
  margin: 1em;
}
#content-title {
  font-size: 1.5em;
  padding-bottom: 3em;
  padding-left: 0.7em;
}
#selection-box {
  margin-left: 1em;
  background: white;
  background: linear-gradient(#C7CEDA, white, white, white, white, white, white, white, white, white);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#selection-box-title {
  margin-left: 1%;
  padding-top: 1%;
  padding-bottom: 1.5%;
}
form, #info-text {
  margin-left: 2%;
  padding-bottom: 3.5%;
}
table, ul, #info-text {
  font-size: 1em;
}
li {list-style-type: none;}
.policyrules 
{
  color: #003366;
  padding-left: 0em;
}
.policyrules  li {margin: 0.5em 0em;}

#logo-img {
  vertical-align: -80%;
  min-width: 180px;
  float:left;
}

h1 {
  font-size: 1.5em;
}
h1, h3 
{
  display: inline;
  padding-left: 0.5em;
}

#asterisk{
  float: right;
  color: #996600; 
  margin-right: 1%;
}
.error {
  color: red;
  font-size: 1em;
}
#captcha-img {
  border: 0em;
}
#refresh-img{
  width: 20px;
}
button {
  background: linear-gradient(white, #E8F3FD);
}
#buttons{
  margin-top: 1%;
  margin-left: 1%;
}
.buttonMenu{
  margin: 0 15px 15px 15px;
  width: 190px;
}
.topRight{
  float: right;
}
.topLeft{
	float: left;
}
.autoid{
  margin-top: 9%;
  text-align:center;
}
.helpLink{
  text-align: right;
  margin-top: 18px;
  font-size: 1.3em;
  font-weight: bold;
  color: #003366;
}
@media screen and (max-width: 500px) {
  .helpLink{
    margin-top: 30px;
  }
} 
.helpurl{
  color: #003366;
  text-decoration: none;
}
.environment{
  font-size: 1.5em;
  font-weight: bold;
  margin-top: 45px;
}
input {
  box-shadow: inset 1px 1px 1px 0px #C7CEDA;
}
input[type="radio"] {
  border: 0px;
  box-shadow: inset 0px 0px 0px 0px #C7CEDA;
}
#hiddensubmit             /* ie does not submit the forms by pressing the enter if there is no submit or it has "display: none" or "visibility: hidden" */
{
  width: 0px;
  height: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  color: transparent;
  background-color: transparent;
}
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%;
  width: 75%;
  text-align: left;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  background-color: white;
  padding: 20px 10px;
  font-size: 1.2em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* The navigation links inside the overlay */
.overlay a {
    /* padding: 8px; */
    text-decoration: underline;
    /* font-size: 36px; */
    color: #818181;
    /* display: block; */ /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #999;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 10.5%;
    font-size: 60px;
}
.helpList{
  color: #003366;
}
.helpList li{
  list-style-type: disc;
}
