html, body, 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, * {
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
    border-radius: 0;
}

html{
	height: 10%;
}

body{
	min-height: 100%;
	padding-bottom: 250px;
}

#login{
	background-color: #ececec;
	text-align: center;
}

#login div{
	padding: 50px 0px 50px 0px;
	width: 90%;
	max-width: 500px;
	margin: auto auto;
}

#login input{
	display: block;
	width: 96%;
	margin-top: 15px;
	font-size: 30px;
	padding: 2%;
	border-bottom: solid 3px #e1e1e1;
	color: #2c3e50;
	background-color: #fff;
}

#login input[type="submit"]{
	width: 100%;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	background-color: #3498db;
	border-bottom: solid 3px #2980b9;
	cursor: pointer;
	color: #fff;
}

#login h1{
	display: block;
	margin-bottom: 25px;
}

header{
	text-align: right;
	height: 90px;
	background-color: #ececec;
}

h1{
	font-size: 30px;
}

.container{
	width: 100%;
	max-width: 1024px;
	margin: auto auto;
}

header .container{
	padding-top: 15px;
	padding-bottom: 15px;
	width: 95%;
}

header h1{
	position: relative;
	top: -5px;
	float: left;
	display: inline-block;
	color: #afafaf;
	text-shadow: 0 1px 0px #fff;
	text-align: left;
	line-height: 25px;
}

header h1 span{
	text-shadow: 0 2px 0px #fff;
	color: #666;
}

header nav{
	display: inline-block;
}

header nav ul{
	list-style-type: none;
}

header nav ul li{
	display: inline-block;
}

header nav ul li a{
	display: block;
	padding: 20px 10px 20px 10px;
	color: #666;
	text-decoration: none;
	text-shadow: 0 1px 0px #fff;
}

header nav ul li a:hover, header nav ul li.current a{
	color: #2980b9;
}


header nav ul li:last-child a{
	padding: 20px 0px 20px 20px;
}


.row{
	clear: both;
}

.column{
	float: left;
	width: 100%;
}

.column.half{
	width: 50%;
}

.column .content{
	padding: 0px 25px 0px 25px;
	color: #1e1e1e;
}

section h2{
	font-size: 20px;
	margin-top: 40px;
	border-bottom: solid 1px #ececec;
	margin-bottom: 15px;
	color: #000;
}

input{
	width: 96%;
	padding: 2%;
	font-size: 16px;
	background-color: #ececec;
	color: #000;
}

.list{
	border-left: solid 5px #ececec;
	border-bottom: solid 5px #ececec;
	height: 380px;
	max-height: 380px;
	overflow-y: scroll;
	border-top: solid 5px #ececec;
}

.list label:nth-child(even){
	background-color: #fafafa;
}

.full .list label:nth-child(even){
	background-color: #fff;
}

.full .list label:nth-child(4n), 
.full .list label:nth-child(4n+1){
	background-color: #fafafa;
}

.repertoire .list{
	border-top: 0px;
}

.list label{
	display: block;
	padding: 15px;
	clear: both;
	overflow: hidden;
	height: 45px;
}


.list label.whitelisted{
	background-color: #fffdb9 !important;;
}

.list label.whitelisted:nth-child(4n), 
.list label.whitelisted:nth-child(4n+1){
	background-color: #fffdd0 !important;
}

.list label.blacklisted{
	background-color: #ffe7e7 !important;;
}

.list label.blacklisted:nth-child(4n), 
.list label.blacklisted:nth-child(4n+1){
	background-color: #ffdcdc !important;
}

.list label.select{
	background-color: #b3ff91 !important;
}

.list label.select:nth-child(4n), 
.list label.select:nth-child(4n+1){
	background-color: #c7ffae !important;
}

.availabletags a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	margin: 1% 0% 0% 1%;
	border: solid 1px #000;
	background-color: #fff;
	border-radius: 2px;
	font-size: 20px;
	padding: 5px 10px 5px 10px;
}

.availabletags .select{
	background-color: #c7ffae;
}

.list label .tags{
	font-size: 10px;
	position: relative;
	top: -20px;
}

.list label:hover{
	background-color: #3498db !important;
	color: #fff;
}

