@CHARSET "ISO-8859-1";

td.squeeze {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
	vertical-align: inherit !important;
	line-height: 1 !important;
}

.redoc-json {
	color: #fff;
}

ul.SyriacaPersNameList {
    list-style: none;
}

div.SyriacaPersName {
    direction: rtl;
}

div.SyriacaPersName > div {
    display: inline-block;
    padding-left: 10px;
}

li.SyriacaHeading {
    margin-bottom: 10px;
}

ul.SyriacaNameList {
    list-style: none;
}

div.resource table thead th
{
	font-weight: bold;
	font-size: 1.4em;
}

#accesscode
{
	width: 100%;
}

input.button {
	cursor: pointer;
	border: none;
	width: 16px;
	height: 16px;
}

input.button.delete {
	background: url(../images/delete.png) no-repeat;
}

input.button.add {
	background: url(../images/add.png) no-repeat;
}

input.button.up {
	background: url('../images/sort-asc.png') no-repeat;
}

input.button.down {
	background: url('../images/sort-desc.png') no-repeat;
}

div.textentry td {
	padding-right: 20px;
}

table.etymologyTable {
	width: 100%;
}

table.etymologyTable tr>td:not(:last-child) {
	padding-right: 5px;
}

input.comment {
	width: 30em;
}

div.resource
{
	margin-top: 20px;
	height: 150px;
	border: solid 1px black;
	display: inline-block;
}

div.resource th
{
	padding-top: 15px;
	font-weight: normal;
}

div.resource td:first-child
{
	font-size: 1.2em;
}

div.resource td:first-child, div.resource th:first-child
{
	padding-left: 10px;
}

div.resource td span:last-child, div.resource th span:last-child
{
	margin-left: 5px;
}

div.resource td, div.resource th
{
	padding-right: 10px;
}

.add.fa-plus-circle
{
}

.remove.fa-minus-circle
{
}

img.dictionary
{
	width: 385px;
}

citation.footnote
{
	font-size: 12px;	
}

citation.footnote .header
{
	color: #135CAE;
	line-height: 18px;
	display: block;
}

citation.footnote .source
{
	font-style: italic;
}

citation.header
{
	font-size: 16px;
	color: #135CAE;
	line-height: 24px;
	display: inline-block;
}

#contact_form .required::after
{
	content: '';
}

.highlightedText {
	background-color: #0088EE;
	color: #FFFFFF;
}

.untagged
{
	color: red;
}

.variants
{
	color: green;
}

.selectableFont.vowel
{
	display: inline-block;
	font-size: 2em;
	color: red;
}

.selectableFont.consonant
{
	display: inline-block;
	font-size: 2em;
}

table.sourceStatistics
{
	color: #333333;
	border-width: 1px;
	border-color: #666666;
	border-collapse: collapse;
	margin-bottom: 1em;
}

table.sourceStatistics th
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
	background-color: #dedede;
}

table.sourceStatistics td
{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #666666;
}

#leftPanel
{
	float: left; 
	padding: 5px;
	width: 33%; 
}

#leftPanel.fixed
{
	width: 440px;
}

#leftPanel.fixed td
{
    padding: 3px;
}

#leftPanel.fixed td.label
{
    text-align: right;
}

div.spinner
{
    display: none;
    width: 100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(../images/ajax-loader.gif) no-repeat center transparent;
    text-align: center;
    padding: 10px;
    font: normal 16px Tahoma, Geneva, sans-serif;
    border: 1px solid #666;
    margin-left: -50px;
    margin-top: -50px;
    overflow: auto;
    border: none;
}

.ui-autocomplete 
{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete
{
    height: 200px;
}

fieldset.navigation legend, fieldset.tagging legend
{
	color: #135CAE;
	border: initial;
	width: initial;
	font-size: 14px;
	margin: 0;
}

fieldset.navigation, fieldset.tagging
{
	padding: .35em .625em .75em;
	border: 1px solid silver;
	margin: 0;
}

fieldset.navigation div:not(:first-child)
{
	margin-top: 10px;
}

fieldset.navigation div
{
	clear: both;
	float: left;
}

.clear {
	clear: both;
}

.toolbar .inputs {
	float: left;
	margin: 0px 2px 0px 0px;
}

.toolbar .dt-buttons {
    margin-top: 6px;
	float: right;
}

fieldset.tagging.noKeyboard input
{
	display: block;
}

fieldset.tagging input:not(:first-child)
{
	margin-top: 10px;
}

fieldset.navigation select
{
	float: left;
}

fieldset.navigation button, div.navigation button
{
	float: right;
}

button.media
{
	width: 32px !important;
	height: 32px !important;
	background-size: auto 100%;
    display: block;
    margin: auto;
	border-width: 2px;
	border-style: outset;
}

input.media, select.media
{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
}

button.media:enabled { cursor: pointer; }
button.media:active:enabled { background-color: #ccc; }

button.media.seek-backward
{
	background-image: url(../images/media-seek-backward.svg);	
}

button.media.seek-forward
{
	background-image: url(../images/media-seek-forward.svg);	
}

button.media.skip-backward
{
	background-image: url(../images/media-skip-backward.svg);	
}

button.media.skip-forward
{
	background-image: url(../images/media-skip-forward.svg);	
}
