ol.vote-items-list, ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%; list-style-type: none;}
ol.vote-items-list li {}
ol.vote-items-list li.vote-item-vote-first{}
ol.vote-answers-list{margin-top:0.55em;}
ol.vote-answers-list li {
	margin-bottom:0.2em;
	margin-left:0.55em;}
.voting-form-box
{
	font-size:100%;
	border:1px solid #ccc;
	padding: 0.55em;
}

div.vote-item-links{
	float:right;}
.vote-item-title{
	font-weight:bold;}
div.vote-item-date{
	font-style: italic;}
div.vote-item-header{
	margin-bottom: 0.5em;}
div.vote-item-footer{
	margin-top: 0.5em;}
div.vote-item-image{
	float:left;
	padding-right:0.55em;}
div.vote-item-lamp{
	display:none;}
.vote-item-lamp-green span {
	color:green;}
.vote-item-lamp-red span {
	color:red;}
div.vote-clear-float { 
	clear: both;}
form.vote-form {
	margin:0; }
.starrequired {
    color:red; }
.vote-reply-field-captcha-label {
    margin-bottom:6px;}
.vote-vote-footer {
    margin-top:6px;}
.vote-reply-field-captcha-image {
    margin-bottom:6px;}
.vote-form-captcha {
    margin-left:0.55em;}







.checkboxgroup {
	float: left;
}

#nps_opros {
	margin-bottom: 30px;
}

.checkboxgroup {
	text-align: center;
	display: inline-block;
}

.checkboxgroup label {
	width: 100%;
	display: inline-block;
}

.checkboxgroup imput {
	width: 100%;
	display: inline-block;
}

#nps_opros .text p {
	border-bottom: 1px solid #CCC;
	margin-bottom: 7px;
	padding-bottom: 7px;
}


#nps_opros .move {
	position: relative;
	left: -6px;
}

@media (max-width: 1700px) {
	#nps_opros {
		float: left;
		width: 100%;
		margin: 0 0 45px 0;
	}
}

.modal-bg {
	background: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 400;
	display: none;
}

.modal-box {
	background: #FFF;
	z-index: 401;
	position: fixed;
	left: 45%;
	top: 40%;
	padding: 15px;
	display: none;
}

input[name='interview_submit'] {
	display: inline-block;
	padding: 0 43px;
	border: 2px solid #052b52;
	box-sizing: border-box;
	background: #052b52;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	color: #ffffff;
	margin-top: 14px;
}

input[name='interview_submit']:hover {
	background: #FFF;
	color: #052b52;
	transition: all 0.5s;
}


.modal-box .close {
	background: url("../../images/close-m.png") no-repeat;
	width: 36px;
	height: 36px;
	position: absolute;
	right: -15px;
	top: -15px;
	cursor: pointer;
}

.success-modal-text {
	display: inline-block;
	color: green;
	margin-top: 10px;
	width: 159px;
	font-size: 12px;
	text-align: center;
}