@font-face {
    font-family: 'NotDef_WF';
    src: url('../../shared/webfonts/and-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	}
@font-face {
    font-family: 'ExtendedLatinWF';
    src: url('../../shared/webfonts/DoulosSIL-Rwebfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	}



#charname .hint {
	font-size: 100%;
	margin-left: 1em;
	color: chocolate;
	}


#main {
	margin-inline-end: 36px;
	}






/* DARK SETTINGS */
body.dark { 
	background-color: #000;
    filter: invert(100%);
	}
body.dark #output {
    background: rgb(217,214,217);
    }
/* ---------------- */






/* HIGH CONTRAST SETTINGS */
body.contrast #chardata, 
body.contrast #autofocusswitch, 
body.contrast .hint, 
body.contrast summary,
body.contrast #phonemelist span {
	color:rgba(125,58,33,1.00);
	}
body.contrast #tools button {
    color: #222;
    }
body.contrast #charname {
    color: rgba(125,58,33,1.00);
    font-size: 1.2rem;
    }
body.contrast #hintControls {
    background: rgba(125,58,33,1.00);
    }
body.contrast .control {
    color: rgba(125,58,33,1.00);
	font-size: .9rem;
    }
body.contrast .vmtab {
    background-color: antiquewhite;
    color: #222;
    }
body.contrast .vmtab.on {
    font-weight: bold;
    color: chocolate;
    font-size: 1.4rem;
    border: 1px solid chocolate;
    }
body.contrast .dbCharInfo em {
    color: chocolate;
    }
body.contrast .dbCharInfo, body.contrast .dbCharName {
    line-height: 1;
    font-size: 1.2rem;
    }
body.contrast #transcription {
    color: brown;
    border-block-end: 1px solid #aaa;
    padding-block-end: 1rem;
    }
body.contrast .dbCharContainer {
    border-block-start: 1px dotted #999;
    padding-block-start: .4rem;
    }
body.contrast #pulldown button, body.contrast #shuttle button {
    color: #222;
    }
/* ---------------- */






body.app #sitelinks { 
	margin-bottom: 2em;
	}

h1 {
	margin-left: 30px;
	margin-top: 0;
	padding-left: 0;
	}
.versionnumber { 
	font-size: 50%; 
	margin-left: 10px; 
	}

table, tr, td, th { font-size: 100%; }
#tables td { 
    white-space:nowrap; 
    font-family: inherit;
    }

table td { border: 0; }

#hidePageTop {
	font-size: 80%;
	text-align: center;
	clear: both;
	margin: 0 32% 10px 0;
	font-style: italic;
	font-family: robotolight;
	}

#topControls {
	margin: 0 10px 0 15px;
	margin: 0;
	}
#topControls button {
	position: relative;
	}
#outputDiv {
	margin: 5px 15px 0 5px;
    clear: both;
	}
#warning {
    position: absolute;
    top: 30vh;
    left: 50%;
	margin-left: -25%;
    z-index: 100;
    background-color: blanchedalmond;
    padding: .5em 1em;
    border-radius: .5em;
    font-size: 80%;
    width: 50%;
    display: none;
    text-align: center;
}
#output { 
	border: 1px solid #ccc; 
	width: 100%; 
	border-radius: 5px;
	padding: 2px 5px;
	padding-bottom: 1rem;
    width: 98%;
    margin: 0 1%;
	}

#transcriptionWrapper {
	position: relative;
	display: none;
    margin-inline-end: 3rem;
    padding-block: .5rem;
	}
#closeTranscription {
	position: fixed; 
	bottom: 0; 
	right: 0;
	margin-right: 20px;
	font-size: 28px;
	font-family: 'Doulos Sil', 'Gentium Plus', 'Charis Sil', Gentium, serif;
	cursor: pointer;
	}
#closePulldown {
	margin-right: 1em;
	cursor: pointer;
	}
#moveTranscription {
	position: absolute; 
	/*bottom: 0; */
	top: 0;
	right: 40px;
	margin-right: 20px;
	font-size: 28px;
	font-family: 'Doulos Sil', 'Gentium Plus', 'Charis Sil', Gentium, serif;
	cursor:pointer;
	color: #ccc;
	}
.altfirst {
	border: 1px solid #ccc;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #fffacd;
	cursor:pointer;
	}
.altlast {
	border: 1px solid #ccc;
	border-left: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
	background-color: #fffacd;
	}
.alt {
	border: 1px solid #ccc;
	border-left: 0;
	cursor:pointer;
	background-color: #fffacd;
	}
#closeTranscription {
	position: absolute; 
	/*bottom: 0; */
	top: 0;
	right:0;
	color: #ccc;
	font-family: sans-serif;
	cursor: pointer;
	line-height: 1;
	}


#phonemelist {
	margin: 0 10px 3px 25px;
	margin: 0 15px 3px 15px;
	line-height: 1.6;
	padding-left: 5px;
	}
#phonemelist b {
	color: orange;
	
	color: white;
	background-color: darkorange;
	border-radius: 1em;
	padding: 1px 3px;
	font-weight: normal;
	min-width: 1em;
	display: inline-block;
	}
#phonemelist span {
	cursor: pointer;
	font-family: "Doulos Sil", Gentium, "Gentium Plus", "Charis SiL", "Arial Unicode MS", sans-serif;
	font-size: 24px; 
	color: #aaa;
	min-width: 10px; 
	display: inline-block;
	text-align: center;
	padding: 1px;
    color: #666;
	}
