
header {
    display: block;
    // border-bottom: 4px solid #8ca3a3;
    padding: 18px;
    // box-shadow: 0px 5px 10px #c8c3cc;
}

.page-header {
    /* color: #563f46; */
    color: white;
    display: inline;
    font-weight: 600;
    border: medium none;
}

.header-icon {
    font-size: 2em;
    margin-top: .15em;
    padding-right: .25em;
    color: #8ca3a3;
    border: 0 none;
    text-decoration: none;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  background: #eeefef;
}

.modal {
  -webkit-overflow-scrolling: auto;
}

.body-content {
  padding-top: 20px;
}

.row-title,
.row-title:focus {
    text-decoration: none !important;
    display: block;
    font-size: 1.2em;
    color: black;
    outline: 0;
}
.item-btn-toolbar > a {
    width: 5em;
    margin-top: 2px;
    margin-bottom: 2px;
}

a.undecorate:focus {
    outline: 0 !important;
}
.sidebar {
  padding-right: 0px;
}
.sidebar-group {
  padding-bottom: 10px;
}
.sidebar-group-label {
  padding: 10px 10px 5px 10px;
  font-size: 1em;
  font-weight: 400;
  display: block;
  border-radius: 4px;
}
.sidebar-group-label:hover {
  background: #dedede;
}
.sidebar-element > label {
  font-size: 1em;
  font-weight: 400;
}
.noborder {
  border: 0 none;
}
.row {
  margin-bottom: 4px;
}
.facet-value {
  display: block;
  width: 100%;
  text-align: left;
}

.btn-padded {
  margin-top: 2px;
  margin-bottom: 2px;
}

.btn-silent {
  border: 0 none;
  background: inherit;
}
.btn-silent:hover {
  background: #dedede;
}

.btn {
  line-height: 1.5;
  padding-top: 5px;
}

.main-content {
  border-left: 2px solid #a9a9a9;
  padding-left: 2em;
}

.main-content tr:hover {
  // background: #dedede;
}

.header-transparent {
  position: absolute;
  width: 100%;
  bottom: 0em;
  background: black;
  padding: 1em;
  opacity: 0.8;
}

.header-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0em;
  padding: 1em;
}

header {
  position: relative;
  background-image: url("/assets/images/DSCF1460-large.png");
  background-size: 100% auto;
  height: 12em;
  margin: 0px;
  padding: 0px;
}

.btn-primary,
.btn-primary:focus {
  background: #563f46;
  border: 1px solid black;
  outline: 0;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus {
  box-shadow: none;
  background: black;
  border-color: black;
}
.sidebar-panel {
  position: fixed;
  right: 0px;
  top: 0px;
  max-height: 100%;
  min-height: 100%;
  overflow-y: scroll;
  width: 70%;
  z-index: 10;
  box-shadow: -2px 0px 2px black;
  background: #282828;
  color: #eeefef;
}

@media (max-width: 767px) {
  header {
    background-image: url("/assets/images/DSCF1460-small.png");
  }
  header .input-group {
    margin-left: .5em;
    margin-right: .5em;
    margin-top: .5em;
    margin-bottom: 0em;
  }
  .modal {
    font-size: 1em;
  }
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1em;
  }
  .sidebar {
    display: none;
    margin-bottom: .5em;
  }
  .facet-value {
    display: inline;
    width: auto;
  }
  .header-icon {
    margin-left: .5em;

  }
  .main-content {
    border-left: 0px none;
  }
}

.alert-box {
    position: relative;
    left: -50%;
    width: 300px;
    padding: 1 10px 50px 10px 15px;
    vertical-align: middle;
    box-shadow: 4px 4px 4px #B3AFAF;
    text-align: center;
}

.alert-wrapper {
    position: fixed;
    top: 6px;
    left: 50%;
}