/* styles.css appears to be generated, but we don’t have the source, so perhaps we shouldn’t extend it. */

.sidebar {
    float: right;
    background-color: #e3d9d8;
    padding: 10px;
    font-size: 11pt;
    border: 1px solid darkgray;
    margin: 10px 20px;
    max-width: 500px;
}

.end-note {
    text-align: left;
    font-size: 80%;
}

.no-results {
  font-size: 20px;
  color: #361b01;
}

/* overwriting scss generated styles here */
div.search-tools-wrap{
	background: #8E463D;
}

div.tool-search-item {
	background: black;
}

.search-tools-wrap .tool-wrap .tool-head.tool-head-selected{
	background: black !important;
}

p.project-description{
	color:black;
}

p.description-text{
	color:black;
}

.tool-head{
	line-height: 1.6;
}

/* search page styles */
.search-container {
  color: black;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px;
}

.search-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.search-params {
  max-width: 230px;
  margin-left: 50px;
  padding: 10px;
  color: black;
  background-color: #e3d9d8;
}
.search-params input[type="submit"] {
  width: 100%;
  height: 40px;
}

.search-item {
  padding-bottom: 15px;
}

.search-text-field {
  width: 100%;
}
.search-choice-field {
  width: 100%;
  height: 100px;
}
.search-choice-field option {
  white-space: normal;
}

.search-results {

}

.explanation {
  font-size: 2rem;
  line-height: 2.8rem;
}
.explanation .meta_pair {
  color: #361b01;
  background-color: #e3d9d8;
  padding: 0 6px;
  border-radius: 12px;
  white-space: nowrap;
}

.search-results-section {
  padding-bottom: 32px;
}

.search-results-row {
  background: #e3d9d8;
  margin: 6px 0;
  padding: 18px 12px;
}
.search-results-row:hover {
  background: white;
}

.search-results-row .text-link {
  color: #361b01;
  display: block;
}

.text-title {
  font-size: 18px;
  font-weight: 900;
}
.text-urn {
  font-size: 16px;
  color: #777;
}

.text-corpus-info {
  color: #777;
  display: inline-block;
  padding-left: 16px;
}
.text-corpus {
  font-size: 16px;
  color: #361b01;
}
.text-author {
  font-size: 16px;
  color: #361b01;
}

/* new navbar styles */
.nav-container {
  width: 100%;
  background-color: #1f1f1f;
}

.nav {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}


@media (max-width: 800px) {
  .nav {
    flex-direction: column;
  }
  .nav-links {
    flex-direction: column;
  }
}

.nav-links {
  display: flex;
}

.nav-item {
  display: flex;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
}

.nav-item a {
  color: white;
  padding: 20px 15px;
}

.nav-item a:hover {
  background: #8e463d;
  text-decoration: none;
}

.search-bar {
  display: flex;
  flex: 1;
  padding: 8px;
  position: relative;
}

.search-bar input {
  height: 41px;
}

.search-icon {
  position: absolute;
  right: 14px;
  top: 15px;
  cursor: pointer;
}

input, option {
  width: 100%;
  font-size: 17px;
  font-family: 'Asul', Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

/* for index pages */
ul.index-list {
  font-size: 18px;
  color: #361b01;
  font-weight: 900;
  font-family: asul, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-left: 16px;
}
ul.index-list--corpora {
  margin-left: 0;
}

h2.meta-value {
  font-size: 2.0rem;
  font-weight: 400;
  margin-top: 2.5rem;
  color: #4A4A4A;
  padding-bottom: 6px;
  margin-bottom: 0px;
}
h2.meta-value:hover {
  color: inherit;
}

.index-urn {
  font-size: 16px;
  color: #777;
}

.index-corpus-info {
  color: #777;
  display: inline-block;
  text-decoration: none;
}
.index-author {
  font-size: 16px;
  color: #444;
}
