html,
body#feedback {
	font-size: 16px;
}

body#feedback div#survey{
	min-width: 728px;
    max-width: 960px;
	width: 80%;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 1rem;
	color: #000000;
    background-color: #ffffff;
	box-shadow: 0 0 1.25rem rgba(0,0,0,0.50)
}
body#feedback.report div#survey{
	width: auto;
}

body#feedback div#survey div#header{
	position: relative;
	background-color: #000000;
	color: #ffffff;
	padding: 1rem 1.5rem;
	text-align: right;
	font-size: 1.5rem;
	height: 12.5rem;
}

body#feedback div#survey div#header div#logo{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6.25rem;
	margin: auto 0;
	background-image: url('/media/imgs/logo.png');
	background-position: center;
	background-size: 6.25rem 6.25rem;
	background-repeat: no-repeat;
}

body#feedback div#survey div#header div#title{
	position: absolute;
	display: table;
	right: 3.125rem;
	top: 0;
	bottom: 0;
	margin: auto 0;
    font-weight: normal;
    max-width: 31.25rem;
}

body#feedback div#survey div#content{
    padding: 2.25rem 6rem;
	margin-bottom: 6rem;
}
body#feedback.report div#survey div#content{
	margin-bottom: 0;
}

body#feedback div#survey div#content p{
	margin: 2em 0;
}

body#feedback div#survey div#content div.question_container{
	position: relative;
	margin: 2.25rem 0 .5rem 0;
}

body#feedback div#survey div#content div.question_container[data-required="true"]:before{
	position: absolute;
	content: "*";
	left: -.5rem;
}

body#feedback div#survey div#content div.question_container div.error{
	position: absolute;
	top: -1rem;
	font-size: .75rem;
	font-weight: normal;
	color: #cc0000;
}

body#feedback div#survey div#content div.question_container div.error:before{
	content: '!';
	display: inline-block;
	font-size: 10px;
	color: #ffffff;
	background-color: #cc0000;
	border-radius: 2px;
	padding: 2px 5px;
	margin-right: 5px;
}

body#feedback.question_numbers div#survey div#content div.question_container div.question{
	margin-bottom: .5rem;
}

body#feedback.question_numbers div#survey div#content div.question_container div.question:before{
	content: attr(data-question) ". ";
}

body#feedback div#survey div#content div.question_container div.answer label{
	vertical-align: top;
	margin-right: .5rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer textarea{
	width: 31.25rem;
	height: 3.5rem;
}

body#feedback.report div#survey div#content div.question_container div.answer textarea[disabled],
body#feedback.report div#survey div#content div.question_container div.answer input[type="text"][disabled]{
	color: #000000;
	background-color: #ffffff;
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container[data-count],
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"][data-count]{
	position: relative;
	margin-bottom: 1rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container .character_count,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"] .character_count{
	display: none;
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container[data-count] .character_count,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"][data-count] .character_count{
	display: block;
	position: absolute;
	left: 0;
	bottom: -.75rem;
	color: #666666;
	font-size: .75rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container[data-count-valid="false"] .character_count,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"][data-count-valid="false"] .character_count{
	color: #cc0000;
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container[data-count] .character_count:before,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"][data-count] .character_count:before{
	content: "Character count: ";
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container[data-min] .character_count .min:before,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"][data-min] .character_count .min:before{
	content: " Min: ";
}

body#feedback div#survey div#content div.question_container[data-question-type="text"] div.answer .text_container[data-max] .character_count .max:before,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer .text_container[data-comment="true"][data-max] .character_count .max:before{
	content: " Max: ";
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label{
	width: 100%;
	display: block;
	font-size: .875rem;
	margin: .215em 0;
	padding: .35em;
	border-radius: 5px;
	position: relative;
}

