.modal-survey-container
{

}

.survey_table
{
	display: table;
	border-collapse:separate;
	border-spacing:10px 10px;
	width: 100%;
}

.survey_element
{
	margin: 10px;
	text-align: center;
	min-height: 32px;
}

.alldisplay {
	margin-top: 20px;
}

.eachdisplay {

}

.survey-results img {
	max-width: 50px;
}

.endcontent .survey-results {
	margin-bottom: 30px;
}

.survey_answer_image {
	max-height: 100px;
	width: auto;
	vertical-align: middle;
	padding: 0px 10px;
}

.survey_question_image {
	max-height: 100px;
	width: auto;
	vertical-align: middle;
	padding: 0px 10px;
}

.survey_question
{
	display:table-caption;
	font-weight: bold;
	position: relative;
}

.send-participant-form-container {
	position: initial !important;
    padding: 0px !important;
	display: inline-block !important;
	margin: 15px 0px !important;
}

.survey_question span {
	position: relative !important;
	display: inline-block !important;
	line-height: 2 !important;
	padding: 3px 10px !important;
}

.modal-survey-container .displaychart {
	margin: 0 auto;
}

.send-participant-form-container img {
	box-shadow: 0px 0px 0px transparent !important;
	border: none !important;
	vertical-align: text-bottom !important;
	padding: 0px 40px !important;
}

.survey-progress-bar {
	width: 100%;
	display: table;
	padding: 0px !important;
}

.survey-progress-bar .survey-progress-ln {
	background: #5d5d5d;
	height: 10px;
	margin: 0px 10px;
	padding: 0px !important;
	display: table-caption;
	color: #fff;
	text-align: center;
	border: 1px solid #ececec;
	border: 0px solid transparent !important;
}

.survey-progress-bar .survey-progress-ln2 {
	height: 100%;
	padding: 0px !important;
	margin: -8px 10px !important;
	display: block;
}

.survey-progress-ln2  .progress {
	margin-top: 0px !important;
}

.survey-progress-bar .survey-progress-ln .progress_counter {
	display: block;
	width: 35px;
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
	background: #fff;
	border-radius: 3px;
	font-size: 12px;
	padding: 3px;
	height: 10px;
	line-height: 1;
	color: #000;
	position: relative;
	z-index: 9999;
	border: 1px solid #ececec;
	margin: -4px auto;
}

.ms_rating_question {
	vertical-align: middle;
}

.survey_rating {
	width: 32px !important;
	height: 32px !important;
	display: inline-block !important;
	background-image: url('../img/star-icon-empty.png');
}

.survey_rating:hover {
	width: 32px;
	height: 32px;
	display: inline-block;
	background-image: url('../img/star-icon.png');
}

.survey-progress-ln2   .progress {
	padding: 0px !important;
	border: 0px solid transparent !important;
}

.survey-progress-bar  .progress {
	height: 6px;
	margin-right: 10px;
	display: block;
	background-color: #fff;
	width: 0px;
	-webkit-transition: width .5s ease-in-out 0s;
	-moz-transition: width .5s ease-in-out 0s;
	-ms-transition: width .5s ease-in-out 0s;
	-o-transition: width .5s ease-in-out 0s;
	transition: width .5s ease-in-out 0s;
}

@-webkit-keyframes countNumber {
    0% {
        margin-left:0px;
    }
    100% {
        margin-left:-1000px;
    }
}

.survey_answer_choice
{
	display: table-cell !important;
	position: absolute !important;
	box-shadow: 0px 0px 0px transparent !important;
	background: none !important;
	border: 0px !important;
	border-radius: 0px !important;
	height: auto !important;
	top: 50%;
	right: 10px;
	margin: -12px 0px 0px 0px !important;
	padding: 0px !important;
	width: auto !important;
}

.survey_answer_choice img {
	width: 24px;
	height: 24px;
	box-shadow: 0px 0px 0px !important;
	vertical-align: top !important;
	border-radius: 0px !important;
}

.survey_header
{
	padding-bottom: 0px !important;
	margin: 50px 0px 10px 0px !important;
}

.ms-chart .survey_header
{
	text-align: center;
}

#survey_preloader {
	text-align: right;
	display: block;
	width: 100%;top: 50%;
	margin-top: -10px;
	position: absolute;
}

#survey_preloader img {
	margin-right: 15px !important;
	box-shadow: 0px 0px 0px !important;
	border-radius: 0px !important;
}

