/* Reports  -  start  */

/* Reports  -  end  */

[class^="report-icon-"], [class*="report-icon-"] {
	background-image: url(../images/report_sprite.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 30px;
	width: 30px;
	border: none;
}

.report__section {
	font-size: 1.4rem;
}

.program-report_global_section {
	-webkit-box-shadow: 3px 3px 18px -10px #000;
	-moz-box-shadow: 3px 3px 18px -10px #000;
	box-shadow: 3px 3px 18px -10px #000;
	padding: 1.8rem 1rem 1rem 3.5rem;
	background: #fff;
	padding-left: 2rem;
}

.report-filter {
	display: flex;
}

.report-filter h2 {
	width: 50%;
}

.filter-response_count {
	display: flex;
	width: 100%;
	align-items: center;
}

.filter-response {
	margin-top: 16px;
}

.report-filter span {
	font-size: 1rem;
	color: #52475C;
}

.span-text {
	color: #52475C !important;
	font-size: 1.4rem !important;
	font-weight: 500;
}

.report-filter-icons {
	width: 50%;
	text-align: right;
	/*margin-right: 1rem;*/
}

.report-filter-icons a {
	color: #000;
	margin: 0 10px;
	vertical-align: middle;
}

.filter-response_count>div {
	margin-right: 20px;
}

.search_by_date {
	width: 100%;
	text-align: right;
	/* margin-right: 1rem;*/
}

.search_by_date .date_to {
	margin-left: 20px;
}

.search_by_date .date_range {
	display: inline-flex;
	font-size: 0.9rem;
	color: #939393;
}

.search_by_date .date_range label {
	font-size: 0.9rem;
	color: #52475C;
	height: 20px;
	width: 60px;
	margin-top: 4px;
}

.search_by_date .date_range>div {
	width: 170px;
}

.search_by_date .date_range .d-date-wrap input {
    font-size: 1rem;
    font-weight: 400;
    color: #52475C;
    height: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 120px;
    padding: 15px 7px;
}

.search_by_date .date_range .d-date-wrap input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #52475C;
	opacity: 1; /* Firefox */
  }

  .search_by_date .date_range .d-date-wrap input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #52475C;
  }

  .search_by_date .date_range .d-date-wrap input::-ms-input-placeholder { /* Microsoft Edge */
	color: #52475C;
  }

.report-icon-clearTestFeedbackIcon {
	background-position: -141px -2px;
}

.report-icon-distIcon {
	background-position: -141px -2px;
}

.report-icon-download_icon {
    /* background-position: -90px -2px;
    width: 38px;
    opacity: 50%; */

    background:url("../images/Navbar Icons/Download-Icon.svg");
    background-repeat: no-repeat;
    /* position:relative; */
    width: 25px;
    height: 25px;
}

.report-icon-filterIcon {
    /* background-position: -180px -2px; */

    background:url("../images/Navbar Icons/Filter-Icon.svg");
    background-repeat: no-repeat;
    /* position:relative; */
    margin-left: 10px;
    width: 25px;
    height: 25px;
}

.report-icon-shareIcon {
    /* background-position: 0px 0px; */
    background:url("../images/Navbar Icons/Share-Icon.svg");
    background-repeat: no-repeat;
    /* position:relative; */
    /* margin-top:5px; */
    margin-right: 10px;
    width: 25px;
    height: 25px;
}

.report-icon-openEnabled_icon {
    /* background-position: -90px -2px;
    width: 38px;
    opacity: 50%; */

    background:url("../images/Navbar Icons/report-available-downArrow.svg") !important;
    background-repeat: no-repeat !important;
    /* position:relative; */
    width: 25px !important;
    height: 25px !important;
}

.report-icon-openDisabled_icon {
    /* background-position: -90px -2px;
    width: 38px;
    opacity: 50%; */

    background:url("../images/Navbar Icons/report-unavailable-downArrow.svg");
    background-repeat: no-repeat;
    /* position:relative; */
    width: 25px;
    height: 25px;
}

.search_by_date .ui-selectmenu-button.ui-button {
	width: 130px;
	padding: 5px;
}

