html { visibility:hidden; }/*html, body, form, #container {
	height: 100%;
}*/

form {
	width: 100%;
}

body {
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background-color: #eef1ff;
    margin: 0;
}


body, p, div, table, td, span, input, select
{
	font-family: Arial, Helvetica, sans-serif;	
}


.radio
{
	width:70px;
	display:table;
}

.radio label
{
	float:right;
}

input.radio 
{
	float:left;
}

.choice-label div img, .choice-label img{
    pointer-events: none;
}

img
{
	border:0;
}

a, a:visited
{
	color:#3333FF;
	text-decoration:underline;
}

 a:hover
 {
	color:#333;
	text-decoration:none;
 }

  /* STARTz - CSS Button Overlay Switch */
 .txtOptionOverlay {
     font-weight: normal; 
 }

/* ENDz - CSS Button Overlay */

 /****** Print/Email buttons     ******/

.email-survey-button
{
	display:block;
	width:280px;
	background: url(../../../Surveys/CssTemplates/plain/email.png) no-repeat left;
	background-position: 4px center;
	line-height:3;
	margin:2px;
    padding-left: 40px;
    text-align: left;
}

 
.print-survey-button
{
	display:block;
	width:280px;
	background: url(../../../Surveys/CssTemplates/plain/button-print-1.png) no-repeat left;
	line-height: 3;
	margin:2px;
    padding-left: 40px;
    text-align: left;
}

a:hover.print-survey-button
{
	background: url(../../../Surveys/CssTemplates/plain/button-print-2.png) no-repeat left; 
	color:#333;
}

 /****** Print/Email buttons ******/
 
 
 /******top buttons     ******/
 
#top-buttons
{
	float:right;
	padding:10px;
}

.divider
{
	width:50px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
}
 /******end top buttons ******/
 
 
 /********* Footer Buttons********************/
 #btnReturnLater
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:30px;
	border:0;
	border-right:1px solid #fff;
	margin-top:5px;
	cursor:pointer;
}

#btnSurveyList
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:30px;
	border:0;
	border-right:1px solid #fff;
	margin-top:5px;
	cursor:pointer;
}

#btnReturnLater:hover
{
	color:#000;
}

#btnReview
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:40px;
	border:0;	
	border-right:1px solid #fff;
	margin-top:5px;
	cursor:pointer;
}

#btnReview:hover
{
	color:#000;
}

#btnFinalise
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:40px;
	border:0;
	margin-top:5px;
	cursor:pointer;
}

#btnFinalise:hover
{
	color:#000;
}

#btnReturnLaterTop 
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:30px;
	border:0;
	border-right:1px solid #fff;
	margin-top:5px;
	cursor:pointer;
}

#btnReturnLaterTop:hover
{
	color:#000;
}

#btnReviewTop 
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:40px;
	border:0;	
	border-right:1px solid #fff;
	margin-top:5px;
	cursor:pointer;
}

#btnReviewTop:hover
{
	color:#000;
}

#btnFinaliseTop
{
	color:#fff;
	font-size:1.4em;
	padding:0 10px 0 10px;
	background-color: Transparent; 
	height:40px;
	border:0;
	margin-top:5px;
	cursor:pointer;
}

#btnFinaliseTop:hover 
{
	color:#000;
}
/********* End Footer Buttons *************/

#footer {
	width:100%;
	color:#000;
	font-size:1em;
	text-align:center;
	background-color:#fff;
}

#copyright 
{
	color:#000;
	font-size:1em;
	text-align:center;
	margin:10px auto 10px auto;
    padding-left: 20px;
}


/***** display/layout *******/

.bold {font-weight:bold;}
.float-left{float:left;}
.float-right{float:right;}
.clear{clear:both;}
.clear-left{clear:left;}
.hidden {display:none;}
.visible {display:block;}

/***** end display/layout *****/ 

/******* section *********/
.section-text
{
	font-size:29px;
	font-weight:normal;
	color:#000;
	width:95%;
	padding:15px 10px 30px 10px;
	text-align: left;
}
/******* end section *********/


/******* question *********/

#questions {
	padding: 10px;
}

.question-text
{
	color:#000000;
	font-size:13px;
	line-height:1.5em;
	margin-bottom:10px;
    vertical-align: top;
}

.labelQuestionText {
     font-weight: normal;
}
.question-content
{
	width:99%;
}

.question-content table .question-text
{
    margin-bottom:0px;
}

.question-content table .question-prefix
{
    /*margin-top:1px;*/
}


.question-body
{
	display:block;
	margin-top:10px;
	margin-left:10px;
}



.question-prefix
{
	float:left;
	font-weight:bold;
	margin-right:5px;
	color:#000;
        line-height: 1.5em;    
}

#bottom-nav-center {
    height: 100%;
}

#bottom-nav-center table {   
    height: 100%;
}

#bottom-nav-center button{
    font-size: 16px;
}

/******* end question *********/

/******* text question *******/
.text-question
{
	padding:5px;	
}

div.text-question label 
{
	
	display:block;
	float:left;
	overflow:visible;
	color:#000;
}

div.text-question input
{
	float:left;
		
}


div.text-question span 
{
	float:left;
	width:20px;
	text-align:right;
}

.total
{
	border:0;	
}

/******* logo ***********/
#logo
{
	display:block;
	width:100%;
	height:100%;
}
/******* end logo ***********/


/******* tooltip/bubble text/dialog ***/
.toolTip
{
	background:transparent url(../../../surveys/images/help.png) no-repeat scroll right center;
	cursor:help;
	padding-right:12px;
	line-height:15px;
	position:relative;
	float:none !important;
	text-align:left !important;
	color:#3366FF;
}

