/* Change admin header color */
#header {
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    background: #1c355e;
    color: #ffffff;
}

#header h1, #header h1 a {
    color: white !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 1.2rem;
}

/* Change site name/logo */
#header h1 {
    background: url('/static/images/CM-AdvocatesLLP-Logo.png') no-repeat left center;
    background-size: 6rem 4rem;
    padding-left: 8rem;
    color: white;
    font-weight: bold;
}

/* Change background */
div.breadcrumbs {
    background: #1c355e;
    padding: 10px 40px;
    border: none;
    color: #ffffff;
    text-align: left;
}

/* Customize module boxes */
.module caption {
    background: #1c355e;
    color: #ffffff;
}

table th:hover {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}

/* Active/selected column headers */
table th.sorted,
table th.active,
table th:focus {
    background-color: #222f22 !important;
    color: #1c355e !important;
}

table th.sorted a,
table th.active a,
table th:focus a {
    background-color: #e0e0e0 !important;
    color: #1c355e !important;
    padding: 5px 10px;
    border-radius: 4px;
    text-decoration: none;
}

#nav-sidebar .current-model {
    background-color: #e0e0e0;
    color: #1c355e !important;
}

.module h2, .module caption, .inline-group h2 {
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 0.8125rem;
    text-align: left;
    background: #1c355e;
    color: #ffffff;
}