.program-report-nav {
	display: flex;
	margin-top: 1.6rem;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.program-report-nav a.active {
	color: #4b3693 !important;
}

.program-report-nav a {
	color: #BDC4C9 !important;
	padding-left: 5%;
	font-weight: 600;
}

.program-report-nav a:first-child {
	padding-left: 0px;
}

.program-report_box {
	min-height: 0px;
	width: 100%;
	background-color: #fff;
	margin-top: 10px;
	-webkit-box-shadow: 3px 3px 18px -10px #000;
	-moz-box-shadow: 3px 3px 18px -10px #000;
	box-shadow: 3px 3px 18px -10px #000;
}

.program-report_box .chart_header {
	background-color: #f5f5f5;
	min-height: 46px;
	border-bottom: 1px solid #e6e6e6;
	padding: 10px 26px;
	font-size: 1rem;
	display: block;
}

.program-report_box .chart_header h3 {
	width: 80%;
	text-transform: capitalize;
	padding-top: 3px;
	font-weight: 500;
	font-size:18px;
	color:#50485b;
	display: inline-block;
	float:left;
	word-break: break-all;
}

.program_dashboard_div {
	width: 100%;
	margin-top: 10px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	border-top: 2px solid #fff;
	padding-top: 24px;
}

.program_dashboard_div_hr {
	width: 100%;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	border-top: 2px solid #fff;
}

.report_outside_fullwidth {
	color: #000;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}

.report_outside_fullwidth .detailed_analysis {
	display: flex;
}

.report_outside_fullwidth .detailed_analysis>span {
	width: 150px;
	font-size: 16px;
	margin-left: 0.5rem;
	margin-top: 10px;
}

.report_outside_fullwidth .metric-wrap {
	width: 85.5%;
}

.report_outside_fullwidth .metric-wrap .ui-selectmenu-button.ui-button {
	width: 100%;
}

.program_dashboard_div:empty {
	padding-top: 0px;
}

.program_dashboard_div .metric-wrap .ui-selectmenu-button.ui-button {
	min-width: 250px;
	width: max-content;
}

.chart_header .metric-wrap {
	margin-right: 10px;
}

.chart_header .prog-option {
	width: auto;
}

.chart_header select {
	height: 29px;
	font-size: 14px;
	padding: 0px;
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 150px;
	margin-left: 5px;
}

.chart_header .ui-selectmenu-button.ui-button {
	width: 130px;
	padding: 5px;
	margin-left: 5px;
}

.chart_header .right_filter>span {
	padding-top: 6px;
	font-weight: 500;
}

.chart_header .right_filter {
	display: inline-flex;
	color: #000;
	font-size: 0.8rem;
	font-weight: 400;
	float: right;
}

.right_filter .btn {
	width: max-content;
	padding-right: 14px !important;
}

.right_filter>span {
	width: 124px;
	font-size: 13px;
	text-align: right;
}

.program-report_box .chart_content {
	background-color: #fff;
	min-height: 18rem;
	padding: 14px 20px;
	color: #000;
}

.chart_content p {
	font-size: 16px;
	line-height: 20px;
}

.chart_content .nps_chart {
	display: flex;
}

.chart_content .nps_chart>div {
	width: 50%;
	padding: 20px;
}

.chart_content .nps_chart .nps_score_box {
	height: 200px;
}

.nps_score_box .nps_score_list {
	border: solid 1px #e7e8ea;
	height: 36px;
	background-color: #e7e8ea;
	border-radius: 50px;
	display: flex;
	margin-top: 24px;
	min-width: 200px;
}

.nps_score_box .nps_score_list .circle {
	background-color: #ccc;
	color: #fff;
	border-radius: 50%;
	padding: 8px;
	font-weight: 500;
	position: relative;
	font-size: 18px;
}

.nps_score_box .nps_score_list span:nth-child(2) {
	width: 100%;
	padding: 7px 10px;
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
}

.nps_score_box .nps_score_list span:last-child {
	padding: 6px 13px;
	font-size: 18px;
	font-weight: 700;
}

.nps_score_box .nps_score_list .promoters {
	background-color: #1ebc62;
}

.nps_score_box .nps_score_list .passives {
	background-color: #ffb405;
}

.nps_score_box .nps_score_list .detractors {
	background-color: #d2323c;
}

.chart_multiple {
	background-color: #e8ebee;
	display: flex;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow-y: unset;
}

.prgoram_dashboard__section_fixed {
	min-width: 1200px;
	/* min-height:1000px; */
	overflow:hidden;
}

.chart_multiple .chart_inner_box {
	background-color: #fff;
	margin-left: 20px;
	width: 564px;
	-webkit-box-shadow: 3px 3px 18px -10px #000;
	-moz-box-shadow: 3px 3px 18px -10px #000;
	box-shadow: 3px 3px 18px -10px #000;
}

.chart_multiple .chart_inner_box:first-child {
	margin-left: 0px;
}

.program-report_box .chart_content img {
	width: 100%;
}

.report__section .container {
	/*max-width: 1150px;*/
	/* padding-bottom: 30px; */
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
    width: max-content;
    background-color: #515151;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 8px 14px;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 100%;
    margin-left: -60px;
    margin-top: 6px;
}

.report-filter-icons a:hover {
	cursor: pointer;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	bottom: 100%;
	/* At the top of the tooltip */
	/* left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: transparent transparent black transparent; */
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltip-bottom {
	top: 135%;
	left: 50%;
	margin-left: -60px;
}

.report-icon-clearTestFeedbackIcon.tooltip .tooltiptext::after {
	left: 34%;
}

.report-icon-shareIcon .tooltiptext::after {
	left: 75%;
}

.chart_header .right_filter a i {
	font-size: 1.6rem;
	color: #aaa;
}

.chart_header .right_filter a {
	/* margin-right: 1.6rem; */
	margin-right: 0.5rem;
	cursor: pointer;
}

.chart_header .right_filter a:last-child {
	margin-right: 0px;
}

.chart_header .right_filter a.active i, .chart_header .right_filter a i:hover {
	color: #000;
}

.chart_header.detailed_analysis {
	color: #000;
}

.chart_header.detailed_analysis span {
	color: #000;
	font-weight: 400;
	margin-top: 6px;
}

.chart_header.detailed_analysis .metric-wrap select {
	width: 100%;
}

.chart_header.detailed_analysis .metric-wrap {
	width: 80%;
}

.search_textbox {
	position: relative;
}

.relevant_feedback span {
	font-weight: 600;
	text-transform: capitalize;
}

.relevant_feedback span:first-child {
	float: left;
}

.relevant_feedback .respond_duration {
	margin-bottom: 16px;
}

.search_textbox input {
	background: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 5px;
	font-size: 18px;
	color: #777;
	font-weight: 300;
	padding: 10px 56px 10px 30px;
	width: 100%;
	float: none;
	height: 40px;
	border: solid 1px #eee;
}

.report_open_ended_text__section {
	/* max-height: 500px; */
	min-height: 100px;
	margin-top: 20px;
}

.text-green, .text-positive {
	color: #0c6d16;
}

.text-orange, .text-improve {
	color: #f15a24;
}

.text-black {
	color: #000;
}

.text-popup_close_icon {
	color: #8c8c8c;
}

.response_text_box {
	color: #000;
	border-bottom: solid 1px #ccc;
	padding: 16px;
	word-wrap: break-word;
	padding-left:25px;
}

.response_text_box p {
	font-size: 1rem;
}

.response_text {
	width: 92%;
	line-height: 21px;
}

.respond_duration {
	text-align: right;
	color: #aaa;
	font-size: 14px !important;
	padding-right:15px;
}

.action_box {
	display: flex;
	margin-top: 20px;
}

.view_more_text {
	text-transform: capitalize;
	font-size: 15px;
	color: #4c3794;
	font-weight: 500;
	text-align: left;
}

.view_more_less {
	text-align: center;
	padding: 30px;
}

.action_box .view_more_text {
	width: 100%;
}

.action_box .view_more_text i {
	font-size: 12px;
}

.view_more_text a {
	color: #4C3794;
}

.action_box .respond_btn {
	width: 90px;
}

.response_view_more {
	max-height: none;
	transition: all 10s ease;
}

.response_view_less {
	max-height: 35.1rem;
	overflow-y: hidden;
	transition: all 10s ease;
}

.chart_content .pagination {
	display: none;
	margin-top: 2rem;
}

.pagination {
	color: #4b3693;
	text-align: center;
}

.pagination ul {
	display: inline-flex;
	margin: 0 auto;
	width: max-content;
}

.pagination ul li {
	border: solid 1px #dadcdf;
	padding: 8px 22px;
	font-size: 14px;
	margin: 0px;
	color: #000;
	background-color: #e8e9eb;
	font-weight: 500;
}

.pagination ul li.active {
	background-color: #dadcdf;
}

.pagination ul li a {
	color: #000;
}

.pagination ul li.disable {
	opacity: 0.5;
}

.program-report_box:last-child .prog-opt-menu{
	top: -50px;
}

.chart_header .prog-opt-menu {
	right: -14px;
	top: 40px;
	width: 200px;
	-webkit-box-shadow: -6px 7px 26px -8px #cccc;
	-moz-box-shadow: -6px 7px 26px -8px #cccc;
	box-shadow: -6px 7px 26px -8px #cccc;
}

.chart_header .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;
}

.chart_header .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;
}

.chart_header .prog-opt-menu ul:after {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -11%;
	left: 170px;
}

.chart_header .prog-opt-menu ul:before {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	top: -11%;
	left: 170px;
}

.chart_header .prog-opt-menu ul li:hover {
	background-color: #eee;
}

#programName {
	font-weight: 500;
	color: #52475C;
	word-wrap: break-word;
}

