html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none outside none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
:focus {
	outline: 0 none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-text-size-adjust: none;
}
section, article, aside, hgroup, header, footer, nav {
	display: block;
}


/*##################################################
 * ################ Checkbox  #########################
 * ############################################### */
 

input[type="checkbox"].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;    
}
input[type="checkbox"].ios8-switch + label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2.0em;
}
input[type="checkbox"].ios8-switch + label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px; /* x*5 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 0px;
    width: 24px; /* x*3 */
    height: 24px; /* x*3 */
    border-radius: 16px; /* x*2 */
    background: #fff;
    border: 1px solid #d9d9d9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="checkbox"].ios8-switch + label:hover:after {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch:checked + label:after {
    margin-left: 16px;
}
input[type="checkbox"].ios8-switch:checked + label:before {
    background: #55D069;
}

/* SMALL */

input[type="checkbox"].ios8-switch-sm {
    margin: 5px 0 0 10px;
}
input[type="checkbox"].ios8-switch-sm + label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em;
}
input[type="checkbox"].ios8-switch-sm + label:before {
    width: 25px; /* x*5 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios8-switch-sm + label:after {
    width: 15px; /* x*3 */
    height: 15px; /* x*3 */
    border-radius: 10px; /* x*2 */
}
input[type="checkbox"].ios8-switch-sm + label:hover:after {
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-sm:checked + label:after {
    margin-left: 10px; /* x*2 */
}

/* LARGE */

input[type="checkbox"].ios8-switch-lg {
    margin: 10px 0 0 20px;
}
input[type="checkbox"].ios8-switch-lg + label {
    position: relative;
    padding: 3px 0 0 69px;
    line-height: 2.3em;
}
input[type="checkbox"].ios8-switch-lg + label:before {
    width: 50px; /* x*5 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:after {
    width: 30px; /* x*3 */
    height: 30px; /* x*3 */
    border-radius: 20px; /* x*2 */
}
input[type="checkbox"].ios8-switch-lg + label:hover:after {
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
input[type="checkbox"].ios8-switch-lg:checked + label:after {
    margin-left: 20px; /* x*2 */
}



/*##################################################
 * ################ Rangeslider  #########################
 * ############################################### */


.range-slider{
	margin: 20px 0;
	appearance: none;
	outline: none;
	width: 100%;
	height: 6px;
	border-radius: 5px;
	background-color: #ccc;
}

.range-slide::-webkit-slider-runnable-track{
	background-color: white;	
}
.range-slider::-webkit-slider-thumb {
		background: #fafafa;
		appearance: none;
	  box-shadow: 1px 2px 26px 1px #bdbdbd;
		width: 15px;
		height: 15px;
		border-radius: 50%;
	}





/*##################################################
 * ################ Start  #########################
 * ############################################### */
* {
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #ffffff;
	font-weight: normal;
}
header {
	width: 100%;
	height: 60px;
	top: 0;
	left: 0;
	background: #4b4b4b;
	line-height: 60px;
	color: white;
	font-size: 30px;
	text-align: center;
	position: fixed;
	z-index: 10;
	-webkit-box-shadow: 0 0 22px 12px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 22px 12px rgba(0,0,0,0.25);
	box-shadow: 0 0 22px 12px rgba(0,0,0,0.25);

}
#video header, .nologo header {
	height: 68px;
	line-height: 68px;
}
header img {
	vertical-align: middle;
	position: absolute;
	top: 7px;
	left: 7px;
}
.nologo header img {
	display: none;
}
#main {
	padding-top: 90px;
}
.nologo #main {
	padding-top: 68px;
}
footer {
	width: 100%;
	text-align: center;
	z-index: -1;
	padding: 11px 0;
	color: darkgray;
}
footer a {
	color: darkgray;
}
section {
	max-width: 1400px;
	margin: 13px auto;
	position: relative;
	box-sizing: border-box;
	padding: 0 20px;
}

section:after {
	content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

textarea {
	width: 100%;
	min-height: 300px; 
}

button,.button, .codebutton {
	padding: 10px;
	font-size: 18px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	
}

#result {
	padding: 30px 0 0 0;
}
td {
	padding: 2px 4px;
}
th {
	background: lightgray;
	color: black;
	padding: 6px;
	font-size: 110%;
	font-weight: normal;
}
tr {
	border: 1px solid #eee;
}
.form {
	width: 100%;
}
.form tr {
	border: none;
}
.times {
	text-align: center;
}
table {
	float: left;
	width: 55%;
}
.data {
	float: right;
	width: 45%;
	box-sizing: border-box;
	padding: 0 20px;
}
input[type=text] {
	width: 100%;
	height: 32px;
	border: 1px solid darkgray;
}
input[type=submit] {
	width: 100%;
	height: 32px;
	border: 1px solid darkgray;
}
.occurance {
	display: none;
	padding: 10px 8px 8px 0;
	font-size: 80%;
	font-style: italic;
	color: #55bf00;
}
.occurance .old {
	color: #8b0000;
}
a {
	color: black;
	text-decoration: none;
	display: block;
}



