/* service-questionnaire */
#service-questionnaire{
	margin: 0 auto 30px;
	width: 100%;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: 400;
	overflow: hidden;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .design-title{
	margin: 0 -8px 10px;
	color: #fff;
	font-size: 14px;
	line-height: 46px;
	padding: 1px 20px 0;
	background: url(/common/design/user/img/designqa/title_bg.gif) repeat-x;
	-webkit-background-size: auto 46px;
	background-size: auto 46px;
}
#service-questionnaire > p{
	background: #fff6f6;
	padding: 10px;
	letter-spacing: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}
#service-questionnaire > span{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
#service-questionnaire h2{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 4px 5px;
	margin: 0;
	border-left: 4px solid #e70000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .heading{
	position:relative;
	z-index:1;
	display: block;
	padding: 0 0 6px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* information-input */
#service-questionnaire .information-input{
	margin-bottom: 30px;
}
#service-questionnaire .information-input > .heading{
	margin-bottom: 8px;
}
#service-questionnaire .information-input .input-block{
	display: block;
	width: 100%;
	font-weight: 600;
	margin-bottom: 10px;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#service-questionnaire .information-input label{
	display: block;
	font-size: 12px;
	color: #000;
	line-height: 24px;
	margin: 0 0 5px;
}
#service-questionnaire .information-input label span{
	display: inline-block;
	vertical-align: middle;
	background: #e60012;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* questionnaire */
#service-questionnaire .questionnaire{
	padding: 0 0 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #a7a7a7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .questionnaire .holder{
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
	background: #fff6f6;
	padding: 0 8px 14px;
	margin-bottom: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .holder:after{
	content: '';
	clear: both;
	display: block;
}
#service-questionnaire .questionnaire .holder:last-child{
	margin-bottom: 16px;
}
#service-questionnaire .holder .title{
	background: #ffd9d9;
	padding: 6px 15px;
	margin: 0 -8px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
#service-questionnaire .holder .title strong{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 28px;
	color: #000;
	font-weight: 800;
}
#service-questionnaire .holder .title .btn-denger{
	float: right;
}
#service-questionnaire .holder label{
	display: block;
	margin-bottom: 5px;
	position: relative;
}
#service-questionnaire .holder label .ico{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 19px;
	height: 19px;
	font-size: 14px;
	line-height: 19px;
	color: #fff;
	font-weight: 600;
	font-style: normal;
	border-radius: 50%;
	background: #008aff;
	margin: -2px 0 0;
	
	cursor: pointer;
}
#service-questionnaire .holder label .ico.active img{
	opacity: 1;
	visibility: visible;
}
#service-questionnaire .holder label .ico img{
	display:block;
	width:100%;
}
#service-questionnaire .holder label .ico span{
	
	display: none;
	position: absolute;
	top: 14px;
	left: 0;
	z-index: 100;
	cursor: default;
	/*-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;*/
	width: 100%;
}
#service-questionnaire .holder label .ico span em{
	position:absolute;
	top:-8px;
	right:-5px;
	width:27px;
	height:27px;
	background:url(/common/design/user/img/designqa/ico-close.png) no-repeat;
	background-size:27px 27px;
	visibility:visible;
}

#service-questionnaire .holder .input-box,
#service-questionnaire .holder .checkbox,
#service-questionnaire .holder .radiobox,
#service-questionnaire .holder .textarea-box{
	margin-bottom: 15px;
}
#service-questionnaire .holder .checkbox ul,
#service-questionnaire .holder .radiobox ul{
	display: block;
	margin: 0 -2px;
	padding: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
}
#service-questionnaire .holder .checkbox ul li,
#service-questionnaire .holder .radiobox ul li{
	display: inline-block;
	vertical-align: top;
	width: 33.333%;
	padding: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .holder .checkbox ul li > label,
#service-questionnaire .holder .radiobox ul li > label{
	min-width: auto;
	letter-spacing: 1px;
}
#service-questionnaire .holder .submit-box .submit-group{
	display: inline-block;
	vertical-align: top;
}
#service-questionnaire .holder .submit-box p{
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	line-height: 16px;
	margin-bottom: 8px;
}
#service-questionnaire .holder .submit-box .btn-default{
	display: block;
	max-width: 135px;
	overflow:hidden;
	position:relative;
	line-height:28px;
	font-size:14px;
	font-weight:bold;
	color:#262626;
	text-align:center;
}
#service-questionnaire .holder .submit-box .btn-default input[type="file"]{
	display:none;
}
/* checkbox */
#service-questionnaire input[type="checkbox"]{
	display: none;
}
#service-questionnaire input[type="checkbox"] + label{
	font-size: 11px;
	line-height: 20px;
	color: #000;
	cursor: pointer;
}
#service-questionnaire input[type="checkbox"] + label span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire input[type="checkbox"] + label span:before{
	content: "\2714";
	position: absolute;
	top: 0;
	left: 2px;
	font-size: 16px;
	line-height: 20px;
	color: #53b300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}
#service-questionnaire input[type="checkbox"]:checked + label span:before{
	opacity: 1;
	visibility: visible;
}

