/* CSS Document */
html {height: 100%;}
body {
  padding: 0px;
  margin: 0px;
  padding: 0px;
  font-family: arial, helvetica, sans-serif;
  font-size: 14px;
  min-width: 1024px;
  /* height: 100%; */
}


#wrap {
  position: relative;
  /* overflow: hidden; */
  padding: 2% 10% 5% 10%;
  width: 100%; 
  max-width: 1024px;
  margin: 0px auto;
  display: block;
}

h1 {
  color: #222;
  border-bottom: 1px solid #999;
}


/* This is the grey background */
#blackout {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 100000;
  display: none;
}

#blackoutOpacity {
  width: 100%;
  height: 100%;
  background-color: #666;
  opacity: 0.5;
  position: absolute;
  top: 0;
  z-index: 100001;
}

#blackoutMsg {
  width: 350px;
  height: 150px;
  border: 10px double #336;
  border-radius: 10px;
  box-shadow: 4px 4px 5px #000;
  padding: 25px;
  background-color: #fff;
  top: 25%;
  text-align: center;
  font-weight: bold;
  font-size: 1.6em;
  margin: 0px auto;
  position: relative;
  z-index: 100002;
}


/* Header Styles */
header {
  padding: 25px 25px 0px 25px;
  width: 97%;
  margin: 0px auto; 
  background-color: #ddf;
  box-shadow: 0px 0px 10px #000;
}
#topInfo {
  float: right;
  padding: 0px;
  margin: 0px;
  text-align: right;
  position: relative;
}

header ul {
  list-style-type: none;
  margin: 0px;
}

nav {
  float: right;
  position: relative;
  margin-top: 10px;
  font-size: 1.2em;
  font-family: "Mako";
}

nav li {
  float: left;
  padding-left: 10px;
}

nav a {
  text-decoration: none;
  color: #668;
}
nav a:hover {
  color: #339;
  text-shadow: 0px 0px #339;
}
nav a:active {color: #f00;}

nav .selected {
 color: #339;
 text-shadow: 0px 0px #339;
}

/* Footer styles */
footer {
  position: fixed;
  bottom: 0;
  width: 96%;
  font-size: .6em;
  padding: 0 2% 0 2%;
  background-color: #eef;
  border-top: 1px solid #999;
  height: 60px;
}

#footerAddress {
  float: right;
  text-align: right;
}
#designer {
  float: left;
  text-align: left;
}


.error {
  color: #900;
}

.altRow {
  background-color: #ccf;
}

th {
  background-color: #339;
  color: #fff;
}

td, th {
  padding: 3px 10px 2px 10px;
}
table {
 border-spacing: 0px;
 border: 1px solid #339;
 border-radius: 4px;
 box-shadow: 5px 5px 10px #333;
}

.listTable tr:hover{
  background-color: #ff9;
}

.listTable a{
  display: block;
  text-decoration: none;
  padding: 3px 10px 2px 10px;
}
.listTable td {padding: 0px;}

.noPadding {padding: 0px;}

.inputError {
  border: 1px solid #f00;
}

.alignRight{
  text-align: right;
}
.alignLeft{
  text-align: left;
}

.floatLeft{float: left;}
.floatRight{float: right;}

/* ================================= ERROR MESSAGE DIV AND STYLES ========================================================================*/
/*
body, .noselect {
/*  -webkit-touch-callout: none; /* iOS Safari */
/*    -webkit-user-select: none; /* Safari */
/*     -khtml-user-select: none; /* Konqueror HTML */
/*       -moz-user-select: none; /* Firefox */
/*        -ms-user-select: none; /* Internet Explorer/Edge */
/*            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
/*}*/

#errorMsg {
  background-color: red;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  float: right;
  margin-right: 20px;
  font-size: .9em;
}
#errorMsg p {
  font-weight: bold;
  color: #900;
}
#errorMsg:hover {box-shadow: 0px 0px 15px #f00;}

#errorMsg1 {
  width: 350px;
  border: 4px double #f00;
  background-color: #fff;
  padding: 5px;
  box-shadow: 4px 4px 10px #333;
  border-radius: 5px;
  position: fixed;
  z-index: 100100100;
}

.moveIcon {
  background-image: url("../images/move.icon.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: #ffc;
  cursor: move;
}
.closeIcon {
  width: 20px;
  height: 20px;
  right: -15px;
  top: -15px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  background-color: #f00;
  position: absolute;
}
.closeIcon a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  margin: 0px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 15px;
}

/* THIS IF FOR THE TIP BOX THAT CAN APPEAR UNDER A FORM FILED.  THE ID WILL BE searchTips WITH A CLASS OF tips */
#inputTips {
  background-color: #eef;
  border: 1px solid #333;
  border-radius: 0px 5px 5px 5px;
  position: absolute;
  padding: 0px;
  z-index: 100010001000;
  display: none;
}

#inputTips ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#inputTips li {
  /* border-bottom: 1px solid #999; */
  padding: 0px;
}
#inputTips li:hover {
  background-color: #99f;
}
#inputTips a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 10px 5px 10px 5px;
  border-bottom: 1px solid #999;
}

.refresh {
  border-radius: 50%;
}
.refresh:hover {box-shadow: 0px 0px 5px 2px #66f;}


.a-not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.formContent h3 {margin-top: 0px; color: #666;}
.formContent h2 {margin-bottom: 0px;}

/* This is to make a link look like a nice button */
.button {
  text-decoration: none;
  border: 1px outset #333;
  border-radius: 2px;
  background-color: #ccc;
  padding: 4px;
  margin: 2px; 
  display: inline-block;
  color: #000; 
  font-size: .9em;
}

.button:hover {background-color: #ddf; cursor: pointer;}
.button:active {border-style: inset; background-color: #ccf;}

/* Justification classes */
.justify {text-align: justify;}

#BETA {
	width: 100%;
	height: 15px;
	padding: 5px;
	/* background-color: red; */
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 2000;
}
header {z-index: 1000; height: 75px;}
/*
header {
	position: sticky;
	top: -40px;
	}
  */
#BETA p {
	padding: 0px;
	margin: 0px;
}
.BETA-warning {
	background-color: red;
	color: #fff;
	font-weight: bold;
}
.BETA-notice {
	background-color: #dd6;
	color: #000;
	font-weight: bold;
}
.BETA-normal {
	background-color: #ccd;
}

#header {
  height: 75px;
  margin-top: 0px;
}

#wrap {
  min-height: calc(100% - 135px - 7%);
}

#iframe {
  width: 1024px;
  height: 80%;
  position: absolute;
}

._error_ {
  border: 1px solid #999;
  margin: 10px;
}

._error_ h2 {
  background-color: #9d0303;
  color: #fff;
  padding: 5px;
  margin: 0px;
}
._error_ ul {
  list-style-type: none;
  background-color: #ffa2a2;
  margin: 0px;
  padding: 10px 10px 10px 25px;
}

@media print {
  #wrap {
    margin-top: 75px;
  }

  .noprint {
    display: none;
  }
}