/* ########################## LyricsShow #########################*/

header .fa-chevron-left {
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
	transform: translateX(-60px) translateY(0px);
	transition: all 300ms ease;
}

.stageopen header .fa-chevron-left {
	transform: translateX(0) translateY(0px);
}

.optionsopen .fa-chevron-left {
	display: none;
}

header .fa-cog {
	position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 30px;
    cursor: pointer;
	//transform: translateX(-60px) translateY(0px);
	transition: all 300ms ease;
}

.optionsopen header .fa-cog {
	transform: rotate(180deg);
}
	
.tl {
	font-style: italic;
	font-size: 90%;
	padding: 4px 0 8px 10px;
	color: darkgray;
	display: none;
}

.tl + br {
	display: none;
}

.showTranslation .tl {
	display: inline-block;
}
.showTranslation .tl + br {
	display: block;
}


#stage {
	background: white;
	z-index: 2;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;	
	padding: 33px 20px 70px 20px;

	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
	
	display: none;
	
}

#stage .lyrics, .exampleText {
	font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
	padding-bottom: 30px;

}
.verse {
	margin-bottom: 8px;
}
.verse.type-c {
	font-weight: bold;
	margin-top: 16px;
}

.verse.type-c+.verse.type-c { 
	margin-top: 8px;
}

.verse.type-c+.verse.type-v { 
	margin-top: 16px;
}

.verse.type-b {
	padding-left: 12px;
    font-style: italic;
	margin-top: 24px;
}
#stage h2 {
	padding: 0 0 37px 0;
    font-size: 28px;
	font-weight: 300;
	line-height: 1.3;
}
#stage .copyright {
	font-size: 80%;
	color: gray;
	font-weight: 300;
	padding: 4px 0 24px;
	line-height: 1.4;
}


#stage #show {
	display: none;
	border: 1px solid #a34040;
	color: #a34040;
	border-radius: 6px;
	background: transparent;
	height: 52px;
	width: 100%;
	
	margin: 28px 0 48px;
	padding: 0 10px;
	line-height: 52px;
	font-size: x-large;
}

#stage #show:active {
	transform: translate(2px, 2px);
	background: lightgray;
}

.controlsUnlocked #stage #show {
	display: block;
}


#options {
	background: white;
	z-index: 3;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;	
	padding: 33px 20px 120px 20px;

	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
	display: none;
	font-size: 20px;
	line-height: 20px;
}

#options .exampleText {
	background: #f0f0f0;
	border-radius: 16px;
	margin-top: 20px;
	padding: 20px;
}

#options .controls {
	padding-top: 16px;
	width: 100%;
	padding-bottom: 16px;
}
#options .controls .codebutton {
	border: 1px solid lightgray;
	border-radius: 6px;
	height: 58px;
	width: 24%;
	position: relative;
	margin-right: 1%;
	display: inline-block;
	background-color: #dbc6c1;
}
.controlsUnlocked #options .controls .codebutton {
	background: #84c495;
}

#options .controls .codebutton:active {
	transform: translate(2px, 2px);
}


.search-wrapper {
	position: relative;
	width: 100%;
}


#search {
    width: 100%;
    height: 50px;
    line-height: 42px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 18px;
    padding-left: 50px;
    font-size: 21px;
    box-sizing: border-box;
	border-radius: 8px;
	border: 2px solid lightgray;
}

.search-wrapper .fa-search {
	position: absolute;
    font-size: 32px;
    left: 9px;
    top: 8px;
    color: dimgray;
    pointer-events: none;
}

.search-wrapper .fa-times-circle {
	position: absolute;
    font-size: 32px;
    right: 0;
    top: 0;
    color: dimgray;
    cursor: pointer;
    padding: 10px 12px 8px 14px;
}






#list {
	z-index: 1;
	position: fixed;
	top: 60px;
	right: 0;
	bottom: 0;
	left: 0;	
	padding: 43px 20px 60px 20px;

	box-sizing: border-box;
	overflow-x: hidden;
	overflow-y: scroll;
}

#list ul {
	 border-top: 1px solid lightgray;
}

.song {
	width: 100%;
    height: 50px;
    border-bottom: 1px solid lightgray;
	line-height: 50px;
	cursor: pointer;
	font-size: 18px;
	overflow: hidden;
	padding-left: 6px;
	box-sizing: border-box;
}

.song .title {
	width: calc(100% - 55px);
    overflow: hidden;
    display: inline-block;
}

.song .lyrics {
	display: none;
}

.favs {
	margin-bottom: 39px;
    background: #fffbd6;
    border-radius: 8px;
    overflow: hidden;
	display: none;
}

#list .fav {
	display: none;
	float: right;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-left: 1px solid lightgray;
    font-size: 26px;
	display: inline-block;
}
#list .fav .fa-star {
	display: none;
}

.controlsUnlocked #list .fav {
	display: inline-block;
	
}


#list .fav-selected .fav {
	color: orange;
}
#list .fav-selected .fa-star {
	display: inline;
} #list .fav-selected .fa-star-o {
	display: none;
}




	