@CHARSET "UTF-8";
/* MIXINS */
/* #6aaed5 */
body {
  margin: 0px;
  padding: 11px;
  background-color: #171c1f;
  font-family: "PT Sans", arial, sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff; }
  body .main_container {
    margin: 0 auto;
    max-width: 1920px;
    text-align: left; }
  body font {
    font-family: "PT Sans", arial, sans-serif !important;
    font-weight: 400; }
    body font[size="3"] {
      font-size: 1.4rem; }
    body font[size="2"] {
      font-size: 1.3rem; }
    body font[size="1"] {
      font-size: 1.2rem; }
  body table {
    color: #000; }

/* -------- BOX ------- */
/* --- BOX --- */
.box_title {
  z-index: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 11px 0 0;
  border-bottom: none;
  padding: 6px 11px;
  background: #fff;
  text-transform: capitalize;
  line-height: 24px;
  font-size: 16px; }
  .box_title font {
    font-family: "PT Sans", arial, sans-serif;
    font-size: 16px;
    color: #d6d9db !important; }
    .box_title font font {
      font-family: "PT Sans", arial, sans-serif;
      font-size: 16px;
      color: #868f95 !important; }
      .box_title font font > a font {
        font-family: "PT Sans", arial, sans-serif;
        color: #000 !important; }

.box_body {
  position: relative;
  /* top:-5px; */
  margin: 0 0 22px 0;
  padding: 11px;
  background: #fff;
  color: #000; }

/* --- BOX - Small --- */
.small_box_title {
  z-index: 1;
  position: relative;
  top: 1px;
  display: inline-block;
  margin: 0 22px 0 0;
  border: 1px solid #aeb4b8;
  border-bottom: none;
  padding: 3px;
  background: #f4f5f6;
  text-transform: capitalize;
  line-height: 24px;
  font-size: 12px; }
  .small_box_title font {
    font-family: "PT Sans", arial, sans-serif;
    font-size: 12px;
    color: #d6d9db !important; }
    .small_box_title font font {
      font-family: "PT Sans", arial, sans-serif;
      font-size: 12px;
      color: #868f95 !important; }

.small_box_body {
  position: relative;
  /* top:-6px; */
  margin: 0 11px 22px 11px;
  border: 1px solid #aeb4b8;
  padding: 11px;
  background: #f4f5f6;
  color: #000; }
  .small_box_body .box_light {
    margin: -5px; }

/* --- BOX - Light --- */
.box_light {
  position: relative;
  border: 1px solid #aeb4b8;
  padding: 11px;
  background-color: #fff;
  color: #000; }

/* --- BOX - Dashed --- */
.box_dashed {
  border: 1px dashed #aeb4b8;
  padding: 11px;
  background-color: #fff; }

.box_dashed_light_nopad {
  border: 1px dashed #aeb4b8;
  padding: 0px;
  background: #fff; }

.box_dashed_nobg {
  display: inline;
  border: 1px dashed #aeb4b8;
  padding: 11px; }

.box_dashed_nobg_block {
  border: 1px dashed #aeb4b8;
  padding: 11px; }

/* --- BOX - Tabs --- */
.tab_inactive,
.tab_active {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e3e4;
  border-bottom: none;
  background: #e0e3e4;
  line-height: 32px; }
  .tab_inactive a,
  .tab_active a {
    display: block;
    padding: 0 11px;
    font-family: "PT Sans", arial, sans-serif;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #5d6972 !important; }
    .tab_inactive a:hover,
    .tab_active a:hover {
      background: #000;
      color: #fff !important; }

.tab_active {
  z-index: 1;
  margin-bottom: -1px;
  border: 1px solid #aeb4b8;
  border-bottom-color: #fff;
  background: #fff; }
  .tab_active a {
    color: #000 !important; }
    .tab_active a:hover {
      background: #fff;
      color: #000 !important; }

.box_tabbed {
  position: relative;
  /* top:-5px; */
  border: 1px solid #aeb4b8;
  padding: 11px;
  background-color: #fff;
  color: #000; }

/* -------- FORMS ------- */
input,
textarea,
select {
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #aeb4b8;
  border-radius: 0;
  padding: 3px 6px;
  min-height: 32px;
  line-height: 24px;
  box-shadow: inset 0 0.125em 0.25em rgba(0, 0, 0, 0.125);
  font-family: 'PT Sans', arial, sans-serif;
  font-size: inherit;
  color: #000; }

input[type="date"], input[type="time"] {
  width: 165px; }

input[type="file"] {
  background: #f4f5f6; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  border: 0;
  padding: 0;
  width: auto;
  min-height: auto;
  box-shadow: none; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    cursor: pointer; }
    input[type="checkbox"] + label:after,
    input[type="radio"] + label:after {
      content: ""; }

textarea.autozoom {
  width: 200px;
  height: 100px;
  border: 1px solid black;
  overflow: auto; }

input.button:hover {
  background-color: #000;
  color: #fff; }

/* -------- ERROR BOX ------- */
/* - Guru Meditation Sttyle - */
div#error_box {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
  margin: 0px;
  border: 5px solid #ff0000;
  padding: 20px;
  width: 100%;
  background: #000;
  text-align: center;
  font-family: "PT Mono", monospace, system;
  color: #ff0000;
  display: none; }
  div#error_box a {
    color: #ff0000; }

/* -------- MAIN NAVIGATION ------- */
div.iconbar_item {
  position: absolute; }
  div.iconbar_item a {
    outline: none; }
    div.iconbar_item a img.iconbar_icon {
      position: relative;
      width: 30px;
      opacity: 0.75; }
      div.iconbar_item a img.iconbar_icon:hover {
        z-index: 20;
        opacity: 1.0; }

div#iconbar_text {
  margin: 6px 11px;
  float: right; }

span#menu_text {
  font-weight: bold; }

/* -------- MISC ------- */
.fullscreen_modal {
  z-index: 90;
  position: absolute;
  opacity: 0.75;
  background: #000;
  display: none; }

div.monitor_graph_zoom {
  z-index: 99;
  position: absolute;
  width: 890px;
  height: 320px;
  border: 3px solid #000;
  padding: 10px;
  background: #fff;
  display: none; }

div.page_gen_time {
  float: right;
  bottom: 3px;
  right: 3px;
  font-size: 8px;
  color: #444d54; }

div.debug_window {
  z-index: 10;
  position: fixed;
  bottom: 0px;
  right: 0px;
  opacity: 0.6;
  background: #000;
  padding: 10px;
  text-align: left;
  font-size: 8px;
  color: #fff; }

span.port_name_green,
span.port_name_yellow,
span.port_name_red {
  border: 1px solid #A0A0A0;
  background: #96ff96;
  text-decoration: none;
  color: #000; }

span.port_name_green {
  background: #96ff96; }

span.port_name_yellow {
  background: #ffff96; }

span.port_name_red {
  background: #ff9696; }

/*# sourceMappingURL=sx2-heritage-v2.css.map */