.toolTipWrapper { 
        position: absolute;
        top: 20px;
        display: none; 
        font-weight: bold;
        font-size: 9pt; 
        z-index:101;
        border:1px solid #999;
        background-color:#f5f5f5;
        padding:10px;
        min-width:400px;
}

.ui-tooltip-content h1
{
    padding: 0;
    font-size: 28px;
    border-bottom: none;
}

/* Dialog styles */
.dialogHelp
{
	cursor:pointer;
}

.ui-dialog .ui-dialog-titlebar 
{
    min-height: 20px;
}

.loading {
    background: url(../../../Surveys/CssTemplates/plain/loading.gif) no-repeat center !important;
}

.ui-widget-content li {
	margin-bottom: 6px;
}

/******* end tooltip/bubble text/dialog ***/


/******* date picker ***/

.ui-datepicker-trigger {
    vertical-align: middle;
}

/******* end date picker ***/


/******* sidebar **************/

#sidebar 
{

	position:fixed;
    top:10px;   
    left:0;   
    /*height:100px;*/
    width:370px;
}   

#sidebar-top 
{
	float:left;
	width:0%;	
	height:9px;	
	background-color: #E3E1E2;
	display:block;
}

#sidebar-topright
{
	display:block;
	width:20%;	
	height:9px;	
	background-color: #E3E1E2;
	float:left;
}

#sidebar-left
{
	/*background-color:#E3E1E2;*/
    background-color:white;
	float:left;
	width:0%;	
	height:100%;
	border-style:solid;
	border-color:#B3B3B3;
    border-width: 1px 0px 1px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

#sidebar-center
{
	float:left;
	width:7%;
	height:90%;
	cursor:pointer;
}
.sidebar-opened
{
	background: #900000 url(../../../surveys/images/sidebar-opened.png) no-repeat center left;
}

.sidebar-closed
{
	background: #900000 url(../../../surveys/images/sidebar-closed.png) no-repeat center left;
}


#sidebar-right
{
	display:block;
	width:5%;
	float:left;
	height:90%;
}

#sidebar-bottom
{
	float:left;	
	height:9px;	
	display:block;
	width:0%;	
}

#sidebar-bottomright
{
	float:left;
	display:block;
	width:20%;	
	height:9px;	
}

#sidebar-list
{
	display:none;
}


#sidebar-left ul {       
    margin: 0;
    padding: 0;
}   

#sidebar-left li
{
	list-style:none;	
}

#sidebar-left ul li div    
{

   display:block;       
	font-size:10px;
	line-height:1.1em;      
    text-decoration:none;      
    color:#000000;
}  

#sidebar-left div    
{	
	padding:3px;	
}
#sidebar-left li:hover   
{	
	background-color:#E3E1E2;
}
/*#sidebar-left div:hover   
{	
	background-color:#E3E1E2;
}*/

.sidebar-selected 
{
	background-color:#fff;
}

.sidebar-title
{
	margin:0 0 5px 0px; 	
	font-size:1.3em;
	/*font-weight:bold;*/
	display:none;
}

.sidebar-hyperlink {
    color: #000000;
}
.sidebar-currentSectionBackground {
	background-color:#D4D2D2;
}

.sidebar-sectionVisitedStatus {
   color:green !important;
}

.sidebar-sectionNotVisitedStatus {
    color:red !important;
}

.sidebar-Row {   
    float:left;
    white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
    width: 250px;
}


/******* end sidebar **************/

/************* Overall Survey buttons *************************/
.survey-input-button /* input type=button*/
{
    background-color: transparent;
    background-position:top;
    background-repeat:no-repeat;
    width:70px;
    height:25px;
    border:none;   
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

/************* END overall Survey buttons *************************/



/************* Drag n Drop Rank Question Type**********************/
.dragRankContainer
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
}

.dragRankContainer li
{
    cursor: url(../../../surveys/images/grab.png), move;
    margin-bottom: 5px;
}

li.rankItem
{
    color: #000000;
    background-color: #F4F7FF;
	border: 1px dotted #94B5FF;
}

li.ui-sortable-helper
{
    cursor: url(../../../surveys/images/grabbing.png), move;
}

li.rankItem:hover
{
    background: none repeat scroll 0 0 #94B5FF;
}

.dragNDropDotsImg
{
    padding-left: 8px;
    padding-top: 5px;
}

.dragnDropHandle
{
    background: url(../../../surveys/images/grabHandle.png) no-repeat scroll 0 0 transparent;
    height: 40px;
    width: 40px;
}

.dragNDropRankScore
{
	width: 35px;
}

.dragNDropRankText
{
    background: url(../../../surveys/images/round.png) no-repeat scroll 0 0 transparent;
    text-align: center;
    height: 28px;
    width: 27px;
    padding-right: 23px;
}

.rankScore
{
    position: relative;
    top: 4px;
}


/*************End of Drag n Drop Rank Question Type ***********************/

/************* Bucket Drag Question Type***********************************/

.optionGallery
{
    margin-top: 10px;
    min-height: 100px;
    display: inline-block;
    width: 100%;
}

.optionGallery li
{
    color: #000000;
    float: left;
    padding: 0.4em;
    margin: 0 0.4em 0.4em 0;
    background-color: #F4F7FF;
    width: 80px;
    height: 80px;
    border: 1px solid #94B5FF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.2);
}

.optionGallery li:hover
{
    background-color: #94B5FF;
}

.ui-draggable
{
    cursor: url(../../../surveys/images/grab.png), move;
}

