﻿html {
  position: relative;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.title-bar01 {
  font-family: 'Arial', 'Verdana';
  color: #585858;
  background-color: #FFFFFF;
  font-size: 18pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  /*margin: 0;*/
  /*padding: 0px;*/
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  border-radius: 5px;
  width: 100%;
}
.title-bar02 {
  font-family: 'Arial', 'Verdana';
  color: #ffffff;
  background-color: #808080;
  font-size: 14pt;
  font-style: normal;
  line-height: normal;
  font-weight: normal;
  margin: 0;
  margin-top: 25px;
  margin-bottom: 10px;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 12px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  border-radius: 5px;
  width: 100%;
}
.copy-01-1 {
  font-family: 'Arial', 'Verdana';
  color: #585858;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  list-style: none;
}
.copy-01-1 a:hover .copy-01-1 a {
  color: #585858;
  text-decoration: none;
}
.footer-copy-01-1 {
  font-family: 'Arial', 'Verdana';
  color: #ffffff;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  list-style: none;
}
.footer-copy-01-1:hover,
.footer-copy-01-1 a {
  color: #ffffff;
  text-decoration: none;
}
.alert01 {
  font-family: 'Arial', 'Verdana';
  color: #000000;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  background-color: #f2dede;
  text-decoration: none;
  text-transform: none;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
li.alert01 {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
.warning01 {
  font-family: 'Arial', 'Verdana';
  color: #000000;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  background-color: #ffc107;
  text-decoration: none;
  text-transform: none;
  line-height: normal;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}
li.warning01 {
  margin: 0px;
  padding: 0px;
  margin-left: 20px;
}
/* Input Validation */
.field-validation-error {
  color: #ff0000;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
input.input-validation-error {
  border: 1px solid #e80c4d !important;
}
.field-validation-valid {
  display: none;
}
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}