/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


#sidebar-wrapper {
    flex : 0 0 16em;
}

#sidebar {
    background:#333333;
}

#wrapper.toggled #sidebar-wrapper {
    display : none;
}

#page-content-wrapper {
    width: 100%;
}

/* Helper class to disable transitions for initial page state */
.notransition * { 
  -webkit-transition: none !important; 
  -moz-transition: none !important; 
  -o-transition: none !important; 
  -ms-transition: none !important; 
  transition: none !important; 
} 

/* Additional styles for facet filters */
#filter-form label,
#filter-form span.facet-title-text,
#filter-form a:link,
#filter-form a:hover  {
    text-decoration: none;
    color:#ddd;
}

.facet-title-text {
    text-decoration: none;
    color: #ddd;
    font-family: inherit;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    font-size: .875rem;
}

.facet-title:not(.deferred) span:after {
    content: "-";
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.facet-title a.collapsed span:after {
    content: "+";
    padding-left: 5px;
    font-size: 1.2rem;
    line-height: 1.2rem;
}
.facet-divider {
    border-color:#777;
    margin-top:12px;
    margin-bottom:12px;
}
label.facet-count {
    width:100%;
    font-size:12px;"
}
