/* Use official University of Nevada, Branding throughout the PUI*/

/* Set branding for the header*/


#header .logo {
    float: right;
    height: 75px;
    text-align: right;
    padding: 10px;
}

#header {
	background-color: #041E42;
}

#header .h1, #header .h1 a {
	color: #E9E9E9;
	font-weight:normal;
}

/* Separation bar between the header and the top nav*/

#header > .row { border-bottom: 0.30rem solid #76797A; }


/* Set navbar parameters*/

.top-bar {
    background: #f5f5f5 !important;
    border-top: 0.0625rem solid #f5f5f5;
    border-bottom: 0.0525rem solid #f5f5f5;
    float: none !important;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a { color: #041E42; }

.navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #D0183C;
    text-decoration: underline;
}

/* Set link colors*/

a { color: #296DAC }

a:hover {
	color: #D0183C;
}

a:focus {
  color: #D0183C;
}

/* Set heading colors*/
h1, .h1 { color: #041E42 }
h2, .h2 { color: #041E42; }
h3 { color: #041E42; }

/* Set fontsize and colors for the body text to meeet accessibility standards*/
body {
    font-size:16px;
}

body { color: #000000; }

/* Set button formating to meeet accessibility standards*/

.btn-primary {
  background-color: #1E3555;
  border-color: #1E3555;
}

.btn-primary:focus,.btn-primary.focus { background-color: #e70041; }
.btn-primary:hover { background-color: #e70041; }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Set breadcrumb and badge formatting to meeet accessibility standards*/

.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  background-color: #364B68;
  border-color: #364B68;
}

.pagination > li > a, .pagination > li > span { color: #041E42; }


.record-type-badge.accession { color: #000000; }
.record-type-badge.agent { color: #000000; } 
.record-type-badge.archival_object { color: #000000; } 
.record-type-badge.digital_object { color: #000000; } 
.record-type-badge.repository { color: #000000; }
.record-type-badge.resource { color: #000000; }
.record-type-badge.subject { color: #000000; }

.record-type-badge.digital_object { color: #000000; }
.record-type-badge.digital_object { border-color: #000000; }
.record-type-badge.archival_object { border-color: #000000; }
.record-type-badge.archival_object { color: #000000; }
.top_container { color: #000000; }

.list-group-item:last-child {
    margin-bottom: 0;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

/* Eliminate the curves on the tabbing pills*/

.tabbing.nav-pills>li>a.active {
    background-color: #364B68;
    color: #ffffff;
}

.tabbing.nav-pills > li:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.tabbing.nav-pills > li > a {
    margin-bottom: 0;
    margin-right: 0;
    border-radius: 0;
    background-color: #000;
}

.tabbing.nav-pills > li:last-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tabbing.nav-pills > li > a {
    margin-left: 0px;
}

.nav>li.disabled>a:focus {
    color: #041E42;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

/* Branding for custom footer content*/
.panel-footer {
    margin-top: 4em;
}
.panel-footer ul.footer-list {
    list-style-type: none;
    float: left;
    text-align: left;
}

.footer-items-first-block {
    text-align: left;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #76797A;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 0px solid #f5f5f5;
}
