@charset "UTF-8";

/*
  *	Navajo Stylesheet
  */

body {
  font-family: Georgia, "Times New Roman", Times, serif, 'AboriginalSerif';
}

*:lang(nav) {
  font-family: 'AboriginalSerif';
}

.resultsReturned strong,
select #nav_particle,
select #nav_particle,
select [id^="nav_particle"],
.interlinear .lang  {
  font-family: 'AboriginalSerif', 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

.nav_particle label,
.nav_primary label {
  display:inline-block;
  font-size: 1.6em;
}

form.chunky .nav_particle select,
form.chunky .nav_primary select {
  font-size: 1.2em;
  max-width: 100%;
  text-overflow: ellipsis;
}
form.chunky .nav_particle option,
form.chunky .nav_primary option  {
  max-width: 100%;
  min-height: 1.6em;
  text-overflow: ellipsis;
}
form.chunky .nav_others select,
.nav_others label {
  font-size: 1.0em;
}

form.chunky .hidden {
	display: none;
}

.entry {
  padding: 1em 2em;
  margin: 20px 0;
  border: 1px solid #9a9297;
  background: #fff;
  -moz-box-shadow: 5px 8px 5px #ccc;
  -webkit-box-shadow: 5px 8px 5px #ccc;
  box-shadow: 5px 8px 5px #ccc;
}

.entry h3 {
  margin-top: 0;
  font-weight: 500;
  font-size: 1.2em;
  font-family: 'AboriginalSerif','Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

.entry h3.interlinear {
  margin-bottom: 0.25em;
}

.entry span.interlinear {
  display:inline-block;
  margin-top: 0;
  margin-bottom: 0.25em
}

/* styling semantic-domain lists in entries */
ul.semantic-domains {
	margin-left: 1em;
	padding-left: 0.5em;
	display:inline-flex;
	/* flex-wrap: wrap; */
	flex-flow: column wrap;
	border-left: 0.125em #eee solid;
	list-style-type: none;
}
.semantic-domains li {
	padding: 0.125em;
}

/* li.mode, li.verb {
	border: 0 #eee solid;
	border-radius: 0.25em;
}
li.mode {
	margin-top: 0.25em;
	padding-left: 0.5em;
	border-width: 0.0625em 0 0 0.0625em;
}

li.mode + li.verb {
	padding-left: 0.5em;
	border-width: 0 0 0.0625em 0.0625em;
	margin-bottom: 0.25em;
} */


/* semantic cluster conjugation matches */
ul:has(.conjugation_match) li.conjugation_possible:not(:last-of-type),
li.conjugation_possible + li.conjugation_match {
	padding-left: 0.5em;
	/* border: 0 #eee solid; */
	background: rgba(0,100,255, 0.125);
}
ul:has(.conjugation_match) li.added_conjugation.conjugation_possible:not(:last-of-type),
li.added_conjugation.conjugation_possible + li.conjugation_match {
	/* border: 0 #eee solid; */
	background: rgba(0,100,255, 0.125);
	border-color: rgba(0,100,255, 0.25);
	border-style: solid;
	/* border: 0.5px rgba(0,100,255, 0.25) solid; */
}
li.conjugation_possible + li.conjugation_match {
	border: 0.5px;
	border-top: 0px;
	border-radius: 0 0 0.25em 0.25em;
	margin-bottom: 0.25em;
}
li.conjugation_possible {
	border: 0.5px;
	border-bottom: 0px;
	border-radius: 0.25em 0.25em 0 0;
}
li.conjugation_possible + li.conjugation_possible {
	border: 0px;
	border-radius: 0;
}
li.added_conjugation {
	overflow-x: auto;
}


.entry a.navajo_lexicons_link,
.entry a.conjugation_toggle {
  font-size: 0.75em;
  text-decoration: none;
  margin-left: 1em;
}
.entry a.navajo_lexicons_link:hover {
  text-decoration: underline;
}


.entry h3 span.italic,
span.italic {
  font-style: italic;
  font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

.entry h3 span.highlight,
.edit_highlights input[type="text"] {
	font-style: normal;
	font-family: 'AboriginalSerif';
}
/* highlighting spans in entry headword */
.entry h3 span.highlight:hover,
.special_content span.highlight:hover {
	background-color: #EEEEFF;
	border-radius: 0.125em;
}

/* use aria-label in entry highlight spans
	for accessibility and display when hovered over */
.entry h3 span.highlight[aria-label],
.special_content span.highlight[aria-label] {
	position: relative;
}
.entry h3 span.highlight[aria-label]:after,
.special_content span.highlight[aria-label]:after {
	content: attr(aria-label);
	display: none;
	position: absolute;
	top: 110%;
	left: 0em;
	z-index: 5000;
	pointer-events: none;
	padding: 0.25em;
	line-height: 15px;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 0;
	overflow: visible;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	color: #111;
	background-color: #fff;
	border: 0.5px solid #BBBBFF;
	-webkit-border-radius: 2px;
	border-radius: 0.25em;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
.special_content span.highlight[aria-label]:after {
	font-size: 1.0em;
}
.entry h3 span.highlight[aria-label]:hover:after,
.entry h3 span.highlight[aria-label]:focus:after,
.special_content span.highlight[aria-label]:hover:after,
.special_content span.highlight[aria-label]:focus:after {
	display: block;
}

.highlight_verb .entry h3 span[class^="verb"],
.highlight_verb .entry h3 span[class*=" verb"] { /* span[class^="verb_0"]{ */
	border-bottom: 1px solid #003333;
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}
#search .slide input[type="checkbox"].verb:enabled + label:hover  {
    border-bottom: 1px solid #003333;
}

.highlight_verb-stem .entry h3 span[class^="verb-stem"],
.highlight_verb-stem .entry h3 span[class*=" verb-stem"] { /* span[class^="verb_0"]{ */
	border-bottom: 1px solid #003333;
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}
#search .slide input[type="checkbox"].verb-stem:enabled + label:hover  {
    border-bottom: 1px solid #003333;
}

.highlight_adverb .entry h3 span[class^="adverb"],
.highlight_adverb .entry h3 span[class*=" adverb"] { /* span[class^="verb_0"]{ */
	border-bottom: 1px solid #0044AA;
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}
#search .slide input[type="checkbox"].adverb:enabled + label:hover {
	border-bottom: 1px solid #0044AA;
}

.highlight_conjunction .entry h3 span[class^="conjunction"],
.highlight_conjunction .entry h3 span[class*=" conjunction"] { /* span[class^="verb_0"]{ */
	border-bottom: 1px solid #0077AA;
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}
#search .slide input[type="checkbox"].conjunction:enabled + label:hover {
	border-bottom: 1px solid #0077AA;
}

