#nav-sidebar tbody a {
    color: #000000;
}

#result_list a {
    color: #616161;
}

#branding h1, #branding h1 a:link, #branding h1 a:visited {
    color: #fff;
}

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

#header a:hover {
    color: #fff;
}

div.breadcrumbs {
    #background: #26890D;
    background: #595959;
    color: #c4dce8;
    margin-bottom: 5px;
}
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: #26890D !important;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #26890D;
}

.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #878787;
}

.button:focus, input[type=submit]:focus, input[type=button]:focus {
    background: #26890D;
}

.module h2, .module caption, .inline-group h2 {
    background: #26890D;
}
#user-tools a:focus, #user-tools a:hover {
    border: 0;
    color: #ddd;
}

.selector-chosen h2 {
    background: #26890D !important;
}

.calendar td.selected a {
    background: #26890D !important;
}

.calendar td a:focus, .timelist a:focus,
.calendar td a:hover, .timelist a:hover {
    background: #26890D !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;
}

#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: #000000;
}

.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: #000000;
}

.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 {
    top: -20px;
    right: 15px;
}

#changelist-filter h2 {
    padding-top: 0px;
    padding-bottom: 0px
}

/* Override uppercase text-transform */
.module caption,
.inline-group h2 {
    text-transform: none !important;
}

/* Change the color of the change icon */
.change-related {
    color: blue; /* Change 'blue' to the desired color */
}

.changelink, .inlinechangelink {
    padding-left: 16px;
    background: url(../images/changelink.svg) 0 1px no-repeat;
}

.addlink {
    padding-left: 16px;
    background: url(../images/addlink.svg) 0 1px no-repeat;
}

.viewlink {
    padding-left: 16px;
    background: url(../images/viewlink.svg) 0 1px no-repeat;
}

/* Apply Open Sans Regular font to the text */
#site-name {
    font-family: 'Open Sans', sans-serif; /* Use Open Sans Regular font */
}