*{
	font-family:Calibri;
	margin:0;
	padding:0;
}

@font-face {
  font-family: 'music';
  src: url("fonts/MUSICELE.TTF") format("truetype");
}

@font-face {
  font-family: "wing";
  src: url("fonts/wingding.ttf") format("truetype");
}

@font-face {
  font-family: "gul";
  src: url("fonts/CASTELAR.TTF") format("truetype");
}
body{
	padding-top:70px;
	padding-left:10px;
}

body.login{
	background:url('../img/loginbg-big.jpg');
	background-repeat:no-repeat;
	background-size:100%;
}

#loginform {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height:150px;
  width:450px;
  text-align:center;
}

#loginform input[type=text],#loginform input[type=password]{
	width:400px;
	line-height:25px;
	font-size:25px;
}

#loginform input[type=submit]{
	font-size: 18px;
	width:150px;
	background:#31A3DD;
	color:#FFFFFF;
}

header{
	position:fixed;
	width:100%;
	top:0;
	background:#31a3dd;
	color:#FFFFFF;
	height:60px;
	display:block;
	margin-left:-10px;
	padding-right:5px;
	z-index:10;
}

header h1{
	margin-top:0px;
	padding-top:10px;
	padding-left:15px;
	font-size:35px;
	float:left;
}

header a{
	float:right;
	padding-right:40px;
	font-size:25px;
	color:#FFFFFF;
	padding-top:15px;
	text-decoration:none;
}

h1,h2{
/*	margin-left:10px;*/
}

input{
	margin-bottom:5px;
	margin-top:5px;
	height:40px;
	border:3px solid #31A3DD;
}

input[type=text] {
	font-size:20px;
	width:500px;
	padding-left:10px;
}

input[type=button]{
	font-size: 18px;
	width:150px;
	background:#31A3DD;
	color:#FFFFFF;
}

select{
	font-size:20px;
	width:300px;
	padding-left:10px;
}

li{
	font-size:18px;
}
li a{
	color:#0066FF;
	text-decoration:none;
}

#back{
	display:block;
	background-image:url("../img/back.png");
	width:60px;
	height:60px;
	float:left;
	margin-left:3px;
	margin-right:0;
	padding-right:0;
	padding-top:0;
	margin-top:3px;
}
.musicfont{
	font-family:music;
	font-size:45px;
	background:#31A3DD;
	color:#FFFFFF;
	margin-left:4px;
	margin-right:0;
	padding-right:0;
	font-weight: 600;
}

.transpose{
	position:relative;
	margin-left:20px;
	float:left;
	line-height:60px;
	vertical-align: middle;
	height:60px;
	font-size:40px;
	cursor:pointer;
}
.transhelp{
	font-size:40px;
	background:#31A3DD;
	color:#FFFFFF;
	margin-left:5px;
	margin-top:9px;
	font-family:gul;
}
.minus{
	font-family:gul;
}
#playlists{
	display:none;
}

.ackord{
	white-space: pre;
	font: 14px Calibri;

}

pre{
	font: 14px Calibri;
	
}
.chord{
	font-weight: bold;
	color: #0066FF;
}
textarea{
	font: 14px Calibri;
	background-image: url("../img/textareabg.png");
    background-repeat: repeat-y;
}

.green{
	background:#66FF33;
}

.red{
	background:#FFAAAA;
	color:#000000;
}

option.bold{
	font-weight:bold !important;
}

.deleteSong{
	display:none;
}

#divCreatePlaylist{
	display:none;
	/*padding-left:5px;*/
}


#playlist li,#songs li, #songsp li, #comments li{
	display:inline-block;
	position: relative;
	line-height:46px;
	/*height:56px;*/
}
#playlist li a, #playlist li span, #songs li a,#songsp li a, #comments li a{
	display:table-cell;
	border-left:#FFFFFF solid 10px;
	border-bottom:#FFFFFF solid 10px;
	color:#FFFFFF;
	font-size:25px;
	vertical-align:middle;
	background:#31A3DD;
	cell-spacing
}
#playlist li a.link,#playlist li span.editPlayList, #songs li a, #songsp li a, #comments li a{
	width:620px;
	/*padding-left:10px;*/
}

#playlist li .icon{
	width:46px;
	font-size:40px;
	text-align:center;
}


.right{
	float:right;
}

.sort{
	background:url(../img/sort-vit-min.png);
	width:46px;
	height:46px;
}

.icon{
	width:46px;
	height:46px;
	font-size:46px;
	cursor: pointer;
}

#sortable li{
	display:inline-block;
	background:#31A3DD;
	color:#FFFFFF;
	margin:10px;
	width:600px;
	/*height:46px;*/
	line-height:46px;
	font-size:30px;
	vertical-align: middle;
}

#commentsdiv{
	display:none;
}
#divCreateComment{
	display:none;
}


#songs,#songsp,#comments,#sortable{
	width:900px;
}
#songsp li a, #comments li a{
	padding-left:40px;	
}

#songs input[type=checkbox], #songsp input[type=checkbox],#comments input[type=checkbox] {
  /* All browsers except webkit*/
 	transform: scale(3);

  /* Webkit browsers*/
  -webkit-transform: scale(3);
}
/*
#songs li, #comments li{
	background:#31A3DD;
	color:#FFFFFF;
	font-size:20px;
	margin-left:10px;
	width:600px;*/
	/*height:46px;*/
	/*line-height:46px;
	vertical-align: middle;
	margin-bottom:10px;
	
}
#songs li a, #comments li a{
	margin-left:50px;
	width:600px;
	color:#FFFFFF;
}*/
#playlist li span.editPlayList{
	display:none;
}
input.editPlayList{
	width:590px;
}

label{
	display:table-cell;
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:38px; top: 6px;
  width: 30px; height: 30px;
  border: 1px solid #FFF;
  background: #31A3DD;
  border-radius: 3px;
  
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 10px; left: 44px;
  font-size: 25px;
  line-height:25px;
  color: #FFFFFF;
  transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted blue;
}

header #scrollslower, header #scrollfaster{
	font-size:40px;
	font-family:gul;
	line-height:60px;
}

header #scrollSpeed{
	position:relative;
	top:-3px;
	width:70px;
	margin-top:-5px;
	line-height:40px;
	font-size:30px;
}
	
#toogleScroll{
	font-size:40px;
	margin-right:20px;
}

@media only screen and (max-device-width: 480px) {
/* define mobile specific styles come here */
#songs li a{
	width:470px;
	font-size:25px;
}


