/* line 2, /root/status_boards-master/source/stylesheets/style.css.sass */
html, body {
  overflow-x: hidden;
  position: relative;
  margin: 0 auto;
  width: 100%;
  background: #142534;
  color: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden; }

/* line 17, /root/status_boards-master/source/stylesheets/style.css.sass */
h1 {
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block; }
  /* line 22, /root/status_boards-master/source/stylesheets/style.css.sass */
  h1 span, h1 .timestamp {
    font-size: 0.3em;
    font-weight: normal;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #9ca4aa; }

/* line 30, /root/status_boards-master/source/stylesheets/style.css.sass */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal; }
  /* line 36, /root/status_boards-master/source/stylesheets/style.css.sass */
  table tr th {
    text-transform: uppercase;
    color: #9ca4aa;
    font-size: 0.85em;
    font-weight: normal;
    padding: 13px 7px; }
    /* line 42, /root/status_boards-master/source/stylesheets/style.css.sass */
    table tr th:first-child {
      text-align: left; }
  /* line 44, /root/status_boards-master/source/stylesheets/style.css.sass */
  table tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 46, /root/status_boards-master/source/stylesheets/style.css.sass */
  table tr td {
    padding: 13px 7px;
    text-align: center; }
    /* line 49, /root/status_boards-master/source/stylesheets/style.css.sass */
    table tr td:first-child {
      text-align: left; }
  /* line 51, /root/status_boards-master/source/stylesheets/style.css.sass */
  table tr .failed {
    font-weight: bold;
    color: #ff566f; }

/* line 55, /root/status_boards-master/source/stylesheets/style.css.sass */
.backupstitle {
  text-align: center; }
  /* line 57, /root/status_boards-master/source/stylesheets/style.css.sass */
  .backupstitle h1 {
    font-size: 4em;
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px; }

/* line 64, /root/status_boards-master/source/stylesheets/style.css.sass */
#regiondiv ul li {
  padding: 3px 0; }
/* line 66, /root/status_boards-master/source/stylesheets/style.css.sass */
#regiondiv .green {
  color: #8db022; }
/* line 68, /root/status_boards-master/source/stylesheets/style.css.sass */
#regiondiv .red {
  color: #ff0000; }
/* line 70, /root/status_boards-master/source/stylesheets/style.css.sass */
#regiondiv .yellow {
  color: #ffe500; }