.full .list label{
	position: relative;
}

.full .list label:hover{
	background-color: #3498db !important;
	color: #fff;
}

.full .list a.tagMe{
	position: absolute;
	top: 0px;
	padding: 15px;
	left: 0px;
	bottom: 0px;
	right: 30%;
}

.full .fa-star{
	color: gold;
}

.full .fa-ban{
	color: darkred;
}


.full .list label{
	display: inline-block;
	float: left;
	width: 48%;
	padding: 1%;
	clear: none;
	max-height: 75px;
	height: 65px;
	overflow: hidden;
}
.actions{
	float: right;
	margin-left: 25px;
	border-left: solid 1px #ececec;
}

.actions a{
	display: inline-block;
	font-size: 30px;
	text-align: center;
	margin-left: 15px;
	color: #666;
	text-decoration: none;
	position: relative;
	top: -7px;
}

.actions a span{
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	color: #afafaf;
}

.list label.highlight .actions a span{
	color: #666;
}

.list label:hover .actions a, .list label:hover .actions a span{
	color: #fff;
	opacity: 0.65;
}

.list label:hover .actions, .list label.highlight .actions{
	border-left: solid 1px rgba(255,255,255,0.25);
}


.actions a:hover, .actions a:hover span{
	opacity: 1 !important;
}

.list label{
	min-height: 40px;
}

.list.maxheight{
	height: auto;
	max-height: 380px;
}

.repertoire .list{
	height: 342px;
}

.repertoire input{
	padding-top: 12px;
	padding-bottom: 12px;
}

.list label:last-child{
	border-bottom: 0px !important;
}

.highlight{
	background-color: #c7e4ff;
}

.actions a{
	min-width: 40px;
}

#settings .content, #eventsettings .content{
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ececec;
}

#settings  .content h2, #eventsettings .content h2{
	margin-top: 0px;
}

.setting{
	max-width: 22.5%;
	margin-right: 2.5%;
	float: left;
}

.setting ul{
	list-style-type: none;
}

.setting ul li{
	margin-bottom: 10px;
	margin-top: 5px;
	color: #666;
	background-color: #fff;
	padding: 15px;
}

.setting ul li span{
	display: block;
	color: #333;
}

.setting input{
	width: auto;
}

.setting input[type="text"]{
	background-color: #fff;
	width: 50px;
	padding: 5px;
	margin-top: 2px;
	text-align: center;
	background-color: #ececec;
	font-weight: bold;
}

.save, .edit{
	display: block;
	width: 100%;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	background-color: #3498db;
	border-bottom: solid 3px #2980b9;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
}

#settings input[type="checkbox"]{
	width: 25px;
	height: 25px;
	margin-top: 2px;
}

header h1 a{
	font-size: 25px;
	text-decoration: none;
}

header h1 a i{
	color: #afafaf;
	margin-left: 5px;
}

h2 a{
	text-decoration: none;
	color: #afafaf;
}

h2 a:hover{
	color: #2980b9;
}

header h1 a:hover i{
	color: #000;
}

@media (max-width: 1200px){
	.list label{
		font-size: 14px;
	}
}

#eventsettings ul{
	list-style-type: none;
}

#eventsettings input{
	background-color: #fff;
	border-bottom: solid 1px #afafaf;
	margin-bottom: 10px;
	margin-top: 3px;
}

@media (max-width: 960px){
	.list label{
		font-size: 12px;
	}
	.actions a{
		min-width: 30px !important;
		margin-left: 10px;
		margin-right: -5px;
	}
	.actions a span{
		display: none;
	}
	.setting{
		width: 47%;
		max-width: 47%;
	}
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.fa-spinner, .fa-refresh{
    -webkit-animation: spin 1s linear infinite;
    -moz-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    transform-origin: center center;
    text-align: center;
}

a.settings .fa{
	width: 16px;
}

.repertoire form{
	margin-top: 5px;
	background-color: #ececec;
}

.repertoire form input{
	margin: 1%;
	padding: 1%;
	width: 96%;
	font-size: 25px;
	background-color: #fff;
	margin-bottom: 0%;
}

.abort{
	display: none;
	color: #666;
	text-decoration: none;
	padding: 15px;
	text-align: center;
}

.fa-gift{
	color: red;
}

.repertoire .play{
	color: #666;
	text-decoration: none;
	display: block;
}

.repertoire label:hover .play{
	color: #fff;
}

@media (max-width: 1025px){
	.list{
		height: 280px;
		max-height: 280px;
		border-left: solid 2px #ececec;
		border-right: solid 2px #ececec;
		border-bottom: solid 2px #ececec;
	}
}

@media (max-width: 800px){
	.column.half{
		width: 100%;
		float: none;
	}
}

#eventsettings .taglabel{
	display: inline-block;
	background-color: #fff;
	padding: 10px 10px 10px 10px;
	border: solid 1px #afafaf;
	border-radius: 2px;
	margin: 5px 5px 0px 0px;
}

