.orchestration-inner {
	max-width: 769px;
	margin: auto;
}
.orchestration-inner h2 {}
.orchestration-inner .header {}
.orchestration-inner .header h1 {}

.customer_journey_wrapper {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 50px;
}
.customer_journey_inner {
	width: 16%;
	min-height: 56px;
	text-align: center;
	font-size: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 7px 0 7px 31px;
	position: relative;
	margin: 50px 0 200px;
}
.customer_journey_inner .has_campaign {
	position: absolute;
	width: 40px;
	height: 35px;
	background: #84d72c;
	bottom: 40px;
	background: url('../Assets/customerJourneyBeyable.png') no-repeat center center;
	background-size: 100% 100%;
}
.customer_journey_inner:before,
.customer_journey_inner:after {
	content: "";
	position: absolute;
}
.customer_journey_inner:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 25px;
	left: 100%;
	z-index: 9;
}
.customer_journey_inner:after {
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 28px 0 28px 25px;
	border-color: transparent transparent transparent #FFF;
}
.customer_journey_inner .title {
	color: #FFF;
}
.customer_journey_inner .gauge {
	position: absolute;
	height: 150px;
	width: 30px;
	top: 100%;
	border-radius: 0 0 3px 3px;
	background: url('../Assets/customerJourneyGauge.png') repeat-y center center;
	background-size: 100% 100%;
}
.customer_journey_inner .gauge span {
	font-size: 13px;
	position: absolute;
	left: -10%;
	bottom: 0px;
	opacity: 0;
	-webkit-transition: bottom .3s ease-in-out, opacity .1s linear;
	-moz-transition: bottom .3s ease-in-out, opacity .1s linear;
	-o-transition: bottom .3s ease-in-out, opacity .1s linear;
	transition: bottom .3s ease-in-out, opacity .1s linear;
}
.customer_journey_inner:hover .gauge span {
	opacity: 1;
	bottom: -20px;
}

.customer_journey_inner:nth-of-type(1) {
	background: #f8d155;
}
.customer_journey_inner:nth-of-type(1):before {
	border-color: transparent transparent transparent #f8d155;
}
.customer_journey_inner:nth-of-type(1) .title {}
.customer_journey_inner:nth-of-type(1) .gauge {
	background-color: #f8d155;
}

.customer_journey_inner:nth-of-type(2) {
	background: #e39f39;
}
.customer_journey_inner:nth-of-type(2):before {
	border-color: transparent transparent transparent #e39f39;
}
.customer_journey_inner:nth-of-type(2) .title {}
.customer_journey_inner:nth-of-type(2) .gauge {
	background-color: #e39f39;
}

.customer_journey_inner:nth-of-type(3) {
	background: #84d72c;
}
.customer_journey_inner:nth-of-type(3):before {
	border-color: transparent transparent transparent #84d72c;
}
.customer_journey_inner:nth-of-type(3) .title {}
.customer_journey_inner:nth-of-type(3) .gauge {
	background-color: #84d72c;
}

.customer_journey_inner:nth-of-type(4) {
	background: #43acd9;
}
.customer_journey_inner:nth-of-type(4):before {
	border-color: transparent transparent transparent #43acd9;
}
.customer_journey_inner:nth-of-type(4) .title {}
.customer_journey_inner:nth-of-type(4) .gauge {
	background-color: #43acd9;
}

.customer_journey_inner:nth-of-type(5) {
	background: #324058;
}
.customer_journey_inner:nth-of-type(5):before {
	border-color: transparent transparent transparent #324058;
}
.customer_journey_inner:nth-of-type(5) .title {}
.customer_journey_inner:nth-of-type(5) .gauge {
	background-color: #324058;
}

.customer_journey_inner:nth-of-type(6) {
	background: #f26060;
}
.customer_journey_inner:nth-of-type(6):before {
	border-color: transparent transparent transparent #f26060;
}
.customer_journey_inner:nth-of-type(6) .title {}
.customer_journey_inner:nth-of-type(6) .gauge {
	background-color: #f26060;
}

