html {
  height: 100%; }

body {
  min-height: 100%;
  background: #314a99;
  /* Old browsers */
  background: -moz-linear-gradient(top, #314a99 0%, #2c3e5d 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #314a99), color-stop(100%, #2c3e5d));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #314a99 0%, #2c3e5d 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #314a99 0%, #2c3e5d 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #314a99 0%, #2c3e5d 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #314a99 0%, #2c3e5d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#314a99', endColorstr='#2c3e5d',GradientType=0 );
  /* IE6-9 */
  color: #7e899b; }

a:hover {
  text-decoration: none; }

#page > header {
  clear: both;
  display: table;
  line-height: 0;
  content: "";
  width: 100%;
  background: #080f22; }
  #page > header .brand {
    float: left; }
  #page > header nav.tabs {
    float: left;
    margin: 0 0 0 44px; }
    #page > header nav.tabs > span {
      float: left;
      margin: 0 11px 0 0;
      line-height: 44px;
      font-size: 0.9em; }
      #page > header nav.tabs > span:after {
        content: " :"; }
    #page > header nav.tabs > ul {
      float: left;
      margin: 0;
      border: 0;
      height: 44px;
      line-height: 44px; }
      #page > header nav.tabs > ul > li {
        margin: 0 1px 0 0;
        height: 44px; }
        #page > header nav.tabs > ul > li a {
          display: block;
          margin: 0;
          border: 0;
          border-radius: 0;
          padding: 0 22px;
          height: 44px;
          line-height: 44px;
          font-size: 1.1em;
          color: #b3bbc7; }
          #page > header nav.tabs > ul > li a:hover {
            background: #0077c0;
            color: #fff; }
        #page > header nav.tabs > ul > li.active a {
          background: #314a99;
          color: #fff; }

.selection {
  float: left;
  margin: 22px 0;
  border-right: 1px solid #2c3e5d;
  padding: 0 22px;
  line-height: 22px;
  width: 187px;
  color: #b3bbc7; }
  .selection nav.timestamp .input-group-addon,
  .selection nav.timestamp .form-control {
    border-radius: 0; }
  .selection nav.timestamp .form-submit .btn {
    border-radius: 0;
    width: 100%;
    background: #0077c0;
    color: #fff; }
    .selection nav.timestamp .form-submit .btn:hover {
      background: #00b6ef; }
  .selection nav.timestamp-captures {
    margin: 22px 0 0 0;
    padding: 11px 0 0 0;
    border-top: 1px solid #7e899b;
    text-align: center; }
    .selection nav.timestamp-captures span {
      display: block;
      margin: 0 0 11px 0;
      font-size: 0.9em; }
    .selection nav.timestamp-captures ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .selection nav.timestamp-captures ul > li {
        margin: 0 0 1px 0;
        border-bottom: 1px solid #2c3e5d;
        padding: 0 0 1px 0; }
        .selection nav.timestamp-captures ul > li a {
          display: block;
          background: #34498c;
          line-height: 32px;
          font-size: 1.1em;
          color: #d9dde3; }
          .selection nav.timestamp-captures ul > li a:hover {
            background: #0077c0;
            color: #fff; }
        .selection nav.timestamp-captures ul > li.active a {
          background: #8bbc00;
          color: #fff; }
  .selection nav.timestamp-reset {
    margin: 22px 0 0 0;
    padding: 11px 0 0 0;
    border-top: 1px solid #7e899b; }
    .selection nav.timestamp-reset .btn {
      border-radius: 0;
      width: 100%;
      background: #0077c0;
      color: #fff; }
      .selection nav.timestamp-reset .btn:hover {
        background: #00b6ef; }
      .selection nav.timestamp-reset .btn .text.short {
        display: inline-block; }
      .selection nav.timestamp-reset .btn .text.long {
        display: none; }
  .selection nav.timestamp-options {
    margin: 11px 0 0 0;
    padding: 11px 0 0 0;
    border-top: 1px solid #7e899b; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] {
      position: absolute;
      left: -99999px; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label {
      width: 100%;
      font-weight: normal;
      cursor: pointer; }
      .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .switch {
        display: inline-block;
        vertical-align: middle;
        overflow: hidden;
        margin: 0 0.5em 0 0;
        border: 1px solid #2c3e5d;
        padding: 0;
        width: 48px;
        height: 24px;
        background: #2c3e5d;
        white-space: nowrap;
        cursor: pointer; }
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .switch .label-on,
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .switch .label-off,
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .switch .cursor {
          -webkit-transition: all 0.2s;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -ms-transition: all 0.2s;
          display: inline-block;
          vertical-align: top;
          width: 16px;
          height: 22px;
          background: #fff;
          line-height: 24px;
          text-align: center;
          text-transform: uppercase;
          font-size: 0.8em; }
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .switch .label-on {
          width: 0;
          background: #269cee;
          color: #e3f2fc; }
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .switch .label-off {
          width: 32px;
          background: #627e93;
          color: #b3bbc7; }
      .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .icon {
        display: inline-block;
        vertical-align: top;
        margin: 0 0.5em 0 0;
        width: 24px;
        height: 24px;
        background-image: url(../images/sprites/btn-reload.png);
        background-position: 50% 0;
        background-repeat: no-repeat;
        background-size: cover; }
      .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .text {
        line-height: 24px;
        font-size: 0.9em; }
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .text.short {
          display: inline-block; }
        .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .text.long {
          display: none; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"]:checked + label .switch .label-on {
      width: 32px; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"]:checked + label .switch .label-off {
      width: 0; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"]:checked + label .icon {
      background-position: 50% 50%; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"]:checked + label .text {
      /* color: #94ba00; */ }

.tab-content {
  margin-left: 187px; }

.wearthermap-container {
  padding: 22px;
  text-align: center; }
  .wearthermap-container img {
    max-width: 100%;
    height: auto; }

@media screen and (max-width: 1023px) {
  .selection {
    float: none;
    width: 100%; }
    .selection nav.timestamp-reset .btn .text.short {
      display: none; }
    .selection nav.timestamp-reset .btn .text.long {
      display: inline-block; }
    .selection nav.timestamp-captures ul {
      clear: both;
      display: table;
      line-height: 0;
      content: "";
      width: 100%; }
      .selection nav.timestamp-captures ul > li {
        float: left;
        margin: 0 0 1px 0;
        border-bottom: 1px solid #2c3e5d;
        border-right: 1px solid #2c3e5d;
        padding: 0 0 1px 0;
        width: 25%; }
        .selection nav.timestamp-captures ul > li:nth-child(4n+0) {
          border-right: 0; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .text.short {
      display: none; }
    .selection nav.timestamp-options .timestamp-autorefresh input[type="checkbox"] + label .text.long {
      display: inline-block; }

  .tab-content {
    margin: 0; } }
@media screen and (max-width: 639px) {
  .selection nav.timestamp-captures ul {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
    width: 100%; }
    .selection nav.timestamp-captures ul > li {
      width: 33.333%; }
      .selection nav.timestamp-captures ul > li:nth-child(3n+0) {
        border-right: 0; } }
@media screen and (max-width: 419px) {
  .selection nav.timestamp-captures ul {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
    width: 100%; }
    .selection nav.timestamp-captures ul > li {
      width: 50%; }
      .selection nav.timestamp-captures ul > li:nth-child(2n+0) {
        border-right: 0; } }
@media screen and (max-width: 240px) {
  .selection nav.timestamp-captures ul {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
    width: 100%; }
    .selection nav.timestamp-captures ul > li {
      float: none;
      border-right: 0;
      width: 100%; } }