#eventsettings .taglabel input{
	display: inline-block;
	margin: 0px;
	width: auto;
}

#eventsettings .taglabel.full{
	display: block;
}

label .inhalt *{
	white-space: nowrap;
}

label .inhalt{
	display: block;
	overflow: hidden;
	max-width: 95%;
}

label .actions a{
	position: relative;
	z-index: 10;
}

.adminbar{
	background-color: #2d2d2d;
	color: #fff;
}

.adminbar .welcome{
	display: inline-block;
	padding-top: 15px;
	padding-bottom: 15px;
}

.adminbar .nav{
	float: right;
}

.adminbar a{
	display: inline-block;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	padding: 15px;
}

.adminbar a:hover, .adminbar a.current{
	background-color: #464646;
}

#select_calc a{
	float: left;
	width: 41%;
	margin: 2%;
	padding: 2.5%;
	margin-top: 30px;
	text-align: center;
	font-size: 20px;
	background-color: #ececec;
	text-decoration: none;
	text-transform: uppercase;
	color: #666;
}

#select_calc a:hover{
	color: #fff;
	background-color: #afafaf;
}

.preiskalkulator span{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
}

.preiskalkulator .row{
	border-bottom: dashed 1px #ececec;
	margin-bottom: 5px;
	padding-bottom: 15px;
}

.preiskalkulator input[type="number"]{
	max-width: 150px;
}

.column .third{
	width: 33.3333%;
}

.column .fourth{
	width: 25%;
}

.preiskalkulator small{
	display: block;
	opacity: 0.75;
	font-size: 12px;
}

.preiskalkulator input[type="submit"], .preiskalkulator input[type="reset"]{
	float: left;
	width: 45%;
	margin: 2.5%;
	display: inline-block;
	padding: 15px 0px 15px 0px;
	font-size: 18px;
	background-color: #3498db;
	border-bottom: solid 3px #2980b9;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	margin-top: 10px;
}

#gutscheincode input{
	margin-bottom: 15px;
}

.gutschein{
	float: left;
	width: 23%;
	margin: 1%;
	border-radius: 2px;
}

.gutschein div{
	padding: 10px;
	border: solid 1px #ececec;
	border-bottom: solid 3px #afafaf;
}

.gutschein span{
	display: block;
	margin-top: 3px;
	margin-bottom: 3px;
}

.gutschein span.uses{
	font-size: 11px;
	color: #666;
}

.gutschein a{
	background-color: #ffc5c5;
	color: #af0000;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	opacity: 0.25;
}

.gutschein a.dl{
	background-color: #ececec;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -10px;
	margin-top: 9px;
	opacity: 0.85;
}

.gutschein a:hover{
	opacity: 1;
}

.gutschein .mail{
	font-size: 13px;
	margin-top: 5px;
	border-top: dashed 1px #ececec;
	padding-top: 5px;
	color: #666;
}


.gutschein span.float{
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	margin: 0px !important;
	background-color: #ececec;
	border-radius: 10px;
}

#gutscheincode input[type="text"], #gutscheincode input[type="date"], #gutscheincode input[type="number"]{
	display: inline-block;
	width: 90%;
	height: 25px;
	padding: 5%;
}

#gutscheincode input[type="radio"]{
	margin-top: 15px;
}

.gutschein .code input{
	background-color: #fff;
	width: 70% !important;
	cursor: text;
	padding: 0px !important;
	margin: 0px !important;
}