html, body {
  background: #D6EBFF;
  font: Verdana, Geneva, sans-serif;
}
.modalmark {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 900;
  color: #1A3366;
  width: 18px;
  height: 18px;
  background: #9db3e0;
  border: 1px solid white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
}
.questionmark, .refreshcaptcha {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  text-decoration: none;
  font-weight: 900;
  color: #1A3366;
  width: 100px;
  height: 100px;
  background: #C9DECB;
  border: 1px solid #1A3366;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 1px 3px #111;
  -moz-box-shadow: 3px 3px 1px #999;
  -webkit-box-shadow: 3px 3px 1px #999;
}
.questionmark:hover, .refreshcaptcha:hover {
  background: #1A3366;
  color: #FFF;
}
.tooltip {
  position: relative;
  display: inline-block;
}
.tooltip .tooltiptext {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  visibility: hidden;
  width: 120px;
  background-color: #1A3366;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px 10px 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  border-width: 5px;
  border-style: solid;
  border-color: #1A3366 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  margin-bottom: 5px;
}
.modal {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 40%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: zoomIn;
  -webkit-animation-duration: 0.5s;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  /* border: 5px double #112D03!important; */
}
@media only screen and (min-width: 992px) {
  .modal-content {
    width: 20%;
  }
}
@media only screen and (max-width: 480px) {
  .modal-content {
    width: 80%;
  }
}
/* Add Animation */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.closebtn {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.closebtn:hover, .closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #5a74a8;
  color: white;
}
.modal-body {
  padding: 2px 16px;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #5a74a8;
  color: white;
}
.loader {
  border: 4px solid silver;
  border-radius: 50%;
  border-top: 4px solid #1A3366;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.maindiv {
  width: 75%;
  margin: 0px auto;
  text-align: center;
  overflow-x: auto;
}
.contentdiv {
  background-color: #f0f5fa;
}
.hrbet {
  width: 95%;
}
.hrsub {
  width: 45%;
}
.aspace {
  height: 10px;
}
.headerdiv {
  background-color: #1A3366;
  text-align: center;
  color: white;
  font-size: 28px;
  padding: 40px 0px 40px 0px;
}
.footerdiv {
  background-color: #1A3366;
  text-align: left;
  color: white;
  font-size: 20px;
  padding: 18px 0px 18px 10px;
}
.clspulldownstyle {
  width: 460px;
}
.txareastyle {
  width: 460px;
}
select {
  word-wrap: break-word;
}
table.fotable{
  border-collapse: collapse;
  border: 0px solid #cdcdcd;
  width: 100%;
}
.fotable td {
  border: 0px solid #cdcdcd;
  padding: 0px 4px 2px 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .calendar-box {
    margin-left: -200px !important;
    max-width: 220px !important;
  }
}
@media only screen and (max-width: 620px) {
  .maindiv {
    width: auto;
  }
  table.fotable, .fotable tbody, .fotable td, .fotable tr {
    display: block;
  }
  .clspulldownstyle {
    width: 240px;
  }
  .txareastyle {
    width: 240px;
  }
  .headerdiv {
    padding: 2px 0px 5px 0px;
  }
  .calendar-box {
    margin-left: -100px !important;
  }
  .maindiv {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .maindiv {
    width: auto;
  }
}
.btnstyle {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  color: black;
  padding: 5px 10px 5px 10px;
  margin: 0px 0px 5px 0px;
  border: solid 1px #CCC;
  background: #D6EBFF;
  width: 100px;
  cursor: pointer;
}
.btnstyle:hover {
  background: #1A3366;
  color: #FFF;
}
input[type="button"].btnstyle:enabled {
  background: #D6EBFF;
}
input[type=button].btnstyle:disabled {
  background: #dddddd;
  color: white;
}
input[type="button"].btnstyle:hover:enabled  {
  background: #1A3366;
  color: #FFF;
}
input[type="button"].btnstyle:hover:disabled  {
}
.rbtnstyle {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  position: relative;
  top: -8px;
}
.chkboxstyle {
  width: 16px;
  height: 16px;
  vertical-align: bottom;
  position: relative;
  top: -5px;
}
.textboxstyle {
  height: 18px;
}
.pulldownstyle {
  height: 24px;
}
span.reqlbl{
  margin: 0px;
  text-align: left;
  color: #FF0000;
}
span.lbl{
  color: #000000;
  font: 12px/30px Verdana, Geneva, sans-serif;
}
span.titlelbl{
  color: #000000;
  font: normal bold 14px/30px Verdana, Geneva, sans-serif;
}
p{
  text-align: center;
  max-width: 1000px;
  left: 50px;
  right: 50px;
}
p.clcopyrt{
  text-align: left;
  max-width: 1000px;
}
.calendar-box {
  display:none;
  background-color:#fff;
  border:1px solid #444;
  position:absolute;
  width: 250px;
  padding: 0 5px;
  margin-top: 24px;
  margin-left: -100px;
  margin-bottom: 0px;
  z-index: 1000;
}
.calendar-box select.calendar-month {
  width: 90px;
}
.calendar-box select.calendar-year {
  width: 70px;
}
.calendar-box .calendar-cancel {
  width: 100%;
}
.calendar-box table td {
  width: 14%;
  font: 12px/20px Verdana, Geneva, sans-serif;
}
.calendar-box .calendar-title {
  text-align:center;
}
.calendar-box a {
  text-decoration:none;
}
.calendar-box .today a {
  padding:0 5px;
  margin-left:-5px;
  background-color:#ffe9c6;
}
.calendar-box .selected a {
  padding:0 5px;
  margin-left:-5px;
  background-color:#c9ff8b;
}
#ajax-progressbar {
  color: white;
  text-align: center;
  line-height: 50px;
  width:320px;
  height:50px;
  position: fixed;
  background-color: #1A3366;
  top: 40%;
  left: 50%;
  margin-top: -80px;
  margin-left: -160px;
  border-radius: 1px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 3px #111;
  -moz-box-shadow: 3px 3px 1px #999;
  -webkit-box-shadow: 3px 3px 1px #999;
}
    table.fotable tr.spouseInfo {
    display: none;
    }
    table.fotable.showSpouseInfo tr.spouseInfo {
    display: table-row;
    }
    table tr.Member1Info {
    display: none;
    }
    table.showMember1Info tr.Member1Info {
    display: table-row;
    }
    table tr.FundInfo {
    display: none;
    }
    table.showFundInfo tr.FundInfo {
    display: table-row;
    }
