.map-item {
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 #eceff7;
	background-color: #ffffff;
	border: solid 1px transparent;
}

.map-item-selected {
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 #eceff7;
	background-color: #ffffff;
	border: solid 1px #556FFF;
	background-color: #E7EBFF;
}
.map-item-section {
	padding: 10px 0px 0px 0px;
}

.map-item:hover, .map-item-active {
	box-shadow: 0 2px 6px 0 rgba(81, 107, 255, 0.5);
}

.map-item-criteria {
	width: 100%;
	padding: 5px;
	border-radius: 8px;
	box-shadow: 0 2px 6px 0 #eceff7;
	background-color: #ffffff;
	border: solid 1px #FFD7B0;
}

.map-item-criteria:hover, .map-item-criteria-active {
	box-shadow: 0 2px 6px 0 #ffc187;
  	background-color: #ffffff;
}

.map-item-criteria-dot {
	background-color: #FFA54C;
	border: solid 1px #fff;
	border-radius: 8px;
	width: 8px;
	height: 8px;
	position: relative;
	left: -4px;
	top: -0px;
}

.map-item-active {
	border-color: #556fff;
}

.map-item-answer-active {
	box-shadow: 0 2px 6px 0 #62d3c0;
	border-color: rgba(98, 211, 192, 0.5);
}

/* .map-item-section {
	background-color: #F4F7FD;
	box-shadow: none;
} */

.map-item-pro {
	width: 100%;
	padding: 4px;
	border-radius: 8px;
	border: solid 1px #a2d3c4;
  	background-color: #fff;
}

.map-item-pro:hover, .map-item-pro-active {
	box-shadow: 0 2px 6px 0 rgba(141, 216, 194, 0.5);
  	border: solid 1px #56b297;
  	background-color: #fff;
}

.map-item-pro-selected {
	width: 100%;
	padding: 4px;
	border-radius: 8px;
	border: solid 1px #56b297;
  	background-color: #dbfbf2;
}

/* .map-item-section:hover {
	background-color: #F4F7FD;
} */

.map-item-pro-active {
	border-color: #56b297;
}

.map-item-con {
	width: 100%;
	padding: 4px;
	border-radius: 8px;
	border: solid 1px #df98a0;
  	background-color: #fff;
}

.map-item-con:hover, .map-item-con-active {
	box-shadow: 0 2px 6px 0 rgba(210, 44, 61, 0.5);
	border: solid 1px #e04d5c;
	background-color: #fff;
}

.map-item-con-active {
	border-color: #d22c3d;
}

.map-item-con-selected {
	width: 100%;
	padding: 4px;
	border-radius: 8px;
	border: solid 1px #d22c3d;
  	background-color: #ffe5e9;
}

.map-item-question, .map-item-answer {
	background-color: #F8F9FC;
	border-color: transparent;
}

.map-item-handle {
	width: 16px;
	height: 18px;
	background: url('/assets/images/maps/drag-icon.svg');
	cursor: move;
	display: none;
	position: relative;
	top: -2px;
}

.map-item-name {
	margin-left: 7px;
	font-size: 0.9em;
	opacity: 0.85;
	cursor: pointer;
	line-height: 1.8em;
}

.map-item-chevron {
	width: 28px;
	text-align: center;
	height: 19px;
	margin-left: -2px;
	opacity: 0.25;
	position: relative;
	top: 2px;
}

.map-item-chevron:hover {
	cursor: pointer;
	opacity: 0.4;
}

.map-item-type {
	width: 22px;
	height: 22px;
	position: float;
	margin-left: -4px;
	top: -2px;
	background-repeat: no-repeat;
	background-size: cover;
}

.map-item-type-question {
	background: url('/assets/images/maps/question.svg?t=1');
}

.map-item-type-answer {
	background: url('/assets/images/maps/answer.svg?t=1');
}

.map-item-type-pro {
	background: url('/assets/images/maps/pro.svg?t=1');
}

.map-item-type-con {
	background: url('/assets/images/maps/con.svg?t=1');
}

.map-item-type-criteria {
	background: url('/assets/images/maps/criteria.svg?t=1');
}

.map-item-row {
	width: 100%;
	padding: 0px;
	margin-top: 10px;
}

.map-item-indent {
	position: relative;
	left: 35px;
}

.map-item-procon-h {
	margin: -3px 0px 5px 24px;
}

