/* Select 2 div */
.left-margin {
    margin-left: 10px;
}

.search {
    padding: 0 10px;
}

.list-container-header {
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}

.list-container-header > * {
    vertical-align: middle;
}

.search {
    display: inline;
    max-width: 400px;
}

.list_title {
    font-size: 24px;
    font-weight: bold;
    color: #3a8ebe;
    margin-right: 20px;
}

.document_filters .select2 {
    width: 100%;
}

.document_filters .filter {
    margin-bottom: 6px;
}

.document_filters:not(.fixto-fixed) {
    top: 1px !important;
}

.container-filter-documents {
    margin-top: 60px;
    padding: 0 20px;
}

div.filter_name {
    font-weight: bold;
}

.container-fluid {
    min-width: 0 !important;
}

/* Checkbox filters (article classification, publication type). The classification tree
   nests one level: parents are options in their own right, children indent under them. */
.document_filters .filter_options {
    list-style: none;
    margin: 0;
    padding: 0;
}

.document_filters .filter_options li {
    position: relative;
}

/* Only the tree reserves the gutter the collapse caret sits in. */
.document_filters .filter_tree > .filter_options {
    padding-left: 14px;
}

.document_filters .filter_children {
    padding-left: 16px;
}

.document_filters .filter_toggle {
    position: absolute;
    left: -14px;
    top: 3px;
    cursor: pointer;
    color: #3a8ebe;
    font-size: 9px;
}

.document_filters label.filter_option {
    display: block;
    font-weight: normal;
    margin: 0;
    line-height: 1.6;
}

.document_filters label.filter_option input {
    margin-right: 6px;
}
