﻿html, body {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.even {
    background-color: gray;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.app-body {
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.navbar-absolute-top, .navbar-absolute-bottom {
    position: absolute;
    z-index: 1000;
    border-width: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
}

.app, .app-body {
    height: 100%;
    overflow: hidden;
}

.app-content, .app-search {
    position: relative;
    width: 100%;

}

.app-content {
    height: 100%;
    /*overflow: hidden;*/
     overflow-y: scroll;
}

.app-body, .app-content {
    display: block;
    padding: 0;
}

.app-body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.navbar-app {
    min-height: 50px;
    border-color: #ccc;
    background: #f7f7f7;
    border-width: 1px;
    border-style: solid;
    color: #007aff;
}

.scrollable-content {
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.tab-pane{
  height:600px;
  overflow-y: auto;
  width:100%;
}

.imgwrapper {
   width: 80%;
}

.bg{
    width: 100%;
    height: 100%;
    background: url('../images/woodbackdrop.jpg') no-repeat center;
    background-size: 100% 100%;
    background-position: top center;
  }

.img-fluid {
    max-width: 10%;
    height: auto;
}

.img-fluid-large {
    max-width: 100%;
    height: auto;
}

.jumbotron {
    background: rgb(233, 236, 239); /* This is for ie8 and below */
    background: rgba(233, 236, 239, 0.5); 
 }