/*NEW SLIDER STYLES FOR SCALE, ETC*/
/* slider widget */
.ui-slider {
	text-decoration: none !important;
}
.ui-slider .ui-slider-handle {
	overflow: visible !important;
}
.ui-slider .ui-slider-tooltip {
	display: none;
}
.ui-slider .screenReaderContext {
	height: 0;
	left: -999999999px;
	overflow: hidden;
	position: absolute;
	width: 0;
}
.ui-slider .ui-state-active .ui-slider-tooltip, .ui-slider .ui-state-focus .ui-slider-tooltip, .ui-slider .ui-state-hover .ui-slider-tooltip {
	bottom: 2.5em;
	bottom: 4.5em;
	display: block;
	font-size: .9em;
	margin-left: -3.7em;
	padding: .3em .2em .4em;
	position: absolute;
	text-align: center;
	width: 14em;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down, .ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	background: none;
	border-bottom-width: 0;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down {
	border-left: 7px dashed transparent;
	border-right: 7px dashed transparent;
	border-top-width: 8px;
	bottom: -8px;
	left: 30%;
	margin-left: -7px;
	right: auto;
}
.ui-slider .ui-slider-tooltip .ui-tooltip-pointer-down-inner {
	border-left: 6px dashed transparent;
	border-right: 6px dashed transparent;
	border-top: 7px solid #fff;
	bottom: auto;
	left: -6px;
	top: -9px;
}
.ui-slider a {
	text-decoration: none;
}
.ui-slider ol, .ui-slider li, .ui-slider dl, .ui-slider dd, .ui-slider dt {
	list-style: none;
	margin: 0;
	padding: 0;
}
.ui-slider ol, .ui-slider dl {
	position: relative;
	top: 1.3em;
	width: 100%;
}
.ui-slider dt {
	border-bottom: 1px dotted #ddd;
	color: #999;
	height: .7em;
	padding-top: .2em;
	position: absolute;
	text-align: center;
	top: 1.5em;
}
.ui-slider dt span {
	background: #fff;
	padding: 0 .5em;
}
.ui-slider li, .ui-slider dd {
	font-size: 0.8em;
	overflow: visible;
	position: absolute;
}
.ui-slider span.ui-slider-label {
}
.ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	cursor: pointer;
}
.ui-slider li span.ui-slider-label-show, .ui-slider dd span.ui-slider-label-show {
	display: block;
}
.ui-slider span.ui-slider-tic {
	height: .8em;
	left: 0;
	position: absolute;
	top: -1.3em;
}
.ui-slider li span.ui-widget-content, .ui-slider dd span.ui-widget-content {
	border-bottom: 0;
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 0;
	border-top: 0;
}
.ui-slider .first .ui-slider-tic, .ui-slider .last .ui-slider-tic {
	display: none;
}
div.slide_container {
	margin-top: 12px;
	min-height: 75px;
}
div.questionTypeLabel {
	margin-top: 12px;
}
.fb_section div.container.questionTypeLabel .label {
	text-indent: 1em;
}
div.slide_container div.label,.fb_section div.container div.label {
	color: #333;
	float: none;
	padding-left: 1em;
	text-align: left;
	text-indent: -1em;
	width: auto;
}
div.slide_container div.label label {
	padding: 8px 0 3px 0px;
}
div.slide_container div.field {
	height: 75px;
	margin: 0 30px;
}
.ui-slider-horizontal {
	margin-top: 10px;
}
.fb_page {
	padding: 10px;
}
.fb_section_header {
	background-color: #3C6798;
	background-image: -moz-linear-gradient(top, #2C517E, #4C75A9);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #2C517E),color-stop(1, #4C75A9));
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2C517E', EndColorStr='#4C75A9');
	font-size: 16px;
	padding: 3px 0 3px 9px;
	-webkit-border-radius: 3px 2px 3px 2px;
	-moz-border-radius: 3px 2px 3px 2px;
	border-radius: 3px 2px 3px 2px;
}
.fb_page_name {
	font-size: 14pt;
}
.fb_section {
	background-color: #EEE;
	border: 1px solid #ccc;
	margin: 0 auto 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 7px #e3e3e3;
	-webkit-box-shadow: 0px 0px 7px #e3e3e3;
	box-shadow: 0px 0px 7px #e3e3e3;
	width: 750px;
}
body#layout_plain .fb_section{
	width: 950px;
}
.fb_section.nomargin {
	margin: 0;
}
.fb_section_header_toolbar {
	font-size: 12px;
	padding-right: 5px;
	padding-top: 3px;
	text-align: right;
}
.fb_section_header_toolbar a {
	color: white;
}
.fb_section_header_toolbar div {
	display: inline;
	margin-right: 7px;
}
.fb_questions {
	padding: 10px;
}
.fb_questions textarea {
	width: 611px;
}
.fb_question {
}
.page_average {
	background-color: #fff;
	border: 0px solid #fff;
	margin-top: 2px;
	padding-bottom: 5px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.page_average div.slide_container div.label {
	color: #000;
	font-size: 1.3em;
	padding-left: 9px;
}
.page_average div.slide_container {
	border-width: 0;
	margin-top: 2px;
}
.section_average div.label {
	margin-left: 5px;
}
.section_average .ui-slider li span.ui-slider-label,.section_average .ui-slider dd span.ui-slider-label,.page_average .ui-slider li span.ui-slider-label,.page_average .ui-slider dd span.ui-slider-label {
	cursor: auto;
}
.fb_questions div.container {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0px solid #ccc;
	padding: 8px 3px;
}
.fb_questions div.slide_container,div.questionTypeLabel {
	border-bottom: 0px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.fb_questions .section_average .slide_container {
	background-color: #eee;
	border-width: 0;
	margin-top: 4px;
	padding-top: 3px;
}
.section_average .ui-slider span.ui-slider-tic,.page_average .ui-slider span.ui-slider-tic {
	/*border-width: 0;*/
	z-index:1000;
}
.section_average .ui-slider.ui-slider-horizontal {
	top: 0;
}
.section_average .ui-slider .ui-slider-handle,.page_average .ui-slider .ui-slider-handle {
	display: none;
}
.progress-bar.ui-progressbar {
	height: 0.9em;
	position: relative;
	top: -13px;
}
.ui-slider.ui-slider-horizontal {
	height: 0.9em;
	top: 10px;
}
div.pdf .ui-slider.ui-slider-horizontal {
	height:20px
}
span.no-expand,span.expand {
	margin-top: 10px;
}
.fb_question div.label {
	float: none;
}
.fb_question div.field {
	margin-left: 25px;
}
.fb_form_header {
	margin-top: 15px;
}
#layout_setup .section .ui-widget-header {
	border-width: 0;
}
select.slider {
	display: none;
}
span.chrCount_Container {
	display: block;
}
dl {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 8px 3px;
}
dl dt {
	font-weight: bold;
}
dl dd ul {
	list-style-type: disc;
	padding-left: 15px;
}
/*shapes*/
div.review.slide_container div.label {
	margin-bottom: 8px;
	display:block;
	/*height:30px;*/
}
/*
div.review.slide_container div.label label {
	clear: right;
    display: block;
    margin-right: 6px;
    position: relative;
    text-indent: 3px;
    float:left;
}*/
div.review.slide_container div.label label span {
	display: block;
	height: 20px;
	width: 20px;
}
div.review.slide_container div.label label span.text-peer,div.review.slide_container div.label label span.text-self {
	display: block;
	width: 40px;
	height: 40px; 
}
div.review.slide_container div.field{
	position: relative;
	top:9px;
}
div.review a {
	border-width: 0px;
}
div.pdf a.ui-slider-handle.ui-widget-header.icon{
	margin-left:0;
}
a.ui-slider-handle.gradient.gradient-manager {
	background-color: #47d100;
	background-image: -moz-linear-gradient(left center, #c3ffa5, #47d100);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #c3ffa5),color-stop(1, #47d100));
	background-image: linear-gradient(left center, #c3ffa5, #47d100);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr='#c3ffa5', EndColorStr='#47d100');
}
a.ui-slider-handle.gradient.gradient-self {
	background-color: #5e92c8;
	background-image: -moz-linear-gradient(left center, #B3CEEA, #5e92c8);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #B3CEEA),color-stop(1, #5e92c8));
	background-image: linear-gradient(left center, #B3CEEA, #5e92c8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr='#B3CEEA', EndColorStr='#5e92c8');
}
a.ui-slider-handle.gradient.gradient-peer {
	background-color: #d8d700;
	background-image: -moz-linear-gradient(left center, #fffeaa, #d8d700);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #fffeaa),color-stop(1, #d8d700));
	background-image: linear-gradient(left center, #fffeaa, #d8d700);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr='#fffeaa', EndColorStr='#d8d700');
}
a.ui-slider-handle.gradient.gradient-team {
	background-color: #e75151;
	background-image: -moz-linear-gradient(left center, #ff8f8f, #e75151);
	background-image: -webkit-gradient(linear,left top,right bottom,color-stop(0, #ff8f8f),color-stop(1, #e75151));
	background-image: linear-gradient(left center, #ff8f8f, #e75151));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorStr='#ff8f8f', EndColorStr='#e75151');
}
div.review .ui-slider-horizontal .ui-slider-handle.gradient {
	height: 15px;
	margin-top: 3px;
	opacity: 0.9;
	z-index: 1;
}
div.review .ui-slider-horizontal .ui-slider-handle {
	border: 0;
}
div.review .ui-slider li span.ui-slider-label, .ui-slider dd span.ui-slider-label {
	cursor: auto;
}
div.review .ui-slider-label.last {
	margin-left: -15px;
}
div.question_document_upload {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 6px;
	margin-top: -1px;
	padding-bottom: 3px;
	padding-right: 3px;
	text-align: right;
}
div.fb_page_header_pdf_link {
	float: right;
}
div.fb_step_tabs {
	margin-bottom: 8px;
	margin-top: 3px;
}
.ui-slider-label {
	margin-top: 10px;
	position: absolute;
	white-space: nowrap;
}
div.pdf .ui-slider-label {
margin-top:21px;
top:10px;
}
/*people design*/
.ui-slider-handle.ui-widget-header.icon,.ui-slider-handle.ui-widget-header {
	border: 0;
	cursor: pointer;
	height: 40px;
	margin-left: -25px;
	top: -20px;
	width: 46px;
}
.ui-slider-handle.ui-widget-header.gradient {
	cursor: default;
	margin-left: -5px;
	top: -5px;
}
.ui-slider-handle.ui-widget-header.ui-state-hover.icon,.ui-slider-handle.ui-widget-header.ui-state-hover,.ui-slider-handle.ui-widget-header.ui-state-focus {
	opacity: 0.8;
}
/*cms slider styles*/
.cms_slider .ui-slider-handle.ui-widget-header.icon,.cms_slider .ui-slider-handle.ui-widget-header{
	top: 0;
	width: 20px;
	height:20px;
	margin-left:-10px;
}