/*
 1.) Content Style
 ------------------------------*/
 .content{
	/* margin-top: 62px; */
}
.sidebar-menu{
	width:123px;
	padding: 43px 0px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	position: fixed;
	margin-top: 62px;
	left: 0;
	top: 0;
	height:calc(100vh - 66px);
	height:-webkit-calc(100vh - 66px);
	height:-moz-calc(100vh - 66px);
	float: left;
	z-index:3;
}
.survey-sec{
	width: calc(100% - 123px);
	width: -webkit-calc(100% - 123px);
	width: -moz-calc(100% - 123px);
	float: right;
}
/* CSS to be added for Questions page start from here */
/*global additions*/
 body {
	line-height: 1;
	font-size: 24px;
	font-family: 'Proxima Nova', 'Avenir', Helvetica, Arial, sans-serif;
	color: #43425D;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 100%;
}
h2{
 font-size: 24px;
 font-family: 'Proxima Nova', 'Avenir', Helvetica, Arial, sans-serif;
 color:#52475C;
 margin-bottom: 21px;
}
h5 {
 font-size:16px;
 color:#060105;
 font-family: 'Proxima Nova', 'Avenir', Helvetica, Arial, sans-serif;
 font-weight:500;
 margin-bottom: 5px;
}
h6 {
 font-size:16px;
 color:#000;
 line-height: 1.25;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

strong , span{
	display: inline-block;
}
span{
	font-size: 14px;
}
img{
	max-width: 100%;
	height: auto;
}
select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
/* End of global part here */
.bottom-wrapper{
	padding: 0px 28px;
	/* margin-top:162px; */
	margin-bottom:30px;
	max-width:100%;
	position:relative;
	margin-top: 0;
	background: #ffffff;
}
.question-chart-card{
	/* top:204px; */
	min-height:300px;
	width:calc((100% - 20px)/2);
	width:-webkit-calc((100% - 20px)/2);
	width:-moz-calc((100% - 20px)/2);
	float:left;
	margin-right:20px;
	margin-top:20px;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-radius:3px;
	box-shadow: 0px 0px 10px #EBEBEB;
	padding:18px 20px 20px 20px;
	background: #ffffff;
	height: 400px;
}
.question-chart-card:nth-child(2n+2){
	float:right;
	margin-right:0px;
}

.question-row{
	height:24px;
	margin-bottom:18px;
}
.q-type-icon{
	float: left;
	margin-right:12px;
	width:20px;
	height:20px;
	/* margin-top:2px; */
	margin-bottom:2px;
}
.q-text{
	float: left;
	margin-right:10px;
	height:50px;
	width: calc(100% - 61px);
	width:-webkit-calc(100% - 61px);
	width:-moz-calc(100% - 61px);
	margin-top:0px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 16px;
  color: #535252;
}
.q-download-button{
	background-color: #9C8FC4;
	float: right;
	margin-right:0px;
	height:24px;
	width:24px;
	border-radius:2px;
	box-shadow: 0px 2px 3px #F4F4F4;
	padding: 0px 7px;
	cursor: pointer;
}
.q-metric{
	height:auto;
	padding-top:5px;
	font-size:12px;
}
.q-metric > img{
	margin-right: 5px;
}
.q-metric > span{
	margin-left:4px;
}
.q-metadata{
	height:10px;
	padding-top:5px;
	font-size:12px;
}
.chart-area{
	background-color:#FFFFFF;
	min-height:219px;
	height: 300px;
	position:relative;
}

.chart-area-space{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
}

.slider-icon{
	/* padding-top:4px; */
	margin-top: -2px;
}

.open-ended-answers-card{
	float: left;
	width: 100%;
	margin:20px 0px 52px 0px;
	background-color:#fff;
	border: 1px solid #EBEBEB;
	border-radius:3px;
	box-shadow: 0px 0px 10px #EBEBEB;
}
.openEnded-question-row{
	padding:15px 20px 15px;
	/* background: #EFEFFC; */
	/* display:flex;
	justify-content:space-between;
	align-items:center; */
	border-bottom: 1px solid #EBEBEB;
}
.open-ended-icon{
	padding-top:4px;
}
.open-ended-q-text{
	float: left;
	margin-right:10px;
	height:25px;
	width: calc(100% - 61px);
	width:-webkit-calc(100% - 61px);
	width:-moz-calc(100% - 61px);
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 16px;
  color: #535252;
}

.open-ended-q-text select{
	width:100%;
	height:25px;
	border: 1px solid #D7DAE2;
	border-radius: 2px;
	font-size: 16px;
	font-family: "Proxima Nova", "Avenir", arial, sans-serif;
}

.open-ended-answers-wrapper{
	padding: 12px 20px 10px;
	position:relative;
}
.text-response-row{
	margin-bottom:15px;
	padding-bottom:10px;
	border-bottom: 1px solid #C7C7C7;
}
.text-response-row p{
	font-size:14px;
	line-height: 1.4;
  color: #535252;
}
.text-response-timestamp{
	display:flex;
	/* justify-content:space-between; */
	align-items:flex-start;
	margin-bottom:10px;
}
.text-response-timestamp img{
	margin-right:8px;
}
.text-response-timestamp p{
	font-size:12px;
	color:#a7a7a7;
}
.chart-area-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,1);
  z-index: 2;
  cursor: pointer;
	/* display:block; */
	display:none;
}

.chart-area-overlay-display{
	display: block;
}

.chart-area-overlay p{
	color: #BABABA;
  padding-top:80px;
  text-align: center;
	font-size: 16px;
}
.draft-state-overlay{
	background-color: white;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:3;
	opacity:.90;
	display:none;
}