.highlight_question .entry h3 span[class^="question"],
.highlight_question .entry h3 span[class*=" question"] { /* span[class^="verb_0"]{ */
	border-bottom: 1px solid #0055FF;
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}
#search .slide input[type="checkbox"].question:enabled + label:hover {
	border-bottom: 1px solid #0055FF;
}

.highlight_particle .entry h3 span[class^="particle"],
.highlight_particle .entry h3 span[class*=" particle"] { /* span[class^="verb_0"]{ */
	border-bottom: 1px solid #0066FF;
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}
#search .slide input[type="checkbox"].particle:enabled + label:hover {
	border-bottom: 1px solid #0066FF;
}
.entry h3 span[class^="default"],
.entry h3 span[class*=" default"],
.entry h3 span[class^="particle"],
.entry h3 span[class*=" particle"] {
	/* border-bottom: 1px solid #003333; */
	font-style: italic;
	font-family: 'AboriginalSerif-ITALIC', 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}


.entry h3 span.hide_italic {
	font-style: normal;
	font-family: 'AboriginalSerif', 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
	border-bottom: 0px;
}


/* end highlighting spans */

.ipa {
  font-style: italic;
  font-family: 'Charis SIL-ITALIC', 'Doulos SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

.unicode {
  font-family: 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

form.chunky #q input,
form.chunky [id^="q_"] input {
  clear: both;
  background: #fff;
  font-size: 1em;
  font-family: 'AboriginalSerif', 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
  width: 80%;
  border: 1px solid #999;
  border-top: 1px solid #333;
  padding: 10px 0 10px 10px;
  display: block;
}


/* special index id_add support for #character_palette_... elements */
form.chunky #submit,
form.chunky [id^="submit"] {
  text-align: center;
}

form.chunky #submit input,
form.chunky [id^="submit"] input{
  font-size: 1.4em;
  font-weight: bold;
  border: 2px outset #0038a8;
  border-radius: 7px;
}

form.chunky #submit input:active,
form.chunky [id^="submit"] input:active {
  border-style: inset;
}

form.chunky #character_palette ul,
form.chunky #character_palette li,
form.chunky [id^="character_palette"] ul,
form.chunky [id^="character_palette"] li  {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

form.chunky #character_palette li,
form.chunky [id^="character_palette"] li {
  margin-right: 0.25em;
  font-style: normal;
  font-weight: normal;
}

form.chunky #character_palette var,
form.chunky [id^="character_palette"] var {
  font-style: normal;
  font-size: 1em;
  font-weight: normal;
}

form.chunky #character_palette span,
form.chunky [id^="character_palette"] span {
  margin-right: 0.25em;
  font-size: 1.25em;
  font-family: 'AboriginalSerif', 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

/* admin */
.recording #character_palette-rec span {
  font-family: 'AboriginalSerif', 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

.recording div.edit-form-elm input[id*="lang"],
.import tr:not(.header) td.lang,
.import tr:not(.header) td.usage_example,
.import tr:not(.header) td.semantic_ids,
.import tr:not(.header) td.nav_gloss {
  font-family: 'AboriginalSerif', 'Doulos SIL', 'Charis SIL', 'Gentium Plus', Caslon, 'Lucida Grande', 'Lucida Sans Unicode', serif;
}

.recording div.edit-form-elm.record-hide.record-ipa,
.recording div.edit-form-elm.record-hide.record-usage {
  display: inherit;
}
.recording div.edit-form-elm.record-hide.record-usage .embeddable {
  display: none;
}

div.record-ipa label:after {
  font-style:italic;
  content:"\2002(Morpheme level gloss)";
}

div.record-dialect label:after {
  font-style:italic;
  content:"\2002(Lexical notes)";
}

/* Conjugation formatting */
 /* moved to conjugation.css stylesheet for general support; */
/* end conjugation */


/* highlight help text added to funcs.php in add_edit_form() highlight spans section */
/*
div.record-usage label:not(.no_extra_label):after{
    font-style:italic;
    content:"\2002(Highlight word parts, separated with spaces. Separate each set with ' | '. Set names: 'verb-stem', 'adverb', 'question', 'postposition')";
}

div.record-usage.highlight_spans label:after {
    content:"";
} */

/*
Special index styling
*/
#special_page_links ul,
#special_page_links li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}

#special_page_links ul {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  text-overflow: ellipsis;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  /* height: 2em; */
  padding: 0.5em 0 1em;
}
#special_page_links li {
  flex-flow: row wrap;
  padding: 0.25em;
}
#special_page_links li.here{
  background: white;
}

#special_page_links a {
  text-decoration: none;
}
#special_page_links a:hover {
  text-decoration: underline;
}
#special_page_links li:hover {
  background: white;
}