body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="options"] div.answer label:not([data-comment="true"]):hover{
	background-color: #ececec;
	cursor: pointer;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="checkbox"],
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: .45em;
  height: 1.45em;
  width: 1.45em;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background: #ffffff;
  border: 1px solid #000000;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  margin: auto 10px auto 0;
  outline: none;
  z-index: 1000;
}
body#feedback.report div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="checkbox"],
body#feedback.report div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="radio"] {
	cursor: auto;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="checkbox"]:checked,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="radio"]:checked {
  background: #333333;
  box-shadow: 0px 0px 8px #333333;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="checkbox"]:checked::before,
body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="radio"]:checked::before {
  height: 1.4em;
  width: 1.4em;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: .97em;
  text-align: center;
  line-height: 19px;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="radio"] {
  border-radius: 50%;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label input[type="radio"]::after {
  border-radius: 50%;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label div.label{
	display: inline-block;
	vertical-align: top;
	line-height: 1.45em;
	margin-left: 2.5em;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer label[data-other="true"] input[type="text"]{
	display: none;
	border: 1px solid #000000;
	vertical-align: top;
	margin-top: .15em;
	font-size: .9285em;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer input:checked ~ input[type="text"]{
	display: inline-block;
	width: 13.75rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="options"] div.answer div.text_container[data-comment="true"] textarea{
	width: 31.25rem;
	height: 3.45rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table{
	border: none;
	font-size: .875rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table tr{
	padding: .625rem;
	border-radius: 5px;
	margin-bottom: .625rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table tr td:first-child{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table tr td:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	text-align: center;
}

body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table tr:hover{
	background-color: #ececec;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container{
	display: inline-block;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"] label{
	float: right;
	margin: 0;
	padding: 0 .3125em;
	font-size: 1rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"] label:before{
	content: "\2606";
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"] input[type="radio"]:checked ~ label:before{
	content: "\2605";
	color: #f5a623;
}

body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"]:hover input[type="radio"]:checked ~ label:before{
	content: "\2606";
	color: #000000;
}

body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"]:hover input[type="radio"] + label:hover:before,
body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"]:hover input[type="radio"] + label:hover ~ label:before{
	content: "\2605";
	color: #f5d222;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"] input[type="radio"][value=""] + label:before,
body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"] input[type="radio"][value=""]:checked + label:before,
body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"]:hover input[type="radio"][value=""]:checked + label:before,
body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"]:hover input[type="radio"]:not([value=""]) + label:hover ~ input[type="radio"][value=""] + label:before{
	color: transparent;
}

body#feedback:not(.report) div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"]:hover input[type="radio"][value=""] + label:hover:before{
	color: #999999;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="stars"] input[type="radio"]{
	display: none;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"]{
	width: 100%;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container{
	padding: 0 7.5rem 0 4.375rem;
	position: relative;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container:after{
	position: absolute;
	content: attr(data-value);
	right: 0;
	top: -.125rem;
	border: 1px solid #000000;
    padding: .125rem .3125rem;
    width: 3.125rem;
	background-color: #ffffff;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container div.slider{
	position: relative;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container div.slider:before,
body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container div.slider:after{
	position: absolute;
	top: 0;
	word-break: break-all;
	width: 2.8125rem;
	max-width: 2.8125rem;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container div.slider:before{
	content: attr(data-min);
	left: -4.125rem;
	text-align: right;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container div.slider:after{
	content: attr(data-max);
	right: -4.125rem;
	text-align: left;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="slider"] div.inner_rating_container div.display{
	display: inline-block;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] label {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	height: 100%;
	min-width: 1.5625rem;
	padding: .3125rem;
	text-align: center;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] label:first-of-type{
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] label.last{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] input[type="radio"]:not(:checked) + label:not([for*="N/A"]) {
	background-color: #cccccc !important;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] input[type="radio"] + label[for*="N/A"] {
	margin-left: 1em;
	border-radius: 5px;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] input[type="radio"]:checked + label[for*="N/A"] {
	border: 1px solid #000000;
}

body#feedback div#survey div#content div.question_container[data-question-type="rating"] div.answer table .rating_container[data-type="scale"] input[type="radio"]{
	display: none;
}

body#feedback div#survey div#content input[type="submit"]{
	display: block;
	height: auto;
	margin: 2.25em auto;
	padding: 1em 1.5em;
	font-size: 1rem;
	color: #ffffff;
	background-color: #000000;
	border-radius: 2px;
}

body#feedback div#survey div#content label.extra{
	display: inline-block;
	min-width: 8.5rem;
}

.answer label:empty, .answer td:has(label:empty:only-child) {
    display: none;
}