/* For the Home icon in the breadcrumb under the DSpace logo */
.glyphicon {
    color: #FFF
}

/* Special one-off case for the glyphicon-file */
.glyphicon-file, .glyphicon-ok {
    color: #000000
}

/* For clickable links */
a {
    color: #c00000
}

/* For h2 headings */
h2,.h2 {
    color: #000000
}

/* For h3 headings */
h3,.h3 {
    color: #000000
}

/* For h5 headings and the hidden Abstract h5 title in item view */
h5, h5.visible-xs {
    display: block !important;
    color: #000000
}

/* For buttons */
.btn-primary, .btn-default {
    color: #FFF;
    background-color: #c00000;
    border-color: #000000
}

/* For buttons mouse hover */
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.btn-primary.dropdown-toggle,.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.btn-default.dropdown-toggle {
    color: #FFF;
    background-color: #000000;
    border-color: #c00000
}

/* For the padding for the DSpace logo */
.navbar-brand {
    padding: 0px 15px;
    margin-top: 12px;
    margin-bottom: 12px
}

/* For breadcrumb text color */
.breadcrumb>li {
    color: #FFF
}

/* For breadcrumb text color when breadcrumb is a clickable link */
.breadcrumb>li>a {
    color: #FFF;
    font-weight: bold
}

/* For Discovery Simple Filter labels  */
.label-primary {
    background-color: #000000
}

/* For Discovery Simple Filter label mouse hover */
.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #c00000
}

/* For right-hand menu clickable item */
a.list-group-item {
    color: #000000
}

/* For right-hand menu clickable item mouse hover */
a.list-group-item:hover,a.list-group-item:focus {
    color: #c00000
}

/* For titles above sections inside of right-hand menu */
.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    background-color: #c00000;
    border-color: #000000
}

/* For titles above sections outside of right-hand menu  */
#ds-options .ds-option-set-head {
    color: #000000;
}

/* For top bar behind DSpace logo  */
header .navbar-default {
    background-color: #ffffff
}

/* For buttons that show up when window size is small */
header .navbar-default .navbar-toggle,header .navbar-default .navbar-nav {
    background-color: #000000
}

/* For buttons that show up when window size is small mouse over */
header .navbar-default .navbar-toggle:hover,header .navbar-default .navbar-toggle:focus,header .navbar-default .navbar-nav:hover,header .navbar-default .navbar-nav:focus {
    background-color: #c00000
}

/* For buttons that are there when window size is larger */
header .navbar-default .navbar-toggle>li>a,header .navbar-default .navbar-nav>li>a {
    background-color: #000000
}

/* For buttons that are there when window size is larger mouse over */
header .navbar-default .navbar-toggle>li>a:hover,header .navbar-default .navbar-toggle>li>a:focus,header .navbar-default .navbar-nav>li>a:hover,header .navbar-default .navbar-nav>li>a:focus {
    background-color: #c00000
}

/* For top bar under the DSpace logo where breadcrumb resides */
.trail-wrapper {
    background-color: #c00000;
    border-bottom: 3px solid #ffffff
}

/* For breadcrumb slash between crumbs */
.trail-wrapper .breadcrumb>li+li:before {
    color: #FFF
}

/* For breadcrumb crumb that is currently active */
.trail-wrapper .breadcrumb>.active {
    color: #FFF
}

/* For resizing the DSpace logo */
header .navbar-brand img {
    height: 75px
}

/* For resizing the DSpace logo */
.navbar {
    min-height: 100px
}

/* For sandwiched breadcrumb when window size is small */
#trail-dropdown-toggle {
    color: #FFF
}
