/* pagebox
================================================== */
html, body.member-only {
  background-color: #000000;
  background-image: url(../images/page_bg.jpg) !important;
  background-size: cover;
}
video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.front-card {
  min-height: 350px;
  margin-top: auto;
  margin-bottom: auto;
  min-width: 300px;
  background-color: rgba(0, 0, 0, 0.5) !important;
}
a:link, a:visited {
  text-decoration: none;
  color: #80BCF3;
}
a:active {
  text-decoration: none;
  color: #80BCF3;
}
a:hover {
  border-bottom: 1px dotted #6CE0F3;
  color: #6CE0F3;
}
.input-group-prepend span {
      color: #C78C0E;

}
input:focus {
  outline: 0 0 0 0 !important;
  box-shadow: 0 0 0 0 !important;
}
.login_btn {
  color: black;
  background-color: #80BCF3;
}
.login_btn:hover {
  color: #F8272B;
  background-color: #A4D0E5;
}
#pagebox {
  color: #FFFFFF;
}
#pagebox .header {
  text-align: center;
  padding-top: 15px;
}
#pagebox .errormsg {
  text-align: center;
  padding-top: 5px;
  color: #D3A021 !important;
  padding-bottom: 10px;
}
#pagebox .header img {
  max-height: 60px;
  max-width: 300px;
}
.page-footer {
  color: aliceblue !important;
  margin-top: 50px;
  text-align: center;
  display: block;
  width: 100%;
}
.page-footer a {
  color: aliceblue !important;
}
/* Content
================================================== */
.headTitle {
  padding-left: 15px;
  border-bottom: 1px dashed #D5C033;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 15px;
  color: #6A6A6A;
  text-shadow: 0.2em 0.2em 0.2em #aaa;
  background: url(../images/h-bg.png) no-repeat 0px 10px;
  margin-bottom: 10px;
}
.etooltip {
  background: #FC9 url(../images/tip_bg.png);
  border: 1px solid #fff;
  margin-top: 10px;
  padding: 0px 5px;
  display: none;
  color: #333;
  text-align: left;
  font-size: 13px;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  -webkit-box-shadow: 0 0 10px #000;
  white-space: pre-wrap; /* css-3 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word; /* Internet Explorer 5.5+ */
}
/* Config
================================================== */
table.config {
  width: 100%;
}
table.config td {
  padding: 5px;
  padding-bottom: 7px;
  vertical-align: top;
}
.formsubject {
  width: 30%;
}
.confighead {
  padding-left: 20px !important;
  border-bottom: 1px dashed #fff;
  text-align: left;
  background: url(../images/config_edit.png) 0 18px no-repeat;
  font-size: 18px;
  color: white;
}
.configbutton {
  background-color: #E5E5E5;
  font-weight: bold;
  vertical-align: middle !important;
}