body {
	background-color:#30323E;
	font-family:Barlow, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#2f323d;
	margin:0px;
	padding:0px;
	line-height:19px;
}
a {
	color:#282B60;
	text-decoration:underline;
}
a:hover {
	color:#1B97D6;
	text-decoration:none;
}
textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip:padding-box;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	-webkit-appearance:none;
	background-color:#fff;
	color:#000;
	outline:0;
	margin:0;
	padding:2px;
	text-align: left;
	font-size:1em;
	height: 22px;
	font-family:inherit;
	line-height:inherit;
	vertical-align: middle;
}
textarea {
	resize:vertical;
	min-height:64px;
}
select[multiple] {
	min-height:64px;
}
#wrap_center_content {
	margin: 0;
	width: 67%;
	float: right;
	background-color: #ffffff;
	padding: 20px 0px 35px 25px;
}
#all {
	width: 630px;
	background-color:#ffffff;
	padding: 0px 0px 35px 25px;
	margin: 0;
}
h1 {
	font-size:14px;
	line-height:19px;
	font-weight:bold;
	color:#282B60;
	margin:0px;
	padding:0px 0px 6px 0px;
}
#linie {
	margin-bottom:28px;
	height:6px;
	width:100%;
	background-color:#1B97D6;
}
label, .answer {
	color:#333333;
	font-family:Barlow, Tahoma, Arial, sans-serif;
	font-size:14px;
}
.button {
	padding:12px 0px 12px 0px;
	width:500px;
}
input[type=submit] {
	width:130px;
	height:36px;
	background-color:#31333E;
	font-size:14px;
	display: block;
	font-family:Barlow, Tahoma, Arial, sans-serif;
	font-size:16;
	white-space: nowrap;
	color:#1B97D6;
	text-decoration:none;
	padding:0px 3px 0px 31px;
	background-image:url(https://login.bm-mail.at/public/a_1_sKHvN/webspace/demo/1/2015_demo1_cta1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	text-align:left;
	border:0;
}
.msg_error {
	font-weight:bold;
	color:#ff0000;
	padding-bottom: 10px;
}
.questions {
	background-color:#ffffff;
	width:500px;
}
.question {
	padding: 15px 10px;
	color:#1B97D6;
	font-family:Barlow, Tahoma, Arial, sans-serif;
	font-size:16px;
	line-height:19px;
}
.abstand {
	width: 100%px;
	height:15px;
	border-bottom:1px dashed #d2d2d4;
	margin-bottom:22px;
}
.bottom {
	width: 100%px;
	height:15px;
	border-bottom:1px dashed #2f323d;
	margin-bottom:22px;
}
.head {
	font-weight:bold;
	padding-bottom: 10px;
}
.head label {
	color:#282B60;
}
.mandatory .head label::after{
	content:"*";
}
.head div {
	font-weight:normal;
	color:#9A9A9A;
}
.body div {
	padding: 0 0 5px 0;
}
td {
	text-align: center;
	vertical-align:middle;
}
td.question {
	text-align:left;
	padding: 3px 0 5px 0;
}
.radiobutton_matrix input[type=radio] {
	margin: 0 0 3px 0;
}
.radiobutton_matrix td {
	border-bottom: 1px dotted #dcdcdc;
}
.actions {
	padding-top: 10px;
}
.pflicht, .pagination {
	text-align:right;
	font-size:11px;
	line-height:17px;
	color:#929292;
}
.finish {
	color: #1B97D6;
	padding:0px 3px 0px 31px;
	background-image:url(https://login.bm-mail.at/public/a_1_sKHvN/webspace/demo/1/2015_demo1_cta1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	display:block;
}
.back {
	background-image:url(https://login.bm-mail.at/public/a_1_sKHvN/webspace/demo/1/2015_demo1_cta_back.jpg) !important;
	background-color:#ffffff !important;
	padding:0px 10px 0px 20px !important;
	text-align:left !important;
}
/* remove standard-styles */
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}
input[type='checkbox'], input[type='radio'] {
	width:auto;
	border: 1px solid #bbb;
}
/* graceful degradation for ie8 */
.checkbox_group input[type='checkbox'], .radiobutton_group input[type='radio'] {
	float:left;
	margin-right: .75em;
	background:transparent;
	border:none;
}
 .checkbox_group input[type='checkbox']:checked, .checkbox_group input[type='checkbox']:not(checked), .radiobutton_group input[type='radio']:checked, .radiobutton_group input[type='radio']:not(checked) {
 background: transparent;
 position: relative;
 visibility: hidden;
 margin:-7px;
 padding:0;
}
.checkbox_group input[type='checkbox'] + label, .radiobutton_group input[type='radio'] + label {
	cursor: pointer;
}
 .checkbox_group input[type='checkbox']:checked + label::before, .checkbox_group input[type='checkbox']:not(checked) + label::before, .radiobutton_group input[type='radio']:checked + label::before, .radiobutton_group input[type='radio']:not(checked) + label::before {
 content:' ';
 display:inline-block;
 width: 17px;
 height:17px;
 position: relative;
 top:4px;
 border: 1px solid #bbb;
 background: white;
 margin-right: 1em;
 box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}
 .radiobutton_group input[type=radio]:checked + label::before, .radiobutton_group input[type=radio]:not(checked) + label::before {
 border-radius: 30px;
}
 .checkbox_group input[type='checkbox']:hover + label::before, .radiobutton_group input[type='radio']:hover + label::before {
 background:#ddd;
 box-shadow: inset 0 0 0 2px white;
}
 .checkbox_group input[type='checkbox']:checked + label::before, .radiobutton_group input[type='radio']:checked + label::before {
 background: transparent url("https://login.bm-mail.at/public/a_1_sKHvN/webspace/demo/1/check.jpg") no-repeat scroll center center;
 box-shadow: inset 0 0 0 2px white;
}
input, select, option {
	background-color:#ffffff;
	font-size:12px;
	color:#666666;
}
input[type=text], textarea {
	border:1px solid #e2e2e2;
	font-size:12px;
	color:#666666;
	padding:2px;
	width:470px;
}
/* remove standard-styles */
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:none;
	border-radius: 0;
	font-size: 1em;
	width: 100%
}
/* styling */
select {
	width:100%;
	border:1px solid #e2e2e2;
	background-color:white;
	background-image:url(https://login.bm-mail.at/public/a_1_sKHvN/webspace/demo/1/2015_demo1_cta_bottom.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
select:hover {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
input.back {
	float: left;
	margin-top: 40px;
}
input.more {
	float: right;
	margin-top: 40px;
}
input.finish {
	float: right;
	margin-top: 40px;
}
.polarity_matrix input[type="radio"], .radiobutton_matrix input[type="radio"], .gauge input[type="radio"] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}
/***************************/

div.date input {
	cursor:pointer;
}
#datepicker {
	position:absolute;
	width:175px;
	padding:5px;
	background-color:#fff;
	border:solid 1px #000;
	z-index:9999;
	font-family:arial;
	font-size:14px;
}
#datepicker p {
	margin:0px;
	padding:0px;
}
#datepicker a {
	color:#999;
	text-decoration:none;
}
#datepicker a:hover, #datepicker a.weekend:hover {
	color:#000;
}
#datepicker a.active {
	color:#F56E01 !important;
	font-weight:bold;
}
#datepicker a.today {
	color:#F56E01;
}
#datepicker a.weekend {
	color:#666666;
}
#datepicker ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#datepicker ul li {
	float:left;
	width:21px;
	margin:2px;
	padding:0px;
	list-style-type:none;
	text-align:right;
}
#datepicker ul li a {
	padding:2px;
}
#datepicker p {
	text-align:center;
}
#datepicker_year_month {
	font-weight:bold;
}
#datepicker_weekdays {
	margin-top:3px;
}

.question.rating .body .rating_label.left {
    padding-right: 6px;
}

.question.rating .body .rating_label.right {
    padding-left: 6px;
}

.question.rating .body .rating_unit input[type="radio"] {
    display: none;
}

.question.rating .rating_unit {
    font-size: 20px;
    cursor: pointer;
}

.question.rating .rating_unit:before {
    content: '\02606';
}

.question.rating .rating_unit.active:before {
    content: '\02605';
}
