/*
.question.single_text,
.question.single_multi,
.question.select,
.question.date { display: table;}


.single_text .head,
.single_text .body,
.single_multi .head,
.single_multi .body,
.date .head,
.date .body,
.select .head,
.select .body {
    display: table-cell;        
}*/

/*
.single_text .head, .single_multi .head, .select .head, .date .head {width: 150px;}
.single_text .body, .single_multi .body, .select .body, .date .body {width: 450px;}
*/

* {box-sizing: border-box;}
.body {vertical-align:top}

select {
  background: rgba(255,255,255,0.1) url('https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/arrow_down.png') no-repeat right center; 
   appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 90px;
  text-indent: 0.01px;
  text-overflow: "";
      }

/* radios and checkboxes require a label in order to work */
input[type=checkbox], input[type=radio] {
  display: none !important; }

input[type=checkbox] + label, input[type=radio] + label {
  min-height: 30px;
  padding-left: 35px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: 16px 16px;
  cursor: pointer;
  background-color: transparent;
  display: block !important;
	line-height:16px;
	}

.polarity_matrix input[type=radio] + label,
.radiobutton_matrix input[type=radio] + label,
.checkbox_matrix input[type=checkbox] + label,
.gauge input[type=checkbox] + label,
.gauge input[type=radio] + label {	
  width: 0;
	padding-left: 16px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
}
	
input[type=checkbox] + label {
  background-image: url(https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/cb_unchecked.png); }

input[type=radio] + label {
  background-image: url(https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/radio_unchecked.png); }

input[type=checkbox]:hover + label {
  background-image: url(https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/cb_hover.png); }

input[type=radio]:hover + label {
  background-image: url(https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/radio_hover.png); }

input[type=checkbox]:checked + label {
  background-image: url(https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/cb_checked.png); }

input[type=radio]:checked + label {
  background-image: url(https://mailing2.mhplus.de/public/a_10335_81LPR/webspace/2018/survey/img/form/radio_checked.png); }

input[type=checkbox]:hover + label, input[type=radio]:hover + label {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block; }

input[type=checkbox]:checked + label, input[type=radio]:checked + label {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block; }

	
@media only screen and (max-width: 90%) {

  input[type=checkbox] + label, input[type=radio] + label {
    height: 50px;
    padding-left: 40px;
    background-size: 25px 25px;
    padding-top: 3px; }
}


table {
  width: 100%;
  border-collapse: collapse; }

.pagination {
  font-size: 0.9em;
  margin: 5px 0 0;
  text-align: right; }

.abstand {
border-top: 1px solid #f0f0f0;
height: 1px;
margin: 18px 0;
}


.head label {
display: block;
padding: 0px 0px;
margin-bottom: 10px;
font-weight: bold;
}

		
div.question div.html {
  padding: 5px 0; }

.checkbox_group label, .radiobutton_group label {
  text-align: left;
  display: block;
  width: 90%; }

.checkbox_matrix input,
.polarity_matrix input,
.radiobutton_matrix input {
  display: block;
  margin: 0 auto; }

td.answer, td.question, label[for^="a_"] {
  /*font-size: 0.9em;*/ }

td.answer {
  text-align: center; }

.gauge table {
  width: auto; }

.body td {
  padding: 3px 5px; }

.gauge td {
  text-align: center;
  padding: 5px;
  min-width: 50px; }

.body tr:nth-child(even) {
  background-color: #f0f0f0; }

input, select, textarea {
  border: solid 1px #dfe0e0;
  width: 100%;
  padding: 5px;
  font-family: inherit;
  font-size: inherit;
    color:#333333;
	transition: all 0.2s ease-in;
}

input.error, select.error, textarea.error {
  border: solid 1px #E47021; background-color: #fff0e7;
	}

input[type=text], textarea, select {
  width: 100%; 	
	box-sizing:border-box;}

input[type="text"].sub_data {
	margin-left: 29px;
	margin-bottom: 8px;
	width: 80%;
	}

.msg_error {font-weight:bold;color:#E47021;}
.pflicht {margin-top:10px;}

.mandatory .head label::after {
    content: ' *';
}


/******/

/***************************/

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:12px;
}

#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:#f00 !important;
	font-weight:bold;
}

#datepicker a.today{
	color:#f00;
}

#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;
}

/***/


@media only screen and (max-width:600px) {
	.gauge td {	min-width: 0;	}	
}