#phonemelist span:hover {
	background-color: rgb(192,255,131);
	border-radius: 5px;
	}

.transcript {
	border-bottom: 1px solid #f0a467; 
	border-radius: 10px; 
	padding: 10px;
	margin-block-end: 8px;
    margin-block-start: 1rem;
	margin-inline-start: 30px;
    text-align: center;
    margin-inline-end: 40px;
	}

#phondatabank {
	margin-right: 2px;
	float: right;
	line-height: 1;
	}
#phondatabank input {
	border-radius: 10px;
	background-color: #ffe;
	border: 1px solid #CCC; 
	}
#phondatabank button {
	background-color:#ffe; 
	padding: 2px; 
	border: 1px solid #CCC; 
	border-radius: 10px; 
	}


#chardata { 
	/* clear:both; */
	margin-left: 1rem; 
	height: 2em; 
	color: #ccc;
	margin-bottom: .25em;
	text-align: start;
	color: tan;
	line-height: 1;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 90%;
    clear: both;
    margin-right: 3rem;
	}
#charname { 
	margin-left: 5px; 
    width: 100%;
	}


.hint {
	font-size: 12px;
	text-align: center;
	vertical-align: baseline;
	font-family: "Noto Sans", Gentium, Gentium Plus, "Doulos SIL", "Charis SIL", "Arial Unicode MS", serif;
	display: inline-block;
	/*min-width: .75em;*/
	padding: 3px 0;
	color:tan;
	margin-inline-end: 1px;
	margin-inline-start: 2px;
	}
.g:hover .hint, .b:hover .hint {
	font-weight: normal;
	background-color:rgba(244,99,11,1.00);
	background-color:rgba(255,204,102,1.00);
	color: white;
	color: brown;
	border-radius: 3px;
	}
.c:hover, .v:hover {
	font-weight: normal;
	background-color:rgba(244,99,11);
	color:rgba(238,238,238);
	border-radius: 3px;
	}

/*.g .c:hover, .g .v:hover, .b .c:hover {
	font-weight: normal;
	background-color:rgba(244,99,11);
	color:rgba(238,238,238);
	border-radius: 3px;
	}*/


/*
#vertical-menu {
	position: absolute; 
	color: white; 
	z-index: 1000; 
	padding: 4px;
	padding-left: 8px;
	background-color:#666;
	cursor:pointer;
	margin-top: 2em;
	min-width: 20px;
	}
	*/
#vertical-menu {
	position: absolute; 
	top: 2rem;
	color: white; 
	z-index: 1000; 
	background-color:#666;
	cursor:pointer;
	min-width: 2em;
	text-align: center;
    font-weight: bold;
	}
#vertical-menu .vmtab {
	background-color:#666; 
	}
#hintControls {
	background-color: tan;
	}

#tables {
	margin-left: 25px;
	margin-left: 0;
	}


#toggleRare {
	font-size: 80%;
	cursor: pointer;
	color: #aaa;
	}

#shapelist img {
	cursor: pointer;
	}

#controls, #extracontrols, #moreControls {
	margin: 0 20px; 
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	}
#extracontrols details, #moreControls details {
	clear: both;
	}
#panel button, .control button {
    height: 1.4rem;
    border: 1px solid gray;
    background-color: #eee;
    border-radius: 2px;
    color: #666;
    }
.control { 
	/*float:left; */
	padding: 2px 4px; 
	background-color: #FFFACD;
    background-color: papayawhip;
	background-color: antiquewhite;
	background-color: linen;
	background-color: seashell;
	border: 1px solid #ccc; 
	margin-right: 2px; 
	margin-bottom: 4px; 
	border-radius: 5px; 
	margin-top: 8px;
	font-size: 15px;
	line-height: 1.2;
	height: 3em;
	font-size: 75%;
	}
#showMoreControls {
	margin: 0;
	margin-left: 2px;
	font-size: 80%;
	cursor: pointer;
	}

#showNotes {
	margin: 5px 20px;
	margin-left: 22px;
	font-size: 80%;
	cursor: pointer;
	clear: both;
	}

#notes {
	padding: 10px;
	padding-right: 30px;
	font-size: 80%;
	margin-left: 10px;
	margin-top: 15em;
	clear:both; 
	}

#cursive {
	color: chocolate;
    display: inline-block;
	
	/*float: right;*/
	background-color: seashell;
	padding: .5rem;
	border-radius: .5rem;
	/*width: 5em;*/
	font-size: 24px;
	line-height: 1;
	text-align: start;
	}

/*#panel { 
	position: fixed; 
	bottom: 20px; 
	right: 10px; 
	padding: 0.5em; 
	width: 26%; 
	background-color:#ffe; 
	border: 1px solid #CCC; 
	box-shadow: 7px 7px 5px #888; 
	padding: 5px 10px 5px 15px; 
	border-radius: 10px; 
	z-index:2000;
	width: 28%;
	font-size: 80%;
	text-align: left;
	text-align: start;
	max-height: 80%;
	overflow: auto;
	}*/
#panel { 
	position: fixed; 
	bottom: 0px; 
	right: 0px; 
	width: 40%; 
	background-color:seashell; 
	border: 1px solid #CCC; 
	box-shadow: 7px 7px 5px #888; 
	padding: 5px 10px 5px 15px; 
	border-radius: 10px; 
	z-index:2000;
	font-size: 80%;
	text-align: start;
	max-height: 80%;
	overflow: auto;
	}
