/* This is the custom style sheet for the CARLI VuFind default themne
*/

body {
  background: #ffffff;
}
header {
  margin-top: 0;
}
header .navbar {
  padding: 0;
}
header .navbar .navbar-brand {
  background-image: url('../images/vufind.png');
  height: 80px;
  width: 600px;
}
header .navbar .navbar-nav > li > a {
  color: #000;
  font: 700 12px 'Dosis','Terminal Dosis','Helvetica','sans-serif';
  text-transform: uppercase;
  background-color: none;
  padding: 10px 10px;
}
.text-transform-none { /* for institutions that need lower case in the button link text */
  text-transform: none;
}
header .navbar .navbar-nav > li > a:hover {
  background-color: #eee;
}
header .nav .open > a:focus {
  background-color: #3f3e36;
}
header .navbar .navbar-nav > li > .dropdown-menu {
 padding: 0;
}
header .dropdown-menu > .active > a {
  background-color: #000000;
}
header .navbar .navbar-right {
  margin-top: 0;
}
header .searchbox {
  background: none;
}
header .loginLinkHelp a {
  line-height: 1;
  text-decoration: underline;
  padding-left: 10px; 
}
.carli-auth-link {
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.2em;
  padding: 10px 0 30px 0;
}
h4.location {
  font-weight: 300;
}
h4.location strong {
  font-weight: 500;
}
a {
  color: #19458d;
}
a:visited {
  color: #19458d;
}
a:hover, a:focus, a:active {
  color: #4474c1;
}
.searchHomeContent .well-lg {
  padding: 24px 12px;
}
.searchForm a, .btn-link, .searchForm a:hover {
  color: #5d5d5d;
}
.btn-primary, .btn-primary:hover {
  border-color: #000000;
}
.btn-primary:active, .btn-primary:hover, .btn-primary:focus {
  color: #5d5d5d;
}
.btn-primary {
  background-color: #5d5d5d;
}
.searchForm_lookfor, .searchForm_type {
  border-color: #000000;
}
.form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: inset 0 1px 1px #b0b0b0, 0 0 8px #5d5d5d;
  box-shadow: inset 0 1px 1px #b0b0b0, 0 0 8px #5d5d5d;
}
.form-inline .control-label {
  vertical-align: top;
}
.form-inline .form-control {
  vertical-align: top;
}
.main .container {
  border-bottom: 2.5px solid #000000; /* black line before the footer */
  margin-bottom: 2px; /* space between the black line and the grey line in the footer */
  padding-bottom: 40px; /* this is the space before the footer black line */
}
.searchHomeContent {
 width: 100%;
}
/* replacing all of the green box highlighting with a neutral color */
.browse-item.active {
  background-color: #a0a0a0;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #a0a0a0;
  border-color: #a0a0a0;
}
.slider-container .slider-handle {
  background-color: #a0a0a0;
  border: 1px solid #4f4f4f;
}
.btn-primary.active {
  color: #333333;
}
.btn-primary.active:focus, .btn-primary.active.focus {
  color: #000000;
  background-color: #dddddd;
  border-color: #ffffff;
}
.btn-primary.active:hover, .btn-primary:active:hover {
  color: #333333;
  background-color: #ededed;
  border-color: #4f4f4f;
}
/* 'Live Status Unavailable' box was removed so the box behind it needed to be removed */
.status .label-default { 
  background-color: transparent;
}
footer .container { 
  border-top: 1px solid #dedede;
  padding-top: 15px;
}
footer a {
  color: #19458d;
  text-decoration: none;
}
footer a:visited {
  color: #19458d;
  text-decoration: none;
}
footer a:hover, footer a:focus {
  color: #4474c1;
}
footer h2 {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
footer h3 {
  font: 700 15px 'Dosis','Terminal Dosis','Arial','sans-serif';
  text-transform: uppercase;
  color: #262402;
  margin-top: 0;
}
footer ul {
  list-style-type: none;
  padding: 0px;
}
footer ul li {
font: 12px 'Verdana','sans-serif';
line-height: 20px;
margin-top: 8px;
margin-bottom: 1px;
padding-top: 5px;
border-top: 1px solid #dedede;
}
footer p.sm-text, footer .carli-landing p.sm-text {
  font-size: 10px;
}
footer p.carlifoot a {
  color: #8a6593;
}
/* This is for the CARLI VuFind landing page
*/
footer .carli-footer-image {
  background-image: url('../images/CARLI-footer-logo.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 60px;
  width: 325px;
}

/* Styles for VuFind3 institution dropdown page */

.carlidrop {
  padding: 0 0px;
}
.carlidrop form {
  font-size: 18px;
  width: 100%;
  color: #636262;
  border-top: 1px solid #dddddd;
}
.carlidrop label {
  font-size: 12px;
  font-weight: normal;
}
.carlidrop select {
  border-radius: 0px;
}
.carlidrop option {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6c5c5;
}
.carlidrop .form-group {
  margin: 0px
}
footer .carli-landing p {
  font-size: 13px;
  line-height: 1.5em;
}

#whichCatalogAdvanced {
    margin: 3px 0 10px 0;
}

.dedupInformation {
    font-size: 0px;
    visibility: collapse;
}

.carliAdvancedVersion {
    font-weight: normal;
    width: 100%;
}

.checkbox-select-item {
    width: 30px;
}