.map-item-columns {
	margin-left: -4px;
	z-index: 1;
	width: 100%;
}

.map-item-bracket {
	background-color: #dbecff;
	width: 18px;
	height: 2px;
	margin-left: 17px;
}

.map-item-bracket-procons {
	background-color: #eaf4ff;
	width: 16px;
	height: 2px;
	margin-left: 27px;
}

.map-items-children-procons {
	margin-left: -9px;
}

.map-item-min-width {
	width: 20px;
	position: relative;
}

.map-item-right-width {
	width: 130px;
	text-align: right;
	padding-right: 7px;
	position: relative;
}

.map-item-has-attachment {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 10;
	font-size: 1em;
	color: #d3dfff;
}

.map-item-has-content {
	position: absolute;
	bottom: 4px;
	right: 4px;
	z-index: 10;
	font-size: 0.9em;
	color: #d3dfff;
}

.btn-download-file,
.btn-map-item,
.btn-map-list {
	color: #556FFF;
	border: none;
	padding: 0px;
	background-color: transparent;
}

.btn-download-file:hover,
.btn-map-item:hover,
.btn-map-list:hover {
	color: #8296ff;
}

.map-list-hoverable-items button {
	display: none;
	width: 28px;
}

.map-list-hoverable-items:hover button {
	display: inline-block;
}

.btn-map-item-light {
	color: #bbb;
	border: none;
	padding: 0px;
	background-color: transparent;
	padding: 0px 6px;
	margin-right: 4px;
}

.btn-map-item-light:hover {
	color: #556FFF;
}

.btn-copy-map,
.btn-view-map {
	width: 28px; 
}

.map-item-right-menu {
	display: none;
}

.map-item-menu-spacer > tr > td {
	width: 28px !important;
	text-align: center;
}

.map-item-shift-right {
	position: relative;
	right: -5px;
}

.map-item-icons > tr > td > i {
	color: #556FFF;
}

.map-item-icons > i {
	margin-left: 6px;
	/* opacity: 0.5; */
}

.btn-map-dark {
	color: #333;
	border: none;
	padding: 0px;
	background-color: transparent;
	padding: 0px 6px;
	margin-right: 4px;
}

.btn-map-dark:hover {
	color: #556FFF;
}

.btn-map-dark > i {
	font-size: 0.8em;
}

.map-item-view-text {
	color: #333;
	margin-top: 1em;
	font-size: 1.2em;
}

.map-dropzone {
	position: absolute;
	z-index: 100;
	height: 25px;
	width: 300px;
	background-color: #888;
}

.map-dropzone-show {
	position: absolute;
	z-index: 10;
	height: 4px;
	width: 100px;
	background-color: #c4e4ff;
	border-radius: 5px;
	display: none;
}

.map-item-full {
	position: relative;
}

.map-item-inner-menu-left {
	text-align: center;
	width: 60px;
}

.map-icon-h {
	width: 35px;
}

.map-item-inner-menu-right {
	text-align: center;
	/* width: 150px; */
	width: auto;
}

.map-item-inner-menu-right-alternate {
	text-align: center;
	/* width: 110px; */
	width: auto;
}


.map-item-glow {
	animation: map-glow 1.5s 2 alternate;
}
  
@keyframes map-glow {
	from {
		box-shadow: 0 2px 6px 0 #fff;
	}
	to {
		box-shadow: 0 2px 6px 0 rgba(81, 107, 255, 0.5);
  		border: solid 1px #556fff;
	}
}

.map-item-glow-con {
	animation: map-glow-con 1.5s 2 alternate;
}
  
@keyframes map-glow-con {
	from {
		box-shadow: 0 2px 6px 0 #fff;
	}
	to {
		box-shadow: 0 2px 6px 0 #d22c3d;
		border: solid 1px #d22c3d;
	}
}

.map-item-glow-pro {
	animation: map-glow-pro 1.5s 2 alternate;
}
  
@keyframes map-glow-pro {
	from {
		box-shadow: 0 2px 6px 0 #fff;
	}
	to {
		box-shadow: 0 2px 6px 0 #56b297;
		border: solid 1px #56b297;
	}
}

.map-left-panel {
	display: none;
	position: fixed;
	top: 0px;
	width: 420px;
	background-color: #fff;
	padding: 20px 0px 10px 0px;
	text-align: center;
	height: 100%;
	-webkit-box-shadow: 3px 6px 8px 0px rgba(224,227,255,1);
	-moz-box-shadow: 3px 6px 8px 0px rgba(224,227,255,1);
	box-shadow: 3px 6px 8px 0px rgba(224,227,255,1);
	z-index: 100;
}

