﻿body {
  font-size: 12px;
  background-color: Black;
  margin: 0px auto;
  text-align: center;
}

div#MainWrapper {
  margin: 0px auto;
  text-align: left;
  float: none;
  clear: both;
}

div#InnerWrapper {
  background-color: White;
}

.form-horizontal .control-label {
  width: 200px;
  text-align: left;
  line-height: 23px;
  padding: 0px 5px;
  margin-bottom: 0px;
}

legend {
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 5px;
}

.nav-tabs > li > a {
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  background-color: #ddd;
  color: #777;
  padding: 2px 5px;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  background-color: #eee;
  color: #555;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: white;
  background-color: #999;
  border-color: #999;
  border-bottom-color: transparent;
}

ul.nav-tabs {
  margin-bottom: 0;
}

.tab-content > .active {
  padding-top: 10px;
  padding-bottom: 5px;
  background-color: #999;
}

.form-horizontal .control-group {
  margin-top: 5px;
  margin-bottom: 5px;
}

.tab-content {
  margin-bottom: 10px;
}

input[type="text"] {
  height: 15px;
  font-size: 12px;
}

label {
  font-size: 12px;
  line-height: 15px;
}

.control-label img {
  vertical-align: middle;
  margin: -2px 3px 0px 0px;
}

/*\
*E*   ENGENIUS CSS
*D*   @author: Brent Alexander
*I*   @date:   Aug 1, 2017
*T*   @since:  N/A
\*/
body {
  background: #565656 !important;
  color: #fff;
  font-size: 16px;
}
div#InnerWrapper {
  background: transparent;
  margin: 0;
}
.span12 {
  width: 100%;
}
.span9 {
  width: 75%;
}
.span6 {
  width: 70%;
}
.span2 {
  width: 24%;
}
.span1 {
  width: 12.5%;
}
legend {
  clear: both;
  font-size: 14px;
  color: #fff;
  border-width: 2px;
  padding: 1em 0;
  padding-top: 2em;
}
label {
  font-size: 14px;
}
label img {
  display: none;
}
.form-horizontal .control-label {
  width: 75%;
}
.form-horizontal .controls {
  margin-left: 75%;
}
.input-small {
  width: 75%;
}
.nav-tabs {
  border: 0;
}
.nav-tabs > li > a {
  font-size: 14px;
  padding: 0.5em;
}
.form-horizontal .control-label {
  padding: 0 0.5em;
}
form b {
  font-weight: normal;
}
form > p b,
legend {
  color: #efca00;
  font-weight: 900;
}
input {
  border: 0 !important;
}
input[readonly] {
  background: rgba(255, 255, 255, 0.25) !important;
  border: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .span1 {
    display: none;
  }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9 {
    width: 100%;
  }
  form {
    float: none;
    margin: 0 !important;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
}
