@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video, iframe, input {
  max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
  width: 100%;
}
/* Basic website CSS styles. */
body {
  font-size: 1em;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  background-color: #ECECEC;
  color: #000;
  text-align: center;
}
h2#h2link {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0px;
}
h2#h2link a {
  margin: 0px !important;
}
h2 em, #user_info em {
  font-weight: 300;
}
.apidoc {
  margin: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  box-sizing: border-box;
  width: 95%;
  max-width: 95%;
}
.apidoc td, .apidoc th {
  padding: 5px;
  vertical-align: top;
}
.apidoc td.jsonbreak, .apidoc th.jsonbreak {
  word-break: break-all;
}
.apidoc span.required {
  margin-left: 30px;
  color: #FFF;
  background-color: #000;
  font-size: 0.8em;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  text-transform: lowercase;
}
.apidoc span.txtred {
  background-color: none;
  float: none;
}
.apidoc h4 {
  margin: 0px;
  font-size: 1.4em;
}
hr {
  clear: both;
  margin: 5px;
  margin-top: 15px;
}
.h3th {
  font-size: 1.5em;
  margin-left: 0px;
  margin-bottom: 10px;
}
.h4th {
  font-size: 1.3em;
  margin-left: 0px;
  margin-bottom: 0px;
}
.h4th i {
  margin-right: 10px;
}
h1 i {
  font-size: 1.8em;
  position: relative;
  bottom: -10px;
  margin-right: 15px;
  z-index: 10;
}
#mymaps td, #mymaps th {
  padding: 5px;
}
#progressbar {
  background-color: #ECECEC;
  padding: 4px;
  width: 95%;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 15px;
  position: relative;
}
#progress {
  background-color: #33cc66;
  width: 0%;
  margin: 0px;
  border-radius: 10px;
  padding: 4px;
  box-sizing: border-box;
  z-index: 10;
}
#buffer {
  background-color: #cc6666;
  width: 0%;
  margin: 0px;
  border-radius: 10px;
  padding: 4px;
  box-sizing: border-box;
  float: right;
  z-index: 0;
  color: #FFF;
  text-align: center;
}
.smallertxt {
  font-size: 0.7em;
}
.smalltxt {
  font-size: 0.8em;
}
#data .smalltxt i {
  margin-right: 5px;
}
#board table.ecus th, #board table.ecus td {
  width: 16.66% !important;
}
header, footer {
  z-index: 0;
}
header h1 {
  clear: both;
  margin-top: 20px;
  padding-top: 0px;
  z-index: 10;
  position: relative;
  bottom: -10px;
}
.extra_padding {
  padding: 15px;
  padding-top: 0px;
  box-sizing: border-box;
}
.extra_padding .btn {
  float: left;
  margin: 10px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.hidden {
  display: none;
}
.greybox {
  background-color: #ECECEC;
  border: solid 5px #FFF;
  border-radius: 6px;
  cursor: pointer;
  min-height: 200px;
}
.greybox:hover {
  opacity: 0.7;
}
.greybox h2 i {
  font-size: 2em;
  margin-bottom: 10px;
}
.greybox h2 {
  text-transform: uppercase;
}
.floatbtn {
  float: right
}
.disabled {
  opacity: 0.3;
}
.dateform select {
  width: 30%;
  margin-right: 10px;
  clear: none;
}
.table_spacer {
  margin: 30px;
  margin-left: 20px;
  margin-right: 20px;
}
#ctsform table.table_spacer {
  float: none;
}
table.table_spacer td {
  vertical-align: middle;
}
.tr_spacer td {
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  font-size: 1.1em;
}
.form_left {
  text-align: left;
}
.form_left .btn {
  float: left;
}
#backnext {
  clear: both;
  text-align: center;
  margin-top: 30px;
}
#backnext a, #backnext a i {
  margin: 5px;
}
.close {
  clear: both;
}
.found {
  background-color: #ccff99;
}
.txtred {
  color: #cc0000;
}
.txtgreen {
  color: #339900;
}
.txtorange {
  color: #cc6600;
}
#tcheck i, #tcheck2 i {
  font-size: 1.5em;
  margin-top: 20px;
}
#tcheck, #tcheck2 {
  margin-left: 20px;
}
.box {
  float: left;
  display: inline;
  box-sizing: border-box;
}
body#front {
  background-color: #FFF;
}
h1 #user_info {
  float: right;
  display: inline;
  padding-top: 10px;
  text-align: right;
  font-size: 0.8em;
  line-height: 1.8em;
  text-transform: none;
}
.plusbtn {
  float: right;
  margin-right: 15px;
}
.demi_input, #ecuform .demi_input {
  width: 37%;
  float: left;
  clear: none;
  display: inline;
  margin-right: 10px;
}
.dropzone {
  height: 120px;
}
table .btn, .tools .btn, .column .btn {
  margin-right: 5px;
  display: inline-block;
}
.tools a {
  text-transform: uppercase;
  margin-right: 10px;
}
td.tools {
  text-align: right;
}
.tdbtn .btn, #ecuform .tdbtn .btn {
  margin: 0px;
  margin-right: 3px;
  float: right;
}
.shadow {
  opacity: 0.5;
}
h1 #user_info i {
  margin-right: 10px;
}
#data {
  clear: both;
}
#data label {
  margin: 0px;
}
form .column {
  float: left;
  display: inline;
  width: 33.33%;
  margin: 0px;
  padding: 10px;
  box-sizing: border-box;
}
form .column p {
  font-size: 1em;
  padding-top: 15px;
  margin-left: 0px;
  clear: left;
}
a.nav {
  font-size: 3.5em;
  margin-top: 22px;
  float: right;
}
#left_menu, #right_menu {
  float: left;
  width: 50%;
  clear: none;
}
#submenu {
  display: block;
  box-sizing: border-box;
  clear: both;
  z-index: 1000;
  position: inherit;
  padding-top: 30px;
}
#submenu a {
  text-align: left;
  padding: 15px;
  padding-left: 30px;
  display: block;
  box-sizing: border-box;
  border-bottom: solid 1px #CCC;
  border-left: solid 5px #ECECEC;
  border-right: solid 5px #ECECEC;
  font-size: 1.3em;
  font-weight: 500;
  text-transform: uppercase;
  width: 100%;
}
#submenu a em {
  margin-left: 15px;
  opacity: 0.6;
}
#submenu a i {
  margin-right: 15px;
  opacity: 0.4;
}
a i {
  margin-right: 5px;
}
fieldset {
  margin: 15px;
}
label, input, select, checkbox, textarea {
  font-family: 'Roboto', sans-serif;
  text-align: left;
  float: left;
  clear: left;
  margin: 10px auto;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 6px;
  border: 0px;
}
input, select, textarea, checkbox {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #f2f2f2;
}
input.search {
  background-image: url("/imgs/lens.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 30px;
  padding-left: 50px;
  box-sizing: border-box;
}
select {
  background-image: url("/imgs/sort.png");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: auto 30px;
  padding-left: 50px;
}
input[type="checkbox"] {
  appearance: checkbox !important;
}
table input, table select, table textarea {
  margin: 0px !important;
}
#livesearch input, #livesearch select, #livesearch textarea {
  width: 95%;
  font-size: 1.2em;
  margin: 0px !important;
}
checkbox {
  width: auto !important;
}
label {
  font-weight: 400;
  margin-bottom: 0px;
}
div {
  box-sizing: border-box;
}
#logo {
  width: auto;
  margin-top: 30px;
  float: left;
  max-height: 58px;
}
#front #logo {
  width: 75%;
  margin: 0px;
  float: none;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
