
/*=======================================*/
/* Base Default CSS [START] */
/*=======================================*/
html, body {
  height: 100%;
  margin: 0px;
  font-family: Calibri,Trebuchet MS,sans-serif;
}

body, table, p {
  color: #303030;
  font-size: 10pt;
}

a {
  color: #2D8276;
  outline: 0px;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #C23B1E;
}

img, a {
  behavior: url("images/css/iepngfix.htc");
}

img {
  border: 0px solid #000000;
}

input {
  font-size: 12px;
  padding: 3px;
}

.benchmarking {
  display: default;
  color: #B0B0B0;
  font-size: 10pt;
}

hr {
  border: 1px solid #606060;
}
/*=======================================*/
/* Base Default CSS [END] */
/*=======================================*/






/*=======================================*/
/* Custom CSS [START] */
/*=======================================*/

div.warning { background-color: #FF6666; border:2px solid #000000; padding: 1px; width: 500px; margin: 0px; margin-left: auto; margin-right: auto; text-align: center; }

div.success { background-color: #E3EECD; border:2px solid #226623; padding: 1px; width: 500px; margin: 0px; margin-left: auto; margin-right: auto; text-align: center; }

div.waitdiv {
  background-color: #FFFFFF;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
}

div.loadmask {
  background-color: #FFFFFF;
  filter: alpha(opacity=80);  /* For IE */
  -ms-filter: "alpha(opacity=80)";  /* For IE 8+ */
  -moz-opacity: 0.8;
  opacity: 0.8;

  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;

  display: none;
  text-align: center;
}

div.page_level1_padding {
  padding: 10px 20px;
}

table.loadingtable {
  text-align: left;
  width: 550px;
}

table.loadingtable td.progress{
  width: 500px;
}

div.footerdiv {
  width: 100%;
}

load.loadimg {
  filter: alpha(opacity=80);  /* For IE */
  -ms-filter: "alpha(opacity=80)";  /* For IE 8+ */
  -moz-opacity: 0.8;
  opacity: 0.8;
}

span.pageheading {
  display: block;
  color: #C23B1E;
  font-weight: bold;
  font-size: 12pt;
  padding-bottom: 5px;
}

span.pagesubheading {
  display: block;
  font-weight: bold;
  font-size: 10pt;
  padding-bottom: 5px;
}

table.page_level1_table {
  padding: 0px;
}

table.pagetable {
  background-color: #EEEEEE;
  padding: 10px;
  border: 1px solid #B0B0B0;
}

table.pagetablewhitebg {
  background-color: #FFFFFF;
  border: 1px solid #B0B0B0;
}

table.wrappertable {
  height: 100%;
}

td.headercell {
  vertical-align: top;
}

td.processmsgcell {
  vertical-align: top;
}

td.containercell {
  vertical-align: top;
  padding-top: 0px;
  padding-bottom: 0px;
}

td.notfootercell {
  vertical-align: top;
}

td.footercell {
  height: 2%;
  vertical-align: bottom;
}

td.navbar {
  background-color: #C0C0C0;
  border: 1px solid #A0A0A0;
  color: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
}

td.pagetableheadercell {
  border: 0px solid #000000;
  padding: 5px 15px 5px 15px;
  background-color: #D0D0D0;
  font-weight: bold;
}

td.pagetableheadercellnobold {
  border: 0px solid #000000;
  padding: 5px 15px 5px 15px;
  background-color: #D0D0D0;
}

td.pagetablecell {
  border: 0px solid #000000;
  padding: 5px 15px 5px 15px;
}

td.inputtablecell {
  text-align: left;
  vertical-align: top;
  height: 35px;
  white-space: nowrap
}

td.featureselector {
  background-color: #E0E0E0;
}

td.featureselector:hover {
  background-color: #CC6666;
  cursor: pointer;
}

.tabpad {
  padding: 10px;
}

.button {
  color: #2D8276;
  text-decoration: none;
  cursor: pointer;
}

.button:hover {
  color: #9CC9C3;
  text-decoration: none;
  cursor: pointer;
}

.fake-button {
  display: block;
  background-color: #E0E0E0;
  border: 1px solid #B0B0B0;
  color: #333333;
  width: 100px; padding-top: 15px; padding-bottom: 15px;
}

.fake-button:hover {
  background-color: #F0F0F0;
  cursor: pointer;
}

.togglediv {
  background-color: #FFFFFF;
  border: 1px solid #B0B0B0;
  display: none;
  margin-top: 5px;
  padding: 10px;
  position: absolute;
}
/*=======================================*/
/* Custom CSS [END] */
/*=======================================*/






/*=======================================*/
/* Utilities CSS [START] */
/*=======================================*/
.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.halfwidth {
  width: 50%;
}

.halfheight {
  height: 50%;
}

.border {
  border: 1px solid #505050;
}

.border-grey {
  border: 1px solid #B0B0B0;
}

.bold {
  font-weight: bold;
}

.nobold {
  font-weight: normal;
}

.underline {
  text-decoration: underline;
}

.black {
  color: #333333;
}

.grey {
  color: #B0B0B0;
}

.grey2 {
  color: #808080;
}

.grey-bg {
  background-color: #E0E0E0;
}

.red {
  color: red;
}

.maxwidth {
  width: 100%;
}

.minwidth {
  width: 1%;
}

.nobr {
  white-space: nowrap;
}

.wrap {
  white-space: normal;
}

.smaller {
  font-size: 9pt;
} 

.smallest {
  font-size: 8pt;
} 

.larger {
  font-size: 11pt;
} 

.largest {
  font-size: 12pt;
} 

.padleft15 {
  padding-left: 15px;
} 

.padright15 {
  padding-right: 15px;
} 

.padtop15 {
  padding-top: 15px;
} 

.padbottom15 {
  padding-bottom: 15px;
} 

.padbottom5 {
  padding-bottom: 5px;
}

.pad15 {
  padding: 15px;
}

.pad5 {
  padding: 5px;
}

.pointer {
  cursor: pointer;
}
/*=======================================*/
/* Utilities CSS [END] */
/*=======================================*/

#SWFUpload_Console {
 display: block;
}

.veridianlogo {
  height: 57px;
}

.topbanner {
  max-height: 60px;
}

#upload_file_progress_bar {
  width: 100%;
  background-color: #303030;
  position: relative;
  margin-bottom: 5px;
}

#upload_file_progress_label {
  position: absolute;
  height: 30px;
  display: flex;
  padding-left: 5px;
  padding-top: 2px;
  align-items: center;
  color: white;
}

#upload_file_progress_bar_progress {
  width: 0%;
  height: 30px;
  background-color: #406618;
  transition: width 0.5s;
}
