body {
  font-family: 'Roboto', sans-serif;
  color: #a4afbb;
  background-color: #2b323a;
  min-height: 0px !important;
  padding-top:0px !important;
}

.footer {
/*  position: relative;
/*
/*bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  max-height: 10vh;
  min-height:10vh;
  /*background-color: #22272e;*/
  background-color: black;
  padding-right: 20px;
  padding-left: 20px;
}

.footer > div > p {
  font-size: 14px !important;
}

.footer > div > p > a {
  color: white !important;
}

.footer > div > p.footerSmall {
  font-size: 12px !important;
  line-height:22px;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-top:0px;
}

/*navbar*/
.navbar-inverse {
    /*background-color: #2F363F;*/
    background-color: black;
    padding-bottom: none;
}

.navbar{
    /*background-color: #2F363F;*/
    background-color: black;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

/*.navbar-header{
  min-width:1000px;
}*/

.container-fluid-navbar {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

/*fonts*/

h1 {
    font-size: 16px;
    font-weight:400;
    color: white;
    letter-spacing:24;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
}



h1.gray{
    font-size: 18px;
    font-weight:400;
    letter-spacing:24;
    margin-top:10px;
    margin-bottom:10px;
    padding:5px;
    color: #cfd8dc !important;
}

h1.small{
    font-size: 14px;
}

h2 {
    font-size: 14px;
    font-weight:100;
    color: white;
    letter-spacing:40;
    margin-top:15px;
}

h4{
    font-size: 12px;
    font-weight:400;
    color: white;
    letter-spacing:40;
    margin-top:15px;
}

p {
    font-size: 14px;
    font-weight:400;
    color: #fff;
    letter-spacing:48;
    line-height: 200%;
  }

p.display{
  padding-top:25px;
}

h1.display{
  padding-top:10px;
}

p.tableHeader {
    font-size: 14px;
    color: #fff;;
  }

p.noMargin, .caption-grey{
  margin-bottom: 0px;
  color:#cfd8dc;
}

p.summary{
  color:#cfd8dc;
}

a.summary{
  color:#cfd8dc;
}

h1.nav{
  padding-top:7px;
  padding-left:0px;
  /*text-align:center;*/
}

th > p{
      text-align:left;
      color: #a4afbb;
      padding-top: 7px;
}

td {
font-size:21px;
font-weight: 300;
color: #cfd8dc;
border-top:#3e4651 solid 1px !important;
}

td > p{
    text-align:left;
    color: #a4afbb;
    padding-top: 7px;
}

th > p.white{
      text-align:left;
      color: white;
      padding-top: 7px;
}

td > p.white{
    text-align:left;
    color: white;
    padding-top: 7px;
}

tr {
    color: #ffffff;
    text-decoration: none;
}

p.caption{
  color:white;
  font-size:12px !important;
  letter-spacing:75;
  font-weight:medium;
  line-height: 12px;
}

.caption-grey{
  color:#a4afbb;
  font-size:8px !important;
  letter-spacing:75;
  font-weight: 500;
  font-weight:medium;
  padding:none;
  margin:none;
}

a {
  color: #a4afbb;
  text-decoration: none;
}

a:hover, a:focus {
  color: #ffffff;
}

.dropdown-menu>li>a {
  z-index: 1000;
  color: white !important;
  text-align: left;
}

.dropdown-menu>li>a.active {
  background-color: #4b5461;
}

.dropdown-menu{
  z-index: 1000;
  padding: 5px 0;
  margin: 2px 0 0;
  color: white !important;
  text-align: left;
  padding: 10px;
  background-color: #3e4651;
  border: 1px solid #2b323a;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0px;
}

/*a.dropdown-toggle{
  max-height:40px !important;
  width: 200px !important;
  font-size:12px !important;
  padding-top:1px !important;
}*/

a.chart-menu{
/*max-height:40px !important;*/
/*width: 200px !important;*/
font-size:12px !important;
padding-top:15px !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: white;
  background-color: #4b5461;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #4b5461;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: white;
  text-decoration: none;
  background-color: #4b5461;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #2b323a;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/*.nav>li>a {
  position: relative;
  display: block;
  padding: 15px 0px;
}*/

.nav>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: rgba(0,0,0,0);
}

.panel {
  margin-bottom: 20px;
  background-color: #2f363f;
  border: none !important;
}

.panel-default>.panel-heading {
  color: #ffffff;
  background-color: #2f363f;
  border-bottom: #ffffff solid 1px !important;
}

.panel-heading {
  padding: 15px;
  border-top:none !important;
  border-right:none !important;
  border-left:none !important;
}

.panel-heading > a {
  line-height: 20px;
}
.panel-group {
  padding-top: 0px;
  border:none !important;
}

.modal-dialog {
  width: 80%;
  height: 100%;
  left:10%;
  padding: 0;
  margin: 0
}

.modal-content {
  background-color: #2b323a;
  height: 100%;
  border-radius: 0;
}

.modal-header {
  padding-left:50px;
  padding-right:50px;
}


.modal-body {
  background-color: #2b323a;
  padding-left:50px;
  padding-right:50px;
}

.modal-body > p{
  color: #cfd8dc;
}

.modal-body > p > a{
  color: white;
}

h1.modal-title{
  color: #cfd8dc;
}

.nav-tabs {
border-bottom: none;
}
.nav-tabs > li{
padding-right: 5px;
margin-right:5px;
}

.nav-tabs > li.active{
border-bottom:3px solid #ff0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: white;
  background-color: #2b323a;
  border: none;
}

.nav-tabs>li>a {
    border: none;
    border-radius: 0px;
    margin-bottom: none;
    margin-right: 15px;
    margin-left: 15px;
    font-size:10px;
}
.nav-pills > li.dropdown.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
color: white;
background-color: transparent; /*757474*/
border-bottom: none;
}

