/*!* убираем страшный пятнистый фон *!*/
/*#header {*/
    /*background: red;*/
/*}*/

/*!* добавляем свою картинку в шапку*!*/
/*#header #branding h1 {*/
    /*margin: 0;*/
    /*padding: 5px 10px;*/
    /*text-indent: -9999px;*/
    /*background: #2A384B url(/static/img/logo_white.png) 10px 5px no-repeat;*/
    /*height: 35px;*/
    /*width: 150px;*/
/*}*/

/**
 * theming styles
 *
 */

body.login {
    background: #f8f8f8;
    height: auto;
}

#container > .main {
    display: flex;
    flex: 1 0 auto;
    height: 265px;
}

#content {
    padding: 0;
    margin: 15px;
}

#header {
    background: #272D58;
    display: block;
    /* Reset the indents of django-flat-theme
      (need to restore 40px on branding+user-tools instead) */
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 40px;
     min-height: 10px;
    overflow: visible;

}

#branding {
    display: inline-flex;
}



#header ul#navigation-menu li ul li:hover, #header ul#navigation-menu li ul li.over, #header ul#navigation-menu li ul li ul li:hover, #header ul#navigation-menu li ul li ul li.over {
    background: #141a47;
    color: #ffffff;
}

#header ul#navigation-menu li ul li a {
    display: block;
    border: 1px solid #ededed;
    border-width: 0 1px 1px 1px;
    text-transform: none;
    background: #141a47;
    color: #ffffff;
}


#header ul#navigation-menu li a {
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 30px 9px 15px;
    border-right: 1px solid #ededed;
    color: #fff;
}

#header ul#navigation-menu li:hover, #header ul#navigation-menu li.over, #header ul#navigation-menu li.selected {
    background: #141a47;
    color: #ffffff;
    /*border: 1px solid #ededed;*/
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

#header #branding h1 {
    margin: 0;
    padding: 5px 10px;
    text-indent: -9999px;
    background: transparent url(/static/img/logo_for_admin_h30.png) 10px 5px no-repeat;
    height: 31px;
    width: 120px;
}

#header #user-tools {
    /* Old Django: 1.2em, flat theme: 40px; */
    padding-right: 1.2em;
    margin: 0 35px 0 20px;
    /*padding-top: 1.2em;*/
}

#bookmark-form {
    clear: both;
}

div.breadcrumbs {
    display: block;
    padding: 10px 15px;
    background-position: 0 -8px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background: #272D58;
}

div.breadcrumbs a {
    display: inline;
}