#panel img {
    vertical-align: middle;
    height: 1.25rem;
    cursor: pointer;
    }
#panel p { margin: 0; margin-top: 3px; }
#panel #title { 
	font-size: 200%; 
	color: #F00;
	}
#panelShare { 
	position: fixed; 
	bottom: 30px; 
	right: 30px;
    right: 28%;
	width: 8em; 
	background-color:#faead8; 
	background-color:white; 
	border: 1px solid chocolate; 
	border: 1px solid tan; 
	box-shadow: 7px 7px 5px #888; 
	padding: 5px 10px 5px 15px; 
	border-radius: 5px; 
	z-index:4000;
	text-align: start;
	max-height: 80%;
	overflow: auto;
    font-size: 1rem;
	}

#panel #advice, #dialogBox advice {
	text-align: right;
	font-style: italic;
	font-size: 80%;
	margin-right: 2em;
	}

#panel .panelCharacter img {
    height: 2.5rem;
    }





.smallprint {
	/*min-height: 800px;*/
	vertical-align: bottom;
	text-align: right;
	margin-right: 20px;
    position: fixed;
    bottom:0;
    right: 0;
    background: white;
    font-size: .73rem;
	}
#version {
	border-top-left-radius: 8px;
	}
	

/* KEYBOARDS */

.kbdWrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    }
 #keyboard { 
 	/* padding-bottom: 10px; */
	/*margin-bottom: 50px;*/
    font-size: 1em;
    margin-top: .25em;
    margin-block-end: 1rem;
	}
 .keyboardrow {
	 white-space: nowrap;
	 clear: both; 
 	}
.key { 	
	height: 3em; 
	width: 3em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	text-align: right; 
	float: left;
	border: 1px solid #AAA;
	margin: 0.14em; 
	box-shadow: 2px 2px 5px #888;
	border-radius: 0.3em;
    justify-content: space-evenly;
    align-content: space-evenly;
    }
.key .gkey { 
	color: orange;
    /*font-size:100%;*/
	}
.key span { 
    display: block;
    cursor:pointer; 
    height: 1em;
    min-width: 1em;
    text-align: center;
    border-radius: 2px;
    }
.shiftKeyOff {
    background-color: transparent;
    color: gray;
    cursor: pointer;
    text-align: center;
    }
.shiftKeyOn {
    background-color: #ccc;
    color: white;
    cursor: pointer;
    text-align: center;
    }
/* ============ */



#autofocusswitch {
	float: right; 
	font-size: 80%; 
	/* margin-right: 20px; */
	color: #aaa;
	margin-left: 20px;
	}
#autofocus {
	cursor: pointer;
	}
#autofocusState {
	border-bottom: 1px solid #aaa;
	}



#afon.on, #afoff.off { border-bottom: 1px solid #aaa; }
#afon, #afoff { cursor: pointer; }

dt {
	color: #F60;
	}

/*#transcriptionChoice {
	position:absolute;
	font-size: 60px; 
	background-color: #FFFACD; 
	border: 1px solid #ccc; 
	border-radius:10px; 
	padding: 7px;
	display: none;
    right: 0px;
    bottom: 10px;
	}*/
#transcriptionChoice {
	position:absolute;
	font-size: 20px; 
	padding-inline: .25rem;
	display: none;
    left: 50px;
    bottom: -65px;
    background: transparent;
    color: tan;
	}
#transcriptionChoice bdi {
	cursor: pointer;
	}

#shapelist {
    text-align: center;
    cursor: pointer;
	display: none;
}
#shapekeys {
    color: orange;
	background-color: white;
	}
#shapekeys span {
    color: orange;
	background-color: white;
	padding: 0 5px;
	margin-inline-start: -.25em;
	}
#shapekeys span:hover {
    background-color: #f1621f;
    color: white;
    border-radius: 5px;
}


#tools {
	float:right; 
	vertical-align:bottom; 
	font-size: 80%;
	}
#tools span {
	cursor:pointer; 
	display: inline-block; 
	line-height:1;
	text-align:center;
	padding: 1px;
	border-radius: 5px;
	}


#pulldown, #shuttle {
	position:absolute; 
	top:40; 
	right:10px; 
	z-index:2; 
	background-color: white; 
	border:1px solid grey; 
	border-radius: 5px;
	box-shadow: 10px 5px 5px #ccc, -2px 0 3px #eee;
	width: 15em;
	}
#pulldown div, #shuttle div {
	display:flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: start;
	padding: 1em;
	line-height:1;
	}
#pulldown button, #shuttle button {
	cursor:pointer; 
	border-radius: 5px;
	border: 0;
	background-color: white;
	box-shadow: none;
	font-size: smaller;
	color: gray;
	margin: 0;
	border: 1px solid white; 
	padding: .5em;
	align-self: start;
	width: 100%;
	text-align: start;
	}
#pulldown button:hover, #shuttle button:hover {
	background-color: #eee;
	}
#closeShuttle, #closePulldown {
	align-self: end;
	margin-inline-end: 1em;
	color: #aaa;
	}



