.zaz-app-survey {
	visibility: visible;
}

.app-survey {
	display: block;
	height: 100%;
	width: 100%;
	margin-top: 10px;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.app-survey .survey-content {
	padding: 10px;
	padding-top: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.app-survey .survey-content.message {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.app-survey .linear.up {
	display: none;
	position: absolute;
	width: 100%;
	margin: 0;
	top: 9px;
}

.app-survey .linear.down {
	display: none;
	position: absolute;
	width: 100%;
	margin: 0;
	bottom: 51px;
}

.app-survey.nav .linear.up,
.app-survey.nav .linear.down {
	display: block;
}

.app-survey .survey-content .header {
	font-family: 'OpenSans';
	font-size: 16px;
	font-weight: 600;
	color: #191917;
	margin-bottom: 10px;
}

.app-survey .survey-content .options {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	cursor: pointer;
}

.survey-content .options.closed {
	cursor: default;
}

.survey-content .options li {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
}

.survey-content li.voted .text {
	font-weight: 600;
}

.survey-content li .radiobutton {
	margin-top: 4px;
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
}

.survey-content li .percent {
	margin-top: 4px;
	width: 40px;
	font-weight: 600;
	color: #2459e5;
	float: left;
	text-align: right;
	margin-right: 10px;
	margin-left: 0;
	font-size: 16px;
	font-family: 'Ubuntu';
}

.survey-content li:hover {
	opacity: .7;
}

.survey-content .closed li:hover {
	opacity: 1;
}

.survey-content li .description {
	display: block;
	font-weight: normal;
	color: #191917;
	float: left;
	text-align: left;
	width: 208px;
	background-size: 0% 100%;
	background-image: url("../_img/background-result-blue.png");
	background-repeat: no-repeat;
	border-radius: 2px;
	padding: 5px;
}

.survey-content li .description {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.survey-content .closed .description {
	width: 228px;
}

.app-survey .survey-content .result {
	font-size: 14px;
	color: #65655d;
	display: block;
	font-family: 'OpenSans';
	font-weight: 600;
}

.survey-content .result .votescount {
	font-size: 16px;
	color: #2459e5;
	font-weight: bold;
}

.app-survey .survey-content .message {
	font-size: 12px;
	font-weight: bold;
	color: #191917;
	display: block;
	font-family: 'OpenSans';
	text-transform: uppercase;
}

.app-survey .survey-footer {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 51px;
	background-color: #fff;
}

.app-survey .survey-footer .navigation {
	left: 0;
	bottom: 0;
	border: 5px solid #fff;
	border-bottom: 0;
	height: 41px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	margin-left: 10px;
	display: none;
}

.survey-footer .navigation span {
	display: inline-block;
}

.survey-footer .navigation span.nav {
	height: 30px;
	width: 42px;
	float: left;
	display: block;
	cursor: default;
	opacity: .3;
	text-align: center;
	font-size: 20px;
}

.survey-footer .nav.enable {
	cursor: pointer;
	opacity: 1;
}

.survey-footer .nav.enable:hover {
	opacity: .8;
}

.survey-footer .nav.up {
	float: right;
}

.survey-footer .nav .arrowicon {
	width: 24px;
	height: 24px;
}

.survey-footer .divider {
	width: 1px;
	background-color: #d7d7d7;
	height: 36px;
	margin-top: 5px;
	margin-left: 11px;
	margin-right: 11px;
}

.app-survey .survey-footer .sponsor {
	right: 0;
	bottom: 0;
	border: 5px solid #fff;
	width: 98px;
	height: 41px;
	overflow: hidden;
	position: absolute;
	z-index: 5;
	border-radius: 4px 0;
}

.survey-footer .sponsor.invisible {
	display: none;
}

.app-survey .survey-content.message {
	text-align: center;
	margin-top: 60px;
	width: 100%;
	height: 200px;
	color: #65655d;
}

.w2h4 .survey-content.message {
	margin-top: 225px;
}

.message .header .icon {
	text-align: center;
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 24px;
	background-color: #51bd36;
}

.message .header .iconsvg {
	margin-top: 4px;
}

.message .header .error {
	background-color: #ff2209;
}

.message .header .label {
	font-size: 22px;
}

.message .text {
	font-size: 14px;
	margin-bottom: 10px;
	display: block;
}

.message .timer {
	width: 225px;
	height: 3px;
	background-color: #d7d7d7;
	margin: 0 auto;
	margin-bottom: 30px;
}

.message .timer .progressbar {
	background-color: #51bd36;
	height: 100%;
	width: 10%;
	display: block;
}

.message .spacer {
	width: 225px;
	height: 3px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.message .btn-action {
	border-radius: 4px;
	border: 1px solid #d7d7d7;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	color: #191917;
	font-size: 15px;
	text-transform: lowercase;
	font-family: 'Ubuntu';
}

.message .btn-action:hover {
	background-color: #d7d7d7;
	opacity: .8;
}

.app-survey .disapear {
	opacity: 0;
	-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	color: #fff !important;
}

/*# sourceMappingURL=theme-default.css.map */