.map-left-panel .tags-label {
	font-weight: 500;
	font-size: 1em;
}

.map-h {
	margin: 0px 25px 150px 25px;
}

.map-top-nav {
	position: fixed;
	top: 60px;
	z-index: 10;
	background-color: #F4F7FD;
	padding: 22px 23px 8px 30px;
}

.map-search-placeholder {
	background-color: #fff;
	width: 300px;
	margin-right: 30px;
}

.map-search-placeholder:focus {
	background-color: #fff;
}

.map-search-field-h {
	padding: 0px 10px;
}

.map-search-results-h {
	margin-top: 15px;
	height: calc(100% - 50px);
	overflow-y: auto;
	padding: 0px 10px;
}

.map-event-date {
	font-size: 0.8em;
	color:#888;
	margin-top: 10px;
}

.map-search-item {
	margin-bottom: 15px;
	font-size: 0.9em;
	text-align: left;
	width: 100%;
	display: block;
	color: #333;
	text-decoration: none;
	padding: 6px 4px 6px 10px;
	background-color: #F8F9FC;
	border-radius: 8px;
	border: 0px;
}

.map-search-item:hover {
	text-decoration: none;
	color: #333;
}

.map-item-border {
	border: solid 1px #e8eaff;
}

.map-item-author {
	color: #888;
	font-size: 0.8em;
	margin-left: 30px;
}


.map-item-author-embed, .map-item-author-embed-pro, .map-item-author-embed-con {
	margin-left: 5px;
	border-radius: 6px;
	padding: 1px 4px;
	font-size: 0.85em;
	text-align: center;
	cursor: pointer;
}

.map-item-author-embed {
	color: #777;
	background-color: #F4F7FD;
	border: solid 1px #e8f0ff;
}

.map-item-author-embed-pro {
	color: #777;
	background-color: #f1fffb;
	border: solid 1px #b7e0d5;
}

.map-item-author-embed-con {
	color: #777;
	background-color: #fff4f5;
	border: solid 1px #ebb5bc;
}

.map-item-hover-only {
	display: none;
}

.map-item-nohover-procon {
	position: relative;
	right: -9px;
	top: 0px;
}

.map-item-right-hover, .map-item-right-hover-pro, .map-item-right-hover-con {
	display: none;
	position: absolute;
	z-index: 1;
	height: 100%;
	top: 0px;
}

.map-item-right-hover {
	width: 250px;
}

/* .map-item-right-hover-section {
	background-color: #F4F7FD;
}  */