#tools button {
	cursor:pointer; 
	display: inline-block; 
	line-height:1;
	text-align:center;
	padding: 1px;
	border-radius: 5px;
	border: 0;
	background-color: white;
	box-shadow: none;
	font-size: 100%;
	color: gray;
	margin: 0;
	/*margin-right: .5em;*/
	border: 1px solid #eee; 
	padding-inline: .5em;
	/*border: 1px solid tan;
    color: brown;*/
    vertical-align: text-bottom;
	}
#tools button:hover {
	/*color: #c33;*/
	background-color: #eee;
	}
/*#tools button:hover {
	border: 1px solid #ccc; 
	background-color: #FFFFD2;
	color: #666;
	box-shadow: 2px 2px 5px #888, -2px -2px 5px #888;
	}*/
#copydelete button {
	padding-right: 0em; 
	cursor:pointer;
	text-shadow: 1px 1px 2px #555;
	font-size: 90%;
	background-color: white;
	box-shadow: none;
	font-size: 100%;
	border: 0;
	margin-right: 0;
    vertical-align: middle;
	}
.optionTrigger {
	background-color: white;
	border-radius: 2px;
	padding: 0 4px;
	color: #999;
	cursor: pointer;
	}
.optionTrigger:hover {
	/*background-color: #FFFFC7;
	border-radius: 2px;
	padding: 0 4px;
	color: #666;*/
	color: #c33;
	}
#copyTranscription {
	position: absolute; 
	/*bottom: 0; */
	top: 0;
	right: 80px;
	margin-right: 20px;
	font-size: 26px;
	font-family: 'Doulos Sil', 'Gentium Plus', 'Charis Sil', Gentium, serif;
	cursor:pointer;
	color: #ccc;
	}
#transcription {
	margin: 5px 25px 10px;
	font-size: 28px;
	font-family: 'Doulos Sil', 'Gentium Plus', 'Charis Sil', Gentium, serif;
	/* border-bottom: 1px solid #ccc; */
	color: #C33;
	}
#transcription {
	margin: 5px 140px 0px 25px;
	font-size: 22px;
	line-height: 1.4;
	font-family: 'Doulos Sil', 'Gentium Plus', 'Charis Sil', Gentium, serif;
	color: #C33;
    color: dimgray;
    text-justify: none;
	}

#output::selection {
	background-color: #F5A806;
    color: #fff;
	}
#output::-moz-selection {
	background-color: #F5A806;
    color: #fff;
	}
/*
.shifted {
	margin: 5px; 
	border: 1px solid #ccc; 
	border-radius: 10px;
	background-color: #ccc;
	color: white;
	font-family: 'helvetica neue', roboto, calibri, helvetica, sans-serif; 
	font-size: 14px; 
	padding: 5px 10px; 
	text-align: center; 
	text-transform: uppercase; 
	vertical-align:middle; 
	display: inline;
    cursor: pointer;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #333;
	}
.unshifted {
	margin: 5px; 
	border: 1px solid #ccc; 
	border-radius: 10px;
	background-color: white;
	font-family: 'helvetica neue', roboto, calibri, helvetica, sans-serif; 
	font-size: 14px; 
	padding: 5px 10px; 
	text-align: center; 
	text-transform: uppercase; 
	vertical-align:middle; 
	display: inline;
    cursor: pointer;
	background-color: #E4E7E9;
	border: 1px solid #E4E7E9;
	color: #333;
	}
*/


.spaceline {
    margin-bottom: .25em;
    /*margin-top: .25em;*/
    margin-inline-end: 50px;
    line-height: 1;
    text-align: center;
	background-color: #ddd;
	background-color: #E4E7E9;
	bachground-color: #eee;
	font-size: 10px;
	}
.togglebar {
    margin-bottom: .25em;
    margin-top: 0;
    line-height: 1;
    text-align: center;
	background-color: #ddd;
	background-color: #E4E7E9;
	}
.touch { /* these are space, rlm, etc touches */
	/* margin: 0 5px; */
	border: 1px solid #E4E7E9;
	border-radius: 3px;
	font-family: 'helvetica neue', roboto, calibri, helvetica, sans-serif; 
	font-size: 14px; 
	padding: 5px; 
	text-align: center; 
	text-transform: uppercase; 
	vertical-align:middle; 
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	margin: 0;
	}
.touch:hover, .shifted {
    background-color: chocolate;
    color: white;
	}
.delAll { /* special border for delete all touch */
	border: 1px solid #eee; 
	}
	
.spaceEtc {
	margin: 5px; 
	border: 1px solid #eee; 
	font-family: 'helvetica neue', roboto, calibri, helvetica, sans-serif; 
	font-size: 14px; 
	padding: 5px; 
	text-align: center; 
	text-transform: uppercase; 
	vertical-align:middle; 
	display: inline;
	cursor: pointer;
	}
	
	
summary { 
	font-size: 80%;
	/*background-color: white;*/
	border-radius: 2px;
	padding: 0 4px;
	color: #999;
	cursor: pointer;
    font-family: 'Helvetica Neue', calibri, corbel, "Segoe UI", helvetica, sans-serif;
	}
summary:hover {
	color: #c33;
	}

/*
#copydelete button:last-of-type {
	margin-left: 1.5em;
	}
*/
#copydelete img {
	vertical-align: bottom;
	margin-left: 3px;
	cursor: pointer;
	}
	
#copydelete {
	vertical-align: bottom;
	/*line-height: 2.4;*/
	line-height: 1;
	padding-left: 1em;
	}
	
