/*
 Stylesheet für die Landing-Page (Konfigurationsseite)
*/

body{
	font-family: Ubuntu, Arial; sans-serif;
	font-weight:bold;
	background: #636363;
}

h1{
	text-align: center;
}
#loader{
	width:800px;
	text-align: center;
	position: relative;
	top: -15px;
	margin:auto;
	padding: 20px;
	box-shadow: 0px 5px 40px #000000;
	border-radius: 5px;
	background-color:#ffffff;
}
#create{
	background-color: #9ACD32;
	color:#ffffff;
	border:none;
}
#button:hover{
	cursor:pointer;
}
.greenlabel{
	color: #9ACD32;
}
.yellowlabel{
	color:#FFD700;
}
#loadPolls{
	width:100%;
	text-align:center;
}
.loadPoll{
	margin:auto;
	line-height: 25px;
	text-align:left;
	padding:10px;
	padding-right:35px;
	background: #f9f9f9 url("images/load_small.png") no-repeat center right;
	width:70%;
	border-bottom: 1px solid #ADD8E6;
	border-right: 10px solid #f9f9f9;
	margin-bottom:10px;
}
a{
	text-decoration:none;
	color:#000000;
}
input, button{
	width:60%;
	height:40px;
	font-size:20px;
	font-weight:bold;
	border:2px solid #cccccc;
	text-align:center;
	margin-top:10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
#instructions, #cardsamples{
	width:90%;
	font-weight:normal;
	margin: 0 auto;
}
#cardsamples{
	table-layout:auto;
}
.settings input, #cardsamples input{
	width:100%;
	border:2px solid #eeeeee;
	height:25px;
	font-size:20px;
	margin:0;
}
#pwsettings input{
	width:90%;
}
.label{
	text-align:center;
	font-size:12px;
	font-weight:normal;
}
.sample{
	opacity: 0.8;
}
.std{
	width:200px;
}
.cb{
	width:25px;
}

.settings{
	border: 1px solid #cccccc;
	color:#999999;
}
.settings legend{
	color:#000000;
}