.special_content p:not(:first-child){
    text-indent: 2em;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}

.special_content .interlinear {
    text-indent: 0em;
    margin: 1em 0;
}
.special_content .interlinear:not(.entry) span.permalink {
	float: none;
}
.special_content .interlinear span.highlight[aria-label]:after{
	padding: 0.5em;
}
.interlinear span.number {
    display: inline;
}
.interlinear table {
    margin-left: 2em;
}
.interlinear .bold,
span.bold {
	font-weight: bold;
	font-family: 'AboriginalSerifBOLD','AboriginalSerif';
}

.special_content i,
.special_content .italic {
	text-wrap: nowrap;
}
.special_content .conjugation td {
	font-style: normal;
	font-family: 'AboriginalSerif';
}
/* .special_content .conjugation td.blank {
	background-color: transparent;
	border-style: none;
} */


.special_content dl {
    display: flex;
    flex-flow: row wrap;
    margin: 0;
    line-height: 1.5em;
}
.special_content dt {
    flex-basis: 10%;
    padding: 0.25em 0.5em;
    text-align: right;
}
.special_content dd {
    flex-basis: 80%;
    flex-grow: 1;
    margin: 0;
    padding: 0.25em 0.5em;
}

.special_content ul.references,
.special_content ol.references,
.special_content ul.no_style {
    list-style: none;
}

.special_content .references li {
    margin-top: 1em;
}

a.footnote {
	vertical-align: super;
	font-size: 0.8em;
}
.special_content ol.footnotes li {
	counter-increment: footnotes;
}
.special_content ol.footnotes li:before {
	content: counters(footnotes, '.') ' ';
	padding-right: 0.5em;
	font-size: 0.8em;
	vertical-align: super;
}
.special_content ol.footnotes {
	list-style: none;
	padding-left: 1em;
	counter-reset: footnotes;
}

.special_content h2 {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

.special_content {
    margin-bottom: 1.5em;
}

#special_page_links .collection_home span::before {
  content: "\219F";
  display:inline-block;
  padding: 0.25em;
  margin-right: 0.25em;
  border-radius: 0.25em;
  color: white;
}
#special_page_links li:hover a.collection_home span::before {
  text-decoration: none;
  color: black;
}