@font-face {
  font-family: 'DINProNormal';
  font-weight: normal;
  src: url('../fonts/DINPro-Regular.eot');
  src: local('DINProNormal'), url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.svg') format('svg'), url('../fonts/DINPro-Regular.ttf') format('truetype'), url('../fonts/DINPro-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'DINProNormal';
  font-weight: bold;
  src: url('../fonts/DINPro-Medium.eot');
  src: local('DINProMedium'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.svg') format('svg'), url('../fonts/DINPro-Medium.ttf') format('truetype'), url('../fonts/DINPro-Medium.otf') format('opentype');
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  padding: 0;
  font-size: 12pt;
  font-family: 'DINProNormal', Helvetica, sans-serif;
  text-align: center;
  background: #F5F4ED;
}
body {
  position: relative;
}
hr.clear {
  visibility: hidden;
  height: 0;
  clear: both;
}
img {
  vertical-align: middle;
  border: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: '.';
}
.noFont {
  font-family: Tahoma, Lucida, sans-serif !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.c {
  text-align: center;
}
.r {
  text-align: right;
}
.l {
  text-align: left;
}
.vt {
  vertical-align: top;
}
.w5 {
  width: 5%;
}
.w7 {
  width: 7%;
}
.w10 {
  width: 10%;
}
.w12 {
  width: 12%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w30 {
  width: 30%;
}
.w35 {
  width: 35%;
}
.w40 {
  width: 40%;
}
.w45 {
  width: 45%;
}
.w50 {
  width: 50%;
}
.w65 {
  width: 65%;
}
.w70 {
  width: 70%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w85 {
  width: 85%;
}
.w90 {
  width: 90%;
}
.w95 {
  width: 95%;
}
.hidden {
  display: none;
}
button,
input,
textarea,
select {
  border: 2px solid #e0e0de;
  margin: 5px 0;
  padding: 7px;
  font-size: 10pt;
  font-weight: normal;
  color: #8E8E87;
  font-family: 'DINProNormal', Helvetica, sans-serif !important;
}
select,
option {
  background-color: #FFFFFF;
}
input.checkBox {
  width: auto !important;
}
#overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FF0000;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 1020;
}
#loading img {
  display: block;
  margin: 100px auto 0 auto;
}
#message {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
}
#message div.messageText {
  position: relative;
  cursor: pointer;
  background: #FFFFFF;
  color: #666666;
  border: 2px solid #F5F4ED;
  padding: 20px;
  margin: 100px auto 0 auto;
  width: 400px;
  text-align: center;
}
#message div.messageText a.btn {
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 15px 10px 0 10px;
  font-size: 11pt;
}
#message div.messageText a.btn:hover {
  background: #009DFF;
}
#message div.messageClose {
  position: absolute;
  right: -15px;
  top: -15px;
}
#message table {
  border-collapse: collapse;
}
#message th,
#message td {
  padding-top: 0.25em;
}
#message th {
  padding-right: 1.5em;
  text-align: right;
}
#message td {
  text-align: left;
}
table.download_files,
table.upload_files {
  border-collapse: collapse;
  font-size: 10pt;
  width: 100%;
}
table.download_files tr,
table.upload_files tr {
  display: table-row !important;
}
.labelHighlight {
  color: #BABABA;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  font-weight: bold;
}
h1 {
  font-size: 16pt;
}
h2 {
  font-size: 13pt;
  margin-bottom: 5px;
}
h3 {
  font-size: 12pt;
  margin-bottom: 10px;
}
h4 {
  font-size: 12pt;
  font-weight: normal;
}
h5 {
  font-size: 11pt;
}
p {
  text-align: left;
}
.file_upload {
  position: relative;
  overflow: hidden;
  direction: ltr;
  cursor: pointer;
  text-align: center;
  color: #333;
  font-weight: bold;
}
.file_upload iframe,
.file_upload button {
  display: none;
}
.file_upload .ui-progressbar-value {
  background: #666666;
}
.file_upload_cancel {
  vertical-align: middle !important;
}
.file_upload_cancel div {
  cursor: pointer;
}
dl.dropdown {
  display: block;
  margin: 5px 0;
}
dl.dropdown dd {
  position: relative;
}
dl.dropdown a {
  color: #8E8E87;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
dl.dropdown a:hover {
  color: #8E8E87;
}
dl.dropdown ul {
  font-size: 10pt;
  display: none;
  background: #FFFFFF none repeat scroll 0 0;
  border: 2px solid #e0e0de;
  color: #8E8E87;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 0px;
  border-top: 0px none;
  width: auto;
  list-style: none;
  z-index: 1001;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
dl.dropdown ul li a {
  padding: 5px;
  display: block;
  font-size: 10pt;
}
dl.dropdown ul li a:hover {
  background-color: #eeeeee;
}
dl.dropdown dt a {
  background: #FFFFFF url(../images/admin/icon/ui/arrDW1.png) no-repeat scroll right center;
  display: block;
  border: 2px solid #e0e0de;
  padding: 7px;
  padding-right: 30px;
  font-size: 10pt;
  font-weight: normal;
  overflow: hidden;
  height: 1.35em;
}
dl.dropdown dt a:hover {
  color: #8E8E87;
  border: 2px solid #e0e0de;
}
body,
html {
  color: #444444;
}
a {
  color: #444444;
  cursor: pointer;
  font-style: normal;
  text-decoration: none;
}
a:visited {
  color: #444444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input,
textarea,
select {
  padding: 10px 3% 10px 3%;
  color: #333333;
  width: 94%;
}
select,
option {
  width: 100%;
}
input.submitButton {
  position: absolute;
  bottom: -20px;
  right: 20px;
  display: block;
  background: #000000 url('../images/back_done_small.png') center 13px no-repeat;
  padding: 20px 8px 0 8px;
  height: 6px;
  height: 56px;
  width: 49px;
  color: #FFFFFF;
  font-size: 5pt;
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
  outline: none;
  font-family: Tahoma, "Lucida Grande CE", lucida, sans-serif;
}
input.submitButton:hover {
  background-color: #0093dd;
}
#login {
  margin: 0 auto;
  width: 500px;
  background: #FFFFFF;
  position: relative;
}
#login .head img {
  float: left;
  border: solid #000000;
  border-width: 25px 17px 15px 17px;
}
#login .head span {
  font-size: 20pt;
  float: left;
  padding: 28px 0 0 15px;
}
#login table {
  background: #edebe2;
  width: 100%;
  padding: 30px 0;
}
#login table th {
  text-align: right;
  width: 35%;
  padding: 5px 5% 5px 0;
}
#login table th label {
  text-transform: uppercase;
}
#login table td {
  width: 60%;
  text-align: left;
  padding: 5px 20% 5px 0;
}
#login p.error {
  color: #FF0000;
  position: absolute;
  top: 75px;
  text-align: center;
  width: 100%;
}