#service-questionnaire input[type="checkbox"] + label span,
#service-questionnaire input[type="checkbox"]:checked + label span{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
/* radio */
#service-questionnaire input[type="radio"]{
	display: none;
}
#service-questionnaire input[type="radio"] + label{
	font-size: 11px;
	line-height: 20px;
	color: #000;
	cursor: pointer;
}
#service-questionnaire input[type="radio"] + label span{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin: -2px 5px 0 0;
	cursor: pointer;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #c7c7c7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire input[type="radio"] + label span:before{
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: #53b300;
	border-radius: 50%;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	opacity: 0;
	visibility: hidden;
}
#service-questionnaire input[type="radio"]:checked + label span:before{
	opacity: 1;
	visibility: visible;
}
#service-questionnaire input[type="radio"] + label span,
#service-questionnaire input[type="radio"]:checked + label span{
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
}
/*form-control*/
#service-questionnaire .form-control{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 340px;
	height: 30px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid #afafaf;
	background: rgba(255,255,255, 0.4);
	color: #555;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire textarea.form-control{
	min-height: 70px;
	max-width: 585px;
	resize: none;
	overflow: auto;
}
#service-questionnaire .form-control:focus{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0, .2);
	box-shadow: 0 1px 5px rgba(0,0,0, .2);
	border-color: #babfc6;
	outline: none;
}
#service-questionnaire .form-control::-moz-placeholder {
	color: #373737;
	opacity: 1;
}
#service-questionnaire .form-control:-ms-input-placeholder {color:#373737;}
#service-questionnaire .form-control::-webkit-input-placeholder {color:#373737;}
/* butons */
#service-questionnaire .btn{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
	border: 1px solid transparent;
	text-decoration: none;
	background-color: #fff;
	color: #000;
	outline: 0;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	-o-transition: all .3s linear;
	-moz-transition: all .3s;
	transition: all .3s;
	margin: 0;
}
#service-questionnaire .btn-sm{
	min-width: auto !important;
}
#service-questionnaire .btn-denger{
	background: #e70000;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 2px;
	padding: 19px 20px;
	min-width: auto;
	max-width: 330px;
	width: 100%;
}
#service-questionnaire .btn-denger:hover,
#service-questionnaire .btn-denger:active,
#service-questionnaire .btn-denger:focus{
	background: #dc1b1b;
}
#service-questionnaire span.btn-denger{
	display: inline-block;
	vertical-align: middle;
	background: #e70000;
	padding: 0;
	min-width: auto;
	max-width: auto;
	width: auto;
}
#service-questionnaire span.btn-denger input,
#service-questionnaire span.btn-denger a{
	padding: 3px 14px;
	background: #e70000;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	letter-spacing: 0;
	display: block;
	background: transparent;
	border: 1px solid transparent;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	width:auto !important;
}
#service-questionnaire .btn-primary{
	background: #48b3fe;
	color: #fff;
	min-width: 165px;
}
#service-questionnaire .btn-primary:hover,
#service-questionnaire .btn-primary:active,
#service-questionnaire .btn-primary:focus{
	background: #008bec;
}
#service-questionnaire .btn-primary .ico{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	width: 15px;
	height: 15px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#service-questionnaire .btn-primary .ico img{
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
}
#service-questionnaire .btn-primary:hover .ico,
#service-questionnaire .btn-primary:active .ico,
#service-questionnaire .btn-primary:focus .ico{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
#service-questionnaire .btn-default{
	color: #262626;
	border: 1px solid #d2d2d2;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(top, #fff 0%,#f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%,#f0f0f0 100%);
	padding: 0;
	height: 28px;
	min-width: 135px;
}
#service-questionnaire .btn-default:hover,
#service-questionnaire .btn-default:active,
#service-questionnaire .btn-default:focus{
	background: #fff;
	background: -moz-linear-gradient(bottom, #fff 0%, #f0f0f0 100%);
	background: -webkit-linear-gradient(bottom, #fff 0%,#f0f0f0 100%);
	background: linear-gradient(to top, #fff 0%,#f0f0f0 100%);
	color: #555;
}
#service-questionnaire .btn-default input,
#service-questionnaire .btn-default a{
	display: block;
	width: 100%;
	height: 100%;
	background: transparent;
	border: 0;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
#service-questionnaire .control-group{
	text-align: center;
}
#service-questionnaire .control-group .checkbox{
	display: block;
	text-align: center;
	margin-bottom: 18px;
}
#service-questionnaire.results .questionnaire .holder label{
	
	font-size: 12px;
}

#service-questionnaire.results .information-input .result{
	display: block;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	}

#service-questionnaire.results .questionnaire .result{
	font-weight: normal;
	font-size: 12px;
}

#service-questionnaire.results .btn-back{
	background-color: #1BA0DA;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 2px;
	padding: 19px 20px;
	min-width: auto;
	max-width: 330px;
	width: 100%;
	margin-bottom: 15px;
}
#service-questionnaire.results .btn-back:hover,
#service-questionnaire.results .btn-back:active,
#service-questionnaire.results .btn-back:focus{
	background-color: #1D9BD2;
}

#service-questionnaire.results .sale_result{
	margin-bottom: 20px;	
	}
