﻿.hide {display: none !important;}
.chart-holder {
	left: 0;
	width: 770px;
}
textarea {
	width: 100%;
	min-height: 50px;
	resize: vertical;
}
label.comment {
	margin-top: 20px;
	display: block;
}
.s-answer table td p,
.s-question h1 p {
	page-break-inside: avoid;
	margin: 0;
	padding: 0;
}
.s-answer table tr td {
	padding: .75% 2% !important;
	line-height: 1.4;
}
.s-answer table tr:first-child td {
	padding: 0 !important;
	height: 25px;
	background-color: rgba(155, 155, 155, .05);
}
.s-answer table {
	border-collapse: collapse;
}
.s-progress-bar {
	background-color: #fff;
	padding: 5px;
  border-radius: 4px;
	width: 270px !important;
	float: right;
	margin-right: 20px !important;
}
.progress-bg {
	width: 170px !important;
	margin-bottom: 3px;
}
.progress-indicator {
	height: 5px !important;
}
input[type='checkbox'].styled,
input[type='radio'].styled {
	display: none;
}

.lt-ie9 input[type='checkbox'].styled,
.lt-ie9 input[type='radio'].styled {
	position:absolute;
    display:block!important;
    left: -10000px;
}

input[type='checkbox'].styled + label,
input[type='radio'].styled + label {
	display:block;
	min-height:18px;
	min-width:18px;
	padding-left: 2em;
	line-height:1.4;
	cursor: pointer;
	margin: 5px 0 0 0 !important;
}

input[type='checkbox'].styled + label {
	background:url(../../../Images/Shared/ApplicationLayout/chkboxOff.png) no-repeat;
	background-position: 0 1px;
}
input[type='radio'].styled + label {
	background:url(../../../Images/Shared/ApplicationLayout/radioOff.png) no-repeat;
	background-position: 0 1px;
}

input[type='checkbox'].styled:checked + label {
	background:url(../../../Images/Shared/ApplicationLayout/chkboxOn.png) no-repeat;
	background-position: 0 1px;
}
input[type='radio'].styled:checked + label {
	background:url(../../../Images/Shared/ApplicationLayout/radioOn.png) no-repeat;
	background-position: 0 1px;
}

.lt-ie9 input[type='checkbox'].styled:checked + label {
	background:url(../../../Images/Shared/ApplicationLayout/chkboxOn.png) no-repeat;
	background-position: 0 1px;
}
.lt-ie9 input[type='radio'].styled:checked + label {
	background:url(../../../Images/Shared/ApplicationLayout/radioOn.png) no-repeat;
	background-position: 0 1px;
}







input[type="radio"].styled:disabled + label, input[type="checkbox"].styled:disabled + label {
	-moz-opacity: .4;-webkit-opacity: .4;opacity: .4;
}
/*.alert{
	margin-left: 10px;
}*/
.cv-perpetual-txt {
	margin-left:30px;
	color:#666666;
	font-size:12px;
}

.cv-security-txt {
	/*margin-left:30px;*/
    margin-bottom:10px;
	color:#666666;
	font-size:12px;
}

.cv-additional-info .input-holder, .cv-additional-info  .k-datepicker, .cv-additional-info .select-holder {
	margin-bottom:10px !important;
}

.cv-additional-info .s-answer {
    margin: 0 0 5px !important;
}


.dv-associationsphere-logo {
	max-width: 230px;
	position: relative;
	right: -25px;
}





/* from survey theme */

.s-body {
	border-width: 2px;
	border-style: solid;
	-webkit-border-radius: 5px;
    border-radius: 5px;
}
/* end of survey BODY */

/* survey HEADER */
.s-header {
	display: block;
	font-family: inherit;
	padding: 10px 20px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
.s-header .s-logo {
	background: url(../../../Images/Shared/ApplicationLayout/logo-small.png) left center no-repeat;
	height: 20px;
}
.s-header h2 {
    font-family: inherit;
	text-shadow: none;
	margin: 5px 0 0 0;
}
/* end of survey HEADER */

/* survey TITLE*/
.s-title {
	padding: 10px 18px;
    font-family: inherit;
	margin: 1px 0 10px 0;
	letter-spacing: -1px;
}
/* end of survey TITLE*/

/* PROGRESS BAR */
.s-progress-bar {
	position: relative;
	width: 55%;
	margin: 0 auto;
}
.progress-indicator {
	height: 12px;
	width: 50%;
}
/* end of PROGRESS BAR*/

/* survey QUESTION */
.s-question h1 {
    font-family: inherit;
	margin: 30px 0 0 0;
	padding: 5px 18px;
}
/* end of survey QUESTION*/

/* survey ERROR MESSAGE */
.s-error-msg {
    font-family: inherit;
	line-height: 2;
}
/* end of survey ERROR MESSAGE*/
/* survey ANSWER */
.s-answer {
	padding: 0 20px;
}

.s-answer table {
	width: 100%;
    font-family: inherit;
}

.s-answer label  {
	width: 100%;
    font-family: inherit;
}

.s-answer table tr td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
    font-family: inherit;
}
.s-answer table tr:nth-child(even) {
    font-family: inherit;
}
.s-answer table tr td:first-child {
	width: 27%;
	text-align: left;
	padding-left: 1%;
	padding-right:1%;
    font-family: inherit;
}
.s-answer td input + label {
	width: 18px;
	display: inline-block !important;
	margin: 3px 0 0 -9px !important;
	padding: 0 !important;
}
.s-answer td input {
	display: inline-block;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
}
/* end of survey ANSWER */

