#content {
    padding: 0;
    margin: 15px;
}
#header {
    background: #fff;

    /* Reset the indents of django-flat-theme
      (need to restore 40px on branding+user-tools instead) */
    padding-left: 0;
    color: #000000;
    padding-right: 0;
}

#header #branding h1 {
    margin: 0;
    padding: 5px 10px;
    text-indent: -9999px;
    background: url(../images/logos.png) 10px 5px no-repeat;
    height: 75px;
    width: 800px;
    color: #000000;
    background-position: center;
}

#header #user-tools {
    /* Old Django: 1.2em, flat theme: 40px; */
    padding-right: 1.2em;
    color: #8f7556;
    font-weight: bold;
}

#bookmark-form {
    clear: both;
}

div.breadcrumbs {
    display: block;
    padding: 10px 15px;
    border: 0;
    background-position: 0 -8px;
    background-color: #c6c2bd;
    color: #000000;
}

div.breadcrumbs a {
    display: inline;
    color: #8f7556;
}

.module h2, .module caption, .inline-group h2{
    margin: 0;
    padding: 8px;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    background: #c6c2bd;
    color: #000000;
    border: none;
}

a:link, a:visited {
    color: #8f7556;
    text-decoration: none;
    font-weight: bold;
}

a.section:link, a.section:visited {
    text-decoration: none;
    font-style: oblique;
    font-size: 13px;
    color: #000000;
}


#header a:link, #header a:visited {
    color: #000000;
}

.button.default, input[type=submit].default, .submit-row input.default {
    float: right;
    border: none;
    font-weight: 400;
    background: #000;
}

.dashboard-module h2 {
    margin: 0;
    padding: 7px 5px 8px 8px;
    text-align: left;
    font-weight: normal;
    background: #c6c2bd;
    height: 20px;
    color: #555;
    font-weight: bold;
    font-style: oblique;
}

.toggle-nav-sidebar {
    z-index: 20;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 23px;
    width: 23px;
    border-right: 1px solid #8f7556;
    background-color: #ffffff;
    cursor: pointer;
    font-size: 20px;
    color: #447e9b;
    padding: 0;
}


#changelist #toolbar {
    padding: 8px 10px;
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #c6c2bd;
    color: #666;
}

#header #navigation-menu {
    background: #c6c2bd;
    clear: both;
    height: auto;
    margin-top: 3px;
    width: 100%;
    z-index: 9999;
}

#header ul#navigation-menu li.disabled a {
    color: #000000;
    cursor: default;
}

#header ul#navigation-menu li.first a {
    margin: 0 0 0 12px;
    text-indent: 14px;
    color: #000000;
    font-weight: bold;
}


h1.dashboard-title {
    float: left;
    padding-bottom: 0;
    margin: 0 10px;
    color: #000000;
    font-weight: bold;
}

.dashboard-module h3 a {
    margin: 0;
    color: #000000;
    font-size: 13px;
    font-weight: normal;
    font-weight: bold;
}

#nav-sidebar .current-app .section:link, #nav-sidebar .current-app .section:visited {
    color: #fff;
    font-weight: bold;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #8f7556;
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
}

.dashboard-module h3 {
    background-color: antiquewhite !important;
}

.dashboard-module ul li {
    background: #fff;
}

#logout-form button {
    font-weight: bold;
    color: #8f7556;
}

#module_4 .odd {
    background-color: antiquewhite !important;
}

#module_4 .even{
 background-color: whitesmoke !important;
}

@media(min-width:1024px) {
    #branding {
        padding-left: 50px;
    }
}