#pickerlist {
	border: 0;
	width: 90%;
	height: 35em;
	margin-left: 1em;
	}
	
#linklist {
	font-size:80%; 
	margin-left: 20px; 
	line-height: 1.6;
	}
	
#scriptlinks {
    font-size: 80%;
    background-color: white;
    border-radius: 2px;
    padding: 0 4px;
    color: #999;
    cursor: pointer;
    float: right;
	}
	
#temp span { padding: 1em; border: 3px solid teal; line-height: 6em; }
	
	
.setDir {
	cursor: pointer;
	opacity: 50%;
	vertical-align: top;
	margin-block-start: .3rem;
	}

#helpcontrol, #helpBanner {
	text-align:center; 
	color: white; 
	background-color: #60ADFB; 
	cursor: pointer;
	}
.interactiveHelpButton {
    background-color: transparent;
    border-radius: 3px;
	height: 1rem;
    }
#helpcontrol a, #helpBanner a {
	color: white;
	}
#helpBanner a {
	text-decoration: underline;
	}
#helpcontrol a:hover, #helpBanner a:hover {
	color: white;
	background-color: transparent;
	}
#helpcontrol img {
	vertical-align: baseline;
	}

/*#kbd #vowels {
	padding: 0 10px;
	}
*/

#contrastSwitch {
	float: right;
	font-size: 70%;
	color: brown;
	cursor: pointer;
	position:absolute;
	top:3px;
	right:0px;
	width: 44px;
	line-height:1;
	text-align: center;
	}
#rare {
	margin: auto;
	}


#linkstable {
    font-size: 80%;
    margin: 0 3em;
    }
#linkstable table {
    margin: 0;
    }
#linkstable td {
    text-align: start;
    padding: 0 1em 0 0;
    }
#linkstable th {
    vertical-align: top;
    text-align: start;
    padding: 0 1em 0 0;
    }
#linkstable p {
    margin:0;
    padding:0;
    }
#extrashapes {
    text-align: center;
    }


.mirrorRTL {
	transform: rotateY(180deg);
	}
.bdoRTL {
	direction: rtl; 
	unicode-bidi: bidi-override;
	}
.bdoLTR {
	direction: ltr; 
	unicode-bidi: bidi-override;
	}

.selector {
    color: darkorange;
    font-size: 80%;
    cursor: pointer;
    }


.leadin {
    color: coral;
    }

.interactiveHelpButton, #helpBanner {
    display: none;
    }

#alphabet {
	background-color: rgba(255,255,255,0.5);
	background-color: #fafafa;
	margin-right: 10px;
	margin-right: 0;
	color: #666;
	border-bottom: 5px solid #eee;
	padding-bottom: .5em;
	}
#alphabet summary {
    font-size: 14px;
	/*background-color: white;*/
	clear: both;
    }

/*
#charChoice {
    position:absolute; 
    bottom:10px; 
    left:15px; 
    background-color:white; 
    color: #999;
    font-family: "ExtendedLatinWF", "doulos sil";
    font-size: 1.5em;
	
	bottom: -50px;
	left: 10px;
	height: 50px;
	z-index: 1000;
    }*/
#charChoice {
    background-color:white; 
    color: #999;
    font-family: "ExtendedLatinWF", "doulos sil";
    font-size: 1.5em;
    height: 3rem;
    }
#charChoice span {
    white-space: nowrap;
    }
#charChoice sub {
    padding-left: .2em;
    font-size: 50%;
    color: coral;
    color: dimgray;
    }
#charChoice sup {
    color: #999;
    font-size: 65%;
    padding-left: 1em;
    color: tan;
    }
#charChoice bdi {
    color: red;
    cursor: pointer;
    }
#charChoice bdi {
    color: coral;
    cursor: pointer;
    /*border: 1px solid #ddd;*/
    padding: 0 0 0 4px;
    border-radius: .2em;
    min-width: 1em;
    /*min-height: 1em;*/
    display: inline-block;
    text-align: left;
    line-height: 1.4;
    }

.dbCharContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin: 0.1em 1em;
	font-size: large;
	/*cursor: pointer;*/
	/*align-items: baseline;*/
	}
.dbCharSubContainer {
	margin: 0 1em;
	}
.dbCharInfo, .dbCharName {
	margin: 0;
	line-height: 1;
	font-size: 90%;
	}
.dbCharInfo span {
	margin: 0 1em 0 0;
	}
.dbCharInfo em {
	color: tan;
	}
.dbCharInfo a {
	font-style: italic;
	font-size: 90%;
	cursor: pointer;
	}
.dbCharName {
	font-size: 60%;
	color:tan;
	vertical-align:top;
	font-size: 60%;
	line-height: 2;
    color: chocolate;
	}

.dbCharItem, .dbCharItemLevel2 {
    background-color: darkorange;
    padding: 0 .2em;
    color: white;
    border-radius: 3px;
    min-width: .75em;
    text-align: center;
	font-size: 1.5em;
	}
.dbCharItemLevel2 {
	background-color: #bbb;
	color: white;
	}


.topDivider {
	border-top: 1px dotted tan;
	}
.bottomDivider {
	border-bottom: 1px dotted tan;
	}
.box {
	border: 1px dotted tan;
	border-radius: .25em;
	padding: .1em .1em;
	border: 0;
	}
