.uponor-blue
{
	color: rgb(0, 98, 200);
}

.uponor-uPoints
{
	font-weight: bold;
}

.survey-question-title {
	font-size: 18px;
}

#survey-hint div.modal-dialog {
	top: 200px;
}

#survey-hint div.modal-footer button {
	background-color: #0062c8;
    border-color: #0052b8
    color: #fff;
}

#survey-hint div.modal-footer
{
    border-color: rgb(0, 98, 200);	
}

#survey-hint div.modal-title h2.modal-catch-phrase
{
	float: left;
}


#survey-hint div.modal-title img.uponor-logo
{
    width: 20%;
	height: 20%;
	float:right;
	margin-top: 2.5%;
	margin-right: 2.5%;
	margin-bottom: 25px;
}

#survey-hint div.modal-body h3.modal-short-description
{
	clear: both;
}

#survey div.modal-title h2.modal-counter
{
	float: left;
}

#survey div.modal-title img.uponor-logo
{
      width: 20%;
      height: 20%;
      float:right;
      margin-top: 2.5%;
      margin-right: 2.5%;	
}

#survey h2.modal-counter
{
	color: rgb(0, 98, 200);	
}

#survey div.modal-content div.modal-survey-question
{
	clear: both;
}

div#survey div.modal-body img.header-back
{
	width: 100%;
	height: 100%;
}

#survey button.inactive {
	background-color: grey !important;
}


#survey span.survey-question-label-min {
	position:relative; 
	top: 30px;
	left: 17px;
	float: left;
	color: rgb(0, 98, 200);
	
}

#survey span.survey-question-label-max {
	position:relative; 
	top: 30px;
	right: 25px;
	color: rgb(0, 98, 200);
	
}


div.survey-question-content table
{
	margin-left: 25px;
}



div.survey-question textarea
{
	border-color: rgb(0, 98, 200);
	border-style: solid;
}
	

#survey div.modal-dialog {
	top: 50px;
}

#survey div.modal-footer button {
	background-color: #0062c8;
    border-color: #0052b8
    color: #fff;
	
}

textarea.survey_question_text {
	width: 90%;
}

ul.survey_question_multiplechoice {
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul.survey_question_multiplechoice input {
	margin-right: 10px;
}

div.survey-question {
	margin-top: 60px;
}

div.survey-question-content {
	margin: 15px;
}

span.survey_question_rating {
	margin-left: 10px;
	margin-right: 10px;
	content: blue;
}

span.ratingcolor-active {
	background-color: rgb(0, 98, 200);
}
span.ratingcolor-hover {
	background-color: rgb(0, 98, 200);
}

div.prodis-survey-full-star {
	width: 24px;
	height: 26px;
	background: url("/themes/default/img/full.png");
	float:left; 
}

div.prodis-survey-empty-star {
	width: 24px;
	height: 26px;
	background: #000000 url("/themes/default/img/empty.png");
	float:left;
}