#header {
    background: #3B3C6D;
    color: white !important;
}

#header a {
    color: #f0a5c7 !important;
    text-decoration: underline;
}

#header #branding h1 {
    margin: -16px 0 5px 0;
    padding: 0;
    text-indent: -9999px;
    background: transparent url(/static/admin_custom/img/logo.png) 15px 18px no-repeat;
    height: 70px;
    width: 400px;
}

h1.dashboard-title {
    clear: both;
    padding-top: 15px;
}

#navigation-menu {
    clear:both;
    margin-bottom: 20px;
}

#navigation-menu a {
    color: #363636 !important;
}

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

div.breadcrumbs a {
    display: inline;
}

.model_block{
    display:block;
    padding: 0 10px;
    margin: 5px 0;
    border-top:1px solid #eee;
}

.model_block .icon{
    float:left;
    padding:8px;
    top:-2px;
}

.model_block h3{
    font-size: 16px;
    padding: 3px 10px 0 10px;
    background: transparent left center no-repeat;
    color: #707070;
}

.model_block .description{
    padding-left:22px;
    padding-top: 0;
    font-weight:normal;
    color: #999;
}

#footer {
    font-size: 10px;
    color: #b0b0b0;
    border-top: 1px #e8e8e8 solid;
}

.daycare-module .stats{
    padding: 3px 5px;
}

.daycare-module p.info{
    display: block;
    float: left;
    margin: 5px 5px;
}

.daycare-module .info .number{
    font-size: 16px;
    font-weight: bold;
}
