.panel-title > a {
    text-decoration: none !important;
}

/*heights*/
#expandable-header {
    max-height: 70px;
    clear: both;
    overflow: hidden;
}

#top-banner {
    min-width: 1087px !important;
    height: 70px;
    clear: both;
}

#search-header {
    min-width: 967px !important;
    max-height: 50px;
    clear: both;
}

#applied-filters {
    max-height: 50px;
    clear: both;
}

/*default*/
body.fixed-header #body-content {
    margin-top: 195px;
}

body.fixed-header #body-content #left_panel {
    top: 195px;
}

/*filters enabled*/
body.fixed-header.filters-enabled #body-content {
    margin-top: 255px;
}

body.fixed-header.filters-enabled #body-content #left_panel {
    top: 255px;
}

/*top header collapsed*/
body.fixed-header.top-header-collapsed #body-content {
    margin-top: 125px;
}

body.fixed-header.top-header-collapsed #body-content #left_panel {
    top: 125px;
}

/*top header collapsed and filters enabled*/
body.fixed-header.top-header-collapsed.filters-enabled #body-content {
    margin-top: 195px;
}

body.fixed-header.top-header-collapsed.filters-enabled #body-content #left_panel {
    top: 195px;
}

#top-banner .navbar-right {
    margin-top: 15px;
}

.navbar-header, .navbar-brand {
    height: 100% !important;
}

#left_panel {
    padding-right: 0;
    box-sizing: border-box;
    bottom: 0px;
    position: fixed;
    top: 180px;
    bottom: 0;
    height: auto;
    padding:0;
    padding-left: 15px;
}

#accordion {
    position: relative;
    overflow-y: auto;
    height: 100%;
    z-index: 1;
    left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    width: 100%;
    padding:0;
}

@media (min-width: 768px) {
    #main.toggable.col-sm-9 {
        margin-left: 25%;
    }
}

div.panel .input-lg {
    border-radius: 0 !important;
    border: none !important;
}