/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

main > .container,
main > .container-fluid {
    padding-bottom: 15px;
    padding-top: 85px;
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 85%;
    }
}

.footer {
    background-color: #eaeff2;
}

.footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

code {
    font-size: 80%;
}

.bg-light-blue {
    background-color: #eaeff2;
}



/* FILTER COLUMN */

#changelist-filter {
    width: 240px;
    background: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    /*box-shadow: 0 0 0.875rem 0 rgba(53, 64, 82, .05);*/
}

#changelist-filter h2 {
    background: #364150;
    border-bottom: none;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    padding: 10px 15px;
    text-align: left;
    text-transform: uppercase;
}

#changelist-filter h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: .6em;
    padding: 0 15px;
}

#changelist-filter ul {
    border-bottom: 1px solid #eaeaea;
    margin: 5px 0;
    padding: 0 15px 15px;
}

#changelist-filter ul:last-child {
    border-bottom: none;
}

#changelist-filter li {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#changelist-filter a {
    color: #999;
    display: block;
    font-size: 0.9rem;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

#changelist-filter li.selected {
    /*border-left: 5px solid #eaeaea;*/
    background-color: #f0f0f1;
    margin-left: -15px;
    padding-left: 15px;
    /*font-weight: 700;*/
}

#changelist-filter li.selected a {
    color: #5b80b2;
}

#changelist-filter a:focus, #changelist-filter a:hover,
#changelist-filter li.selected a:focus,
#changelist-filter li.selected a:hover {
    color: #036;
    text-decoration: none;
}

#changelist-filter #changelist-filter-clear a {
    border-bottom: 1px solid #eaeaea;
    font-size: 0.9rem;
    padding-bottom: 10px;
}


/* Tablets */

@media (max-width: 1024px) {
    #changelist-filter {
        width: 200px;
    }
}

/* Mobile */

@media (max-width: 767px) {
    #changelist-filter {
        width: auto;
    }
}