.majorChooseLabels {
	font-size: 17px;
	margin-left: 1rem;
	font-weight: 600
}

/* Preview Screen -- start */

.preview-container {
	background-color: #f3f4f5;
}

.preview-container .overlay {
	z-index: 1;
	padding-top: 4%;
}

.preview-header {
	background: #242424;
	padding: 12px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	right: 0;
	z-index: 999;
}

.preview-header .logo {
	font-size: 15px;
	font-weight: normal;
}

.preview-header .container-fluid i, .preview-header .container-fluid a {
	color: #fff;
}

.preview-header .preview_device i {
	font-size: 24px;
	color: #a0a0a0;
}

.preview-header .preview_device .active i {
	color: #fff;
}

.preview-header .container-fluid a {
	font-size: 18px;
	margin-right: 10px;
	direction: ltr
}

.preview-header .container-fluid div {
	width: 50%;
}

.preview-header .container-fluid {
	display: flex;
	color: #fff;
}

.preview-header .preview_testmail {
	text-align: right;
}

.preview-header .preview_device {
	text-align: center;
}

.btn-active {
	background-color: #F38355;
	color: #fff;
}

.btn-disable {
	background-color: #eeeeee;
	color: #fff;
}
.preview-container .survey-step li {
	width: calc(100%/6 - 3px);
}

