html, body {
  width: 100%;
  height: 100%;
}

body {
    font-family: "HelveticaNeue-Light";
    position: relative;
}

/*.content_stuff {
  overflow-y: scroll;
}*/

.home-page{
  font-family: "Coda";
  text-align: center;
}

.home-page h1{
  font-size: 500%;
}

    @media screen and (max-width: 768px){
      .home-page h1 {
         font-size: 300%;
         padding-top: 20px;
        margin-left: 5px;
        margin-right: 5px;
        }

      #home-page-links {
        margin-left: 5px;
        margin-right: 5px;
      }

      #home-page-links h4{
        font-size: 15px;
      }
     }

.slightgrey{
    color: #d3d3d3;
}

#home-page-links{
  padding-top: 20px;
}

/* NAVIGATION */
.navbar-fixed-top{
  height: 70px;
  background-color: white;
}

.navbar-brand{
  padding-top: 10px;
  font-size: 20px;
  line-height: 30px;
}

.navbar-nav{
  float: right;
  font-size: 18px;
  padding-top: 10px;
}

li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
  font-size: 15px;
}

/* Collapsed Menu Media Query */
@media only screen and (max-width: 767px) {
  .navbar-nav>li>a{
    font-size: 12px;
  }
  .dropdown-content>a{
    font-size: 12px;
  }
}
.navbar-collapse, .navbar-collapse.in {
  background-color: white;
  height: 70px;
}

.navbar-collapse>ul>li, .navbar-collapse.in>ul>li {
  display: inline-block;
}

/*.navbar-collapse{
  border: none;
  border-bottom: 2px solid lightgrey;

}*/

.navbar-collapse.in {
     overflow-y: visible; 
}
.navbar-toggle {
  margin-top: 20px;
}


/*FIRST BANNER*/
    .scroll {
      /*Set a css background */
      background:url(../img/banner.jpg);

      /*Dont mind the rest*/
      position: fixed;
      width: 100%;
      height: 100%;
      min-height: auto;
      background-position: center !important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      text-align:center;
      color:#fff;
      font-family:'Open Sans' sans-serif;
    }
    /*Overlay over the banner*/
    .scroll-overlay{
      background-color: rgba(38,89,148,.9);
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
    }

/*SECOND BANNER*/
    .scroll2 {
      /*Set a css background */
      background-color:white;

      /*Dont mind the rest*/
      position: relative;
      width: 100%;
      height: 100%;
      min-height: auto;
      background-position: center !important;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      text-align:center;
      color:rgba(38,89,148,0);
      font-family:'Open Sans' sans-serif;
    }

/* SIDE BAR  */
    .group{
     padding-bottom: 50px;
    }

    .group .subgroup {
      padding-top: 15px;
      overflow: hidden;
    }

    .content-row {
      margin-top: 70px;
      position: relative;
    }

    .fixed {
      position: fixed;
      margin-left: -60px;
    }

    .sidenav-padding{
      padding-left: 20px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .sidenav-padding .nav>li>a {
      color: black;
      padding: 4px 20px;
      font-size: 16px;
      font-weight: 400;
      text-align: right;
    }

    .sidenav-padding .nav .nav>li>a {
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 30px;
      font-size: 14px;
    }


    .sidenav-padding .nav-stacked.sub-section li a {
      color: darkgrey;
    }

    .sidenav-padding .nav-stacked.sub-section li a.active,
    .sidenav-padding .nav-stacked.sub-section li a:hover,
    .sidenav-padding .nav-stacked.sub-section li a:focus {
      color: rgba(38,89,148,.9);
    } 

    /* all links in side bar*/
    .sidenav-padding .nav>li>a {
    /*add trasnparent border */
    border-left: 2px solid transparent;
    }

    /* active & hover links */
    .sidenav-padding .nav>a, 
    .sidenav-padding .nav>li>a:hover, 
    .sidenav-padding .nav>li>a:focus {               
        text-decoration: none;          
        color: rgba(38,89,148,.9);  
        background-color: #f1f1f1;
        border-right: 2px solid rgba(38,89,148,.9);
    }

    .sidenav-padding .nav>.active>a, 
    .sidenav-padding .nav>.active>li>a:hover, 
    .sidenav-padding .nav>.active>li>a:focus {               
        text-decoration: none;          
        color: rgba(38,89,148,.9);  
        background-color: #f1f1f1;
        border-right: 2px solid rgba(38,89,148,.9);
    }

    .col-xs-12 {
      background-color: #fff;
    }

    /* collapsed sidebar styles */
    @media screen and (max-width: 768px) {
      .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
      }
      .row-offcanvas-right
      .sidebar-offcanvas {
        right: -41.6%;
      }

      .row-offcanvas-left
      .sidebar-offcanvas {
        left: -41.6%;
      }
      .row-offcanvas-right.active {
        right: 41.6%;
      }
      .row-offcanvas-left.active {
        left: 41.6%;
      }
      .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 41.6%;
      }
      #sidebar {
        padding-top:0;
      }
    }

  .subgroup>img{
    width: 100%;
    height: auto;
  }

  pre {
   white-space: pre-wrap;       /* css-3 */
   white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
   white-space: -pre-wrap;      /* Opera 4-6 */
   white-space: -o-pre-wrap;    /* Opera 7 */
   word-wrap: break-word;       /* Internet Explorer 5.5+ */
   background-color: #eaeef3;
  }

  .image-padding{
    padding-top: 30px;
    padding-bottom: 30px;
  }

/*CUSTOM MENU*/
     .marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

#Data-From-Subsystem {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#Data-By-Timestamp {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#Analyze-Aggregate-Readings {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}


/*Data Page CSS*/
table {
  width: 100%;
}

td.download_button {
  text-align: center;
}

div.button_div {
  background-color: #337ab7;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 85%;
  text-align: center;
}

.clipboard_icon {
  display: inline-block;
  vertical-align: middle;
  color: black;
}

a.clipboard_icon:focus, a.clipboard_icon:hover {
  color: black;
}

td.download_button a {
  color: white;
}

/*Data Page Mobile CSS*/
@media screen and (max-width: 679px) {
  .col_not_mobile {
    display: none;
  }

  div.button_div.mobile_grey_out {
    background-color: grey;
    color: black;
    opacity: 0.5;
    text-decoration: none;
  }


}

tr.link_div {
  display: none;
  text-align: center;
  font-weight: bold;
}

#download_data {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#data_dictionary {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#log_revisions {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

.log_revisions_table > th {
  text-align: left;
}

.log_revisions_table td {
  padding: 15px;
  border: 1px solid black;
}

.log_revisions_table tr:nth-child(even) {
  background-color: #f2f2f2;
}

#data_faq {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#data_citation {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#data_citation button {
  margin-bottom: 25px;
}

#ongoing_research {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#external_research {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#potential_research {
  margin-bottom: 80px;
  padding-top: 50px;
  margin-top: -50px;
}

#fault_detection {
  padding-bottom: 100px;
}

.footer {
  text-align: center;
}