.ui-draggable-dragging
{
    cursor: url(../../../surveys/images/grabbing.png), move;
}

.droppable
{
    float: left;
    margin: 10px 10px 0 0;
}

.bucketTitle
{
    color: #000000;
    padding: 5px;
}

.bucketTitle div:before
{
    content: url(../../../surveys/images/arrow-down.png);
    padding-right: 5px;
}

.bucketTitle div:after
{
    content: url(../../../surveys/images/arrow-down.png);
    padding-left: 5px;
}

.droppableTarget
{
    width: 188px;
    min-height: 240px; 
    height: auto !important; 
    height: 240px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5) inset;
    background-color: #94B5FF;
    padding: 5px;
    text-align: left;
}

.dragDroppableActive {
	background-color: aliceblue;
}

.bucketHighlight {
	background-color: #ECECEC;
}

.custom-state-active {
    background-color: aliceblue;
}

.dragDroppableHover {
	background-color: #F6F6F6;
}

.bucketdrag-table {
    width: 100%;
    position: relative;
}

.bucketdrag-table td {
    padding-bottom: 10px;
}

li.transparentItem {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

li.transparentItem:hover {
    background-color: transparent;
}

li.transparentText {
    color: transparent;
}

.transparentBucket
{
    background-color: transparent;
    border: 1px solid #94B5FF;
}

/*************End of Bucket Drag Question Type ****************************/


/************* Star rating Question Type***********************************/

.starRatingContainer
{
	font-size: 12px;
}

.bigStars .raty-cancel
{
    padding: 4px;
}

/*************End of Star rating Question Type ****************************/


/************** Slider Question Type **************************************/

.sliderContainer
{
    padding: 5px;
	font-size: 12px;
}

.sliderScaleValueBox
{
    background-color: #A2A2A2;
    color: #FFFFFF;
    height: 18px;
    line-height: 17px;
    margin: 0 5px;
    min-width: 24px;
    padding: 0 3px;
    position: relative;
    white-space: nowrap;
    border-radius: 3px;
    text-align: center;
}

.sliderTotalDiv {
    padding-top: 10px;
}

.sliderTotalLabel div {
    display: inline-block;
}

.sliderTotalLabel span {
    float: unset !important;
}

.sliderTotalInput {
    width: 40px;
    margin: 0 0 0 20px !important;
    padding: 0;
}

/************** End of Slider Question Type *******************************/

/***************ERROR***********************************************/

select.error
{
	border:1px dashed #b22222;
}

div.error
{
    color: #B22222;
	font-weight: bold;
	font-size: larger;
	/*background-image: url('../../../surveys/images/Warning.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;*/
	/*padding-left: 30px;*/
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;

	/*color:#b22222;
	background-image: url('../../../surveys/images/Warning.gif');
	background-position: 5px 5px;
	background-repeat:no-repeat;
	background-color:#FFE6E6;
	padding-left:30px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	border:1px solid #b22222;
	margin:5px;
	clear:both;*/
}

/***************End of ERROR***********************************************/

.matrix-cell {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.matrix-table td {
    position: relative; 
    background-clip: padding-box;
}

.matrix-response-even label span{
	float: none;
    width: 100%;    
}

.matrix-response-odd label span{
	float: none;
    width: 100%;    
}

.choice-table-option {
    position: relative; 
}

.smiley-table {
    width: auto !important;
    background-color: transparent !important;
}

.smiley-table td {
    border: none !important;
}

.smiley-option {
    padding: 0 !important;
}

.smiley-Radio {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.smiley-Wrapper {
    display: inline-block;
    margin: 2px;
}

.smiley {
    margin: 7px;
}

.smiley-checked {
    background-color: #c5c5c5;
}

.smiley-Group {
    width: 100%;
    border-spacing: 0;
}

.smiley-selected-option-text {
    padding: 5px;
    margin-top: 10px;
    display: inline-block;
    color: darkgray;
    font-weight: bold;
}

.netPromoterScore-Red-Background {
    background-color: #f4c9c3 !important;
    color: #000 !important;
}

.netPromoterScore-Yellow-Background {
    background-color: #F7F788 !important;
    color: #000 !important;
}

.netPromoterScore-Green-Background {
    background-color: #6BFA77 !important;
    color: #000 !important;
}

.netPromoterScore-Red-Background3 {
    background-color: #ff0000;
    color: #000 !important;
}

.netPromoterScore-Yellow-Background3 {
    background-color: #F2F211;
    color: #000;
}

.netPromoterScore-Green-Background3 {
    background-color: #13F026;
    color: #000;
}

.netPromoterScore-Red-Border {
    border-bottom: 3px solid #ff0000 !important;
}

.netPromoterScore-Yellow-Border {
    border-bottom: 3px solid #F2F211 !important;
}

.netPromoterScore-Green-Border {
    border-bottom: 3px solid #13F026 !important;
}

.netPromoterScore-Table .matrix-cell {
    font-size: 0px;
}

/*to hide google autocomplete logo*/
.pac-container:after{
    content:none !important;
}

.HeaderSurveyName {
    display: none;
}

.ScrollController {
    display: none;
    position: absolute;
    right: 0px;
    z-index: 1;
    background-size: 20px 13px;
    top: 0;
    width: 0;
    height: 0;
    -webkit-animation-delay: 0s;
    -webkit-animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    opacity: 1;
    border: 1px solid #666;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    background:  #000 url('../../../surveys/images/RightArrow.png') center center no-repeat;
    background-size: 30px;
    opacity: .6;
}

.CompleteAddressStreetAddress {
    min-width: 422px;
}

.multiSliderContainer tr td:nth-child(1) {
    width: 0px !important;
}

.multiSliderContainer tr td:nth-child(2) {
    width: 30% !important;
}

.multiSliderContainer tr td:nth-child(4) {
    width: 68% !important;
}

#customFooter {
    padding: 25px 10px;
}

.ui-slider-horizontal {
    cursor: pointer;
}

.ui-slider-handle {
    width: 25px !important;
    height: 25px !important;
    top: -7px !important;
    margin-left: -10px !important;
    border-radius: 15px;
    outline-width: 0;
    cursor: pointer !important;
    border: none !important;
}

.ui-slider-handle-Square {
    border-radius: 5px;
}

.SingleAnswerSlider {
    padding: 25px 35px;
    margin-top: 60px;
}

.clearSlider {
    position: absolute;
    top: -5px;
    left: -55px;
    cursor: pointer;
    font-size: 12px;
    color: #cc4946 !important;
}

.SingleAnswerSliderBottom {
    margin-top: 15px;
    margin-bottom: 35px;
}

.matrix-table .SingleAnswerSlider {
    margin-top: 0px;
    padding: 15px 30px;
}

.matrix-table .clearSlide {
    left: -48px;
}


.SingleAnswerSliderTD {
    vertical-align: top;
}

.SingleAnswerSlider > div {
    margin: 0 15px;
}

.sliderLegend {
    position: absolute;
    margin-left: -35px;
    margin-top: -45px;
    display: inline-block;
    text-align: center;
    width: 80px;
    opacity: .5;
    font-size: 14px;
}

.sliderLegend:hover {
    cursor: pointer;
    font-weight: bold;
}

.sliderLegendAtBottom{
    margin-top: 25px;
}

.SliderDefaultState {
    left: -5% !important;
    background-color: lightgray !important;
}

.sliderLabelHighlighter{
    font-weight: bold;
    color: #787878;
    opacity: 1;
}

.sliderHiddenValue {
    visibility: hidden;
    width: 0px;
    height: 0px;
}

.sliderRadio {
    opacity: 0;
    position: absolute;
}
body {
    color: #666666;
    font-size: 14px;
    background-color: #eee;
}

html, body, form, #container {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}


#copyright {
    padding-left: unset;
    padding-top: 25px;
    height: 50px;
}

.section-text {
    width: unset;
    padding: 20px;
    font-size:24px;
}

.question-text {
    color: #000000;
    font-size: 18px;
}

.labelQuestionText {
    font-size: 14px;
}

.question-prefix {
    font-size: 18px;
    font-weight:normal;
}

.question-content {
    width: unset;
    float: unset;
    display: unset;
}

.question-body {
    margin: 10px;
}

#bottom-nav-center {
    padding-top: 20px;
    background-color: #4D83E3;
}