.mobile-preview-area {
	width: calc(30% - 20px);
	width: -webkit-calc(30% - 20px);
	padding: 40px 40px 20px !important;
}

.overlay .mobile-preview-area .rating-survey {
	padding: 30px 15px;
}

.mobile-preview-area h1 {
	font-size: 18px;
	font-weight: 500;
}

.mobile-preview-area p {
	font-size: 18px;
}

.mobile-preview-area .btn-survey, .mobile-preview-area .btn {
	font-size: 16px !important;
	margin-bottom: 30px;
	min-width: 120px;
	padding: 12px;
}

.overlay .mobile-preview-area span {
	font-size: 15px;
}

.mobile-preview-area .range-stepper {
	width: 100% !important;
}

.mobile-preview-area label, .mobile-preview-area span {
	font-size: 18px;
	padding-right: 0px;
	line-height: 24px;
}

.mobile-preview-area .rating-list li {
	width: 35px;
	height: 35px;
	margin: 0 5px;
}

.mobile-preview-area .rating-area {
	width: 100%;
}

.page-name-overlay.mobile-preview-area h3 {
	font-size: 16px;
}

.mobile-preview-area .range-stepper label {
	display: inline-block;
	font-size: 12px;
}

.mobile-preview-area .range-stepper .slider-label.slider-label-active::after {
	top: -3px;
	width: 28px;
	height: 28px;
}

