table.FeedbackContextList {
	width: 95%;
	border-style: solid;
	border-width: 2px;
	border-color: black;
}

td.FeedbackContextListLink {
	text-align: center;
}

table.FeedbackSurveyWelcomeLayoutingTable td {
	vertical-align: top;
}

table.FeedbackSurveyWelcomeLayoutingTable {
	width: 100%;
}

table.FeedbackMessageTable {
	width: 80%;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	background-color: #EEEFFF;
}

table.FeedbackMessageTable td {
	vertical-align: top;
	font-size: 14pt;
	color: black;
	padding: 20px;
}

table.FeedbackMessageTable td.FeedbackMessageTableButtonCell {
	border-top-style: solid;
	border-top-color: black;
	border-top-width: 1px;
	padding: 5px;
}

ul.FeedbackInputTab {
	text-align: left;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

li.FeedbackInputTab {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 2px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

li.FeedbackInputTabHidden {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 2px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	visibility: hidden;
}

li.FeedbackInputTabFirst {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 2px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

li.FeedbackInputTabFirstHidden {
	display: none;
	text-align: center;
	margin: 2px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
	visibility: hidden;
}


.FeedbackSubmitTab {
}

.FeedbackSubmitTabHidden {
	display: none;
}

li.FeedbackInputTabSelected {
	list-style: none;
	display: inline;
	text-align: center;
	margin: 2px;
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #999999;
}

td.FeedbackMissingAnswerLeft {
	border-width: 2px;
	border-color: red;
	border-left-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-bottom-style: solid;
}

td.FeedbackMissingAnswerRight {
	border-width: 2px;
	border-color: red;
	border-left-style: none;
	border-right-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
}

td.FeedbackMissingAnswerFull {
	border-width: 2px;
	border-color: red;
	border-style: solid;
}

pre.feedbackPlainTextAnswer {
	overflow: auto;
	padding: 10px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.FeedbackInputMessage {
	padding-left: 40px;
	width: 100%;
}

/**
	QuestionScaleContainer als Klick-Radio
*/

.UseRadioWithCheckLabel {
	display: flex;
	align-items: stretch;
}


.UseRadioWithCheckLabel input[type="radio"] {
	display: none !important;
	align-items: stretch;
	margin: 0;
	padding: 0;

}

.UseRadioWithCheckLabel input[type="radio"]:active + div .lableForFeedbackRadio {
	opacity: .9;
}


.UseRadioWithCheckLabel input[type="radio"]:checked + div .lableForFeedbackRadio {
	opacity: .5;
	background-color: lightgray;
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
	-moz-filter: brightness(1.8) grayscale(1) opacity(.7);
	filter: brightness(1.8) grayscale(1) opacity(.7);
}

.UseRadioWithCheckLabel .lableForFeedbackRadio {
	cursor: pointer;
	padding: 0.2em;
	background-position: center center;
	vertical-align: middle;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	-webkit-filter: none;
	-moz-filter: none;
	filter: none;
}

.UseRadioWithCheckLabel .lableForFeedbackRadio:hover {
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
	-moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
	filter: brightness(1.2) grayscale(.5) opacity(.9);
}


/**
HTML-Report 
**/

.tableEvaluationData {
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
}

.EvaluatorTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
}

.EvaluatorTable td {
	padding-left: 2px;
}

.EvaluatorTable .tableRow1 {
	background-color: #FFF;
}

.EvaluatorTable .tableRow2 {
	background-color: #FFF;
	
}
.EvaluatorHeaderQuestionSelectionContainer {
	width: 30%;
}

.EvaluatorQuestionSelectionColumnHeader {
	text-align: center;
}

.EvaluatorQuestionSelectionColumnValue {
	text-align: center;
}

.EvaluatorQuestionScaleColumnHeader {
	text-align: center;
}

.EvaluatorMDHead {
	font-weight: bold;
}

.EvaluatorMDValue {
	font-weight: bold;
}

.EvaluatorQuestionScaleColumnValue {
	text-align: center;
}

.EvaluatorPlainTextAnswerList {
	width: 100%;
}

.EvaluatorPlainTextAnswerTextItem {
	width: 80%;
}

.DivItemTextlableInTD {
	padding-left: 5px;
}

.DivItemTextDragAndDropInTD {
	border: solid 2px black;
	background-color: yellow;
	display: inline-block;
	min-width: 100px;
	padding: 5px;
	cursor: grab;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 10px;
}

.placeholder {
	background-color: silver;
	display: inline-block;
	min-width: 150px;
	min-height: 30px;
	padding: 5px;
	margin-bottom: 15px;
	border-radius: 10px;
	vertical-align: middle;
	text-align: center;
    align-items: center; 
}

.btnClearPlaceholder {
	background-color: transparent;
    border: none;
    cursor:pointer;
    outline:none;
}