div.text-question label {
    display: unset;
    float: unset;
    overflow: unset;
    color: unset;
}

.select2-container {
    margin-left: 10px !important;
}

.dragRankContainer {
    margin-left: 10px;
}

li.rankItem {
    color: unset;
}

.sliderScaleValueBox {
    background-color: #4d83e3;
    min-width: 27px;
    padding: 1px;
}


input[type=radio], input[type=checkbox] {
    opacity: 0;
    position: absolute;
}



.matrix-cell {
    cursor: pointer !important;
    display: inline-block;
    width: 95%;
    height: 40px;
    background-position: center !important;
    border-radius: 10px;
    border: 2px solid transparent;
    position: unset;
}

    .matrix-cell:hover {
        border: 2px solid #4d83e3;
        cursor: pointer !important;
        z-index: 9999;
    }



.matrix-table td {
    position: relative;
    padding: 5px;
}

.choice-table-option {
    position: relative;
}
.smiley-Wrapper {
    border: 2px solid transparent;
    border-radius: 22px;
}

    .smiley-Wrapper:hover {
        border: 2px solid #4d83e3;
    }

.smiley {
    margin: 8px;
}

.smiley-checked {
    background-color: #4d83e3;
}
.netPromoterScore-Table td label.matrix-cell {
    background-image:none;
}
.netPromoterScore-Red-Background3 {
    background-color: transparent;
}

    .netPromoterScore-Red-Background3 .matrix-cell {
        background-color: #f4c9c3;
        border-color: #ff0000;
    }

.netPromoterScore-Yellow-Background3 {
    background-color: transparent;
}

    .netPromoterScore-Yellow-Background3 .matrix-cell {
        background-color: #F7F788;
        border-color: #F2F211;
    }

.netPromoterScore-Green-Background3 {
    background-color: transparent;
}

    .netPromoterScore-Green-Background3 .matrix-cell {
        background-color: #6BFA77;
        border-color: #13F026;
    }

.netPromoterScore-Red-Border {
    border-bottom: 3px solid #ff0000 !important;
}

.netPromoterScore-Yellow-Border {
    border-bottom: 3px solid #F2F211 !important;
}

.netPromoterScore-Green-Border {
    border-bottom: 3px solid #13F026 !important;
}

.netPromoterScore-Label-Row {
    display: none;
}

.netPromoterScore-Table {
    min-height: 30px;
}

    .netPromoterScore-Table .matrix-cell {
        font-size: 14px;
        cursor: pointer !important;
        padding: 10px;
        border: 2px solid;
        border-radius: 15px;
        height: unset;
        width: auto;
        min-height: 17px;
        max-height: 17px;
        min-width: 25px;
    }

    .netPromoterScore-Table label:hover {
        border: 2px solid #4d83e3;
        cursor: pointer !important;
        z-index: 9999;
    }

