h2#bibleget-h2:before {
	content: '\f331';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 29px/1 'dashicons';
	vertical-align: middle;
	margin-right: 0.3em;
}

.page-clear {
	clear: both;
}

form input[type=color] {
	height: 2em;
}

.bibleget-dynamic-data {
	color: Blue;
	background-color: #DDD;
	padding: 2px 6px;
	border: 2px inset White;
	border-radius: 3px;
	text-shadow: 1px 1px 1px Black;
	margin: 0px 6px;
	font-size: 1.3em;
	font-family: 'Courier New', Courier, monospace;
}

.bibleget-dynamic-data-wrapper {
	border: 1px solid Blue;
	border-radius: 6px;
	padding: 9px;
	background-color: White;
	width: 50%;
	color: Blue;
	margin: 6px;
}
/*
#versionlangs-ol {
	
}
*/
#versionlangs-ol>li {
	font-weight: bold;
}

#versionlangs-ol>li>ul {
	font-weight: normal;
}

#bibleget-donate {
	text-align: center;
}

#bibleget-donate button {
	cursor: pointer;
	padding: 12px;
}

#bibleget-settings-container {
	position: relative;
	width: 100%;
	height: 100%;
}

#bibleget-settings-contents, #bibleget_ajax_spinner {
	position: relative;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#bibleget-settings-contents .flexcontainer {
	display: flex;
	justify-content: space-evenly;
	padding: 15px;
	margin: 15px;
	border: 1px solid lightgray;
	border-radius: 6px;
}

#bibleget-settings-contents .flexcontainer .flexitem {
	flex-grow: 1;
	margin: 15px;
	border-right: 1px solid gray;
}

#bibleget-settings-contents .flexcontainer .flexitem:last-child {
	border-right: 0px;
}

#bibleget-settings-contents .flexcontainer .flexitem button {
	display: block;
	margin: 0px auto;
}

#bibleget_ajax_spinner {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	text-align: center;
	z-index: 10;
	display: none;
}

#bibleget_ajax_spinner img {
	position: relative;
	top: 50%;
	margin-top: -16px;
}

#bibleget-settings-notification {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	height: 50px;
	width: 50%;
	margin-top: -25px;
	margin-left: -25%;
	z-index: 105;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
	color: white;
	background-color: #fff7f0;
	padding: 15px;
	border: 1px solid DarkGreen;
	border-radius: 6px;
}

#bibleget-settings-notification span.bibleget-settings-notification-dismiss {
	border: 2px solid #FFF;
	padding: 0 5px;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

#bibleget-settings-notification a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#gfontsBatchRunProgressBarOverlay {
    background-color: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5; /* also -moz-opacity, etc. */
}

#gfontsBatchRunProgressBarWrapper {
    position: fixed;
    top: 50%;
    width: 100%;
}

#gfontsBatchRunProgressbar{
	position:relative;
    width: 50%;
    margin: 0px auto;
}

#gfontsBatchRunProgressbarLabelWrapper {
    position: absolute;
    top: 5px;
    width: 100%;
    text-align: center;
}

#gfontsBatchRunProgressbarLabel {
	position: relative;
    color:#000;
	font-weight: bold;
	top: 4px;
    margin: 0px auto;
}

#biblegetio_reveal_server_variable,#biblegetForceRefreshGFapiResults,#biblegetGFapiKeyRetest {
	cursor: pointer;
	background-color: lightgray;
	padding: 4px 6px;
    display: inline-block;
}
#biblegetForceRefreshGFapiResults:hover,#biblegetGFapiKeyRetest:hover,#biblegetio_reveal_server_variable:hover {
	background-color: white;
}
#biblegetio_hidden_server_variable {
	visibility: hidden;
}
#biblegetio_reveal_server_variable:active ~ #biblegetio_hidden_server_variable {
	visibility: visible;
}

#biblegetForceRefreshGFapiResults,#biblegetGFapiKeyRetest {
	color: blue;
}
#biblegetForceRefreshGFapiResults:hover,#biblegetGFapiKeyRetest:hover {
	text-decoration: underline;
}

#versionselect {
	overflow-y: hidden;
	max-width: 100%;
	width: 30em;
}
