﻿/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

.black {
    color: black;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
  /* Make the masthead heading the same height as the navigation */
  .header h3 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 40px;
  }

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

/* Customize container */
@media (min-width: 868px) {
  .container {
    max-width: 830px;
  }
}

.container-narrow > hr {
  margin: 30px 0;
}

.menubtn {
  margin-left: 100px;
}

  .menubtn a {
    margin-left: 10px;
    font-weight: 500;
    color: #15909c !important;
    border: 1px solid #15909c;
    background-color: #fff !important;
    font-size: 0.75em;
    top: 3px;
  }

  .menubtn a:hover {
    color: #999 !important;
  }
.rssmenuimg {
    position: relative;
    top: -1px;
    left:-3px;
    margin-right: 3px;
}

.tile-bluegreen {
    background-color: #15909c;
    border-color: #15909c;
}

.tile-purple {
  background-color: #622C74;
  border-color: #622C74;
}

.tile-orange {
  background-color: #F38230;
  border-color: #F38230;
}

.tile-red {
  background-color: #de232f;
  border-color: #de232f;
}

.tile-blue {
  background-color: #155786;
  border-color: #155786;
}

.titlebox {
  width: 100%;
  padding: 14px 24px;
  margin-bottom: 30px;
  border-width: 1px;
  border-style: solid;
  border-radius: 6px;
  color: #fff;
}

  .titlebox .smalltext {
    font-weight: 300;
  }

  .titlebox .text {
    font-weight: 300;
    font-size: 1.25em;
  }

  .titlebox .comment {
    float: right;
    position: relative;
    top: 3px;
    clear: both;
  }

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  /*border: 1px solid #e5e5e5;*/
}

/* Supporting marketing content */
.marketing {
  margin: 40px 0;
}

  .marketing p + h4 {
    margin-top: 28px;
  }

.updates-section {
  margin: 0px 0px 20px 0px;
  line-height: 24px;
}

  .updates-section h3 {
    margin: 10px 10px;
    font-weight: 500;
  }

  .updates-section .timeframe {
    margin-bottom: 5px;
    display: block;
  }

  .updates-section div.row {
    margin: 0px 0px 24px;
  }

  .updates-section .status-title {
    font-weight: bold;
    margin-right: 5px;
  }

  .updates-section .row-title {
    font-weight: 600;
    font-size: 20px;
    margin: 18px 0px 18px;
  }

  .updates-section .timestamp {
    font-size: 0.8em;
    color: #bbb;
  }

  .updates-section p {
    margin: 10px 0px 10px;
  }


/* custom status */
.status {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 3px;
}

.table td {
  text-align: left;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 868px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    padding: 30px 0px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (max-width: 867px) {
  .titlebox .comment {
    float: none;
    display: block;
  }
}

.panel-heading .metricgroup a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: left;
   transition: all 0.5s;
}
.panel-heading.active .metricgroup a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}