.netPromoterScore-radio:checked + .matrix-cell {
    color: #fff;
    background-color: #4d83e3;
    border: 2px solid #4d83e3;
}


/******** HTML *******/

textarea {
    border-radius: 7px;
    border: 1px solid lightgray;
    padding: 5px;
}

/******** end HTML *******/

/****** top buttons ******/

#btnPrint {
    width: 40px;
    height: 40px;
    background: #4d83e3 url(../../../Surveys/CssTemplates/style1/button-print-1.png) no-repeat;
    position: absolute;
    top: 90px;
    right: 0;
}

a#btnPrint:hover {
    background: #4d83e3 url(../../../Surveys/CssTemplates/style1/button-print-2.png) no-repeat;
}

.return-survey-button {
    display: block;
    width: 300px;
    height: 40px;
    background: url(../../../Surveys/CssTemplates/plain/button-return-1.png) no-repeat left;
    line-height: 3;
    margin: 2px;
    padding-left: 50px;
    color: #666;
}

a:hover.return-survey-button {
    background: url(../../../Surveys/CssTemplates/plain/button-return-2.png) no-repeat left;
    color: #333;
}

#btnHelp {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../../Surveys/CssTemplates/style1/button-help-1.png) no-repeat;
    position: absolute;
    right: 150px;
    top: 20px;
}

a#btnHelp:hover {
    background: url(../../../Surveys/CssTemplates/style1/button-help-2.png) no-repeat;
}

/****** end top buttons ******/

/****** footer ********/
#bottom-nav {
    height: 55px;
    /* background: url(../../../Surveys/CssTemplates/style1/nav-bg-blue.png) repeat-x;  */
    text-align: center;
    position: relative; /* fix for safari */
}

#footer {
    background-color: transparent;
    float: unset;
}

#btnNext {
    color: #fff;
    font-size: 1.4em;
    padding-right: 30px;
    padding-left: 10px;
    background: Transparent url(../../../Surveys/CssTemplates/style1/arrow-right-1.png) no-repeat;
    background-position: right center;
    height: 40px;
    border: 0;
    /*border-left:1px solid #fff;*/
    cursor: pointer;
}

    #btnNext:hover {
        color: #000;
        background: Transparent url(../../../Surveys/CssTemplates/style1/arrow-right-2.png) no-repeat;
        background-position: right center;
    }

#btnPrevious {
    color: #fff;
    font-size: 1.4em;
    padding-right: 10px;
    padding-left: 30px;
    background: Transparent url(../../../Surveys/CssTemplates/style1/arrow-left-1.png) no-repeat;
    background-position: left center;
    height: 40px;
    border: 0;
    border-right: 1px solid #fff;
    cursor: pointer;
}

    #btnPrevious:hover {
        color: #000;
        background: Transparent url(../../../Surveys/CssTemplates/style1/arrow-left-2.png) no-repeat;
        background-position: left center;
    }

/****** end footer ********/


/******* question *********/

.question-wrap {
    /* border: 1px dotted #7995C6; */
    background-color: #FFF;
    margin-bottom: 10px;
    padding: 10px;
    /* display:block; */
    /* width:97%; */
}

/******* end question *********/

/******* rank question *******/
table.rank-table {
    width: 100%;
    /* background-color:#E6EDFE; */
    /* border-collapse:collapse; */
}

    table.rank-table td {
        /* border-bottom:1px solid #fff; */
        padding: 10px;
    }

    table.rank-table input {
        width: 30px;
    }

div.choice-input input {
    width: 100px !important;
}


table.rank-table label {
}
/******* end rank question *******/

/******* text question *******/
input.textbox {
    /*border:1px dotted #7995C6;*/
}

/******* end text question *******/


/**** choice(radio/checkbox etc col/row layout) ******/

.choice-table {
    /* border-collapse: collapse; */
    width: 100%;
    /* background-color:#E6EDFE; */
}

/*.choice-table input{ border:0; }*/

table.choice-table td {
    /* padding:4px; */
    /* border:1px solid #fff; */
    /* padding-bottom: 5px; */
    vertical-align: top;
}

.choice-table-option {
    /* border-bottom:1px solid #fff; */
    /* padding:10px;	 */
}

.choice-table-option-left {
    /* border-bottom:1px solid #fff; */
    /* border-right:1px solid #7995C6; */
    /* padding:5px; */
}

.choice-label {
    padding: 12px 12px 12px 15px;
    border: 2px solid lightgray;
    border-radius: 50px;
    margin: 5px;
    display: block;
    width: unset !important;
}

    .choice-label:hover {
        /* background-color: #4d83e3 !important;    */
        border: 2px solid #4d83e3;
        cursor: pointer !important;
    }

.choice-label-center {
    text-align:center;
}
.choice:checked  ~ label {
    color: #fff;
    background-color: #4d83e3;
    border: 2px solid #4d83e3;
}
.choice:checked + label {
    color: #fff;
    background-color: #4d83e3;
    border: 2px solid #4d83e3;
}

.choice:focus ~ label {
    border: 2px solid #4d83e3;
}

.choice {
    opacity: 0;
    position: absolute;
}

.choice-other {
    /* float:left; */
    /* clear:both;  */
    padding: 15px;
}

.choice-input {
    float: none !important;
}

div.choice-other label {
    padding-right: 10px;
    /* float:left; */
}

div.choice-other input {
    /* float:left; */
}

.choice-table-row-label {
    color: #fff;
    background-color: #7995C6;
}

/**** end choice (radio/checkbox etc col/row layout) ******/

