/* service-questionnaire */
#service-questionnaire{
	margin: 0 auto 20px;
	width: 850px;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 400;
	overflow: hidden;
}
#service-questionnaire .design-title{
	margin: 0 0 15px;
	color: #fff;
	font-size: 22px;
	line-height: 60px;
	padding: 1px 20px 0;
	background: url(/common/design/user/img/designqa/title_bg.gif) repeat-x;
}
#service-questionnaire > p{
	background: #fff6f6;
	padding: 25px 20px;
	line-height: 20px;
	letter-spacing: -0.1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 72px;
}
#service-questionnaire > span{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
}
#service-questionnaire h2{
	font-size: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 800;
	letter-spacing: 1px;
	padding: 4px 5px;
	margin: 0;
	border-left: 5px solid #e70000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .heading{
	display: block;
	height: auto;
	padding: 0 0 8px;
	margin-bottom: 32px;
	border-bottom: 2px solid #d8d8d8;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* information-input */
#service-questionnaire .information-input{
	margin-bottom: 63px;
}
#service-questionnaire .information-input > .heading{
	margin-bottom: 12px;
}
#service-questionnaire .information-input .input-block{
	display: block;
	width: 100%;
	font-weight: 600;
	border-bottom: 1px dotted #b9b9b9;
	padding-bottom: 7px;
	margin-bottom: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
}
#service-questionnaire .information-input .input-block:last-child{
	border: 0;
}
#service-questionnaire .information-input label{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #000;
	line-height: 58px;
	min-width: 232px;
	min-height: 58px;
	padding: 0 8px 0 20px;
	background: #f3f2f2;
	margin-right: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#service-questionnaire .information-input label span{
	float: right;
	margin: 15px 0;
	display: inline-block;
	vertical-align: middle;
	background: #e60012;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 18px;
	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 34px;
	margin-bottom: 20px;
	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: 14px;
	line-height: 18px;
	color: #000;
	font-weight: 600;
	background: #fff6f6;
	min-height: 415px;
	padding: 0 15px 25px;
	margin-bottom: 35px;
	-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 -15px 15px;
	-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: inline-block;
	vertical-align: middle;
	line-height: 30px;
	min-width: 135px;
}
#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;
	position: relative;
	cursor: pointer;
}
#service-questionnaire .holder label .ico:hover img{
	opacity: 1;
	visibility: visible;
}
#service-questionnaire .holder label .ico img{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 115%;
	left: -91px;
	z-index: 100;
	cursor: default;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#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: inline-block;
	vertical-align: middle;
	margin: 0 -2px;
	padding: 0;
	list-style: none;
}
#service-questionnaire .holder .checkbox ul li,
#service-questionnaire .holder .radiobox ul li{
	display: inline-block;
	vertical-align: top;
	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;
	line-height: 30px;
}
#service-questionnaire .holder .submit-box .btn-default{
	display: block;
	max-width: 135px;
}
/* checkbox */
#service-questionnaire input[type="checkbox"]{
	display: none;
}
#service-questionnaire input[type="checkbox"] + label{
	font-size: 14px;
	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: 14px;
	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: 295px;
	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: 130px;
	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: 245px;
}
#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;
}
#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;
}
#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;
	position:relative;
	font-size:14px;
	line-height:28px;
	color:#262626;
	overflow:hidden;
	cursor:pointer;
}
#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[type=file]{
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	cursor: inherit;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	display:none;
}
#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: 22px;
}

#service-questionnaire.results .information-input .result{
	display: inline-block;
	font-size: 14px;
	}
#service-questionnaire.results .questionnaire .result{
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	width: 77%;
	font-weight: normal;
}

#service-questionnaire.results .questionnaire .holder label{
	display: inline-block;
	vertical-align: top;
	line-height: normal;
	min-width: 135px;
	
}

#service-questionnaire.results .questionnaire .holder{
	min-height: 0px;	
}


#service-questionnaire.results .btn-back{
	background-color: #1BA0DA;
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	letter-spacing: 2px;
	padding: 19px 20px;
	min-width: 245px;
}
#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;	
	}