.map-item-v-middle {
	margin: 0;
	position: absolute;
	top: 50%;
	right: 0px;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.map-item-search-right {
	width: 20px;
}

.map-launcher-nav {
	position: fixed;
	top: 45px;
	background-color: #556FFF;
	width: 100%;
	padding: 10px;
	z-index: 500;
}

.map-launch-left {
	width: 150px;
}

.map-launch-center {
	text-align: center;
}

.map-launch-right {
	width: 210px;
	text-align: right;
}

.map-launch-step-5 .map-launch-left,
.map-launch-step-5 .map-launch-right {
	width: 375px;
}

.map-launch-step {
	color: #fff;
	padding: 0.5em;
}

.map-launch-or-save-as-template-btn {
	padding: 0px;
}

.map-launcher-field {
	background-color: #fff;
	border-radius: 8px 0px 0px 8px;
	-moz-border-radius: 8px 0px 0px 8px;
	-webkit-border-radius: 8px 0px 0px 8px;
}

.btn-map-launcher-next {
	padding: 0.65em 1em;
	border-radius: 0px 8px 8px 0px;
	-moz-border-radius: 0px 8px 8px 0px;
	-webkit-border-radius: 0px 8px 8px 0px;
	margin-top: -1px;
}

.map-item-new-dot {
	background-color: #ff7b45;
	border: solid 1px #fff;
	border-radius: 8px;
	width: 8px;
	height: 8px;
	position: relative;
	left: 15px;
	top: 14px;
}

.map-event-list {
	padding: 0px 10px 30px 10px;
	height: calc(100% - 82px);
	overflow: auto;
}

.map-panel-title {
	color:#252d40;
	text-align: left;
	margin: 5px 0px 20px 15px;
	font-size: 16px;
	letter-spacing: 0.6px;
	font-weight: 500;
}

/* .map-panel-tags {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
} */

.map-panel-sub-title {
	color:#333;
	text-align: left;
	font-size: 1em;
	margin-bottom: 20px;
}

.text-inactive {
	color: #888;
}

.btn-map-menu-toggle {
	padding: 0.6em 0.45em;
}

.map-panel-sizer {
	position: fixed;
	min-width: 90px;
	z-index: 20001;
}

.map-title {
	color: #252d40;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.6px;
	width: calc(100% - 80px)
}

.objective-title {
	font-size: 1em;
    color: #222222;
	width: calc(100% - 50px)
}

.map-hint-h {
	margin-right: 60px;
	position: float;
	margin-top: -70px;
}

.map-hint-h > .card {
	width: 320px;
}

.map-hint-body {
	padding: 30px 1em !important;
	text-align: center;
}
.map-hint-arrow-up {
	position: relative;
	top: -64px;
	left: 8px;
}

.map-hint-glow {
	animation: map-hint-glow 2s 2 alternate;
	border: solid 1px #c3ccff;
	box-shadow: 0px 0px 10px 0px rgba(81, 107, 255, 0.2);
}
  
@keyframes map-hint-glow {
	from {
		border: solid 1px #94a4ff;
		box-shadow: 0px 0px 10px 0px rgba(81, 107, 255, 0.2);
	}
	to {
		box-shadow: 0px 0px 10px 0px rgba(81, 107, 255, 0.5);
		border: solid 1px #556fff;
	}
}

.map-item-bracket-v {
    position: absolute;
	left: -20px;
	top: -10px;
    background-color: #dbecff;
    width: 2px;
    height: calc(100% + 13px);
}

.map-item-bracket-last-v {
    position: absolute;
	left: -20px;
	top: -10px;
    background-color: #dbecff;
    width: 2px;
    height: calc(50% + 10px);
}

.map-item-answer-v {
    position: absolute;
	left: 7px;
	top: calc(50%+7px);
    background-color: #dbecff;
    width: 2px;
    height: calc(50% - 14px);
}

.map-item-bracket-children-v {
    position: absolute;
	left: 16px;
	top: 0px;
    background-color: #dbecff;
    width: 2px;
    height: calc(100% + 10px);
}

.map-item-bracket-procon-v {
    position: absolute;
	left: -17px;
	top: -15px;
    background-color: #dbecff;
    width: 2px;
    height: calc(100% + 21px);
}

.map-item-bracket-procon-last-v {
    position: absolute;
	left: -17px;
	top: -15px;
    background-color: #dbecff;
    width: 2px;
    height: calc(50% + 15px);
}

.map-item-bracket-procon-children-v {
    position: absolute;
	left: 27px;
	top: 0px;
    background-color: #dbecff;
    width: 2px;
    height: calc(100% + 10px);
}


.map-items-columns-h {
	position: relative;
}

/* .map-items-columns-h[data-type=question] {
	width: calc(100% - 20px);
} */
.map-items-columns-h-checkboxes[data-type=question] {
	width: calc(100% - 20px);
}

.map-item-drag-mirror {
	position: fixed;
	top: 300px;
	left: 500px;
	width: 100px;
	height: 30px;
	background-color: #ff0000;
	border-radius: 8px;
	display: none;
	opacity: 0.11;
}

.map-section-label {
	padding: 10px 0px 10px 0px;
	text-transform: uppercase;
	font-size: 1.2em; 
	font-weight: 500;
	display: inline-block;
}

.map-section-label:hover {
	color: #546EFF;
	cursor: pointer;
}

.map-item-check-dropdown {
    display: none;
    position: fixed;
    width: 240px;
    height: 210px;
    left: -236px;
    top: -20px;
    background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(148,148,148,0.6);
	-moz-box-shadow: 0px 0px 5px 0px rgba(148,148,148,0.6);
	box-shadow: 0px 0px 5px 0px rgba(148,148,148,0.61);
	border-radius: 8px;
	text-align: left;
	padding: 20px;
}

.btn-map-item-check {
	position: relative;
	z-index: 100;
}

.btn-map-item-check:hover .map-item-check-dropdown {
	display: block !important;
}

.criteria-type-h {
	background-color: #F6F7FB;
	border-radius: 5px;
	padding: 14px 24px;
	margin-top: 15px;
}

.select2-drop {
    display: none !important;
}

.map-left-panel #accordion {
	padding-left: 20px;
	padding-right: 20px;
}

