A {
  color: royalblue;
  text-decoration: none;
}
body, input, button, textarea, table, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
}
body {
  background-image:url(img/head.png);
  background-repeat:no-repeat;
  background-color:#ffffff;
  margin:0px;
}
.normalTextcentered {
  font-weight: normal;
  text-align: center;
}
.normaltextbold {
  font-weight: bold;
  vertical-align: middle;
}
.logText p {
  font-size: 11px;
  text-indent:-2em;
  margin:0;
  margin-left:2em;
  font-family: monospace;
  width:250%;
}
.bubbleTable {
  background-color: #eae8d9;
}
.bubbletablenowrap {
  background-color: #eae8d9;
  white-space: nowrap;
}
.bubbletextnowrap {
  white-space: nowrap;
}
.background {
  background-color: #fff;
}
.headerText {
  font-weight: bold;
  font-size: 24px;
  color: black;
}
.pageHeadText {
  font-weight: bold;
  font-size: 16px;
}
.pageInfoText {
  line-height: 17px;
}
.select_blue {
  background-color: #d6dff5;
}
.select_std {
  background-color: #eae8d9;
}
.inputbig_blue {
  background-color: #d6dff5;
}
.inputbig_std {
  background-color: #eae8d9;
}
.flyoutMenu {
  background-color: #ffffff;
}
.flyoutLink {
  padding-left: 6px;
}
.flyoutMenu TD.flyoutLink {
  padding: 4px;
}
.flyoutLink A {
  color: black;
  cursor: pointer;
}
.flyoutLink A:hover {
  color: black;
}
.flyoutLink A:visited {
  color: black;
}
.flyoutLink A:active {
  color: black;
}
.regularline {
  line-height: 24px;
}
.regulartwoline {
  line-height: 24px;
  vertical-align: baseline;
}
.divbutton {
  font-size: 1.15em;
  height: 16px;
  max-width: max-content;
  line-height: 16px;
  color: #fff;
  background: #3d85c6;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
input[type="submit"], button {
  font-size: 1.15em;
  color: #fff;
  background: #3d85c6;
  padding: 4px 8px;
  border: none;
  border-radius: 4px;
  vertical-align: middle;
  cursor: pointer;
}
input[type="submit"]:hover, button:hover {
  background-color: #5091cb;
}
input[type="submit"]:active, button:active {
  background-color: #3677b2;
}
input[type="text"], input[type="password"] {
  height:20px;
  width: 180px;
  border: 1px solid;
  border-color: #B6B7B8;
  border-radius: 4px;
  padding: 2px;
  margin: 2px;
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #B6B7B8;
  background: #fff;
  transition: 0.2s all linear;
  outline: none;
  margin: 2px;
  display: inline-block;
  vertical-align: middle;
}
input[type=file] {
  padding: 3px;
}
input:checked {
  border: 6px solid #3d85c6;
}
label {
  line-height: 20px;
  vertical-align: middle;
  margin: 2px;
}
input[type=checkbox]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #B6B7B8;
  border-radius: 4px;
  background: #fff;
  transition: 0.2s all linear;
  outline: none;
  margin: 2px;
  padding: 2px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
input[type="checkbox"]:checked {
  background: #3d85c6;
}
input[type="checkbox"]:checked:after {
  content: '✓';
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  font-family: sans-serif;
}
select {
  height: 20px;
  padding: 2px;
  border: 1px solid;
  border-color: #B6B7B8;
  border-radius: 4px;
  margin: 2px;
  display: inline-block;
  vertical-align: middle;
}
.select6 {
  width: 180px;
}
select[name^="module_name"] {
  height: auto;
}
img[alt="dial"] {
  vertical-align: middle;
  margin-left: 2px;
}
.delete {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #C1253F;
  margin: 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.delete::after {
  content:"x";
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
}
.help {
  height: 18px;
  width: 18px;
  border-radius: 4px;
  border: 1px solid #B6B7B8;
  background-color: #fff;
  margin: 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
}
.help::after {
  content:"?";
  color: #7B7C7E;
  font-weight: bold;
  font-size: 15px;
  font-family: sans-serif;
}
.help:focus,
.help.has-focus,
.help:hover {
  border-color: #3d85c6;
  background-color: #3d85c6;
}
.help:focus:after,
.help.has-focus:after,
.help:hover:after {
  color: #fff !important;
}
.warning {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: #F3C224;
  margin: 2px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 18px;
  min-width: 18px;
  min-height: 18px;
}
.warning::after {
  content:"!";
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-family: sans-serif;
}
.redwarning {
  position: absolute;
  top: 100px;
  left: 198px;
  border-radius: 8px;
  background-color: #C1253F;
  color: #fff;
  width: 572px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  z-index: 1;
}
.topwarning {
  height: 34px;
  line-height: 14px;
  background-color: #eae8d9;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 572px;
}
.topwarning div {
  margin-left: 10px;
}
.linespace {
  margin: 4px 0px;
}
.buttonmarginright {
  margin-right: 4px;
}
.buttonalign {
  margin: 0px 1px;
}
.buttonline {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
}
.buttonlinegap {
  column-gap: 4px;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  background-color: #fff;
  border: 1px solid;
  border-color: #B6B7B8;
  border-radius: 4px;
  max-width: 180px;
  font-size: 11px;
  padding: 0px 8px;
  margin: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
  border-color: #3d85c6;
  color: #fff;
  background-color: #3d85c6;
}
