/*
 * Administration Backend CSS Customizations
 */

/* basic styles */

pre {
    background: #eee;
    padding: 0.5em;
    border: 1px solid #ccc;
}

a {
    text-decoration: none;
    color: #00883A;
}

a:hover {
    text-decoration: underline;
    color: #00883A;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.05rem;
}

p.pagination-info {
    color: #6c757d;
    font-size: .875rem;
    text-align: right;
    margin-top: -10px !important;

}

/* Header */

.be_header {
    transition: all 0.8s ease-in-out;
    clear: both;
}

.be_header img {
    height: 40px;
    float: left;
}

.be_header p {
    padding-left: 5px;
    float: left;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1.3em;
}

/* Main content */

main > .container-fluid {
    padding: 70px 15px 0;
    font-size: 0.9rem;
}

main > .container {
    padding: 180px 15px 0;
}

main.img {
    max-width: 90%;
}

/* Footer */

.be_footer {
    font-size: 1rem;
    background: #232323 url(footer-bg.svg) -45% no-repeat;
    background-size: 150% 150%;
}

.be_footer a {
    text-decoration: none;
    color: #c0c1c3;
}

.be_footer a:hover {
    text-decoration: underline;
}