/******** matrix *********/
.matrix-table {
    border-collapse: collapse;
    width: 100%;
}

/* Numbered Responses */
table.matrix-table table td {
    padding-left: 3px;
    border: none 0px;
    vertical-align: top;
}

.matrix-option-group-odd {
    text-align: center;
}

.matrix-option-group-even {
    background-color: #f5f5f5;
    text-align: center;
}

.matrix-option-group-left {
    background-color: Transparent;
}

.matrix-option-odd {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.matrix-option-even {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
}

.matrix-options-left {
}

.matrix-response-option-odd {
    text-align: center;
}

.matrix-response-option-even {
    text-align: center;
    background-color: #f5f5f5;
}


.matrix-response-odd {
    font-size: 15px;
}

.matrix-response-even {
    font-size: 15px;
}

tr.matrix-response-row-even td.matrix-response-option-odd {
}

tr.matrix-response-row-odd td.matrix-response-option-odd {
}

tr.matrix-response-row-even td.matrix-response-option-even {
}

tr.matrix-response-row-odd td.matrix-response-option-even {
}

tr.matrix-response-row-odd:hover, tr.matrix-response-row-even:hover,
tr.matrix-response-row-odd:hover td, tr.matrix-response-row-even:hover td {
    background-color: #eee;
}

/******* R number *****************/
.rnumber {
    color: #b22222;
    padding: 2px;
}
/******* end R number *****************/

/******* progress bar *****************/
#progressbar {
    float: left;
    width: 110px;
    height: 14px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50px;
}

#progressbar-complete {
    float: left;
    height: 14px;
    background-color: white;
    background-repeat: repeat-x;
    border-radius: 50px;
}

#progressbar-text {
    padding-bottom: 4px;
    /* width:120px; */
    font-size: 14px !important;
    /* color:#fff; */
    float: left;
    color: white;
    /* margin-top:5px; */
    margin-left: 15px;
    padding-right: 15px;
    display: block;
}
/******* end progress bar *****************/


/******* confirm **************/
.confirm {
    display: none;
    /*border: 2px solid  #000159;*/
}

    .confirm h1 {
        font-size: 1.5em;
        color: #326ea2;
        line-height: 20px;
        margin: 10px;
    }

input.confirm {
    font-size: 1.2em;
    width: 60px;
    text-align: center;
    margin: 5px;
    cursor: pointer;
}
/******* end confirm **************/


#container {
    min-height: unset;
    height: unset;
    max-width: 960px;
    margin: 7px auto 0;
}

.push {
    height: 4em;
}

#wrap {
    /* min-height: 100%; */
    /* height: auto !important; */
    /* height: 100%; */
    /* margin: 0 auto -6em; */
    background-color: #fff;
    width: 100%;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#content {
    /* float: left; */
    width: 100%;
    /* background-color: #fff; */
    /* padding-left:10px; */
    /* padding-bottom:100px; */
}

#top {
    position: relative;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    background-color: #4D83E3;
    color: #fff;
    font-size: 14pt !important;
    display: table;
    width: 100%;
    height: 80px;
}

#top-left {
    float: right;
    display: table-cell;
    padding-right: 10px;
    padding-top: 20px;
    width: 130px;
}

#top-right {
    /*background-color:red; */
    float: left;
    display: table-cell;
    width: 80%;
    text-align: right;
    height: 50px;
}

#top-left-corner {
    display: none;
}

#top-right-corner {
    display: none;
}

#page-header {
    padding: 10px;
    width: 95%;
}

.HeaderSurveyName {
    display: block !important;
    color: white;
    text-align: left;
    padding-left: 25px;
    padding-top: 25px;
    font-size: 24px;
}

#page-footer {
    padding: 10px;
    width: 95%;
}

.text-block {
    width: 95%;
    padding: 10px;
}

/********************Sidebar*********************/
.sidebar-opened {
    background-color: #4d83e3;
}

.sidebar-closed {
    background-color: #4d83e3;
}
/********************End sidebar*********************/


/************* Drag n Drop Rank Question Type**********************/

li.rankItem {
    background-color: transparent;
    border: 2px solid lightgray;
    border-radius: 50px;
    min-width: 350px;
}

    li.rankItem:hover {
        border: 2px solid #4d83e3;
        background: none repeat scroll 0 0 #fff;
        /*color: #fff;*/
    }

/*************End of Drag n Drop Rank Question Type ***********************/


/************* Bucket Drag Question Type***********************************/

.optionGallery li {
    background-color: #E6EDFE;
    /*border: 1px solid #4d83e3;*/
}

    .optionGallery li:hover {
        background-color: #4d83e3;
    }

.droppableTarget {
    border-width: thin;
    background-color: #4d83e3;
}

.dragDroppableActive {
    background-color: aliceblue;
}

.bucketHighlight {
    background-color: #ECECEC;
}

.custom-state-active {
    background-color: aliceblue;
}

.dragDroppableHover {
    background-color: #F6F6F6;
}

li.transparentItem {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

    li.transparentItem:hover {
        background-color: transparent;
    }

li.transparentText {
    color: transparent;
}

.transparentBucket {
    background-color: transparent;
    border: 1px solid #4d83e3;
}

/*************End of Bucket Drag Question Type ****************************/

/* START CELL MOUSE OVER*/
/* .choice-table-option:hover { */
/* background-color: #4d83e3 !important; */
/* } */

.choice-table-option-left:hover {
    /* background-color: #4d83e3 !important; */
}

.matrix-response-option-odd:hover {
    /* background-color: #4d83e3 !important;    */
}

.matrix-response-option-even:hover {
    /* background-color: #4d83e3 !important;    */
}

.matrix-response-option-odd label {
    /* border: 2px solid lightgray; */
    /* border-radius: 10px; */
}

/* END CELL MOUSE OVER*/

.rankScore {
    font-size: 14px;
    font-weight: bold;
}

.CompleteAddressStreetAddressCheckbox {
    opacity: 1 !important;
    position: inherit !important;
    width: inherit !important;
}

.ui-widget-header {
    background: #4d83e3;
}

.label-question {
    padding: 15px;
}

#bottom-nav-center {
    /* width: 100%; */
    /*padding: 0 30px; */
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

#btnNext {
    float: right;
}

