/*
This stylesheet only changes specific colors in the 
public interface from blue tones to red and grey tones.
The default stylesheet, which this partially overwrites,
is compiled from ruby gems.
The CSUN Logo is set in config/config.rb
See 
https://docs.archivesspace.org/customization/theming/ 
for more info
EALTMAN 251219
*/


h1,.h,h2,.h2,h3,.h3,
h1>a:link,h1>a:visited	{
color: #585858;
}

h1>a:hover, h1>a:active	{
color:#7e7e7e;
}

a:link,a:visited	{
color:#d22030; /*CSUN HERO RED*/
text-decoration: underline;
}

a:hover,a:active	{
color:#ad1c28;
text decoration:underline
}

/*top navigation menu*/
#header > .row	{
border-bottom: 0.25rem solid #d22030;
}

.navbar-default .navbar-nav > li > a.nav-link {
    color: #ab0202;
}

/* pager on Collections view*/
.page-item.active .page-link {
    background-color: #d22030;
    border-color: #d22030;
}

.page-link:hover {
    color: #7c121b;
    background-color: #efe9e9;
    border-color: #e6dede;
}

/*Substitute Request Link on Collection View*/
a.btn.page_action.request.btn-default {
    color: #000;
    text-decoration: none;
}

/*basic buttons like sort and search*/
.btn-primary {
    background-color: #d22030;
    border-color: #d22030;
}

.btn-primary:hover {
    color: #fff;
    background-color: #ad1c28;
    border-color: #ad1c28;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #ad1c28;
    border-color: #ad1c28;
}

a.btn.btn-primary.acc_button.mb-2	{
color:#ffffff;
}

/*search button homepage*/
#submit_search	{
background-color:#d22030;
}

/*filter (facets) menu in Collections view*/
dd>a:link, dd>a:visited	{
text-decoration:none;
}

dd>a:hover, dd>a:active {
text-decoration:underline;
}

.more-facets .btn {
    border: 1px solid #ad0000;
    color: #ad0000;
}

.more-facets .btn:hover {
    border-color: #990000;
    color: #990000;
}

/* These classes of Collections and Subjects are accompanied by icons*/
.record-type-badge.resource, .resource	{
color:#000000;
}

.record-type-badge.repository {
    color: #000000;
    border-color: #000000;
}

.record-type-badge.archival_object {
    color: #202020;
    border-color: #202020;
}

.record-type-badge.subject,
.record-type-badge.agent {
    color: #202020;
    border-color: #202020;
}

/*Collection page navigation*/

.breadcrumb {
background-color: #f1f1f1;
}

.tabbing.nav-pills > li > a {
background-color: #d22030;
}

/* Top note on Collection Organization page, plus options*/
.alert-primary {
    color: #202020;
    background-color: #f1f1f1;
    border-color: #454545;
}

.bg-secondary {
    background-color: #d22030 !important;
}

.load-all__label-toggle	{
    background-color: #d22030;
}

/* Hide load-all-section - but this may make it not accessible */
/*
section#load-all-section {
    display:none;
}
*/

/* Collection Organization tree menu*/
.largetree-container .current {
    outline: 1px solid #a10a0a;
}

.largetree-container .current td, .largetree-container .current .table-cell {
    background-color: #f1f1f1;
}

/*"See more" toggle on Scope and Contents notes*/
.readmore__label {
    border: 1px solid #d22030;
    color: #d22030;
}

.readmore__label:hover {
    border-color: #d22030;
    color: #d22030;
}