.s-progress-bar {
	padding: 3px 10px;
	border-radius: 4px;
	width: auto !important;
	float: right;
	margin-right: 20px !important;
	line-height: .9;
    background-color: rgba(255, 255, 255, .5);
	border: 4px double rgba(0, 0, 0, .1);
}
.progress-bg {
	width: 170px !important;
	margin-bottom: 3px;
}
.progress-indicator {
	height: 5px !important;
}
/* end of SURVEY PREVIEW*/

/* Checkbox Switch - WHITE BG */
.cv-checkbox-switch-white {
	display: inline-block;
	width: 80px;
	height: 29px;
	background: #FFFFFF;
	margin: 7px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

	.cv-checkbox-switch-white:after {
		content: 'NO';
		font: 12px/26px Arial, sans-serif;
		color: #555555;
		position: absolute;
		top: 2px;
		right: 10px;
		z-index: 0;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
	}

	.cv-checkbox-switch-white:before {
		content: 'YES';
		font: 12px/26px Arial, sans-serif;
		color: #3aacf4;
		position: absolute;
		top: 2px;
		left: 10px;
		z-index: 0;
		/*font-weight: bold;*/
	}

	.cv-checkbox-switch-white label {
		display: block;
		width: 34px;
		height: 23px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		cursor: pointer;
		position: absolute;
		top: 3px;
		left: 3px;
		z-index: 1;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		background: #C5C5C5;
		background: -webkit-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: -moz-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: -o-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: -ms-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#a5a5a5',GradientType=0 );
	}

	.cv-checkbox-switch-white input[type=checkbox]:checked + label {
		left: 43px;
	}

.cv-switch-label {
	line-height: 1.4;
	color: #666666;
	font-size: 12px;
	font-weight: 500;
	padding-top: 1px;
	margin-left: 5px;
}

.cv-checkbox-switch-holder {
	display: inline-block;
}

	.cv-checkbox-switch-holder[disabled] .cv-checkbox-switch-white {
		background-color: #E5E3E3;
	}

.cv-checkbox-switch-white input[type="checkbox"] {
	visibility: hidden;
}

/* Checkbox Switch - GREY BG */
.cv-checkbox-switch-grey {
	display: inline-block;
	width: 80px;
	height: 29px;
	background: #F7F7F7;
	margin: 7px auto;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	position: relative;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);
}

	.cv-checkbox-switch-grey:after {
		content: 'NO';
		font: 12px/26px Arial, sans-serif;
		color: #555555;
		position: absolute;
		top: 2px;
		right: 10px;
		z-index: 0;
		text-shadow: 1px 1px 0px rgba(255, 255, 255, .15);
	}

	.cv-checkbox-switch-grey:before {
		content: 'YES';
		font: 12px/26px Arial, sans-serif;
		color: #3aacf4;
		position: absolute;
		top: 2px;
		left: 10px;
		z-index: 0;
	}

	.cv-checkbox-switch-grey label {
		display: block;
		width: 34px;
		height: 23px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		border-radius: 50px;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-o-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
		cursor: pointer;
		position: absolute;
		top: 3px;
		left: 3px;
		z-index: 1;
		-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
		background: #C5C5C5;
		background: -webkit-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: -moz-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: -o-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: -ms-linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		background: linear-gradient(top, #e0e0e0 0%, #c5c5c5 40%, #a5a5a5 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#a5a5a5',GradientType=0 );
	}

	.cv-checkbox-switch-grey input[type=checkbox]:checked + label {
		left: 43px;
	}

	.cv-checkbox-switch-grey input[type="checkbox"] {
		visibility: hidden;
	}


/*end survey theme*/