/*
 1.) Content Style
 ------------------------------*/
.content{
	margin-top: 0px;
}
.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 Metrics page start from here */
/*global additions*/
 body {
	line-height: 1;
	/* font-size: 14px; */
	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:18px;
	/*margin-top:20px;*/
	margin-bottom:30px;
	max-width:100%;
	position:relative;
	margin-top: 0;
	background: #ffffff;
}
.metric-chart-card{
	/* top:204px; */
	height:350px;
	width:calc((100% - 20px)/2);
	width:-webkit-calc((100% - 20px)/2);
	width:-moz-calc((100% - 20px)/2);
	float:left;
	background-color:#fff;
	margin-right:20px;
	margin-top:0px;
	border: 1px solid #EBEBEB;
	border-radius:3px;
	box-shadow: 0px 0px 10px #EBEBEB;
	padding:18px 20px 20px 20px;
}
.metric-chart-card:nth-child(2n+2){
	float:right;
	margin-right:0px;
}
.metric-card-heading-row{
	height:24px;
	margin-bottom:18px;
}
.q-text{
	float: left;
	margin-right:10px;
	height:40px;
	width: 100%;
	margin-top:4px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	font-size: 16px;
  color: #535252;
}
.nps-card{
	margin-top:0px;
}
.nps-trend-card .chart-area{
	height:218px;
}
.nps-trend-card .q-text{
	width: calc(100% - 125px);
	width:-webkit-calc(100% - 125px);
	width:-moz-calc(100% - 125px);
}
.chart-toggle-button{
	background-color: #9C8FC4;
	color:white;
	float: right;
	margin-right:0px;
	height:auto;
	border-radius:2px;
	box-shadow: 0px 2px 3px #F4F4F4;
	padding: 7px 10px;
	font-size:14px;
	cursor:pointer;
}
.metric-scale{
	height:10px;
	padding-top:5px;
	font-size:12px;
}
.chart-area{
	background-color:#FAFBFE;
	min-height:180px;
	height: 225px;
	position:relative;
	width:100%
}
.full-width-metrics-card,
.cross-tab-box{
	float: left;
	width: 100%;
	height:350px;
	margin:0px;
	border: 1px solid #EBEBEB;
	border-radius:3px;
	box-shadow: 0px 0px 10px #EBEBEB;
}
.full-width-metrics-card .q-text{
	width: calc(100% - 130px);
	width:-webkit-calc(100% - 130px);
	width:-moz-calc(100% - 130px);
}
.bigbox-subheading{
	font-size: 15px;
  color: #535252;
	margin-bottom:15px;
}
.bigbox-subdiv{
	height:219px;
	width:48%;
}
.metrics-aggregate{
	float:left;
}
.metrics-trend{
	float:right;
}
.metrics-trend .chart-area{
	height:170px;
}
.contributor-question-heading{
	margin-right:10px;
	font-size: 18px;
  color: #535252;
}
.scale-dropdown select{
	width:120px;
	height:30px;
	border: 1px solid #D7DAE2;
	border-radius: 3px;
	font-size: 14px;
	font-family: "Proxima Nova", "Avenir", arial, sans-serif;
	cursor: pointer;
	padding: 0px 5px 0px 8px;
	outline:none;
}
.box-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;
}

.box-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;
	/* 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;
}

.tabs{
  font-size:15px;
  padding:0px;
  list-style:none;
  background:#fff;
  display:inline-block;
  position:relative;
}
.tabs li{
   text-decoration: none;
    color: #BDC4C9;
    margin: 0px 20px 10px 0px;
    /* padding-bottom: 4px; */
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
		cursor: pointer;
}
.tabs li:hover{
    color: #4B3693;
}
.tabs li.active{
  color:#4B3693;
   border-bottom: 1.5px solid #4B3693;
	 font-weight: 500;
}
.tabs .selector{
  height:100%;
  display:inline-block;
  position:absolute;
  left:0px;
  top:0px;
  z-index:1;
  border-radius:50px;
  transition-duration:0.6s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.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;
	border-radius: .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(../images/dropdownIcon.svg),linear-gradient(to bottom, #ffffff 0%,#ffffff 100%) !important;
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
	cursor: pointer;
	outline: none;
}
.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;
} */

.nps-gauge{
    float:left;
		display:inline-block;
		width: 50%;
}
.nps-numbers{
	width: 35%;
	display: inline-block;
	/* float: right;
	margin-right: -150px; */
	margin-left:7%;
	float:left;
}
.q-text sup{
	font-size:100%;
	top: -0.1em;
	left: 0.2em;
}
.nps-chart-area{
	height:170px;
}
.desc-row{
	height:auto;
/* margin-bottom:5px; */
}
.desc-text{
	float: left;
	margin-right:10px;
	height:auto;
	width: 100%;
	/* margin-top:4px; */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #535252;
	/* padding-top:1px; */
}
.trademark-text{
	float: left;
	margin-right:10px;
	height:13px;
	width: 100%;
	margin-top:9px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
	color: #535252;
	padding-top:1px;
}
/*DTV-5824-r*/
.survey-bottom .survey-metric-float-page-left,
.survey-bottom .survey-metric-float-page-right{
	margin-bottom: 0;
}
.survey-bottom .metric-chart-card,
.survey-bottom .cross-body-wrap,
.survey-bottom .cross-tab-title{
	margin:20px 0;
}
.survey-bottom .nps-card{
	margin-bottom: 0;
}