.verticalAlign {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	}
.stackGroup {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	}
.stack {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	}


.highlightedChar {
	background-color: #FFE6B2;
	background-co: pink;
	background-color: gold;
	background-color: peachpuff;
	}


#ktp0Wrapper {
	position: relative;
	}
/*#hintType {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 16px;
	line-height: 1;
	margin-top: 1em;
	cursor: pointer;
	color: tan;
	font-family: Helvetica, Arial, sans-serif;
	}*/
#hintType {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-block-end: 5px;
	margin-inline-start: 5px;
	font-size: 16px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: tan;
	font-family: Helvetica, Arial, sans-serif;
	}




#fontPicker, #otPicker { font-size: 80%; margin: 0; width: 100%; text-align: left;  }
#otPicker label { white-space: nowrap; }
#fontPickerWebfonts { margin-top: 1.5em; }
#fontPickerCols { display: flex; justify-content: space-between; }
#fontPickerCols .fpOptgroup {
    max-height: 40vh;
    }
#fontPickerWebfonts .fpOptgroup {
    display: inline;
    }
.fpOptgroup {
    font-weight: bold;
    margin: 1em;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    }
.fpOption {
    cursor: pointer;
    font-weight: normal;
    margin-inline-end: 1em;
    }
.fpOption:hover, .currentFont { background-color: antiquewhite; border-radius: .5em; }


/*#panel img#character_panel_close_button {
	position: fixed;
	padding: 0;
	border: 1px solid tan;
	background-color: #ffe;
	right: 5px;
    bottom: 5px;
	border-radius: 5px;
	width: 2rem;
    height: 2.5rem
	}*/
#panel #character_panel_close_button {
	position: fixed;
	padding: 0;
	background-color: seashell;
	right: 44%;
    bottom: 1rem;
	border-radius: 5px;
	width: 3rem;
    height: 3.5rem;
    font-size: 2rem;
    cursor: pointer;
    color: #aaa;
    text-align: center;
    border: 1px solid #ccc;
	}

#controlBox {
	/*background-color: papayawhip;
	background-color: #fdf1de;
	background-color: linen;*/
	padding-top: .5em;
	margin: 1em 0 1em 0;
	}

#formatchars {
	display: none;
    text-align: center;
    margin-bottom: .25em;
    line-height: 1;
    }
#seeAlso {
	margin-inline-start: 20px;
	}

.vmtab.on, .vmtabSide.on { color: orange; }
.vmtab.off, .vmtabSide.off { color: white; }




#listOutput {
	display: none;
	font-family: sans-serif;
    cursor: pointer;
    line-height: 1;
    margin-inline-start: 10px;
	padding: .5em;
	padding-block-end: 0;
	font-size: 18px;
	border-radius: .5em;
	background-color: seashell;
	}
#listOutputHorizontal {
    text-align: center;
	margin: 0;
	margin-block-end: 1em;
	font-size: 18px;
	font-family: sans;
    font-size: 120%;
	}
#listOutputVertical {
    text-align: start;
	font-size: 16px;
	max-width: 80%;
	margin: auto;
    margin-block-start: -1em;
    margin-block-end: 1em;
	font-family: sans-serif;
	}
#listOutput pre {
	white-space: pre-wrap;
	}
#listOutputClose {
	cursor: pointer;
	margin: 0;
	margin-inline-end: 20px;
    margin-block-start: -1em;
	padding-block-end: 0px;
	text-align: end;
	color: #ccc;
	line-height: 1;
    font-size: 24px;
}







#listOutputHorizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2;
    }
.xitem { 
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-inline-end: .5em;
    }
.xitem span { 
    text-align: center;
    }
.xitemSrc { 
    height: 2em;
    display: inline-block;
    }
.xitemRes {
    border: 1px solid chocolate;
    padding: .25em;
    border-radius: .25em; 
    font-family: 'ExtendedLatinWF';
    background: chocolate;
    color: white;
    display: inline-block;
    min-width: .5em;
    }
.xitemHide {
    color: #ccc;
    border: 1px dotted #ccc;
    display: inline-block;
    min-width: .5em;
    }




#charChoice bdi.space {
    font-size: 50%;
    min-width: 1em;
    display: inline-block;
    min-height: 1em;
    border: 1px solid chocolate;
    }
#charChoice sup.space {
    font-size: 50%;
    }



.charChecker td {
    font-size: .8rem;
    text-align: start;
    }
.charChecker th {
    font-size: 1rem;
    text-align: start;
    }
.charChecker bdi {
    font-size: 200%;
    color: #333;
    padding-inline-end: .25em;
    }
.charChecker td {
    width: 30%;
    }
.cCheckHighlight {
    color: red;
    }
.cCheckFix {
    vertical-align: middle;
    }
.charChecker .cCheckCount {
    font-size: 2rem;
    width: 10%;
    text-align: end;
    padding-inline-end: .5em;
    }
    
  
rb {
    color: chocolate;
    font-size: 1.6rem;
    line-height: 1;
    }
rt {
    color: gray;
    font-size: 1rem;
    line-height: 1;
    }


.multilineGlossedText {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }
.stack {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-right: .25em;
    margin-top: .5em;
    text-align: center;
    }
.rb {
    color: chocolate;
    line-height: 2;
    font-size: 2rem;
    margin-block: .5rem;
    }