.nav-pills>li.dropdown>a{
    border: none;
    border-radius: 0px;
    padding-top:0px;
}

.nav-pills>li.dropdown>a:focus{
    color: #2b323a;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: #428bca;
}

a.toggle {
    position: fixed;
    left: 0;
    bottom: 0;
    display: block;
    -webkit-border-radius: 0 !important;
       -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-border-top-right-radius: 4px !important;
       -moz-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
       -moz-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    background-color: #222;
    color: white;
    opacity: 0.8;
    z-index: 100;
}

a:hover.toggle {
    background-color: #ffffff;
    color: #009DE9;
    opacity: 1;
}

.tooltip{
  background-color: white;
  border-radius: none;
  color: red;
}

.panel-collapse{
    margin-left: 10px;
    margin-right: 10px;
}

 hr {
  padding:0px;
  margin:10px;
  border:#3e4651 solid 1px !important;
}

a.carousel-control{
 color: white;
 font-size: 100px;
 padding-top: 120px;
}
.carousel img {
   max-height: 425px;
   position: center;
}
.carousel-inner > .item > img {
   margin: 0 auto;
}

::-webkit-scrollbar {
      width: 5px;
}
::-webkit-scrollbar-track {
      background-color: #3e4651;
      border-radius:2px;
} /* the new scrollbar will have a flat appearance with the set background color */

::-webkit-scrollbar-thumb {
      background-color: #8c939c;
} /* this will style the thumb, ignoring the track */

::-webkit-scrollbar-button {
      background-color: #8c939c;
      border-radius:2px;
} /* optionally, you can style the top and the bottom buttons (left and right for horizontal bars) */

::-webkit-scrollbar-corner {
      background-color: black;
}

/*fonts for retina*/
@media (min-width: 2800px)
    {
      h1 {
          font-size: 32px;
          font-weight:400;
          letter-spacing:24;
      }

      td {
        font-size:42px;
        font-weight: 300;
      }

      h2 {
          font-size: 28px;
          font-weight:100;
          letter-spacing:40;
      }

      h4{
          font-size: 24px;
          font-weight:400;
          letter-spacing:40;
      }

      p {
          font-size: 24px;
          font-weight:400;
        }

      p.tableHeader {
          font-size: 28px;
        }

      td{
        font-size:48px;
        color: #cfd8dc;
        font-weight: 100;
      }

      .caption-grey{
        color:#a4afbb;
        font-size:16px !important;
        letter-spacing:75;
        font-weight: 500;
        font-weight:medium;
        padding:none;
        margin:none;
      }
}

@media (max-width: 768px)
    {
      h1 {
          font-size: 24px;
          font-weight:400;
          letter-spacing:24;
      }

      h1.gray {
          font-size: 14px;
          font-weight:400;
          letter-spacing:24;
      }

      td {
        font-size:42px;
        font-weight: 300;
      }

      h2 {
          font-size: 12px;
          font-weight:100;
          letter-spacing:40;
      }

      h4{
          font-size: 24px;
          font-weight:400;
          letter-spacing:40;
      }

      p {
          font-size: 10px;
          font-weight:400;
        }

      p.tableHeader {
          font-size: 28px;
        }

      td{
        font-size:48px;
        color: #cfd8dc;
        font-weight: 100;
      }

      .caption-grey{
        color:#a4afbb;
        font-size:16px !important;
        letter-spacing:75;
        font-weight: 500;
        font-weight:medium;
        padding:none;
        margin:none;
      }

      .footer{
        /*position: relative;*/
        /*bottom: 0;*/
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 50vh !important;
        background-color: black;
        padding-right: 20px;
        padding-left: 20px;
      }
}