/* line 72, /root/status_boards-master/source/stylesheets/style.css.sass */
.reg_container {
  padding: 30px 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3); }
  /* line 77, /root/status_boards-master/source/stylesheets/style.css.sass */
  .reg_container .regionstitle h3, .reg_container .regionstitle span {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-size: 22px;
    display: inline-table;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0; }
  /* line 86, /root/status_boards-master/source/stylesheets/style.css.sass */
  .reg_container table {
    background: #113c47;
    background: -moz-linear-gradient(top, #113c47 0%, #142534 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #113c47), color-stop(100%, #142534));
    background: -webkit-linear-gradient(top, #113c47 0%, #142534 100%);
    background: -o-linear-gradient(top, #113c47 0%, #142534 100%);
    background: -ms-linear-gradient(top, #113c47 0%, #142534 100%);
    background: linear-gradient(to bottom, #113c47 0%, #142534 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113c47', endColorstr='#142534',GradientType=0 ); }
    /* line 95, /root/status_boards-master/source/stylesheets/style.css.sass */
    .reg_container table thead {
      border-bottom: 2px solid #00c3b7;
      background: #142534; }

/* line 99, /root/status_boards-master/source/stylesheets/style.css.sass */
.today {
  width: 100%;
  background: #0b1b28;
  float: left;
  padding: 30px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #2c3b49;
  position: fixed;
  bottom: 0px; }
  /* line 110, /root/status_boards-master/source/stylesheets/style.css.sass */
  .today h1 {
    float: left; }
  /* line 112, /root/status_boards-master/source/stylesheets/style.css.sass */
  .today .table {
    float: right;
    width: 80%; }

/* line 116, /root/status_boards-master/source/stylesheets/style.css.sass */
.mainSec {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 50px; }
  /* line 123, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec h1 {
    text-align: center;
    display: block;
    margin-top: 0;
    margin-bottom: 10px; }
  /* line 128, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec .failures {
    color: #ff566f; }
  /* line 131, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec .pieSection .pieGraph {
    float: left;
    height: 390px;
    width: 65%; }
    /* line 135, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .pieSection .pieGraph svg {
      position: relative;
      right: 58px;
      top: -42px; }
  /* line 139, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec .pieSection .numbers {
    float: left;
    width: 35%; }
    /* line 140, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .pieSection .numbers h2 {
      text-transform: uppercase;
      color: #9ca4aa;
      font-size: 0.9em;
      font-weight: normal;
      margin-bottom: 0px;
      line-height: 1em; }
    /* line 147, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .pieSection .numbers .failed {
      margin-bottom: 15px; }
    /* line 149, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .pieSection .numbers p {
      margin-top: 0px;
      margin-bottom: 40px;
      font-weight: bold;
      font-size: 44px;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased; }

/* line 158, /root/status_boards-master/source/stylesheets/style.css.sass */
.todays {
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

/* line 160, /root/status_boards-master/source/stylesheets/style.css.sass */
.atRisk {
  border-right: 2px solid #2c3b49;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49.5%; }

/* line 167, /root/status_boards-master/source/stylesheets/style.css.sass */
.expiredBackups {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 49%;
  float: right; }

/* line 175, /root/status_boards-master/source/stylesheets/style.css.sass */
.last7days table {
  background: #113c47;
  background: -moz-linear-gradient(top, #113c47 0%, #142534 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #113c47), color-stop(100%, #142534));
  background: -webkit-linear-gradient(top, #113c47 0%, #142534 100%);
  background: -o-linear-gradient(top, #113c47 0%, #142534 100%);
  background: -ms-linear-gradient(top, #113c47 0%, #142534 100%);
  background: linear-gradient(to bottom, #113c47 0%, #142534 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113c47', endColorstr='#142534',GradientType=0 ); }
  /* line 184, /root/status_boards-master/source/stylesheets/style.css.sass */
  .last7days table thead {
    border-bottom: 2px solid #14aed7;
    background: #142534; }

/* line 189, /root/status_boards-master/source/stylesheets/style.css.sass */
.screen2 .mainSec {
  padding: 30px 45px; }
/* line 191, /root/status_boards-master/source/stylesheets/style.css.sass */
.screen2 .last7daysRestore {
  width: 45%; }
/* line 193, /root/status_boards-master/source/stylesheets/style.css.sass */
.screen2 .todayRestore {
  width: 55%;
  border-right: 1px solid rgba(255, 255, 255, 0.3); }
  /* line 196, /root/status_boards-master/source/stylesheets/style.css.sass */
  .screen2 .todayRestore table {
    background: #293e39;
    background: -moz-linear-gradient(top, #293e39 0%, #142534 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #293e39), color-stop(100%, #142534));
    background: -webkit-linear-gradient(top, #293e39 0%, #142534 100%);
    background: -o-linear-gradient(top, #293e39 0%, #142534 100%);
    background: -ms-linear-gradient(top, #293e39 0%, #142534 100%);
    background: linear-gradient(to bottom, #293e39 0%, #142534 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293e39', endColorstr='#142534',GradientType=0 ); }
    /* line 205, /root/status_boards-master/source/stylesheets/style.css.sass */
    .screen2 .todayRestore table thead {
      background: #142534;
      border-bottom: 2px solid #98cc56; }
    /* line 210, /root/status_boards-master/source/stylesheets/style.css.sass */
    .screen2 .todayRestore table tbody tr td {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    /* line 213, /root/status_boards-master/source/stylesheets/style.css.sass */
    .screen2 .todayRestore table tbody tr:last-child td {
      border-bottom: none; }
/* line 215, /root/status_boards-master/source/stylesheets/style.css.sass */
.screen2 .pieDiv {
  float: left;
  width: 70%; }
/* line 218, /root/status_boards-master/source/stylesheets/style.css.sass */
.screen2 .failedList {
  float: right;
  width: 26%;
  height: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 140px;
  overflow-x: hidden;
  padding-top: 0px;
  overflow: hidden; }
  /* line 230, /root/status_boards-master/source/stylesheets/style.css.sass */
  .screen2 .failedList h1 {
    text-transform: uppercase;
    position: absolute;
    color: #9ca4aa;
    font-size: 0.9em;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: -24px;
    line-height: 0.8em; }
    /* line 240, /root/status_boards-master/source/stylesheets/style.css.sass */
    .screen2 .failedList h1 span {
      display: inline;
      font-size: 1em; }
  /* line 243, /root/status_boards-master/source/stylesheets/style.css.sass */
  .screen2 .failedList ol {
    margin: 0px;
    font-size: 0.8em;
    padding: 0px;
    padding-left: 24px;
    overflow: auto;
    overflow-x: hidden;
    width: 110%; }
    /* line 251, /root/status_boards-master/source/stylesheets/style.css.sass */
    .screen2 .failedList ol li {
      white-space: nowrap;
      margin-bottom: 20px; }
      /* line 254, /root/status_boards-master/source/stylesheets/style.css.sass */
      .screen2 .failedList ol li span {
        display: block; }
        /* line 256, /root/status_boards-master/source/stylesheets/style.css.sass */
        .screen2 .failedList ol li span:first-child {
          color: #ff566f; }
        /* line 258, /root/status_boards-master/source/stylesheets/style.css.sass */
        .screen2 .failedList ol li span:last-child {
          opacity: 0.7; }

/* line 261, /root/status_boards-master/source/stylesheets/style.css.sass */
#marqueecontainer {
  position: relative;
  width: 200px;
  height: 200px;
  background-color: white;
  overflow: hidden;
  border: 3px solid orange;
  padding: 2px;
  padding-left: 4px;
  color: black; }

/* line 274, /root/status_boards-master/source/stylesheets/style.css.sass */
.last7daysRestore table {
  background: #343e38;
  background: -moz-linear-gradient(top, #343e38 0%, #142534 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #343e38), color-stop(100%, #142534));
  background: -webkit-linear-gradient(top, #343e38 0%, #142534 100%);
  background: -o-linear-gradient(top, #343e38 0%, #142534 100%);
  background: -ms-linear-gradient(top, #343e38 0%, #142534 100%);
  background: linear-gradient(to bottom, #343e38 0%, #142534 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#343e38', endColorstr='#142534',GradientType=0 ); }
  /* line 283, /root/status_boards-master/source/stylesheets/style.css.sass */
  .last7daysRestore table thead {
    background: #142534;
    border-bottom: 2px solid #e1c54e; }
  /* line 288, /root/status_boards-master/source/stylesheets/style.css.sass */
  .last7daysRestore table tbody tr td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 291, /root/status_boards-master/source/stylesheets/style.css.sass */
  .last7daysRestore table tbody tr:last-child td {
    border-bottom: none; }

/* line 294, /root/status_boards-master/source/stylesheets/style.css.sass */
.percent {
  position: absolute;
  margin-top: 80px;
  margin-left: 68px;
  box-shadow: 0px 0px 40px 0px rgba(255, 255, 255, 0.35);
  border-radius: 100%;
  width: 165px;
  height: 165px;
  text-align: center;
  padding: 20px;
  padding: 20px;
  line-height: 9em; }
  /* line 306, /root/status_boards-master/source/stylesheets/style.css.sass */
  .percent .num {
    position: relative;
    font-size: 5.1em;
    font-weight: bold;
    -webkit-font-smoothing: antialiased; }
  /* line 311, /root/status_boards-master/source/stylesheets/style.css.sass */
  .percent .dec {
    font-size: 2em;
    margin-left: -4px; }
    /* line 312, /root/status_boards-master/source/stylesheets/style.css.sass */
    .percent .dec:before {
      content: "."; }

/* line 317, /root/status_boards-master/source/stylesheets/style.css.sass */
.timestamp {
  background: transparent;
  position: relative;
  padding: 0px;
  font-size: 1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  border: 0px solid rgba(255, 255, 255, 0.22);
  border-top: none;
  margin-top: 0px;
  display: block;
  text-align: center; }

/* line 331, /root/status_boards-master/source/stylesheets/style.css.sass */
.screen2 #timestamp {
  background: #142534; }

/* line 334, /root/status_boards-master/source/stylesheets/style.css.sass */
#scrollContent {
  overflow-y: auto;
  overflow-x: hidden;
  height: 335px;
  width: 130%; }

/* line 340, /root/status_boards-master/source/stylesheets/style.css.sass */
.width100 {
  width: 100% !important; }

/* line 343, /root/status_boards-master/source/stylesheets/style.css.sass */
.width50 {
  width: 50% !important; }

@media only screen and (min-width: 1700px) {
  /* line 347, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec, .today {
    padding: 0px 50px; } }
@media only screen and (min-width: 1900px) {
  /* line 351, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec, .today {
    padding: 0px 50px; } }
@media only screen and (min-width: 1940px) {
  /* line 356, /root/status_boards-master/source/stylesheets/style.css.sass */
  .screen2 .mainSec {
    padding: 30px 100px; } }
@media only screen and (min-width: 2100px) {
  /* line 360, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec, .today {
    padding: 0px 100px; }

  /* line 364, /root/status_boards-master/source/stylesheets/style.css.sass */
  .screen2 .mainSec {
    padding: 0px 100px; } }
@media only screen and (min-width: 2300px) {
  /* line 368, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec, .today {
    padding: 0px 100px; }

  /* line 372, /root/status_boards-master/source/stylesheets/style.css.sass */
  .screen2 .mainSec {
    padding: 30px 100px; } }
@media only screen and (max-width: 1400px) {
  /* line 378, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec .pieGraph {
    margin: 0 auto !important;
    float: none !important; }
  /* line 381, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec .numbers {
    clear: both;
    float: none !important;
    width: 100% !important;
    text-align: center !important; } }
@media only screen and (max-width: 1000px) {
  /* line 388, /root/status_boards-master/source/stylesheets/style.css.sass */
  body, html {
    overflow: visible; }

  /* line 390, /root/status_boards-master/source/stylesheets/style.css.sass */
  .timestamp {
    padding: 15px 0; }

  /* line 393, /root/status_boards-master/source/stylesheets/style.css.sass */
  .percent .num {
    font-size: 4em; }

  /* line 395, /root/status_boards-master/source/stylesheets/style.css.sass */
  .mainSec {
    padding-bottom: 40px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: 100% !important;
    border-top: 1px solid rgba(255, 255, 255, 0.3); }
    /* line 402, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .pieSection .pieGraph {
      width: 342px;
      clear: both;
      margin: 0 auto;
      position: relative;
      display: block;
      float: None;
      height: 400px; }
    /* line 410, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .pieSection .numbers {
      float: none;
      width: 100%;
      text-align: center; }
    /* line 414, /root/status_boards-master/source/stylesheets/style.css.sass */
    .mainSec .table {
      width: 100%; } }
/* line 417, /root/status_boards-master/source/stylesheets/style.css.sass */
.tableView {
  padding: 20px 50px; }
  /* line 419, /root/status_boards-master/source/stylesheets/style.css.sass */
  .tableView h1 {
    text-align: center;
    display: block; }
  /* line 422, /root/status_boards-master/source/stylesheets/style.css.sass */
  .tableView table {
    background: #113c47;
    background: -moz-linear-gradient(top, #113c47 0%, #142534 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #113c47), color-stop(100%, #142534));
    background: -webkit-linear-gradient(top, #113c47 0%, #142534 100%);
    background: -o-linear-gradient(top, #113c47 0%, #142534 100%);
    background: -ms-linear-gradient(top, #113c47 0%, #142534 100%);
    background: linear-gradient(to bottom, #113c47 0%, #142534 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#113c47', endColorstr='#142534',GradientType=0 );
    margin: 0 auto; }
    /* line 432, /root/status_boards-master/source/stylesheets/style.css.sass */
    .tableView table thead {
      border-bottom: 2px solid #00c3b7;
      background: #142534; }
    /* line 435, /root/status_boards-master/source/stylesheets/style.css.sass */
    .tableView table td {
      border-top: 1px solid rgba(255, 255, 255, 0.1); }

/* line 438, /root/status_boards-master/source/stylesheets/style.css.sass */
.table50 {
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }
  /* line 444, /root/status_boards-master/source/stylesheets/style.css.sass */
  .table50 table {
    max-width: 1100px;
    width: 100%; }
    /* line 447, /root/status_boards-master/source/stylesheets/style.css.sass */
    .table50 table td {
      font-size: 13px;
      max-width: 200px;
      overflow: hidden; }
      /* line 451, /root/status_boards-master/source/stylesheets/style.css.sass */
      .table50 table td:first-child {
        max-width: 130px;
        width: 130px; }
      /* line 454, /root/status_boards-master/source/stylesheets/style.css.sass */
      .table50 table td:nth-child(2) {
        max-width: 150px;
        width: 150px;
        word-wrap: break-word; }

/* line 459, /root/status_boards-master/source/stylesheets/style.css.sass */
.totals {
  display: block;
  width: 500px;
  margin: 0 auto; }
  /* line 463, /root/status_boards-master/source/stylesheets/style.css.sass */
  .totals .runtime, .totals .lifetime {
    float: left;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 30px; }
    /* line 468, /root/status_boards-master/source/stylesheets/style.css.sass */
    .totals .runtime h2, .totals .runtime p, .totals .lifetime h2, .totals .lifetime p {
      text-align: center; }
    /* line 470, /root/status_boards-master/source/stylesheets/style.css.sass */
    .totals .runtime p, .totals .lifetime p {
      text-transform: uppercase;
      color: #9ca4aa;
      font-size: 0.9em;
      font-weight: normal;
      margin-bottom: 0px;
      line-height: 1em;
      margin-top: -5px; }
    /* line 478, /root/status_boards-master/source/stylesheets/style.css.sass */
    .totals .runtime h2, .totals .lifetime h2 {
      color: #fff;
      margin: 0px;
      font-weight: bold;
      font-size: 3em;
      line-height: 0;
      margin: 0px;
      height: 43px; }

/* line 489, /root/status_boards-master/source/stylesheets/style.css.sass */
.table50_2 table {
  background: #11384d;
  background: -moz-linear-gradient(top, #11384d 0%, #142534 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11384d), color-stop(100%, #142534));
  background: -webkit-linear-gradient(top, #11384d 0%, #142534 100%);
  background: -o-linear-gradient(top, #11384d 0%, #142534 100%);
  background: -ms-linear-gradient(top, #11384d 0%, #142534 100%);
  background: linear-gradient(to bottom, #11384d 0%, #142534 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11384d', endColorstr='#142534',GradientType=0 ); }
  /* line 498, /root/status_boards-master/source/stylesheets/style.css.sass */
  .table50_2 table thead {
    border-bottom: 2px solid #14aed7;
    background: #142534; }

@media only screen and (max-width: 600px) {
  /* line 503, /root/status_boards-master/source/stylesheets/style.css.sass */
  .totals {
    width: 100%; } }
@media only screen and (max-width: 820px) {
  /* line 507, /root/status_boards-master/source/stylesheets/style.css.sass */
  .tableView {
    padding: 20px 30px; }
    /* line 509, /root/status_boards-master/source/stylesheets/style.css.sass */
    .tableView table {
      width: 100%; } }
/* line 512, /root/status_boards-master/source/stylesheets/style.css.sass */
.totalAtRiskJobs {
  float: none !important;
  width: 100% !important;
  margin: 50px 0px 40px 0px !important; }

/* line 519, /root/status_boards-master/source/stylesheets/style.css.sass */
.job_list1 .header td, .job_list1 .header2 td {
  border-bottom: 1px solid #14aed7;
  text-transform: uppercase;
  font-weight: normal; }
/* line 524, /root/status_boards-master/source/stylesheets/style.css.sass */
.job_list1 .header2 td {
  border-top: 1px solid #14aed7; }

/* 
* Amazium V1.3
* Copyright 2012, Mike Ballan
* www.amazium.co.uk
*/
/***** Screen 960px *****/
/* line 11, /root/status_boards-master/source/stylesheets/amazium.css */
.reg_container {
  clear: both;
  width: 90%;
  margin: 0 auto; }

/* line 17, /root/status_boards-master/source/stylesheets/amazium.css */
.grids_2 {
  width: 14.84375%; }

/* line 20, /root/status_boards-master/source/stylesheets/amazium.css */
.grids_4 {
  width: 31.87499%; }

/* line 23, /root/status_boards-master/source/stylesheets/amazium.css */
.grids_10 {
  width: 82.96875%; }

/* line 26, /root/status_boards-master/source/stylesheets/amazium.css */
.grids_1, .grids_2, .grids_3, .grids_4, .grids_5, .grids_6, .grids_7, .grids_8, .grids_9, .grids_10, .grids_11, .grids_12 {
  clear: none;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 2.1875%;
  padding: 0;
  position: relative; }

/* line 35, /root/status_boards-master/source/stylesheets/amazium.css */
.align-right {
  text-align: right; }

/* line 39, /root/status_boards-master/source/stylesheets/amazium.css */
.align-left {
  text-align: left; }

/* line 43, /root/status_boards-master/source/stylesheets/amazium.css */
.align-center {
  text-align: center; }

/* line 46, /root/status_boards-master/source/stylesheets/amazium.css */
.datamap {
  top: -20%; }

/* line 50, /root/status_boards-master/source/stylesheets/amazium.css */
.hoverinfo {
  padding: 4px;
  border-radius: 1px;
  background-color: #FFF;
  box-shadow: 1px 1px 5px #CCC;
  font-size: 12px;
  border: 1px solid #CCC;
  color: #000; }

/* line 60, /root/status_boards-master/source/stylesheets/amazium.css */
.last-col {
  margin-right: 0; }

/* line 64, /root/status_boards-master/source/stylesheets/amazium.css */
.last-col {
  margin-right: 0; }

@media only screen and (max-width: 992px) {
  /* line 69, /root/status_boards-master/source/stylesheets/amazium.css */
  .reg_container {
    width: 95%; }

  /* line 72, /root/status_boards-master/source/stylesheets/amazium.css */
  .grids_1, .grids_2, .grids_3, .grids_4, .grids_5, .grids_6, .grids_7, .grids_8, .grids_9, .grids_10, .grids_11, .grids_12 {
    clear: both;
    display: block;
    float: none;
    width: 100%;
    margin: 20px 0; }

  /* line 79, /root/status_boards-master/source/stylesheets/amazium.css */
  .align-right, .align-left, .align-center {
    text-align: left; } }
/* line 86, /root/status_boards-master/source/stylesheets/amazium.css */
.row {
  margin: 0 auto;
  width: 960px;
  overflow: hidden; }

/* line 87, /root/status_boards-master/source/stylesheets/amazium.css */
.row .row {
  margin: 0 -16px 0 -16px;
  width: auto;
  display: inline-block; }

/* line 89, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_1 {
  width: 48px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 90, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_2 {
  width: 128px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 91, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_3 {
  width: 208px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 92, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_4 {
  width: 288px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 93, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_5 {
  width: 368px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 94, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_6 {
  width: 448px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 95, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_7 {
  width: 528px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 96, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_8 {
  width: 608px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 97, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_9 {
  width: 688px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 98, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_10 {
  width: 768px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 99, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_11 {
  width: 848px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 100, /root/status_boards-master/source/stylesheets/amazium.css */
.grid_12 {
  width: 928px;
  margin: 0 16px 0 16px;
  overflow: hidden;
  float: left;
  display: inline; }

/* line 102, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_1 {
  margin-left: 96px; }

/* line 103, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_2 {
  margin-left: 176px; }

/* line 104, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_3 {
  margin-left: 256px; }

/* line 105, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_4 {
  margin-left: 336px; }

/* line 106, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_5 {
  margin-left: 416px; }

/* line 107, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_6 {
  margin-left: 496px; }

/* line 108, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_7 {
  margin-left: 576px; }

/* line 109, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_8 {
  margin-left: 656px; }

/* line 110, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_9 {
  margin-left: 736px; }

/* line 111, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_10 {
  margin-left: 816px; }

/* line 112, /root/status_boards-master/source/stylesheets/amazium.css */
.offset_11 {
  margin-left: 896px; }

/* line 114, /root/status_boards-master/source/stylesheets/amazium.css */
.show-phone {
  display: none !important; }

/* line 115, /root/status_boards-master/source/stylesheets/amazium.css */
.show-tablet {
  display: none !important; }

/* line 116, /root/status_boards-master/source/stylesheets/amazium.css */
.show-screen {
  display: inherit !important; }

/* line 118, /root/status_boards-master/source/stylesheets/amazium.css */
.hide-phone {
  display: inherit !important; }

/* line 119, /root/status_boards-master/source/stylesheets/amazium.css */
.hide-tablet {
  display: inherit !important; }

/* line 120, /root/status_boards-master/source/stylesheets/amazium.css */
.hide-screen {
  display: none !important; }

/***** Screen Bigger than 960px *****/
/* @media only screen and (min-width:1200px) {

.row 								{ margin:0 auto; width:1200px; overflow:hidden; }
.row .row 							{ margin:0 -20px 0 -20px; width:auto; display:inline-block; }

.grid_1								{ width:60px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_2 							{ width:160px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_3 							{ width:260px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_4 							{ width:360px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_5 							{ width:460px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }		
.grid_6 							{ width:560px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_7 							{ width:660px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_8 							{ width:760px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_9								{ width:860px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_10							{ width:960px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_11							{ width:1060px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }
.grid_12							{ width:1160px; margin:0 20px 0 20px; overflow:hidden; float:left; display:inline; }

.offset_1							{ margin-left:120px; }
.offset_2							{ margin-left:220px; }
.offset_3 							{ margin-left:320px; }
.offset_4 							{ margin-left:420px; }
.offset_5 							{ margin-left:520px; }
.offset_6 							{ margin-left:620px; }
.offset_7 							{ margin-left:720px; }
.offset_8 							{ margin-left:820px; }
.offset_9							{ margin-left:920px; }
.offset_10							{ margin-left:1020px; }
.offset_11							{ margin-left:1120px; }

.show-phone 						{ display:none !important; }
.show-tablet 						{ display:none !important; }
.show-screen						{ display:inherit; }

.hide-phone							{ display:inherit !important; }
.hide-tablet						{ display:inherit !important; }
.hide-screen						{ display:none !important; }

}
*/
/***** Tablet (Smaller than 959px) *****/
@media only screen and (min-width: 768px) and (max-width: 959px) {
  /* line 171, /root/status_boards-master/source/stylesheets/amazium.css */
  .row {
    margin: 0 auto;
    width: 768px;
    overflow: hidden; }

  /* line 172, /root/status_boards-master/source/stylesheets/amazium.css */
  .row .row {
    margin: 0 -14px 0 -14px;
    width: auto;
    display: inline-block; }

  /* line 174, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_1 {
    width: 36px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 175, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_2 {
    width: 100px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 176, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_3 {
    width: 164px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 177, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_4 {
    width: 228px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 178, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_5 {
    width: 292px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 179, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_6 {
    width: 356px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 180, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_7 {
    width: 420px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 181, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_8 {
    width: 484px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 182, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_9 {
    width: 548px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 183, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_10 {
    width: 612px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 184, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_11 {
    width: 676px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 185, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_12 {
    width: 740px;
    margin: 0 14px 0 14px;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 187, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_1 {
    margin-left: 78px; }

  /* line 188, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_2 {
    margin-left: 142px; }

  /* line 189, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_3 {
    margin-left: 206px; }

  /* line 190, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_4 {
    margin-left: 270px; }

  /* line 191, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_5 {
    margin-left: 334px; }

  /* line 192, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_6 {
    margin-left: 398px; }

  /* line 193, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_7 {
    margin-left: 462px; }

  /* line 194, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_8 {
    margin-left: 526px; }

  /* line 195, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_9 {
    margin-left: 590px; }

  /* line 196, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_10 {
    margin-left: 654px; }

  /* line 197, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_11 {
    margin-left: 718px; }

  /* line 199, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-phone {
    display: none !important; }

  /* line 200, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-tablet {
    display: inherit !important; }

  /* line 201, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-screen {
    display: none !important; }

  /* line 203, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-phone {
    display: inherit !important; }

  /* line 204, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-tablet {
    display: none !important; }

  /* line 205, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-screen {
    display: inherit !important; } }
/***** Phone (portrait 300px) *****/
@media only screen and (max-width: 767px) {
  /* line 214, /root/status_boards-master/source/stylesheets/amazium.css */
  .row {
    margin: 0 auto;
    width: 300px;
    overflow: hidden; }

  /* line 215, /root/status_boards-master/source/stylesheets/amazium.css */
  .row .row {
    margin: 0;
    width: auto;
    display: inline-block; }

  /* line 217, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 300px;
    margin: 10px 0 0 0;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 230, /root/status_boards-master/source/stylesheets/amazium.css */
  .offset_1,
  .offset_2,
  .offset_3,
  .offset_4,
  .offset_5,
  .offset_6,
  .offset_7,
  .offset_8,
  .offset_9,
  .offset_10,
  .offset_11 {
    margin-left: 0; }

  /* line 242, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-phone {
    display: inherit !important; }

  /* line 243, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-tablet {
    display: none !important; }

  /* line 244, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-screen {
    display: none !important; }

  /* line 246, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-phone {
    display: none !important; }

  /* line 247, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-tablet {
    display: inherit !important; }

  /* line 248, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-screen {
    display: inherit !important; } }
/***** Phone (landscape 420px) *****/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 258, /root/status_boards-master/source/stylesheets/amazium.css */
  .row {
    margin: 0 auto;
    width: 456px;
    overflow: hidden; }

  /* line 259, /root/status_boards-master/source/stylesheets/amazium.css */
  .row .row {
    margin: 0;
    width: auto;
    display: inline-block; }

  /* line 261, /root/status_boards-master/source/stylesheets/amazium.css */
  .grid_1,
  .grid_2,
  .grid_3,
  .grid_4,
  .grid_5,
  .grid_6,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11,
  .grid_12 {
    width: 456px;
    margin: 10px 0 0 0;
    overflow: hidden;
    float: left;
    display: inline; }

  /* line 274, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-phone {
    display: inherit !important; }

  /* line 275, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-tablet {
    display: none !important; }

  /* line 276, /root/status_boards-master/source/stylesheets/amazium.css */
  .show-screen {
    display: none !important; }

  /* line 278, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-phone {
    display: none !important; }

  /* line 279, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-tablet {
    display: inherit !important; }

  /* line 280, /root/status_boards-master/source/stylesheets/amazium.css */
  .hide-screen {
    display: inherit !important; } }
/***** Clean up *****/
/* line 289, /root/status_boards-master/source/stylesheets/amazium.css */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 290, /root/status_boards-master/source/stylesheets/amazium.css */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* line 294, /root/status_boards-master/source/stylesheets/amazium.css */
.row:after, .clearfix:after {
  clear: both; }

/* line 295, /root/status_boards-master/source/stylesheets/amazium.css */
.row,
.clearfix {
  zoom: 1; }

/* line 297, /root/status_boards-master/source/stylesheets/amazium.css */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
