#filter-sidebar h3, #filter-flyout h3 {
    background-color: #004070;
    color: white;

    border-radius: 0.5rem 0.5rem 0 0;

    padding: 0.5rem 0.5rem 0.5rem 0.5rem;

    position: relative !important;

    margin-bottom: 0;
    margin-top: 0.5rem;
}

#filter-title {
    background-color: #004070;
    color: white;

    border-radius: 0.5rem;
    position: relative !important;

    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    margin-bottom: 1rem !important;
}


#filter-sidebar {
    padding-right: 1.5rem;
}

#filter-sidebar .clickable.collapsed, #filter-flyout .clickable.collapsed {
    border-radius: 0.5rem;
}

#filter-sidebar .admin, #filter-flyout .admin {
    background-color: #FFFFFF;
}

#filter-sidebar .user, #filter-flyout .user {
    background-color: #EDEDED;
}

#filter-sidebar .admin, #filter-sidebar .user, #filter-flyout .admin, #filter-flyout .user {
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

#filter-sidebar .admin.search, #filter-sidebar .user.search, #filter-flyout .admin.search, #filter-flyout .user.search {
    padding: 0.5rem;
}


.material-icons.pull-xs-right {
    position: absolute !important;
    top: 0.5rem;
    right: 0.2rem;
}


.btn-link:disabled {
    color: #a8a8a8 !important;
    font-weight: normal;
    text-decoration: underline;
    background-color: transparent !important;
    cursor: not-allowed;
}

.btn-link:disabled:hover {
    background-color: transparent !important;
}

.page-link {
    color: black !important;
}

#show-pagination {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    background: white;
    padding: 0.3rem 0.75rem;
}


.collapse-enter-active,
.collapse-leave-active {
    transition: opacity 0.5s ease;
}

.collapse-enter-from,
.collapse-leave-to {
    opacity: 0;
}

.bordered-icon {
    border-radius: 1rem;
    color: white !important;
    box-shadow: 0 0 5px 0 #605b5b;
}

.icon-box-active {
    background-color: #e03f47 !important;
}

.icon-box-scheduled {
    background-color: rgba(222, 166, 48, 0.94) !important;
}

.icon-box-closed {
    background-color: #3ebd92 !important;
}


.btn-search-filter-white, .btn-search-filter-dark-blue {
    color: #004070 !important;
    background-color: transparent;
    border-color: #004070;
    padding: 0.25rem 0.50rem;
}

#test-title {
    color: black;

}

.post-box-user {
    background-color: #EDEDED !important;
}

.post-box-admin {
    background-color: #FFFFFF !important;
}

.post-box-user, .post-box-admin {
    box-shadow: 0 0 2px 0 #605b5b;
}

.btn-ghost {
    color: #004070 !important;
}

.btn-ghost:hover {
    color: white !important;
    background-color: #004070 !important;
}

.show-help, .show-tag-help {
    display: inline;
}

#info-icon:hover + #search_help.show-help,
#tag-info-icon:hover + #tag_help.show-tag-help,
#tag_help.show-tag-help,
#search_help.show-help {
    display: inline;
}

#search_help, #tag_help {
    display: none;
}

.filter-info-icon {
    line-height: 1.2;
    color: #003a65;
    position: relative;
    top: -1px;
    vertical-align: middle;
    font-size: x-large !important;
    cursor: pointer;
}

.text-white {
    color: white!important;
}

.tags-tag {
    color: #004070;
    font-weight: bold;
}

.clear-clickable, .show-expandable {
    margin-left: 0.2rem;
}

.btn-search {
    background-color: #004070;
    color: white;
    margin-left: 0.5rem;
    border-radius: 0.5rem;
    width: 3rem;
    border: 1px solid #ddd;
}

.btn-search:hover {
    background-color: transparent;
    color: #004070;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
}

.smaller-input {
    font-size: smaller;
}

i.material-icons.show-expandable.float-right {
    top: 0px !important;
}

#keyword, #tag {
    font-size: smaller;
}

#filter-flyout .admin {
    background-color: #EDEDED !important;
}
