@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body,
* {
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 10px;
}

a {
  color: #81571f;
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #d50000;
  text-decoration: underline;
}

img {
  border: 0px solid;
}

.systemVersion {
  text-align: right;
  padding-right: 10px;
  color: #777777;
  padding: 1px;
}

.menuBar {
  background: #eeeef0;
  border-bottom: 1px solid #cccccc;
}

.userIdentify {
  color: #333333;
  text-align: right;
  padding-right: 15px;
  padding-top: 5px;
}

.userIdentify img {
  position: relative;
  top: -3px;
  margin-left: 3px;
}

.userIdentify a {
  color: #ff3300;
  text-decoration: none;
}

.userIdentify a:hover {
  color: #cc3300;
}

.footer {
  clear: both;
  text-align: right;
  height: 20px;
  color: #9f9f9f;
  border-top: 1px solid #c0c0c0;
  padding-top: 2px;
}

#mainDivContent {
  height: auto !important;
  min-height: 400px;
  height: 400px;
  margin: 4px;
}

.divLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 260px;
  height: 80px;
  margin-top: -40px; /*set to a negative number 1/2 of your height*/
  margin-left: -130px; /*set to a negative number 1/2 of your width*/
  border: 3px double #999999;
  background-color: #ffffff;
  z-index: 1000;
  display: none;
}

.divLoading .loadingContent {
  position: relative;
  margin: auto;
  top: 50%;
  height: 32px;
  margin-top: -16px;
  text-align: center;
  color: #999;
}

.divLoading .loadingContent img {
  vertical-align: middle;
}

.divLoading .loadingContent .link {
  padding: 4px;
  padding-right: 10px;
  text-align: right;
}

.divLoading .loadingContent .link a {
  color: #666666;
  text-decoration: none;
}

.divLoading .loadingContent .link a:hover {
  color: #333333;
}

.divLoading .loadingMessage {
  font-family: Verdana, Tahoma, Sans serif;
  font-size: 8pt;
  font-weight: bold;
  color: #888888;
  padding-left: 5px;
}

.windowButtonBar {
  padding: 10px;
  border-top: 2px solid #444444;
  background: #e0e0e0;
  text-align: right;
  height: 40;
}

fieldset legend {
  padding-bottom: 1px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 1px;
  font-weight: bold;
  border: 1px solid #555555;
  background: #dadada;
  color: #333333;
  margin-left: 5px;
}

.clear {
  width: 100%;
  clear: both;
}

.hidden {
  display: none;
}