.mobile-preview-area .radios-to-slider.medium .slider-label {
	top: -36px;
}

.mobile-preview-area #demo-rangestepper2 {
	width: 100% !important;
}

.overlay .mobile-preview-area h2 {
	font-size: 22px;
}

.thanks-survey h2 {
	margin-top: 3rem;
}

.mobile-preview-area .thanks-survey h2 {
	font-size: 18px !important;
	font-weight: 600 !important;
}

.mobile-preview-area .thanks-survey strong {
	font-size: 16px;
}

.mobile-preview-area .rating-area input {
	font-size: 18px;
}

.overlay .mobile-preview-area .pmd-slider-labels span {
	font-size: 12px;
}

.preview_testmail .prog-opt-menu {
	right: 0;
	left:auto;
	top: 20px;
	width: 60% !important;
	-webkit-box-shadow: -6px 7px 26px -8px #cccc;
	-moz-box-shadow: -6px 7px 26px -8px #cccc;
	box-shadow: -6px 7px 26px -8px #cccc;
	color: #000;
	text-align: left;
	padding: 16px 36px 15px;
}

.preview_testmail.prog-option.moveLeft .prog-opt-menu{
	left: 0;
	right:auto;
	top: 25px;
}

.preview_testmail h4 {
	font-size: 15px;
    color: #2b2b2b;
    font-weight: 500;
    padding-bottom: 5px;
}

.preview_testmail input {
	height: 24px;
	font-size: 14px;
	padding: 0px;
}

.preview_testmail .btn-active,
.preview_testmail .btn-disable {
	min-width: auto;
    float: right;
    margin-top: 11px;
    padding: 6px 14px;
}

/* .preview_testmail .btn-disable {
	font-size: 14px;
	padding: 9px 0px;
	min-width: 100px;
	float: right;
	margin-top: 11px;
} */

.preview_testmail .prog-opt-menu ul:after {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	top: -11%;
	left: 170px;
}

.preview_testmail .prog-opt-menu ul:before {
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	top: -11%;
	left: 170px;
}

.preview_testmail .prog-opt-menu ul li:hover {
	background-color: #eee;
}

.btn-active:hover {
	background-color: #ff8c00;
}

.preview-container .btn-survey:hover {
	background-color: #ff8c00;
}

.rating-list li span {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 37px;
	position: absolute !important;
	top: 0px;
	opacity: 0.7;
}

.smiley__very_dislike.active span {
	background-color: #cf253e;
	-webkit-transition: background-color 600ms linear;
	-moz-transition: background-color 600ms linear;
	-o-transition: background-color 600ms linear;
	-ms-transition: background-color 6000ms linear;
	transition: background-color 600ms linear;
	-webkit-animation-direction: alternate;
	/* Chrome, Safari, Opera */
	animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
	/* Chrome, Safari, Opera */
	animation-iteration-count: 2;
}

.smiley__dislike.active span {
	background-color: #ff862e;
	-webkit-transition: background-color 600ms linear;
	-moz-transition: background-color 600ms linear;
	-o-transition: background-color 600ms linear;
	-ms-transition: background-color 6000ms linear;
	transition: background-color 600ms linear;
	-webkit-animation-direction: alternate;
	/* Chrome, Safari, Opera */
	animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
	/* Chrome, Safari, Opera */
	animation-iteration-count: 2;
}

.smiley__not_sure.active span {
	background-color: #ffd62f;
	-webkit-transition: background-color 600ms linear;
	-moz-transition: background-color 600ms linear;
	-o-transition: background-color 600ms linear;
	-ms-transition: background-color 6000ms linear;
	transition: background-color 600ms linear;
	-webkit-animation-direction: alternate;
	/* Chrome, Safari, Opera */
	animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
	/* Chrome, Safari, Opera */
	animation-iteration-count: 2;
}

