.nav-container{
  background-image: url("../images/banner.jpg");
  background-repeat: no-repeat; 
  background-color: #cccecd;
  height: 71px;
}
.navbar-brand-image{
    padding: 0px 0px
}
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.table-flightlines{
    height: 200px;
    overflow-y: auto;
}

.navbar-thin {
    min-height:28px !important;
}

.thumbnail:hover {
      background: lightgrey;
}


/*Set tab panes*/
.tab-pane {
   min-height: 110px;
   overflow-y: auto;
}

.quick-btn {
   white-space: normal;
   word-wrap: break-word;
   line-height: 15px;
   border-radius: 24px;
}

a{
   color: red;
   text-decoration: none;
}
a:hover {
   text-decoration: none; 
}

.footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 144px;
   background-color: gray;
}

html {
   position: relative;
   min-height: 100%;
}

body {
   margin-bottom: 144px;
}