p, fieldset, h1, h2, h3, h4, ul {
  margin: 15px;
}
h2.h2form {
  margin-top: 15px !important;
  text-align: left;
}
form {
  margin: 0px;
}
h1 {
  font-size: 1.5em;
  margin-bottom: 10px;
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
}
h2 {
  font-size: 1.3em;
  font-weight: 500;
}
h3 {
  font-size: 1.2em;
  font-weight: 500;
}
h4 {
  font-size: 1.1em;
  font-weight: 500;
}
form h2 {
  background-color: #ECECEC;
  padding: 5px;
  padding-left: 15px;
  border-radius: 6px;
}
#board {
  padding: 15px;
  text-align: left;
  z-index: 500;
  position: relative;
}
.wrapper {
  max-width: 60%;
  margin: 0px auto;
}
.wrapper_large {
  max-width: 90%;
}
#front .wrapper {
  max-width: 40%;
  margin: 0px auto;
}
.box_shadow {
  background-color: #FFF;
  box-shadow: 2px 2px 8px #999;
  border-radius: 6px;
  clear: both;
  position: relative;
  z-index: 500;
}
#front .box_shadow {
  background-color: #ECECEC;
  box-shadow: 2px 2px 8px #999;
  border-radius: 6px;
}
.btn, a.btn {
  background-color: #000;
  border-radius: 6px;
  color: #FFF;
  box-sizing: border-box;
  padding: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  word-break: keep-all;
}
.btn i {
  margin-right: 5px;
}
.bigbtn {
  font-size: 1.2em;
  width: 100% !important;
  text-align: center;
}
.smallbtn i {
  margin-right: 0px !important;
}
.tablebtn {
  font-size: 0.8em;
  margin: 0px !important;
  float: right !important;
  padding: 10px !important;
}
#ctsform .btn {
  width: auto;
  display: block;
  margin: 0px auto;
}
#ecuform .btn {
  width: auto;
  display: inline;
  margin: 0px;
  margin-top: 10px;
  margin-left: 10px;
  padding-bottom: 10px;
  clear: none;
  float: left;
}
#ecuform .smallbtn {
  font-size: 0.9em;
}
#ecuform input, #ecuform select {
  width: 75%;
}
.g-recaptcha div {
  margin: 0px auto;
}
.box {
  width: 50%;
  display: inline;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  margin: 0px;
}
.signup_btn {
  width: 45%;
  display: inline-block;
  border-bottom: solid 2px #000;
  font-weight: 300;
  padding: 8px;
  box-sizing: border-box;
  margin: 4px;
}
.signup_btn:hover, .signup_btn.selected {
  border-bottom: solid 2px #999;
  color: #999;
}
footer {
  font-size: 0.8em;
}
footer i {
  font-size: 0.9em;
  margin-left: 5px;
  margin-right: 5px;
}
.small_txt {
  font-size: 0.8em;
}
table {
  box-sizing: border-box;
  margin: 5px;
  width: 100%;
}
td, th {
  padding: 5px;
  box-sizing: border-box;
}
th {
  padding: 10px;
}
.cell {
  background-color: #ECECEC;
}
#ctsform .small_txt {
  float: right;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, .selected {
  color: #999;
}
/* Password Checker */
#setPasswordMessage.lowPassword, #setPasswordMessage.stilllowPassword, #setPasswordMessage.mediumPassword, #setPasswordMessage.averagePassword, #setPasswordMessage.strongPassword, #setPasswordMessage.goodpass {
  width: 100%;
  padding: 8px;
  margin: 0px;
  font-size: 0.8em;
  display: block;
  clear: left;
  border-radius: 6px;
  font-weight: 300;
  box-sizing: border-box;
}
#setPasswordMessage.lowPassword {
  background: #FFC7C7;
  color: #94546E;
}
#setPasswordMessage.stilllowPassword {
  background: #FDD;
  color: #945870;
}
#setPasswordMessage.mediumPassword {
  background: #E4FFE4;
  color: #51926E;
}
#setPasswordMessage.averagePassword {
  background: #79F079;
  color: #348F34;
}
#setPasswordMessage.strongPassword {
  background: #48B448;
  color: #fff;
}
#setPasswordMessage.goodpass {
  background: #48B448;
  color: #fff;
}
#showHide {
  clear: left;
  float: left;
  width: auto;
  display: inline;
}
.showPass {
  font-size: 0.8em;
  float: left;
  width: auto;
  display: inline;
  margin: 5px;
  margin-left: 15px;
}
/* Password Checker */
#alertbox, #alertbox1, #alertbox2, #alertbox3, #alertbox4, #alertboxfixed {
  clear: both;
  margin-bottom: 20px;
  box-shadow: 2px 2px 8px #999;
  border-radius: 6px;
  box-sizing: border-box;
  font-weight: 500;
  z-index: 500;
  position: relative;
}
#alertbox .btn, #alertbox1 .btn, #alertbox2 .btn, #alertbox3 .btn, #alertbox4 .btn, #alertboxfixed .btn {
  font-size: 0.9em;
}
.redtxt, .greentxt {
  padding: 15px;
  background-color: #ffcc00;
  margin: 0px;
}
.greentxt {
  background-color: #a8ff00;
}
.alert_cell {
  background-color: #ff9999;
}
#cookies_box {
  position: fixed;
  bottom: 0px;
  width: 100%;
  background-color: #212121;
  color: #ECECEC;
  z-index: 5000;
}
#cookies_box p {
  color: #ECECEC;
  font-size: 1em;
  margin: 20px;
  box-sizing: border-box;
}
#cookies_box p b {
  color: #FFF;
}
#cookies_box a {
  color: #ECECEC;
  margin: 15px;
  margin-left: 0px;
}
#cookies_box a:hover {
  text-decoration: none;
  color: #FFF;
}
#cookies_box a.cookibtn {
  font-size: 1em;
  margin: 15px;
  margin-left: 0px;
  margin-right: 20px;
  border: 1px solid #ECECEC;
  padding: 10px;
  box-sizing: border-box;
  display: inline-block;
}
#cookies_box a.cookibtn:hover {
  border: 1px solid #FFF;
}
#cookies_box b a.cookibtn {
  text-transform: uppercase;
}
#cookies_details input.cmn-toggle {
  float: none;
  margin: 15px auto;
}
#cookies_details label {
  float: none;
}
/* Mobile Layout */
@media only screen and (max-width: 900px) {
  body, .wrapper, html, #content, #front .wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
  }
  .serial {
    font-size: 0.9em;
  }
  .mymaps span span {
    display: none;
  }
  fieldset.box {
    padding: 0px;
  }
  #front .box_shadow, .box_shadow, #alertbox, #alertbox1, #alertbox2, #alertbox3, #alertbox4, #alertboxfixed {
    box-shadow: 0px 0px 0px;
  }
  #alertbox, #alertbox1, #alertbox2, #alertbox3, #alertbox4, #alertboxfixed {
    margin-bottom: 0px;
  }
  label, input, select, checkbox, textarea, #livesearch .btn, .ecus .btn, #ecuform .btn {
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
  }
  input.search {
    background-image: url("/imgs/lens.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 20px;
    padding-left: 25px;
    box-sizing: border-box;
  }
  select {
    background-image: url("/imgs/sort.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: auto 20px;
    padding-left: 25px;
    font-size: 0.9em;
  }
  h1 #user_info {
    padding-top: 0px;
  }
  header h1 {
    padding-top: 20px;
    font-size: 1.3em;
    bottom: 0px;
  }
  a.nav {
    font-size: 3em;
  }
  .greybox {
    min-height: 120px;
  }
  #logo {
    width: 50%;
    margin-top: 20px;
    margin-left: 15px;
  }
  #left_menu, #right_menu {
    float: none;
  }
  #right_menu {
    padding-top: 15px;
  }
  .nav {
    margin-right: 15px;
  }
  #front #logo {
    width: 50%;
    margin-left: 0px;
  }
  .nomob, h1 i, #user_info {
    display: none !important;
  }
  .box {
    width: 100%;
  }
  .btn span, .tools span, .disabled {
    display: none;
  }
  .btn i {
    margin-right: 0px;
  }
}
/* Desktop Layout */
@media only screen and (min-width: 901px) {
  .box {
    width: 50%;
  }
}
/* Mega Desktop Layout */
@media only screen and (min-width: 1200px) {
  .box {
    width: 50%;
  }
  form .box {
    width: 50%;
  }
}