.smiley__like.active span {
	background-color: #75d252;
	-webkit-transition: background-color 600ms linear;
	-moz-transition: background-color 600ms linear;
	-o-transition: background-color 600ms linear;
	-ms-transition: background-color 6000ms linear;
	transition: background-color 600ms linear;
	-webkit-animation-direction: alternate;
	/* Chrome, Safari, Opera */
	animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
	/* Chrome, Safari, Opera */
	animation-iteration-count: 2;
}

.smiley__sure.active span {
	background-color: #386f24;
	-webkit-transition: background-color 600ms linear;
	-moz-transition: background-color 600ms linear;
	-o-transition: background-color 600ms linear;
	-ms-transition: background-color 6000ms linear;
	transition: background-color 600ms linear;
	-webkit-animation-direction: alternate;
	/* Chrome, Safari, Opera */
	animation-direction: alternate;
	-webkit-animation-iteration-count: 2;
	/* Chrome, Safari, Opera */
	animation-iteration-count: 2;
}

.rating-area li {
	cursor: pointer;
}

.share-survey {
	padding: 50px;
	color: #000;
	border-radius: 3px;
}

.share-survey .popup_header, .share-survey .popup_footer {
	display: flex;
}

.share-survey .popup_header h2 {
	width: 100%;
	font-weight: 500;
}

.share-popup h2{
	margin-top: 0px;
	margin-bottom: 35px;
}

.share-survey .popup_footer>div {
	width: 50%;
}

.share-survey .popup_footer>div:last-child {
	text-align: right;
}

.share-survey .popup_content h3 {
	font-size: 17px;
	font-weight: 500;
}