.map-left-panel #accordion .card {
	margin-top: 20px;
	background-color: #F4F7FD;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.map-left-panel #accordion .card .card-body {
	padding-top: 0px;
}

.map-left-panel #accordion .filter-label {
	font-weight: 500;
    margin-bottom: 10px;
    margin-left: 3px;
}

.map-left-panel #accordion .card .card-header {
	border-bottom: none;
}

.choose-question-posts-left-panel .cancel-save-parent {
	text-align: right;
	margin-right: 15px;
	position: absolute;
	bottom: 40px;
	right: 7px;
}

.map-search-field, .map-search-field:focus {
	border: 1px solid #e6e4e9;
    font-size: 1em;
    letter-spacing: .5px;
}

.map-search-field::placeholder {
	color: rgba(0, 0, 0, .75);
}

.map-member-item .member-make-owner {
    display: none;
}

.map-member-item:hover .member-make-owner {
    display: block;
}

.radial-chart .apexcharts-datalabel-value {
	display: none;
}

.map-reporting-panel .toggle-group label {
	display: none !important;
}

.map-reporting-panel .toggle.btn-xs {
    min-width: 1.5rem !important;
    min-height: 1rem !important;
}

.metrics-table-parent {
	float: right;
	width: 100%;
	position: absolute;
	top: 0px;
	height: 100%;
}

.map-item-metrics-width {
	/* width: 60%; */
	/* width: 520px; */
	width: 600px;
	text-align: right;
	padding-right: 7px;
	position: relative;
	/* background-color: #000;
	color: #fff; */
}

.map-item-metric {
	cursor: pointer;
	text-align: right;
}

.metrics-table-parent > table > tr > td > .question-metric {
	font-weight: 500;
}
.criteria-metric,
.pro-metric,
.con-metric {
	position: relative;
	left: 7px;
}

.overall-metric {
	padding: 0px;
	position: relative;
	cursor: pointer;
}

.overall-maturity-metric {
	left: 30px;
}

.overall-contribution-metric {
	left: 32px;
}

.overall-support-metric {
	left: 31px;
}

.overall-controversy-metric {
	left: 34px;
}

.overall-exposure-metric {
	left: 34px;
}

.overall-metrics-table-parent {
	position: relative;
	/* width: 520px; */
	width: 600px;
}

.overall-metric-label {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}

.map-item-metric-sort .fa-chevron-up,
.map-item-metric-sort .fa-chevron-down,
.overall-metric-label .fa-chevron-up,
.overall-metric-label .fa-chevron-down {
	font-size: 12px;
	/* color: #888; */
	opacity: .4;
}

.overall-metric-label {
	cursor: pointer;
}

.map-item-metric {
	position: relative;
}

.map-item-metric-sort {
	position: absolute;
	right: -18px;
	top: -1px;
	z-index: 1;
}

/* .map-item-metric-offset {
	position: relative;
	right: 14px;
} */

.modal-metric {
	padding: 0px;
	position: relative;
}

.modal-metric-chart-parent {
	position: relative;
	height: 100px;
}

.modal-metric-label {
	text-align: center;
	font-weight: 500;
	font-size:16px;
}

.map-item-maturity-chart,
.map-item-contribution-chart,
.map-item-support-chart,
.map-item-controversy-chart,
.map-item-exposure-chart {
	position: relative;
}

.metrics-modal .apexcharts-canvas {
	margin: auto;
}

.metric-col {
	vertical-align: top;
}

.metric-summary {
	text-align: center;
	position: relative;
}

.contributors-members-list {
	margin-bottom:7px;
}

.contributors-members-list-item {
	text-align:left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 145px;
}
/* 
.map-tasks-panel .nav-link {
	padding: 0.5rem 1.5rem;
	border-width: 2px;
	color: #7a7f8d;
	font-weight: 400;
}

.map-tasks-panel .nav-link.active,
.map-tasks-panel .nav-link:hover {
	border-color: #ffffff #ffffff #556fff #ffffff;
	color: #252d40;
}

.map-tasks-panel .tab-content {
	padding: 0;
} */

.task-config-parent {
	padding: 20px;
}

.task-config-parent .string-check label {
	font-size: 0.875rem;
}

#activity-history-member-tag-filter .tagify {
	text-align: left;
}