#btnPrevious, #btnReview  {
    float: left;
}

#btnFinalise {
    float: right;
}

#btnNext, #btnPrevious, #btnFinalise, #btnReview, #btnSave  {
    color: #fff;
    font-size: 15px !important;
    background: white;
    font-weight: bold;
    color: #4d83e3;
    border: 2px solid black;
    height: 40px;
    border: 0;
    cursor: pointer;
    width: 110px;
    padding: 0 10px;
    border-radius: 10px;
}

    #btnNext:hover, #btnPrevious:hover, #btnFinalise:hover, #btnReview:hover, #btnSave:hover {
        color: #fff;
        background: #1565c0;
        border: 2px solid #fff;
    }

    #btnNext span, #btnPrevious span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        #btnNext span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -20px;
            transition: 0.5s;
        }

    #btnNext:hover span {
        padding-right: 25px;
    }

        #btnNext:hover span:after {
            opacity: 1;
            right: 0;
        }

    #btnPrevious span:before {
        content: '\00ab';
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        transition: 0.5s;
    }

    #btnPrevious:hover span {
        padding-left: 25px;
    }

        #btnPrevious:hover span:before {
            opacity: 1;
            left: 10px;
        }

#bottom-nav-left-corner, #bottom-nav-center, #bottom-nav-right-corner {
    /* background: none;*/
}

.file-upload-table {
    border-collapse: collapse;
}

.file-upload-table td {
    border: 1px solid #fff;
}

.file-upload-table .matrix-response-odd {
    background-color: #f5f5f5;
}

.file-upload-table .choice-label {
    padding: 0;
    border: none;
}

.file-upload-table .matrix-option-group-odd {
    background-color: #4d83e3;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
}

.file-upload-table .matrix-option-group-odd td {
    padding: 5px;
}

.dragNDropDotsImg {
    padding-left: 22px;
    padding-top: 6px;
}

.dragnDropHandle {
    height: 38px;
    width: 38px;
}

.ui-slider-handle, .ui-slider .ui-state-default {
    background: none;
    background-color: #4d83e3;
}

div.text-question input {
    /*width: 70%;*/
}

input[type=text] {
    height: 30px;
    border-radius: 5px;
    border: 1px solid lightgray;
    padding: 0 5px;
}

.ui-datepicker-trigger {
    padding-top: 4px;
    margin-left: 5px;
    cursor: pointer;
}

.select2-selection {
    border-radius: 5px !important;
    border: 2px solid lightgray;
}

.total {
    margin-left: 8px;
    border: none !important;
}

.textQuestionType .total {
    margin-left: 1px;
    border: none !important;
    color: unset;
    font-weight: bold;
}

.street-address tr td:nth-child(1) {
    width: 50%;
}

/*.textQuestionType tr td:nth-child(2) {
    width: 50%;
}*/


.controlColor {
    background-color: transparent;
}

.text-symbol{
    padding-top: 7px;
    font-size: 16px;
}

/*Mobile queries*/
@media screen and (max-width:770px) {
    #questions {
        width: 100%;
        max-width: 800px;
    }

    .question-body {
        overflow-y: hidden;
        position: relative;
        margin-left: 0;
        margin-right: 0;
    }

    .question-wrap {
        padding: 10px 0;
        width: 96%;
    }

    .choice-label {
        margin: 5px !important;
    }

    #top-left {
        width: 90px;
        padding-right: 0;
    }

    #top-right {
        width: unset;
    }

    .HeaderSurveyName {
        font-size: 20px;
    }

    .ScrollController {
        width: 35px;
        height: 98%;
    }

    #progressbar {
        width: 80px;
    }

    #progressbar-text {
        margin-left: 0;
        padding-right: 0;
        font-size: 12px !important;
    }

    #copyright {
        font-size: 11px;
    }

    .dragRankContainer {
        width: 95% !important;
    }

    li.rankItem {
        min-width: 300px;
    }

    .street-address td {
        display: block;
        width: 98% !important;
    }

    .CompleteAddressStreetAddress {
        width: 98% !important;
        min-width: unset;
        float: unset !important;
    }

    .netPromoterScore-Table td {
        /*display: block;*/
    }

    /*.textQuestionType tr td:nth-child(1) {
        width: 40% !important;
    }

    .textQuestionType tr td:nth-child(2) {
        width: 60% !important;
    }*/

    .textQuestionType input {
        width: 80% !important;
    }

    .textQuestionType textarea {
        width: 97%;
    }

    input.hasDatepicker {
        width: 63% !important;
    }

    .sliderScaleValueBox {
        margin-right: 10px;
    }
}

/*Three different styles form radio - simple radio, button only, radio with button*/

.choice-simple-radio {
    border-radius: 50px !important;
    margin: 5px 5px 5px 5px !important;
    /*display: inline !important;*/
    width: unset !important;
    padding: 1px 12px 0px 0px !important;
    border: none !important;
    background: none !important;
    color: inherit !important;
    line-height: 2em;
}