.share-survey .popup_content textarea {
	width: 100%;
	margin: 10px 0px;
	height: 10rem;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 6px;
	resize: inherit;
	/*color: #939393;*/
	color: #161e21;
	padding: 16px;
	line-height: 24px;
	/*font-family: Avenir, Raleway, 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	font-family: Avenir, Helvetica, Arial, sans-serif;
}

.share-survey .popup_recipients {
	margin: 33px 0px;
}

.share-survey .popup_recipients_list {
	overflow-y: scroll;
	overflow-x: hidden;
	height: 12rem;
	border:1px solid #ccc;
	border-radius:6px;
}

.share-survey .popup_recipients h3 {
	margin-bottom: 10px;
	font-weight: 500;
}

.share-survey .popup_recipients ul {
	margin: 8px;
}

.share-survey .popup_recipients ul li {
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 8px 10px;
	display: flex;
}

.share-survey .popup_recipients ul li>div {
	font-size: 16px;
}

.share-survey .popup_recipients ul li>div:last-child {
	text-align: right;
}

.share-survey .popup_recipients .recipient_name {
	width: 40%;
	padding-right: 30px;
}

.share-survey .popup_recipients .recipient_email {
	width: 55%;
	padding-right: 30px;
}

.share-survey .popup_recipients .recipient_checkbox {
	width: 5%;
}

.share-survey .popup_footer .cancel_btn {
	border-bottom: 1px solid #551a8b;
}

.share-survey .popup_footer .cancel_btn span {
	font-size: 16px;
	color: #551a8b;
	font-weight: 500;
}

.boxes{
	border-radius: 3px;
}

.share-button{
	font-size: 16px;
	min-width: unset;
	padding: 10px 20px;
	font-weight: 500;
}

#survey_share_popup_box {
	display: none;
}

.filter-popup h2{
	margin-top:0px;
	margin-bottom:35px;
}

.report-filter-icons .prog-option {
	width: 40px;
}

.bottom_tooltip .prog-opt-menu {
	right: 150px;
	top: 10px;
	width: 200px;
	-webkit-box-shadow: -6px 7px 26px -8px #cccc;
	-moz-box-shadow: -6px 7px 26px -8px #cccc;
	box-shadow: -6px 7px 26px -8px #cccc;
}

.bottom_tooltip .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: 164px;
}

.bottom_tooltip .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: 164px;
}

.prog-opt-menu ul li:hover {
	background-color: #eee;
}

.survey_group_box {
	display: flex;
}

#programName {
	font-weight: 500;
	color: #52475C;
}

/* Preview Screen -- End */

/* User Management */

.user_mananagement__section .container {
	max-width: 1120px;
}

.dt_usermanagement_area {
	color: #000;
	min-height: 33rem;
	padding: 4rem 5px 4rem 0rem;
}

.muser_title_section {
	display: flex;
}

.muser_title_section h1 {
	width: 100%;
	font-weight: 500;
	padding-top: 0px;
	margin-bottom: 0px;
}

.muser_title_section p {
	font-size: 18px;
	width: 260px;
	vertical-align: baseline;
	margin-top: 12px;
}

.muser_title_section .create_user_btn {
	width: 420px;
}

.muser_title_section .create_user_btn .btn-create {
	font-size: 18px;
	font-weight: 500;
	margin-top: 0px;
	margin-right: 0px;
	padding: 8px 18px;
	width: 250px;
}

.count_add_btn {
	display: flex;
	width: 500px;
}

.sorting_area .sort_by_drop {
	display: inline-flex;
}

.sorting_area .sort_by_drop>span {
	width: 68px;
	margin-top: 10px;
	text-align: left
}

.muser_filter_section {
	display: flex;
	margin-top: 20px;
}

.muser_filter_section .sorting_area {
	display: flex;
	width: 38rem;
	text-align: right;
	margin-left: 60px
}

.muser_filter_section .search_textbox {
	width: 100%;
}

.muser_filter_section .search_textbox input {
	border: solid 1px #d3d3d3;
	font-size: 16px;
}

.muser_filter_section .sorting_area span {
	font-size: 14px;
	font-weight: 500;
}

.muser_filter_section .sorting_area .metric-wrap select {
	font-size: 14px;
}

.muser_filter_section .metric-wrap .ui-selectmenu-button.ui-button {
	width: 145px;
	height: 38px;
	padding-top: 12px;
}

.muser_filter_section .sorting_area>span {
	margin: 0px 10px;
	position: relative;
	top: 10px;
	width: 65px;
}

.muser_filter_section .sorting_area .nav_page {
	background-color: #fff;
	height: 37px;
	margin: 0px 0px 0px 32px;
	width: 122px;
	border: solid 1px #d3d3d3;
	border-radius: 5px;
	text-align: center;
	display: inline-flex;
	padding: 1px 6px 0px 6px;
}

.muser_filter_section .sorting_area .nav_page span i {
	font-size: 30px;
	color: #727271;
	margin-top: 3px;
}

.muser_filter_section .sorting_area .nav_page span:nth-child(2) {
	width: 118px;
	margin-top: 8px;
}

.muser_list_section {
	background-color: #fff;
	border: solid 1px #d3d3d3;
	min-height: 200px;
	margin-top: 20px;
}

.responsive_table table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

/* Zebra striping */

.responsive_table thead th {
	color: #000;
	font-weight: 600;
	padding: 20px 30px;
	text-align: left;
	border-bottom: 1px solid #e8e9ea;
}

.responsive_table td {
	text-align: left;
	padding: 8px 30px 16px 30px;
	font-weight: 500;
	border-bottom: 1px solid #f7f7f7;
	word-wrap: break-word;
}

.responsive_table td i {
	color: #818183;
}

.responsive_table td a {
	margin-left: 10px;
}

.responsive_table td a:first-child {
	margin-left: 0px;
}

.add_user_form ul li {
	display: flex;
}

.add_user_form li>* {
	flex: 1 auto;
}

.add_user_form li>label {
	flex: 0 auto;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	top: 12px;
}

.add_uer_popup {
	width: 650px;
}

.add_user_form {
	margin-bottom: 30px;
}

.add_uer_popup .popup_content h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}

.add_uer_popup .metric-wrap .ui-selectmenu-button.ui-button {
	width: 100%;
	height: 32px;
}

.delete_alert_txt {
	font-size: 16px;
	margin: 30px 0px 50px 0px;
}

/* User Management */

.createList_link {
	color: #B2B2B2;
	font-size: 18px;
	font-weight: 500;

}

.createList_link a{
	text-decoration: none;
	color:#4c3794;
	}

.truncate_text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


/* publish survey button style */
.publish_survey_btn .btn {
	float:right;
	margin-top:5px;
	margin-right:3px;
    padding: 11px 32px;
    font-size: 21px;
    font-weight: 500;
}