.rt {
    line-height: 1;
    font-family: 'ExtendedLatinWF';
    font-size: 1.15rem;
    /*font-style: italic;*/
    font-weight: 300;
    font-feature-settings: "ss05" 1;
    color: gray;
    }






/* ACCESSIBLITY PANEL */

#access { 
    position:absolute; 
    top: 50px;
    right: 30px;
    width: 40%;
    background-color:#60b0f9;
    z-index: 1000;
    text-align: center;
    padding: 1.4em;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-radius: 1rem;
    }
#access_contrast, #access_fontsize {
    padding: 1rem;
    background: #eee;
    border-radius: 1rem;
    border: 1px solid gray;
    }
#contrastChoice {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 1rem;
    justify-content: space-around;
    }
#contrastChoice button {
    padding: 1rem;
    font-size: 1.4rem;
    border: 1px solid gray;
    border-radius: .4rem;
    }
.access_selected {
    color: white;
    background: #007bf2;
    }



/* for the help file */
.iaShortName {
    font-size: 3rem;
    font-weight: normal;
    float: left;
    margin: 0;
    padding: 0;
    line-height: 1;
    clear: both;
    width: 4rem;
    color: gray;
    font-family: arial unicode ms;
    }





.analysisTranslit span span {
    margin-inline-end: 120px;
    width: 2em;
    text-align: center;
    position: absolute;
    right: 0;
    }
.analysisTranslit em {
    display: none;
    }

.dbCharContainer:hover {
    background: #eee;
    }



.analysisIPAplus .ipa::before {
    content: '(';
    color: #ccc;
    }
.analysisIPAplus .ipa::after {
    content: ')';
    color: #ccc;
    }





.ipa { 
	font-family: ExtendedLatinWF, doulosipa,"Gentium Plus", "Lucida Sans Unicode", "Lucida Grande", 'lucida sans', "helvetica", sans-serif; 
	font-size: 110%;
    /*font-style: italic;*/
	font-feature-settings: "ss05" 1;
    margin-inline-end: .3em;
	}
.ipa:before { 
	content: '⌈'; 
	font-family: ExtendedLatinWF, "Gentium Plus", Gentium, "Lucida Sans Unicode", "Lucida Grande", 'lucida sans', "helvetica neue", sans-serif; 
	margin-right: 1.5px; 
	margin-left: 0.2em; 
	color: #aaa; 
	}
.ipa:after { 
	content: '⌋'; 
	font-family: ExtendedLatinWF, "Gentium Plus", Gentium, "Lucida Sans Unicode", "Lucida Grande", 'lucida sans', "helvetica neue", sans-serif; 
	margin-right: 0.2em; 
	margin-left: 1.5px;  
	color: #aaa; 
	}
.transc { 
	font-family: ExtendedLatinWF, "Gentium Plus", Gentium, "Lucida Sans Unicode", "Lucida Grande", 'lucida sans', "helvetica neue", sans-serif; 
	font-size: 1.1em;
	font-style: italic;
	font-weight: 300;
	font-feature-settings: "ss05" 1;
    margin-inline-end: .4em;
	}
.transc:before { 
	content: '‹'; 
	font-family: ExtendedLatinWF; 
	margin-right: 1px; 
	margin-left: 0.2em; 
	color: #aaa;
    font-style: italic;
    font-size: 70%;
	}
.transc:after { 
	content: '›'; 
	font-family: ExtendedLatinWF; 
	margin-right: 0.2em; 
	margin-left: 1px;  
	color: #aaa;
    font-style: italic;
    font-size: 70%;
	}
.kbdt:before { 
	content: '⌨'; 
	font-family: ExtendedLatinWF; 
	margin-right: 1px; 
	margin-left: 0.2em; 
	color: #aaa;
    font-style: normal;
    font-size: 70%;
	}
.kbdtX:after { 
	content: ' )'; 
	font-family: ExtendedLatinWF; 
	margin-right: 0.2em; 
	margin-left: 1px;  
	color: #aaa;
    font-style: normal;
    font-size: 70%;
	}
.ssheetDetails {
    min-width: 10em;
    display: inline-block;
    margin-inline-end: 1em;
    /*float: right;*/
    }






#slideout {
    position:absolute;
    top: 6.5rem;
    right: 0;
    width: 44px;
    background-color: transparent;
    height: 400px;
    z-index: 1000;
    text-align: center;
    }
/*#slideout:hover {
    width: 70px;
    z-index: 1000;
    }*/
#slideout img {
    width: 36px;
    text-align: end;
    /*margin-inline-start: 1rem;*/
    }
#n11nform, #clang {
	display: block;
	vertical-align: middle;
	color: chocolate;
	font-size: 16px;
	line-break: anywhere;
	line-height: 1;
	width: 36px;
	font-weight: bold;
	text-align: end;
	}
#n11nform {
	margin-block-end: .3rem;
	}
#insertMe {
	width: 24px;
	text-align: right;
	vertical-align: top;
	line-height: 1;
	}






/* colours for the top of the text area */

#output.typeAssistDefault { border-block-end: 4px solid orange; }
#output.typeAssistDefault:focus { outline: 1px solid #eee; }

#output.typeAssistLatin { border-block-end: 4px solid tan; }
#output.typeAssistLatin:focus { outline: 1px solid #eee; }

#output.typeAssistOther { border-block-end: 4px solid blue; }
#output.typeAssistOther:focus { outline: 1px solid #eee; }




