#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #235ba3;
}
 
#branding h1 img {margin-right: 35px;}

.supergraphic {
    position: absolute;
    top: 0;
    height: 15px;
    left: 0;
    right: 0;
    max-width: 100%;
    background: url('/static/bosch_look/img/supergraphic.svg') 0px center;
    -o-background-size: cover;
    background-size: cover;
}

.boxlink {
    border: 1px solid #ccc;
    background: #999;
    text-align: center;
    display: inline-block;
    padding: 15px;
    width: 175px;
    border-radius: 2px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    text-decoration: none !important;
}

.boxlink i {
    font-size: 52px;
    display: block;
    margin: 15px;
}

#header {
    background: #fff;
    color:#222;
    padding: 30px 40px 20px 40px;
}
#header a:link, #header a:visited {
    color: #235ba3;
}

#header a:hover {
    color: #094799;
}

div.breadcrumbs {
    background: #2e7eb5;
    color: #c4dce8;
}
div.breadcrumbs a.active {
    color: #c4dce8;
!important;
    font-weight: 300;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
    color: #c4dce8;
!important;
    font-weight: 300;
}

.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
    background-color: #292D32;
}

.paginator a:link, .paginator a:visited {
    background: #292D32;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #2e7eb5;
}
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #878787;
}

.module h2, .module caption, .inline-group h2 {
    background: #2e7eb5;
}
#user-tools a:focus, #user-tools a:hover {
    border: 0;
    color: #ddd;
}

.selector-chosen h2 {
    background: #2e7eb5 !important;
}

.calendar td.selected a {
    background: #2e7eb5 !important;
}

.calendar td a:focus, .timelist a:focus,
.calendar td a:hover, .timelist a:hover {
    background: #2e7eb5 !important;
}

#changelist-filter li.selected a {
    color: #444;
}

fieldset.collapsed .collapse-toggle {
    color: #444;
}

a:link, a:visited {
    color: #777;
}

a:focus, a:hover {
    color: #999;
}

table thead th.sorted .sortoptions a.sortremove:focus:after,
table thead th.sorted .sortoptions a.sortremove:hover:after {
    color: #444;
}

a.active.selector-chooseall:focus, a.active.selector-clearall:focus,
a.active.selector-chooseall:hover, a.active.selector-clearall:hover {
    color: #999;
}

.calendar td a:active, .timelist a:active {
    background: #444;
}

.change-list ul.toplinks .date-back a:focus,
.change-list ul.toplinks .date-back a:hover {
    color: #222;
}

.paginator a.showall:focus, .paginator a.showall:hover {
    color: #222;
}

.paginator a:focus, .paginator a:hover {
    background: #222;
}

#changelist-filter a:focus, #changelist-filter a:hover,
#changelist-filter li.selected a:focus,
#changelist-filter li.selected a:hover {
    color: #222;
}

.calendar td a:active, .timelist a:active {
    background: #292D32;
    color: white;
}

.calendar caption, .calendarbox h2 {
    background: #999;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #235ba3;
}

.button.default:hover, input[type=submit].default:hover {
    background: #191D22;
}

.select2-container--admin-autocomplete .select2-results__option--highlighted[aria-selected] {
    background-color: #292D32;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #235ba3;
}

.object-tools a:focus, .object-tools a:hover {
    background-color: #292D32;
}

input[type=file]::-webkit-file-upload-button:hover {
    border: 0;
    background: #292D32;
}

#changelist-filter-fake {
    top: -250px;
    right: 15px;
}

#changelist-filter h2 {
    padding-top: 0px;
    padding-bottom: 0px
}

.admin-dropdown-filter form {
    padding: 0 15px;
}

/*extra*/


.admin-dropdown-filter select {
    width: 210px;
}


.object-tools {
    position: static;
    float:none;
    margin: 0 0 20px 0;

}

.object-tools li {

    float: none;

}

.bs ul li {
    padding: 0;
    list-style-type: none;
}

.bs ul.list-styled li {
    padding: 0;
    list-style-type: disc;
}

.bs a.text-link, .bs a.text-link:visited  {
    color: #235ba3;
    font-weight: bold;
}

.bs a.text-link:hover {
    color: #2c71ca;
}

.bs .badge {
    font-size: 85%;
    font-weight: 300;
}