.draft-state-overlay-show{
	display: block;
}


.draft-state-overlay p{
	color: #535252;
  padding-top:160px;
  text-align: center;
	font-size: 16px;
	line-height: 1.4;
	position:fixed;
	right: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}
.select-css {
	display: block;
	font-size: 16px;
	color: #535252;
	line-height: 1.3;
	padding: 0px 5px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #aaa;
	box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(/assets/images/dropdownIcon.svg),
	linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	cursor: pointer;
}
.select-css::-ms-expand {
	display: none;
}
/* .select-css:focus {
	box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
	box-shadow: 0 0 0 3px -moz-mac-focusring;
	color: #222;
	outline: none;
}
.select-css option {
	font-weight:normal;
} */


/*
 Table Of Contents
 1.) Media Query for Handheld Devices
 2.) Media Query for Tablet
 3.) Media Query for mobile
 ===============================================*/
/*
 1.) Media Query for Handheld Devices
 ===============================*/
 @media only screen and (max-width : 1199px) {
	.survey-sec{
		width: calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		padding-bottom: 15px;
	}
	.bottom-wrapper{
		padding: 0px 15px 0px 15px;
		/* margin-top: 129px; */
	}
}
/*
 2.) Media Query for Tablet
 ===============================*/
@media only screen and (max-width : 991px){
	.survey-sec{
		width: calc(100% - 70px);
		width: -webkit-calc(100% - 70px);
		width: -moz-calc(100% - 70px);
	}
	.bottom-wrapper{
		padding:0px 15px 0px 15px;
		margin-top: 0;
	}
	.openEnded-question-row{
		padding: 5px 10px 5px;
	}
	.openEnded-question-row h5{
		font-size:10px;
	}
	.openEnded-question-row span{
		font-size:10px;
	}
	.open-ended-answers-wrapper{
		padding: 10px;
	}
	.text-response-row{
		margin-bottom: 15px;
	}
}
/*
 3.) Media Query for mobile
 ===============================*/
@media only screen and (max-width : 767px){
	.body-slider1 .wrapper,.body-slider .wrapper{
		overflow: hidden;
        height: 100vh;
	}
	.body-slider1 .wrapper{
		opacity: 0.3;
	}
	.survey-sec{
		width:100%;
		padding-top: 150px;
	}
	a{
		font-size: 14px;
	}
	.survey-bottom{
		position: relative;
	}
	.bottom-wrapper{
		padding-top: 0;
		margin-top: 0;
	}
}
@media only screen and (max-width : 479px){
	.text-response-timestamp{
		flex-flow:column wrap;
		align-items: center;
	}
}

@media only screen and (max-width : 580px){
	.survey-sec{
		padding-top:170px;
	}
	.question-chart-card{
	height:300px;
	width:100%;
	float:left;
	margin-right:20px;
	margin-top:20px;
	background-color: #fff;
	border: 1px solid #EBEBEB;
	border-radius:3px;
	box-shadow: 0px 0px 10px #EBEBEB;
	padding:18px 20px 20px 20px;
	}
}
@media only screen and (min-width : 768px) and (max-width : 1024px){


}

.popup_pagination_wrap .paginations a.fst-pge-disabled, .popup_pagination_wrap .paginations a.nxt-pge-disabled{
    color: #a6a6a6;
    cursor:not-allowed;
}

.popup_pagination_wrap .paginations a.fst-pge, .popup_pagination_wrap .paginations a.nxt-pge{
    color: #4B3693;
}

.collapse-open{
  text-align: center;
  font-size: 18px;
  margin-top: 5px;
}

.text-collapse{
  height: 50px;
  overflow: hidden;
}

.hide-arrow{
  display: none !important;
}

.arrow-flip{
  transform: rotate(180deg);
  bottom: 4px;
	margin-right: 2px;
	position: relative;
}

.icon-down{
	background: url(/assets/images/downward-chevron.svg);
  background-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}

.icon-up{
	transform:          rotate(180deg);
	-ms-transform:      rotate(180deg);
	-moz-transform:     rotate(180deg);
	-webkit-transform:  rotate(180deg);
  -o-transform:       rotate(180deg);

}

.show-all{
	color:#4B3693;
	font-size:14px;
	vertical-align:text-top;
  /* display: inline; */

}

.show-all:hover{
	text-decoration:underline;
}

.collapse{
	color:#4B3693;
	font-size:14px;
	vertical-align: text-top;
	display: inline;
}

.collapse:hover{
	text-decoration:underline;
}

.prog-opt-menu .download ul:after {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -11%;
	left: 146px;
}

.prog-opt-menu .download ul:before {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	top: -11%;
	left: 146px;
}

.prog-opt-menu{
	position: relative;
	top: 0px;
	right: 180px;
}

.open-ended-answers-wrapper{
	top: 25px;
}

.floatRight{
	padding-right: 20px;
	float: right;
}
.open-ended-answers-wrapper .chart-area-overlay-display{
	height:20px;
}

.open-ended-answers-wrapper p{
	padding-top:15px;
}


.sidebar-menu {
	width:123px;
	padding: 43px 0px;
	box-shadow:0px 3px 6px rgba(0,0,0,0.16);
	position: fixed;
	margin-top: 62px;
	right: 0;
	top: 0;
	height:calc(100vh - 66px);
	height:-webkit-calc(100vh - 66px);
	height:-moz-calc(100vh - 66px);
	float: right;
	z-index:3;
}
.survey-sec {
	width: calc(100% - 123px);
	width: -webkit-calc(100% - 123px);
	width: -moz-calc(100% - 123px);
	float: left;
}

/*DTV-2794-new-r*/
.prog-opt-menu.download{
	right:145px;
}