#inputAidMenu {
    margin-block: 0;
    margin-inline: 1rem;
    font-size: 80%;
    padding: 0;
    line-height: 1;
    text-align: start;
    }

.vmtab {
    background-color: white;
    padding-inline-end: 1rem;
    cursor: pointer;
    }
.vmtab.off {
    color: gray;
    }








#copyNotice {
    position: fixed;
    top: 40%;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    z-index: 1000;
    }
#panel img.copyIcon {
    cursor: copy;
    }

#panel .panelCharacter img {
    height: 2.25rem;
    border-radius: 0.5em;
    border: 1px solid #ddd;
    margin-block-start: 0.2em;
}



/* styles for character sets in search */
#searchSets {
    text-align: start;
    }
#searchSets .set {
    font-size: 85%;
    margin-inline: 7rem;
    line-height: 1.4;
	}
#searchSets .sets {
	letter-spacing: .3em;
	}
#searchSets .symbol {
    cursor: copy;
    }



/*#notesDisplayIframe {
    position: absolute;
    top: 10%;
    right: 0px;
    height: 70%;
    width: 60%;
    z-index: 2000;
    display: none;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-block: 2px solid chocolate;
    border-inline-start: 2px solid chocolate;
    }*/

#notesDisplayIframe {
    position: fixed;
    top: 0;
    bottom:0;
    right: 0px;
    width: 45%;
    z-index: 2000;
    display: none;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-inline-start: 1px solid tan;
    border-block: none;
    height: 100vh !important;
    max-height: 100vh !important;
    min-height: 100vh !important;
    background: seashell; 
    }



/*  defaults for sections in kbdgrid  */
/*  assumes that hints are on the right */

table { margin: 0; }

span.c {
	min-width: .75em;
	text-align: center;
	opacity: 75%;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	color: #333;
	}
/*span.c:hover {
	background-color: #CF9;
	border-radius: 3px;
	}*/
span.x { 
	color:chocolate;
	}
span.x .c { 
	color:chocolate;
	}
span.hint { 
	margin-inline-start: 1px;
    margin-inline-end: .5em;
	font-size: .8rem;
	color:tan;
	text-transform: lowercase;
	cursor: pointer;
	}

#kbdGrid {
    display: flex;
    flex-direction: row;
    line-height: 1.2;
    justify-content: center;
 	margin-block: .5rem;
    }
#kbdGrid td {
	text-align: start;
    }
#ivowelGrid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	margin-inline: .5rem;
    border: 1px dotted tan;
    border-radius: .5rem;
    padding-inline-start: .5rem;
    }
#ivowelGrid div {
	display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
    }
#ivowelGrid .verticalAlign {
	justify-content: flex-end;
	}
#consonantGrid, #consonantGridUC {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px dotted tan;
    border-radius: .5rem;
    padding-inline-start: .5rem;
    margin-inline: .5rem;
    }
#consonantGrid div, #consonantGridUC div {
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-around;
    }
#consonantGrid > span {
    min-width: 1em;
    }
#vowelGrid, #vowelGridUC {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
	margin-inline: .5rem;
    border: 1px dotted tan;
    border-radius: .5rem;
    padding-inline-start: .5rem;
    }
#vowelGrid > div, #vowelGridUC > div {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-around;
	}
.block {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	}
#extras {  /* for aleph, aspiration, & other frequent support characters */
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content:center;
    }
#extras div {
    text-align:end;
    }
#extras .g {
    margin-inline-end: 0;
    }
#moreconsonants {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content:space-around;
    text-align: end;
	margin: 0 .5em;
    border: 1px dotted tan;
    border-radius: .5rem;
    padding-inline-start: .5rem;
    }
#tones, #toneGrid {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-inline: .5rem;
    border: 1px dotted tan;
    border-radius: .5rem;
    padding-inline: .5rem;
    }
#tones div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-left: 0;
    }
#finals {  
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content:space-around;
    }
#finals div {
    text-align:start;
    }
#numberGrid {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    font-size: 90%;
	margin-inline: .5rem;
    }
#digitKeypad {
    border: 1px dotted tan;
    border-radius: .5rem;
    padding: .4rem;
    }
#digitKeypad div {
    white-space: normal;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    }

#punctuation, #flatnumbers, #other {
    text-align: center;
    font-size: 80%;
    line-height: 1.7;
    margin-top: .5em;
    }

#obsolete, .other {
    text-align: center;
    font-size: 90%;
    }




#vtranscriptions {
	padding-inline:.25rem;
	font-weight:normal;
	text-align:start;
	position:absolute;
	top:0;
	left:0;
	color:chocolate;
	background: #fafafa;
	white-space:nowrap;
	}



@media (max-width: 900px) { 
	
	#copydelete img { height: 1.6rem!Important; }
	#tools img { height: 1.6rem!Important; }
	#tools button { font-size: 80%;  }
	
}

@media (max-width: 700px) { 
	
	#copydelete img { height: 1.2rem!Important; }
	#tools img { height: 1.2rem!Important; }
	#tools button { font-size: 80%;  }
	
}





#bottomLineLinks {
    position: fixed;
    bottom:0;
    left:0;
    background: #eee;
    font-size: .73rem;
    padding-inline-start:2em;
    margin-top: 3em;
    }
#bottomLineLinks a {
    margin-inline: .5em;
    }


