* {
	font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
}
body {
	font-size: 0.9em;
	font-family: "Open Sans", "Helvetica Neue", "Arial", sans-serif;
	font-weight: 400;
	line-height: 1.25em;
	background-color: white;
	color: var(--color-anthrazite-dark);
}
.noScroll {
	position: fixed;
	overflow: hidden;
}
header {
	background-color: var(--color-background);
}
header a {
	text-decoration: none;
}
header .headerTitle img {
	height: 100px;
	width: auto;
}
header .headerSlogan {
	font-size: 1.2em;
	position: absolute;
	left: 210px;
	top: 76px;
}
#mobile-header a,
#mobile-logout a,
#mobile-switch a {
	color: var(--color-anthrazite);
}
.mobile-languages,
.mobile-links,
.mobile-profile {
	display: none;
}
#languages {
	position: absolute;
	right: 20px;
	top: 76px;
}
#languages li {
	display: inline;
	margin-left: 10px;
}
#languages li a {
	color: var(--color-anthrazite);
	font-size: 1.1em;
	font-weight: normal;
}
#languages li a:hover {
	color: var(--color-red-dark);
}
/* own classes to prevent ad blocking */
.fa-twicon-square:before {
	content: "\f081";
}
.fa-fbicon-square:before {
	content: "\f082";
}
.fa-yticon-square:before {
	content: "\f166";
}
nav {
	font-size: 1em;
	color: var(--color-white);
	background-color: var(--color-anthrazite);
}
nav ul ul {
	background-color: var(--color-anthrazite);
}
nav li {
	position: relative;
}
nav a,
nav p {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	color: var(--color-white);
	min-width: 100px;
	text-align: center;
}
nav a.tight,
nav p.tight {
	min-width: inherit;
}
nav ul ul a,
nav ul ul p {
	text-transform: none;
	border: none;
}
nav .notification a {
	border: 2px solid var(--color-red);
	border-radius: 50%;
	padding: 0;
	width: 25px;
}
nav .navHighlight {
	background-color: var(--color-yellow-dark);
}
nav a:visited {
	color: #fff;
}
nav a:hover {
	color: white;
	background-color: var(--color-anthrazite-dark);
}
#userLocationSelect {
	max-height: 200px;
	overflow-y: scroll;
}
.badgeOld {
	position: absolute;
	top: -31px;
	left: 0;
	background-color: var(--color-red-dark);
	width: 100%;
	max-width: 50px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}
.badge {
	position: absolute;
	top: -36px;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: var(--color-red-dark);
	border: 2px solid var(--color-white);
	border-radius: 4px;
}
.badge:after,
.badge:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.badge:after {
	border-color: rgba(198, 6, 6, 0);
	border-top-color: var(--color-red-dark);
	border-width: 8px;
	margin-left: -8px;
}
.badge:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: var(--color-white);
	border-width: 11px;
	margin-left: -11px;
}
#loginInfo {
	background-color: var(--color-brown);
}
#loginInfo a {
	color: var(--color-anthrazite);
}
#loginInfo a:hover i,
#loginInfo a:hover svg {
	color: var(--color-red-dark);
}
#loginInfo .fa-comment {
	vertical-align: -4%;
}

#navToolbar {
	background-color: var(--color-brown-light);
}

#userNotes,
#songComments,
#changelogAddPopup {
	display: none;
	position: absolute;
	right: 0;
	width: 50%;
}
#userNotes .closeBox,
#songComments .closeBox,
#changelogAddPopup .closeBox {
	display: block;
	margin: 0;
	padding: 0;
	background: none;
}
#userNotes .closeBox:hover,
#songComments .closeBox:hover,
#changelogAddPopup .closeBox:hover {
	background: none;
}
#userNotes textarea,
#songComments textarea,
#changelogAddPopup textarea {
	width: 100%;
	margin-bottom: 10px;
	background-color: var(--color-brown-light);
	border: none;
	resize: vertical;
	font-family: "Open Sans", sans-serif;
}
#userNotes p label,
#songComments p label,
#changelogAddPopup p label {
	width: 36%;
}
#debug {
	position: fixed;
	top: 237px;
	left: 0;
	width: 270px;
	background-color: #bbb;
	padding: 15px;
	font-family: courier;
	font-size: 80%;
	line-height: 1em;
}
section.content {
	background-color: var(--background-color);
}