.goal_wrapper {
	margin-bottom: 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	position: relative;
}
.goal_header {
	background: #FFF;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 15px;
	margin-bottom: 25px;
	width: 100%;
	position: relative;
	box-shadow: 0px 6px 49px 0px rgba(220, 220, 220, 0.9);
}
.goal_header:before {
	position: absolute;
	content: "";
	width: 27px;
	height: 5px;
	background: #324058;
	border-radius: 50px;
	top: 100%;
	left: 24px;
}
.goal_header:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 53px;
	background: #324058;
	top: 100%;
	left: 35px;
}
.goal_options {
	position: absolute;
	bottom: 100%;
	right: 0;
}
.goal_options button {
	width: 30px;
	height: 40px;
	padding-bottom: 10px;
	background: #b3b3b3;
	border-radius: 3px 3px 0 0;
	color: #FFF;
	display: -webkit-inline-flex;
	display: inline-flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.goal_options button:hover {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}
.goal_options button.goal_option_settings {}
.goal_options button.goal_option_notification {
	background: #e39f39;
}
.goal_subheader {
	font-size: 11px;
	text-transform: uppercase;
	color: #b3b3b3;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.goal_subheader strong {
	text-transform: none;
	color: #FFF;
	background: #324058;
	font-weight: 300;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 3px;
	margin-right: 7px;
}
.goal_title {
	font-size: 20px;
	font-weight: 700;
}
.goal_header_pressure {}
.goal_header_pressure_title {
	font-size: 13px;
	color: #a5a5a5;
	margin-bottom: 5px;
}
.goal_header_pressure_udpate {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	height: 33px;
}
.pressure_minus,
.pressure_plus {
	background: #fafafa;
	border: 1px solid #ebebeb;
	min-width: 20px;
	font-weight: 700;
}
.pressure_minus {
	font-size: 23px;
}
.pressure_number {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	min-width: 40px;
	font-weight: 700;
	text-align: center;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.goal_campaign {
	background: #FFF;
	margin-bottom: 45px;
	padding: 15px;
	width: 90%;
	position: relative;
	border: 1px solid #F6F7F8;
}
.goal_campaign.disable .goal_campaign_breadcrump,
.goal_campaign.disable .goal_campaign_breadcrump:after {
	border-color: #d9d9d9 !important;
}
.goal_campaign:not(:last-child).lastdisable .goal_campaign_breadcrump_v{
	background-color: #d9d9d9 !important;
}
.goal_campaign_breadcrump {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 5px solid #324058;
	border-radius: 50%;
	left: -49px;
}
.goal_campaign_breadcrump:after {
	position: absolute;
	content: "";
	border-bottom: 4px dashed #324058;
	width: 34px;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.goal_campaign:not(:last-child) .goal_campaign_breadcrump_v {
	position: absolute;
	width: 5px;
	height: calc(100% + 55px);
	background: #324058;
	left: -41px;
}
.goal_actions {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
}
.goal_actions a {
	opacity: .3;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.goal_actions a:hover {
	opacity: 1;
}

.goal_campaign_header {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.campaign_status {
	min-width: 10px;
	min-height: 10px;
	display: inline-block;
	border-radius: 50%;
	margin: 5px 5px 0px 0px;
}
.campaign_status.on-going {
	background: #84d72c;
}
.campaign_status.stopped {
	background: #f26060;
}
.goal_campaign_date {
	font-size: 14px;
	margin: 5px 0;
}
.goal_campaign_description {
	color: #b3b3b3;
	font-size: 14px;
}
.goal_campaign_estimation {
	width: 90%;
	height: 20px;
	position: absolute;
	top: 100%;
	background-color: #d9d9d9;
	border-radius: 0 0 5px 5px;
	background-image: url(../Assets/customerJourneyGauge.png);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.goal_campaign_estimation span{
	left: 0;
	position: absolute;
	z-index: -1;
	font-size: 14px;
	opacity: 0;
	-webkit-transition: left .3s ease-in-out;
	-moz-transition: left .3s ease-in-out;
	-o-transition: left .3s ease-in-out;
	transition: left .3s ease-in-out;
}
.goal_campaign:hover .goal_campaign_estimation span{
	opacity: 1;
	left: calc(100% + 10px);
}
.goal_campaign:hover .goal_campaign_estimation {
	background-color: #43ACD9;
}

.orch_tracking_wrapper {
	margin-bottom: 50px;
}
.orch_tracking_wrapper h2 {}
.orch_tracking_wrapper>label {
	margin-bottom: 20px;
	width: 100%;
}
.orch_tracking_wrapper>label p {
	font-weight: 300;
	margin-bottom: 5px;
}
.orch_tracking_result {}
.orch_tracking_result .subtitle {
	margin: 5px 0 10px;
}
.orch_tracking_result .result {
	width: 100%;
	height: 210px;
	resize: none;
	border: 1px solid #969696;
	border-radius: 5px;
	padding: 10px;
	font-size: 13px;
}
.customer_journey_1 .goal_subheader strong,
.customer_journey_1 .goal_header:before,
.customer_journey_1 .goal_header:after,
.customer_journey_1 .goal_campaign:not(:last-child) .goal_campaign_breadcrump_v,
.customer_journey_1 .goal_campaign:hover .goal_campaign_estimation {
	background-color: #f8d155;
}
.customer_journey_1 .goal_campaign_breadcrump:after,
.customer_journey_1 .goal_campaign_breadcrump {
	border-color: #f8d155;
}
.customer_journey_2 .goal_subheader strong,
.customer_journey_2 .goal_header:before,
.customer_journey_2 .goal_header:after,
.customer_journey_2 .goal_campaign:not(:last-child) .goal_campaign_breadcrump_v,
.customer_journey_2 .goal_campaign:hover .goal_campaign_estimation {
	background-color: #e39f39;
}
.customer_journey_2 .goal_campaign_breadcrump:after,
.customer_journey_2 .goal_campaign_breadcrump {
	border-color: #e39f39;
}
.customer_journey_3 .goal_subheader strong,
.customer_journey_3 .goal_header:before,
.customer_journey_3 .goal_header:after,
.customer_journey_3 .goal_campaign:not(:last-child) .goal_campaign_breadcrump_v,
.customer_journey_3 .goal_campaign:hover .goal_campaign_estimation {
	background-color: #84d72c;
}
.customer_journey_3 .goal_campaign_breadcrump:after,
.customer_journey_3 .goal_campaign_breadcrump {
	border-color: #84d72c;
}
.customer_journey_4 .goal_subheader strong,
.customer_journey_4 .goal_header:before,
.customer_journey_4 .goal_header:after,
.customer_journey_4 .goal_campaign:not(:last-child) .goal_campaign_breadcrump_v,
.customer_journey_4 .goal_campaign:hover .goal_campaign_estimation {
	background-color: #43acd9;
}
.customer_journey_4 .goal_campaign_breadcrump:after,
.customer_journey_4 .goal_campaign_breadcrump {
	border-color: #43acd9;
}
.customer_journey_5 .goal_subheader strong,
.customer_journey_5 .goal_header:before,
.customer_journey_5 .goal_header:after,
.customer_journey_5 .goal_campaign:not(:last-child) .goal_campaign_breadcrump_v,
.customer_journey_5 .goal_campaign:hover .goal_campaign_estimation {
	background-color: #324058;
}
.customer_journey_5 .goal_campaign_breadcrump:after,
.customer_journey_5 .goal_campaign_breadcrump {
	border-color: #324058;
}
.customer_journey_6 .goal_subheader strong,
.customer_journey_6 .goal_header:before,
.customer_journey_6 .goal_header:after,
.customer_journey_6 .goal_campaign:not(:last-child) .goal_campaign_breadcrump_v,
.customer_journey_6 .goal_campaign:hover .goal_campaign_estimation {
	background-color: #f26060;
}
.customer_journey_6 .goal_campaign_breadcrump:after,
.customer_journey_6 .goal_campaign_breadcrump {
	border-color: #f26060;
}

.orch_marketing_pressure_wrapper {}
.orch_marketing_pressure_wrapper h2 {}
.orch_marketing_pressure_wrapper>label {
	margin-bottom: 20px;
}
.orch_marketing_pressure_wrapper>label p {
	font-weight: 300;
	font-size: 17px;
	margin-bottom: 5px;
}


.overlay_orchestration {
	position: fixed;
	top: -100%;
	height: 100%;
	width: 100%;
	left: 220px;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.overlay_orchestration.showed {
	opacity: 1;
	top: 50px;
}
.popin_orchestration {
	position: fixed;
	top: -100%;
	left: 220px;
	right: 0;
	margin: auto;
	background: #FFF;
	width: 768px;
	padding: 25px;
	z-index: 9999999;
	text-align: center;
	/* border-top: 5px solid #eb6161; */
	transform: scale(.2);
	-webkit-transition: transform .3s ease-in-out;
	-moz-transition: transform .3s ease-in-out;
	-o-transition: transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.popin_orchestration.showed {
	top: 21%;
	transform: scale(1);
}
.popin_orchestration p {
	margin-bottom: 15px;
	font-weight: 300;
}
.popin_orchestration p strong {
	font-weight: bold;
}
.popin_orchestration_actions {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.popin_orchestration button {
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0 5px;
}
.popin_orchestration .btt_cancel {
	background: #9E9E9E;
}
.popin_orchestration .btt_confirm {
	background: var(--turquoise);
}

.intrusion_wrapper {}
.intrusion_wrapper h4 {
	font-weight: 300;
	text-transform: uppercase;
	color: #324058;
	font-size: 18px;
	text-align: center;
	margin-top: 75px;
	font-weight: bold;
}
.intrusion_wrapper .chapo {
	text-align: center;
	max-width: 780px;
	margin: 25px auto;
	font-weight: 300;
	line-height: 25px;
}
.intrusion_wrapper .chapo strong {
	font-weight: bold;
	/*font-style: italic;*/
	display: block;
	color: #324058;
}
.intrusion_range {
	text-align: center;
	margin: 60px auto 0;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 16px;
	width: 70%;
}
.intrusion_range p {
	color: #324058;
	font-weight: bold;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.intrusion_label {
	width: 70%;
	margin: 10px auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.intrusion_label .intrusion_lowprofil-text {
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.intrusion_label .intrusion_neutral-text {
	-webkit-transform: translateX(-31%);
	-moz-transform: translateX(-31%);
	-o-transform: translateX(-31%);
	transform: translateX(-31%);
}
.intrusion_label .intrusion_pushy-text {
	text-align: right;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}
.intrusion_service .intrusion_service-text {
	color: #43ACD9;
}
.intrusion_saas .intrusion_saas-text {
	color: #43ACD9;
}
.intrusion_input {
	-webkit-appearance: none;
	width: 50%;
	position: relative;
	display: -webkit-flex;
	display: flex;
}
.intrusion_input:focus {
	outline: none;
}
.intrusion_input:before {
	/*content: "";*/
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
	background: #f8d155;
	border-radius: 5px 0 0 5px;
}
.intrusion_input:after {
	/*content: "";*/
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 50%;
	background: #84d72c;
	border-radius: 0px 5px 5px 0px;
}
.intrusion_input::-webkit-slider-runnable-track {
	/* input background */
	-webkit-appearance: none;
	appearance: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.10);
	background-color: #ebebeb;
	height: 15px;
	vertical-align: middle;
	border: none;
	cursor: pointer;
}
.intrusion_input::-webkit-slider-thumb {
	/* input cursor */
	-webkit-appearance: none;
	border-radius: 4px;
	background-color: #324058;
	/*box-shadow: inset 0 0 0 2px #ebebeb, inset 0 0 2px #ebebeb, inset 0 0 0 2px #ebebeb;*/
	width: 10px;
	height: 30px;
	/*vertical-align: middle;*/
	border: none;
	cursor: pointer;
	margin-top: -10px;
	transition: all .2s ease-in-out;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.intrusion_input::-webkit-slider-thumb:hover {
	background: #f8d155;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.intrusion_input:active::-webkit-slider-thumb {
	background: #f8d155;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
.intrusion_input::-moz-range-track {
	-moz-appearance: none;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px rgba(000, 000, 000, 0.10);
	background-color: #CCC;
	height: 8px;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: none;
	cursor: pointer;
}
.intrusion_input::-moz-range-thumb {
	-moz-appearance: none;
	border-radius: 100%;
	background-color: #037cd5;
	box-shadow: inset 0 0 0 4px #ebebeb, inset 0 0 4px #ebebeb, inset 0 0 0 4px #ebebeb;
	height: 22px;
	width: 22px;
	vertical-align: middle;
	border: none;
	cursor: pointer;
	margin-top: -6px;
}
.intrusion_input::-moz-range-thumb:hover {
	background: #fdd921;
}
.intrusion_input:active::-moz-range-thumb {
	background: #fdd921;
}
.intrusion_input::-ms-track {
	width: 100%;
	height: 8px;
	cursor: pointer;
	animate: 0.2s;
	background: transparent;
	border-color: transparent;
	border-width: 39px 0;
	color: transparent;
}
.intrusion_input::-ms-fill-lower {
	background: #CCC;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.intrusion_input::-ms-fill-upper {
	background: #CCC;
	border: 0px solid #000101;
	border-radius: 50px;
	box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
.intrusion_input::-ms-thumb {
	box-shadow: inset 0 0 0 4px #CCC, inset 0 0 4px #CCC, inset 0 0 0 4px #CCC;
	border: 0px solid #000000;
	height: 22px;
	width: 22px;
	border-radius: 100%;
	background: #037cd5;
	cursor: pointer;
	margin-top: -2px;
}
.popin_new_order {
	max-height: 90%;
	overflow: scroll;
	background: #f3f3f3;
	padding: 0;
	text-align: left;
}
.popin_new_order.showed {
	top: 80px;
}
.popin_new_order .header {
	display: block;
	background: #FFF;
	padding: 30px 0 0px;
	text-align: center;
}
.popin_new_order .text strong {
	color: #84d72c;
	font-size: 20px;
}
.popin_new_order .goal_header {
	text-align: center;
}
.popin_new_order p {
	margin: 0;
}
.popin_new_order .goal_campaigns {
	width: 100%;
	padding-left: 76px;
	overflow: scroll;
	max-height: 360px;
	margin-bottom: 20px;
}
.popin_new_order .popin_orchestration_actions {
	margin-bottom: 20px;
}
.popin_new_order .goal_wrapper {
	margin-bottom: 0;
}
.popin_new_order .goal_header {}
.popin_new_order .header h2 {
	margin: 0;
}
@media screen and (max-width: 1400px) {
	.overlay_orchestration {
		left: 200px;
	}
	.overlay_orchestration.showed {
		top: 40px;
	}
}