/*Three different styles form checkbox - simple checkbox, button only, checkbox with button*/
.choice-simple-checkbox .checkmarkbox:before {    
    content: '';
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #565656;
    min-width: 4px;
    min-height: 12px;
    border-radius: 4px;
    margin-right: 10px;
    top: -1.3px;
}

.choice-simple-checkbox .checkmarkbox:hover:before {
    content: '';
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #565656;
    min-width: 4px;
    min-height: 12px;
    border-radius: 4px;
    margin-right: 10px;
}

.choice-simple-checkbox {
    border-radius: 50px !important;
    margin: 5px !important;
    display: block !important;
    width: unset !important;
    padding: 5px 5px 5px 5px !important;
    border: none !important;
    background: none !important;
}

.MultiAnswer td .choice-simple-checkbox:hover,
.choice-table input[type=checkbox]:checked + .choice-simple-checkbox:hover,
.choice-table-option-row input[type="radio"]:checked + .matrix-cell:hover,
.choice-table-option-row .matrix-cell:hover,
.SingleAnswer .choice-simple-radio table:hover {
    background-color: #eee !important;
}

.SingleAnswer .choice-simple-radio table:hover {
    background-color: #eee !important;
    border-radius:50px!important;
    width:100%!important;
    height:100%!important;
}

.choice-table input[type=checkbox]:checked + .choice-simple-checkbox .checkmarkbox:before {
        content: '\2714';
        padding-right: 1.5px;
        padding-left: 1.5px;
        background-color: #fff;
        border: 2px solid #565656;
        font-size: 11px !important;
        color: #565656;
        margin-right: 10px;
        font-weight: bolder;
        height: 12px !important;
        width: 10px;
        display: inline;
        line-height: 10px;
}

.choice-table input[type=checkbox]:checked + .choice-simple-checkbox {
    background: none !important;
    color: inherit !important;    
}
/* modern */
.choice-modern-checkboxbutton {
    padding: 10px 10px 10px 10px;
}

.choice-modern-checkboxbutton .checkmarkbox:before {
    content: '';
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #565656;
    min-width: 4px;
    min-height: 12px;
    border-radius: 4px;
    margin-right: 10px;
    top: -1px;
}

.choice-modern-checkboxbutton:hover .checkmarkbox:before {
    content: '';
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #565656;
    min-width: 4px;
    min-height: 12px;
    border-radius: 4px;
    margin-right: 10px;
}


.choice-table input[type=checkbox]:checked + .choice-modern-checkboxbutton .checkmarkbox:before {
    content: '\2714';
    padding-right: 1.5px;
    padding-left: 1.5px;
    background-color: #fff;
    border: 2px solid #565656;
    font-size: 11px !important;
    color: #565656;
    margin-right: 10px;
    font-weight: bolder;
    height: 12px !important;
    width: 10px;
    display: inline;
    line-height: 10px;
}

.choice-table input[type=checkbox]:checked + .choice-modern-checkboxbutton {
    /*padding-bottom: 12.8px !important;*/
}

.matrix-table input[type=checkbox] + label:before {
    content: '';
    top: 11px;
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #565656;
    min-width: 4px;
    min-height: 12px;
    border-radius: 4px;
}

.matrix-table input[type=checkbox] + label:hover:before {
    content: '';
    top: 11px;
    padding-right: 8px;
    vertical-align: middle;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #565656;
    min-width: 4px;
    min-height: 12px;
    border-radius: 4px;
}


.matrix-table input[type=checkbox]:checked + label:before {
    content: '\2714';
    padding-right: 1.5px;
    padding-left: 1.5px;
    background-color: #fff;
    border: 2px solid #565656;
    font-size: 11px!important;
    color: #565656;
    font-weight: bolder;
    height: 12px!important;
    width: 5px;
    display: inline;
    top: 10px;
}

@-moz-document url-prefix() {
    .matrix-table input[type=checkbox]:checked + label:before {
        top: 11px;
    }
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    /*top: 2.5px;*/
    left: 0;
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #565656;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkmark:after {
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #565656;
}

.choice-table input[type="radio"]:checked + .choice-modern-radiobutton .checkmark:after {
    display: block;
}

.choice-modern-radiobutton {
    padding: 10px 10px 10px 10px;
}

    .choice-modern-radiobutton .checkmark {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        vertical-align: middle;
    }

.choice-table input[type="radio"]:checked + .choice-simple-radio .checkmark:after {
    display: block;
}

/*matrix radio button*/
.matrix-table input[type="radio"]:checked + label .checkmark:after,
.choice-table-option-row input[type="radio"]:checked + label .checkmark:after {
    display: block;
}

.choice-table-option-row .choice:checked + label {
    background: none !important;
    border: none !important;
}
.choice-table-option-row input[type="radio"]:checked + label .checkmark {
   top:15px;
   left:-1px;
}

.choice-table-option-row input[type="radio"] + label .checkmark {
    left: -3px;
}

.matrix-cell .checkmark {
    position: relative!important;
    top: 13px;
    left: 0;
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #565656;
    display: inline-block;
}

.choice-simple-radio .checkmark {
    position: relative;
    height: 12px;
    width: 12px;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #565656;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    top: -1.3px;
}

.choice-table-option-row .matrix-cell {
    cursor: pointer !important;
    display: inline-block;
    width: 100%;
    height: 40px;
    background-position: center !important;
    border-radius: 10px;
    border: 2px solid transparent;
    position: unset;
}

.choice-table-option-row {
    padding:4px!important;
}

@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    .choice-table-option-row .matrix-cell {
        position: relative!important;
    }
}