@media (max-width: 548px)
    {
      h1 {
          font-size: 24px;
          font-weight:400;
          letter-spacing:24;
      }

      h1.gray {
          font-size: 14px;
          font-weight:400;
          letter-spacing:24;
      }

      td {
        font-size:42px;
        font-weight: 300;
      }

      h2 {
          font-size: 12px;
          font-weight:100;
          letter-spacing:40;
      }

      h4{
          font-size: 24px;
          font-weight:400;
          letter-spacing:40;
      }

      p {
          font-size: 10px;
          font-weight:400;
        }

      p.tableHeader {
          font-size: 28px;
        }

      p.caption-grey {
          font-size: 14px !important;
        }

      td{
        font-size:48px;
        color: #cfd8dc;
        font-weight: 100;
      }

      .caption-grey{
        color:#a4afbb;
        font-size:16px !important;
        letter-spacing:75;
        font-weight: 500;
        font-weight:medium;
        padding:none;
        margin:none;
      }

      .footer{
        /*position: relative;
        bottom: 0;*/
        width: 100%;
        /* Set the fixed height of the footer here */
        max-height: 50vh !important;
        background-color: black;
        padding-right: 20px;
        padding-left: 20px;
      }

      #button{
        background-color: #2b323a !important;
        padding:5px !important;
      }

      #offGrayBar{
        background-color: #2b323a !important;
      }

      #tableSearch{
        background-color: #2b323a !important;
        border: none;
        border-radius: 0px !important;
        font: #2b323a;
        color: #2b323a !important;
        padding: none !important;
        margin:none !important;
      }

      .form-control{
        font-size: 10px !important;
      }

      #darkGrayBar > ul > li {
        margin:2px;
        padding:2px;
      }

      #darkGrayBar > ul > li > a{
        margin:2px;
        padding:2px;
      }

    .dc-chart .axis text {
        font-family: 'Roboto', sans-serif;
        fill: white;
        font-size:7px !important;
        font-weight:100;
        padding-top:100px;
    }

}

@media (max-width: 800px)
    {
      h1 {
          font-size: 24px;
          font-weight:400;
          letter-spacing:24;
      }

      h1.gray {
          font-size: 14px;
          font-weight:400;
          letter-spacing:24;
      }

      td {
        font-size:42px;
        font-weight: 300;
      }

      h2 {
          font-size: 12px;
          font-weight:100;
          letter-spacing:40;
      }

      h4{
          font-size: 24px;
          font-weight:400;
          letter-spacing:40;
      }

      p {
          font-size: 10px;
          font-weight:400;
        }

      p.tableHeader {
          font-size: 28px;
        }

      td{
        font-size:48px;
        color: #cfd8dc;
        font-weight: 100;
      }
      #number_total_events > p.inline {
        font-size: 0px !important;
      }

      .caption-grey{
        color:#a4afbb;
        font-size:16px !important;
        letter-spacing:75;
        font-weight: 500;
        font-weight:medium;
        padding:none;
        margin:none;
      }

      .footer{
        position: relative;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 50vh !important;
        background-color: black;
        padding-right: 20px;
        padding-left: 20px;
      }

      .form-control{
        font-size: 10px !important;
      }
}

@media (min-width: 1024px)
    {

      .footer{
        position: relative;
      }

}

@media (min-width: 1260px)
    {

      .footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 100px !important;
        background-color: black;
        padding-right: 20px;
        padding-left: 20px;
      }

      .wrap {
          min-height: 100vh;
          height: auto;
          margin: 0 auto -70px;
      }

}

@media (min-width: 1600px)
    {

      .footer{
        position: absolute;
        bottom: 0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 100px !important;
        background-color: black;
        padding-right: 20px;
        padding-left: 20px;
      }

      .wrap {
          min-height: 100vh;
          height: auto;
          margin: 0 auto -70px;
      }
}

.caret {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000000;
}

.navbar .divider-vertical-custom {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

#darkGrayBar > ul > li{
  padding-right:0px;
}

#darkGrayBar > ul > li > a{
  padding-right:10px;
}