.g-signin2 {
	margin-top: 20px;
}
	.g-signin2 .abcRioButton {
		width: 100% !important;
	}

#pageEnd {
	display: block;
	margin: 20px 0 0 0;
	clear: both;
	width: 100%;
	text-align: center;
}
p {
	margin-bottom: 15px;
}
b,
strong {
	font-weight: 700;
}
em,
i {
	font-style: italic;
}
a {
	color: var(--color-red);
	text-decoration: none;
}
a:visited,
a:active {
	color: var(--color-red);
}
a:hover {
	color: var(--color-red-dark);
}
a.redLink {
	color: var(--color-red) !important;
	text-decoration: none !important;
}
a.redLink:hover {
	color: var(--color-red-dark) !important;
}
a.greenLink {
	color: var(--color-green);
}
a.greenLink:hover {
	color: var(--color-green-dark);
}
.textUppercase {
	text-transform: uppercase;
}
.textLowercase {
	text-transform: lowercase;
}
.textWordcase {
	text-transform: capitalize;
}
.lineTooLong {
	background-color: var(--color-yellow-dark);
}
.black,
.black a {
	color: var(--color-anthrazite) !important;
}
.inactive {
	font-style: italic;
	color: #a3a3a3 !important;
}
.displayNone {
	display: none;
}
.tooltip_templates {
	display: none;
}
.tooltipster-content p:last-child {
	margin-bottom: 0;
}
footer {
	font-size: 0.8em;
	line-height: 1em;
	color: var(--color-white);
	background-color: var(--color-anthrazite);
}
footer span {
	position: relative;
}
footer span.highlight {
	background: none;
}
footer span.highlight a {
	color: var(--color-red);
	background-color: var(--color-white);
	padding: 3px 6px;
	border-radius: 3px;
	margin-left: 3px;
}
footer a {
	color: var(--color-white);
}
footer a:hover {
	color: var(--color-red-dark);
}
footer a:visited,
footer a:active {
	color: var(--color-white);
}
footer a:visited:hover,
footer a:active:hover {
	color: var(--color-red-dark);
}
footer .dot:before {
	content: "\a0\b7\a0";
}
.pco {
	margin-right: 10px;
	display: inline-block;
	background: url('../images/pco.png') no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
}
.fa-propresenter {
	background: url('../images/proPresenter.png') no-repeat;
}
.ct {
	margin-right: 10px;
	display: inline-block;
	background: url('../images/churchtools.png') no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
}
.elv {
	margin-right: 10px;
	display: inline-block;
	background: url('../images/elvanto.png') no-repeat;
	background-position: left bottom;
	background-size: contain;
	width: 1em;
	height: 1em;
	position: relative;
	top: 2px;
}
.fa-rotate-45 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.progressBar {
	width: 63%;
	height: 35px;
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
	position: relative;
}
.progressBar > span {
	display: inline-block;
	position: absolute;
	left: 10px;
	line-height: 35px;
}
.progressBar div {
	display: inline-block;
	height: 100%;
	background-color: var(--color-green-light);
}
.progressBar div.red {
	background-color: var(--color-red);
}
.toggleCheckbox {
	cursor: pointer;
}
.fa-1x {
	font-size: 0.6666em;
}
.fa-30,
.fa30 {
	width: 30px;
	margin-right: 0;
}
.fa25 {
	width: 25px;
	margin-right: 0;
}
.margin-left {
	margin-left: 15px;
}
.margin-left10 {
	margin-left: 10px;
}
.margin-right {
	margin-right: 15px;
}
.margin-right10 {
	margin-right: 10px;
}
.icon {
	color: var(--color-anthrazite);
}
.icon:hover {
	color: var(--color-anthrazite);
}
a:hover > .icon {
	color: var(--color-red-dark);
}
.helpIcon {
	cursor: help;
	color: var(--color-anthrazite);
}
.helpIcon:hover {
	color: var(--color-anthrazite-dark);
}
.colorGreen,
.greenIcon {
	color: var(--color-green);
}
a .greenIcon:hover {
	color: var(--color-green-dark);
}
.colorYellow,
.yellowIcon {
	color: var(--color-yellow-dark);
}
a .yellowIcon:hover {
	color: var(--color-yellow-dark);
}
.colorOrange,
.orangeIcon {
	color: var(--color-orange);
}
a .orangeIcon:hover {
	color: var(--color-orange-dark);
}
.colorRed,
.redIcon {
	color: var(--color-red);
}
a .redIcon:hover {
	color: var(--color-red-dark);
}
.colorGrey,
.greyIcon {
	color: var(--color-grey);
}
a .greyIcon:hover {
	color: var(--color-grey-dark);
}
.blueIcon {
	color: var(--color-blue);
}
a .blueIcon:hover {
	color: var(--color-blue-dark);
}
.actionsSpan .greenIcon {
	color: var(--color-anthrazite);
}
.actionsSpan .greenIcon:hover {
	color: var(--color-red-dark);
}
.outline1 {
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.outline2 {
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000;
}
.outline3 {
	text-shadow: -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000, 3px 3px 0 #000;
}
.outline4 {
	text-shadow: -4px -4px 0 #000, 4px -4px 0 #000, -4px 4px 0 #000, 4px 4px 0 #000;
}
.outline5 {
	text-shadow: -5px -5px 0 #000, 5px -5px 0 #000, -5px 5px 0 #000, 5px 5px 0 #000;
}
#overlayClose {
	display: none;
	color: #999999;
	z-index: 120;
	position: fixed;
	top: 20px;
	right: 20px;
}
#overlayClose:hover {
	color: #777777;
}
#overlay {
	display: none;
	position: fixed;
	overflow-y: scroll;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
}
#songPreviewOverlayContent {
	display: none;
	position: static;
	margin-top: 50px;
	margin-left: 50%;
	transform: translateX(-50%);
	z-index: 110;
	padding: 15px;
	width: 600px;
	text-align: center;
}
#overlayContent {
	display: none;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -300px;
	z-index: 110;
	padding: 15px;
	width: 600px;
}
#overlayContent.white {
	background-color: white;
}
#overlayContent.large {
	width: 800px;
	margin-left: -400px;
}
.showMobile,
.showMobile2 {
	display: none;
}
.ok,
.alert,
.error,
.note {
	padding: 10px;
	width: 63%;
	margin-bottom: 10px;
}
.ok a,
.alert a,
.error a,
.note a {
	color: var(--color-anthrazite);
	text-decoration: underline;
	font-weight: bold;
}
.ok p:last-child,
.alert p:last-child,
.error p:last-child,
.note p:last-child {
	margin-bottom: 0;
}
p .ok,
p .alert,
p .error,
p .note {
	display: inline-block;
}
p .hiddenMessage {
	display: none;
}
.message {
	display: none;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-left: -350px;
	z-index: 140;
	padding: 15px;
	width: 700px;
	text-align: center;
	line-height: 20px;
}
.error {
	color: var(--color-white);
	background-color: var(--color-red-dark);
}
.alert {
	color: var(--color-anthrazite);
	background-color: var(--color-yellow);
}
.ok {
	color: var(--color-anthrazite);
	background-color: var(--color-green-light);
}
.note {
	color: var(--color-anthrazite);
	background-color: var(--color-brown);
	position: relative;
	padding-left: 37px;
}
.note:before {
	content: "\f05a";
	font-family: "Font Awesome 5 Pro";
	margin-left: -27px;
	margin-right: 5px;
	color: var(--color-red);
	font-size: 1.33333em;
	line-height: 0.75em;
	vertical-align: -0.0667em;
}
.popup {
	color: var(--color-anthrazite);
	border-color: var(--color-anthrazite);
	background-color: var(--background-color);
}
.alertClose {
	position: absolute;
	top: 5px;
	right: 5px;
}
#notification {
	position: fixed;
	top: 237px;
	right: -3px;
	width: 300px;
	z-index: 150;
}
#notification .message {
	position: relative;
	top: 0;
	left: 400px;
	margin: 0;
	margin-bottom: 10px;
	width: 100%;
	background-color: var(--color-green-light);
	text-align: left;
	cursor: pointer;
}
.newFeature {
	position: absolute;
	border: 2px solid var(--color-yellow-dark);
	background-color: var(--color-yellow);
	text-align: center;
	padding: 20px 10px 10px 10px;
	width: 250px;
	z-index: 98;
	color: black;
	font-weight: normal;
}
.newFeatureBox {
	position: relative;
}
.newFeatureClose {
	display: block !important;
	position: absolute !important;
	top: 5px !important;
	right: 5px !important;
	z-index: 99 !important;
}
a.newFeatureBoxClose {
	display: inline-block;
	margin-top: 10px;
	color: var(--color-green);
	text-decoration: none;
}
a.newFeatureBoxClose:hover {
	color: var(--color-green-dark);
}
.newFeature.featureRight:after,
.newFeature.featureRight:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newFeature.featureRight:after {
	border-color: rgba(229, 196, 90, 0);
	border-right-color: var(--color-yellow);
	border-width: 15px;
	margin-top: -15px;
}
.newFeature.featureRight:before {
	border-color: rgba(255, 217, 100, 0);
	border-right-color: var(--color-yellow-dark);
	border-width: 18px;
	margin-top: -18px;
}
.newFeature.featureLeft:after,
.newFeature.featureLeft:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin: 0;
}
.newFeature.featureLeft:after {
	border-color: rgba(229, 196, 90, 0);
	border-left-color: var(--color-yellow);
	border-width: 15px;
	margin-top: -15px;
}
.newFeature.featureLeft:before {
	border-color: rgba(255, 217, 100, 0);
	border-left-color: var(--color-yellow-dark);
	border-width: 18px;
	margin-top: -18px;
}
.newFeature.featureTop:after,
.newFeature.featureTop:before {
	margin: 0;
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newFeature.featureTop:after {
	border-color: rgba(229, 196, 90, 0);
	border-top-color: var(--color-yellow);
	border-width: 15px;
	margin-left: -15px;
}
.newFeature.featureTop:before {
	border-color: rgba(255, 217, 100, 0);
	border-top-color: var(--color-yellow-dark);
	border-width: 18px;
	margin-left: -18px;
}
.newFeature.featureBottom:after,
.newFeature.featureBottom:before {
	margin: 0;
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.newFeature.featureBottom:after {
	border-color: rgba(229, 196, 90, 0);
	border-bottom-color: var(--color-yellow);
	border-width: 15px;
	margin-left: -15px;
}
.newFeature.featureBottom:before {
	border-color: rgba(255, 217, 100, 0);
	border-bottom-color: var(--color-yellow-dark);
	border-width: 18px;
	margin-left: -18px;
}
.right {
	text-align: right;
}
.center {
	margin: 0px auto;
	text-align: center;
}
.noMargin {
	margin: 0 !important;
}
.noMarginTop {
	margin-top: 0 !important;
}
.noMarginBottom {
	margin-bottom: 0 !important;
}
.fixed {
	position: fixed !important;
	top: 237px;
	z-index: 999;
}
.fixed.box {
	margin: -10px 0 0 0;
}
h1,
.h1 {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: 700;
	margin: 0 0 20px;
}
h2,
.h2 {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: 600;
	margin: 20px 0 10px 0;
}
h3,
.h3 {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	margin: 0 0 5px;
}
h4,
.h4 {
	font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
	font-size: 1em;
	font-weight: 600;
	margin: 0 0 5px;
}
.box > h1,
.box > h2,
.box > h3 {
	margin-top: 0;
}
.queryOk {
	color: var(--color-green);
	font-weight: bold;
	background: none;
}
.queryAlert {
	color: var(--color-yellow);
	font-weight: bold;
	background: none;
}
.queryError {
	color: var(--color-red);
	font-weight: bold;
	background: none;
}
