﻿/*--- Survey Question control ---*/
.survey-question .question-text
{
    vertical-align: middle;
    line-height: 18px;
    font-family: Arial;
    font-size: 14px;
    color: #333333;
    padding: 8px 0px 8px 17px;
}

.survey-question .question-text-vld
{
    margin-left: 16px;
    margin-top: 3px;
}

.survey-question .options
{
    margin-top: 14px;
    margin-left: 16px;
}

.survey-question .option-line
{   
    line-height: 21px;
}

.survey-question .divider
{
    height: 8px;
}

.survey-question .stars
{
    float: left;
}

.survey-question .star
{
    cursor: pointer;
    float: left;
    width: 32px;
    height: 30px;
    margin-left: 7px;
    background-image: url('../../images/common/survey-stars.png');
    background-position: -33px 0;
}

.survey-question .star.selected
{
    background-position: 0 0;
}

.survey-question .stars-divider
{
    clear: both;
    height: 5px;
}

.survey-question .stars-label
{
    color: #333333;
    float: left;
    margin-right: 4px;
    margin-top: 10px;
}

.survey-question .radio-btns label
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding-left: 5px;
}

.survey-question .check-boxes label
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    padding-left: 6px;
}

.survey-question .check-boxes td
{
    padding-right: 50px;
}

.survey-question .pick-list
{
    min-width: 120px;
}

.survey-question .singleline-text td
{
    vertical-align: middle;
    height: 27px;
}

.survey-question .singleline-text .labels
{
    padding-right: 20px;    
}
   
.survey-question textarea
{
    height: 80px;
    padding: 5px;
}

.survey-question .bottomLine
{
    height: 34px;
}

/*--- Survey page ---*/
.survey-action
{
    box-shadow: 1px 1px 12px #737373;
    -webkit-box-shadow: 1px 1px 12px #737373;
    -moz-box-shadow: 1px 1px 12px #737373;
   
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    min-height: 800px;
    font-family: Tahoma;
}

.survey-action .thanks-box
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 585px;
    padding: 20px;
    text-align: center;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
}

.survey-action .thanks-box p
{
    padding: 0px;
    margin: 0px;
}

.survey-action .header-wrapper
{
     box-shadow: inset 0px 0px 8px #737373;
    -webkit-box-shadow: inset 0px 0px 8px #737373;
    -moz-box-shadow: inset 0px 0px 8px #737373;
    height: 120px;
}

.survey-action .header-wrapper .header-wrapper-inner
{
    height: 120px;
}

.survey-action div.header div.logo div.logoImage
{
    margin-left: 25px;
}

.survey-action .questions
{
    margin-top: 10px;
}

.survey-action .mainContent
{
    padding: 10px;
    min-height: 650px;
    border-bottom: 0px;
}

.survey-action .labels
{
    color: #333333;
}

.survey-action .clear
{
    clear: both;
    height: 1px;
}

.survey-action .sectionTitleSurvey
{
    padding: 8px 0 8px 12px;
    background-color: #DADADA; 
}

.survey-action .sectionTitleSurvey p
{
    padding: 0px;
    margin: 5px;
}

.survey-action .separator
{
    margin-top: 16px;
    margin-bottom: 16px;
    border-top: 1px solid #505050;
    height: 1px;
}

.survey-action .submit-area
{
    text-align: center;
    margin-top: 25px;
}

.survey-action .submit-area .btn
{
    min-width: 135px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.survey-action .customer-info
{
    margin-top: 15px;
}

.survey-action .customer-info .customer-info-table
{
    margin-bottom: 12px;
    margin-top: 18px;
    margin-left: 16px;
}

.survey-action .customer-info .customer-info-table td
{
    color: #333333;
    vertical-align: top;
    height: 27px;
}

.survey-action .customer-info .input
{
    padding-left: 25px;
}

.survey-action .customer-info div.validation
{
    margin-top: -5px;  
}

.survey-action .survey-footer
{
	background: url("../../images/common/bg_pattern_footer.png") repeat scroll 0 0 #FFFFFF !important;
    height: 64px;
}

.survey-action .survey-footer .shadow-line
{
    background-image: url('../../images/common/survey-footer.png');
    background-repeat: repeat-x;
    height: 6px;
}

.survey-action .powered-by
{
    margin-left: 20px;
    padding-top: 23px;
    font-size: 11px;
    font-family: Tahoma;
    color: #999999;
    float: left;
}

.survey-action .powered-by img
{
	margin-bottom: -2px;
	border: 0px;
}

  .survey-action .social-links {
    padding-top: 23px;
    margin-right: 20px;
    float: right;
  }

.social-links-survey {
  padding-top: 30px !important;
  margin-right: 10px !important;
  float: right;
}

.survey-action .social-links img
{
    display: block;
    float: left;
}

.survey-action .social-links a
{
    display: block;
    float: left;
    margin-left: 6px;
    margin-top: 1px;
}

.survey-action .privacy {
    padding-top: 27px;
    margin-right: 10px;
}

.survey-action .privacy a {
    margin-left: 0px;
    margin-top: 1px;
}

/* --- error message --- */
.survey-action .inactive-error .error-box
{	
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

	font-family: Arial;
	font-weight: bold;
	border: 2px solid #fec93f;
	background-color: #fff7e4;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
	min-height: 50px;
	margin-top: 50px;
	text-align: center;
	padding-top: 11px;
	padding-bottom: 20px;
}

.survey-action .inactive-error .error-box .oops-line
{
	font-size: 32px;
	color: #F97125;
	line-height: 48px;
}

.survey-action .inactive-error .error-box .info
{
	line-height: 30px;
	color: #646663;	
	font-family: Arial;
    font-size: 13px;
}