.survey_answers
{
	text-decoration: none;
	display:table-cell;
	cursor: pointer;
	width: 100px;
	line-height: 2;
	position: relative;
	vertical-align: middle;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.survey_element { 
   transform: translateZ(0); 
}

.survey_answers.selected:not(.survey_rating) {
	-moz-box-shadow:    1px 1px 2px 0px #000000 !important;
	-webkit-box-shadow: 1px 1px 2px 0px #000000 !important;
	box-shadow:         1px 1px 2px 0px #000000 !important;
  }

.survey_answers input[type=text] {
	background-color: transparent;
	border: 0px;
	width: 90%;
	margin: 0px !important;
}

.survey_answers:hover {
	display:table-cell;
	cursor: pointer;
	vertical-align: middle;
	opacity: 0.7;
	transform: none;
	transition-duration: 0s;
}

.ahoverstyle1:hover:before {
	content:'\00B7';
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: top;
	margin-left: -10px;
	line-height: 0;
	top: 50%;
}

.ahoverstyle1selected:before {
	content:'\00B7';
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: top;
	margin-left: -10px;
	line-height: 0;
	top: 50%;
}

.ahoverstyle2:hover {
	font-weight: bold;
	opacity: 1;
}

.ahoverstyle2selected {
	font-weight: bold;
	opacity: 1;
}

.ahoverstyle3:hover {
	opacity: 1;
	text-decoration: underline;
}

.ahoverstyle3selected {
	opacity: 1;
	text-decoration: underline;
}

.ahoverstyle4:hover {
	font-weight: bold;
	opacity: 1;
	text-decoration: underline;
}

.ahoverstyle4selected {
	font-weight: bold;
	opacity: 1;
	text-decoration: underline;
}

.ahoverstyle5:hover:before {
	content:'\00bb';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle5:hover:after {
	content:'\00ab';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 0;
	top: 50%;
}

.ahoverstyle5selected:before {
	content:'\00bb';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle5selected:after {
	content:'\00ab';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 0;
	top: 50%;
}

.ahoverstyle6:hover:before {
	content:'\00bb';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle6selected:before {
	content:'\00bb';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle7:hover:before {
	content:'\203A';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle7:hover:after {
	content:'\2039';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 0;
	top: 50%;
}

.ahoverstyle7selected:before {
	content:'\203A';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle7selected:after {
	content:'\2039';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	margin-top: -2px;
	vertical-align: middle;
	margin-left: 10px;
	line-height: 0;
	top: 50%;
}

.ahoverstyle8:hover:before {
	content:'\203A';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.ahoverstyle8selected:before {
	content:'\203A';
	position: absolute;
	font-size: 20px;
	opacity: 1;
	height: 50%;
	vertical-align: middle;
	margin-left: -20px;
	line-height: 0;
	margin-top: -2px;
	top: 50%;
}

.survey_rating:hover:before, .ms_rating_question:hover:before 
{
	content:'' !important;
	opacity: 1 !important;
	position: absolute;
	font-weight: bold;
	font-size: 20px;
	height: 50%;
	vertical-align: top;
	margin-left: -10px;
	line-height: 0;
	top: 50%;
}

.survey_rating:hover, .ms_rating_question:hover
{
	opacity: 1 !important;
}

.question_rating_output {
	height:32px;
	margin: 10px 0px;
}

.question_rating_output>span {
	vertical-align: top;
	display: inline-block;
}

.ms_ratingvalue {
	font-size: 12px;
	vertical-align: middle !important;
	line-height: 32px;
	height: 32px;
	display: inline-block;
	margin-left: 10px;
}

/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  margin-bottom: 5px;
  padding: 7px;
  min-width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

img.rating_output {
	border-radius: 0px !important;
	border: none !important;
	box-shadow: 0px 0px 0px !important;
}

.survey_answer_choice:hover:before
{
	content: '' !important;
}

.survey_row
{
	display: table-row;
}

#bglock
{
	position: fixed;
	display:none;
	top:0px;
	left:0px;
	z-index:999998;
	width:100%;
	height:100%;
	background:#000000;
	filter: alpha(opacity=80);
	-khtml-opacity: 0.8;
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.modal-survey-container .cl_survey
{
	position: absolute;
	right: 10px;
	top: -15px;
	cursor: pointer;
}

.closeimg_small {
	width: 14px;
	height: 14px;
	top: -5px !important;
}

.closeimg_medium {
	width: 18px;
	height: 18px;
	top: -10px !important;
}

.closeimg_large {
	width: 24px;
	height: 24px;
	top: -15px !important;
}

.modal-survey-container .cl_top_survey
{
	position: absolute;
	right: 10px;
	bottom: -10px;
	cursor: pointer;
}

.progress
{
	filter: none !important;
	position: relative;
	overflow: hidden;
	height: 22px;
	background: none repeat scroll 0% 0% rgb(239, 239, 239);
	box-shadow: none;
	border-radius: 2px 2px 2px 2px;
	border: 1px solid rgb(213, 213, 213);
} 

.process
{
	margin-top: 20px;
}

.process p
{
	margin: 0px 0px 0px 0px !important;
}

.right {
	float: right;
}

.progress .badge
{
	padding-left: 9px;
	padding-right: 9px;
	border-radius: 9px 9px 9px 9px;
	background-color: rgb(58, 135, 173);
	display: inline-block;
	padding: 2px 4px;
	font-size: 11.844px;
	font-weight: bold;
	line-height: 14px;
	color: rgb(255, 255, 255);
	vertical-align: baseline;
	white-space: nowrap;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.progress .bar
{
	background-color: rgb(91, 192, 222);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	filter: none !important;
	position: absolute;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 5px 0px 4px;
	width: 0%;
	height: 100%;
	color: rgb(255, 255, 255);
	float: left;
	text-align: center;
	text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.15) inset;
	-moz-box-sizing: border-box;
	transition: width 1.6s ease 2s;
	-webkit-transition: width 1.6s ease 2s;
}

.lineprocess
{
	margin-top: 5px;
}

.lineprocess p
{
	margin: 0px 0px 0px 0px !important;
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}

.lineprogress
{
	filter: none !important;
	height: 5px;
	width: 60%;
	display: inline-block;
	border-radius: 1px;
	border: 1px solid rgb(213, 213, 213);
} 

.lineprocess .badge
{
	display: inline-block;
	padding: 0px;
	vertical-align: middle;
	font-size: 11px;
	width: 100%;
}

.lineprogress .bar
{
	background-color: rgb(91, 192, 222);
	filter: none !important;
	overflow: hidden;
	border-radius: 2px 2px 2px 2px;
	font-size: 11px;
	font-weight: bold;
	line-height: 3px;
	padding: 2px 0px 1px;
	width: 0%;
	height: 100%;
	color: rgb(255, 255, 255);
	float: left;
	text-align: center;
	transition: width 1.6s ease 0s;
}

.lineprogress .perc
{
	margin-top: -10px;
	font-size: 12px;
	display: inline-block;
	position: absolute;
	padding: 1px 3px;
	border: 1px solid #e1e2e3;
	background: #FFF;
	border-radius: 3px;
}

.survey_tooltip
{
	font-size: 12px !important;
	padding: 3px !important;
	box-shadow: 0px 0px 0px 0px transparent !important;
	border-radius: 3px !important;
	border: 1px solid #e1e2e3 !important;
}

.ms-question-row {
	display: block;
}

.ms-question-text {
	display: inline-block;
	font-size: 16px;
	padding: 30px 0px 10px 0px;
	width: 95%;
	font-weight: bold;
}

.ms-question-block1 {
	display: inline-block;
	width: 0%;
}

.ms-question-block2 {
	display: inline-block;
	width: 0%;
}

.ms-answer-row {
	display: block;
    color: #000;
}

.ms-answer-text {
	display: inline-block;
	font-size: 12px;
	padding: 3px;
	width: 65%;
}

.ms-answer-row-selected {
	font-size: 12px;
	font-weight: bold;
    background-color: #F5F4F4;
    padding: 3px 5px;
    color: #000;
    border-radius: 100px;
}

.ms-answer-count {
	display: inline-block;
	width: 15%;
}

.ms-answer-percentage {
	display: inline-block;
	width: 15%;
}

.ms-participant-form {
	width: 90%;
	text-align: center;
    margin: 10px auto;
}

.ms-participant-form input {
	width: 30% !important;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid rgb(204, 204, 204);
}

.ms-participant-form a.send-participant-form {
	width: 20%;
	cursor: pointer;
}

.ms-form-name, .ms-form-email {
}

.autoembed-msurvey {
	padding: 20px 0px;
}

.modal-survey-embed .ms-participant-form input {
		width: 100% !important;
		max-width: 100% !important;
		display: block;
}
	
.modal-survey-embed .send-participant-form-container {
		width: 100%;
		margin: 0px !important;
}

.modal-survey-embed .send-participant-form.button {
	display: block !important;
	text-align: center;
}

.modal-survey-embed .ms-participant-form a.send-participant-form {
		width: 100% !important;
		display: block !important;
		padding: 10px;
		margin: 0px auto !important;
}

.modal-survey-container p {
    margin: 10px 0px;
}

@media only screen and (max-width: 1024px) and (min-width: 100px)
{
	.survey_element
	{
		font-size: 12px !important;
	}
	
	.modal-survey-container {
		width: 100% !important;
		margin-left: 0px !important;
	}

	.ms-participant-form input {
		width: 100% !important;
		display: block;
		margin: 5px auto !important;
	}
	
	.send-participant-form-container {
		width: 100%;
		margin: 0px !important;
	}

	.ms-participant-form a.send-participant-form {
		width: 100% !important;
		display: block !important;
	}
}