html {
    height: 100%;
}
body {
    height: 100%;
}
.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding-bottom: 0px;
    position: relative;
}
#footer {
    position: relative;
    background-color: #F8F8F8;
    border-top: 1px solid #E7E7E7;
    padding: 3px;
}

#footer .separator {
    opacity: 0.3;
    margin: 0 10px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px !important;
}

@media (max-width: 768px) {
    .navbar {
        z-index: 1000;
    }
}

.content {
    padding-bottom: 80px;
    /*padding-top: 50px;*/
}

body.compact ul.breadcrumb {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
}

.carousel-caption {
    background-color: rgba( 0,0,0,0.6 );
}
.navbar-nav>li>form {
    padding: 15px;
}

.messages .alert {
    margin: 10px 0;
}

/* ==========================================
  Compact
===========================================*/
body.compact div.sticky {
    position: absolute;
    bottom: 0px;
    top: 79px;
    left: 0px;
    right: 0px;
    /*min-height: 400px;*/
}

body.compact .row{
    margin-left: 0px;
    margin-right: 0px;
}

body.compact .row > div{
    padding-left: 0px;
    padding-right: 0px;
}

body.compact .content {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 42px;
}

body.compact .messages {
    position: absolute;
    left: 5px;
    right: 5px;
    z-index: 100;
}

body.compact .content {
    padding-bottom: 0px;
    /*padding-top: 40px;*/
}

/* ==========================================
  Window
===========================================*/

body.window #container {
    padding: 30px;
    text-align: center;
}

@media (max-width: 768px) {
  body.window #container { 
    padding: 10px;
  }
}

body.window form {
    text-align: left;
}

/* ===========================
 Results
 ============================*/
.results {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.result {
    overflow: hidden;
    padding: 8px;
    margin-bottom: 10px;
    background-color: #fbfbfb;
    text-decoration: none;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#fff2f2f2',GradientType=0);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.065);
    box-shadow: 0 1px 2px rgba(0,0,0,0.065);
}

.result.highlighted {
    border: 1px solid #F5AA6C;
    background-color: #f5f5f5;
}

.result a {
    color: #400;
}

.result.highlighted a {
    color: #600;
}

.result a:visited {
    color: #A55;
}

.hit{
    background: yellow;
}

.list {
    margin-bottom: 30px;
    /*margin-top: 20px;*/
}

.tree {
    margin-bottom: 30px;
}

/* =========================
   Filters
========================= */

.filter.list-group {
    max-height: 600px;
    overflow: auto;
}

.filter a {
    font-size: 0.9em;
    overflow: hidden;
}

.filter .count {
    float: right;
    font-weight: bold;
    margin-left: 5px;
}

/* ========================= */

.nav.navbar-nav.navbar-right > li > a{
    font-weight: bold;
}

noscript > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 10000;
    margin-bottom: 0px;
}

.pagination > li > span {
    color: inherit;
}
.pagination > li > span:hover {
    background: inherit;
}