.campstats_header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 20px;
}
.campstats_header_new_reporting{
	font-size: 16px;
}
.campstats_nodata {
	color: #b4b4b4;
	font-size: 15px;
	display: inline;
	margin-left: 10px;
}
.campstats_nodata i {
	position: relative;
	top: -2px;
}
.campstats_header .btn_lock_data {
	background: #378db1;
	color: #FFF;
	width: 34px;
	height: 34px;
	margin-left: 10px;
	border-radius: 3px;
}
.module-inner aside.sub-nav .campstats_livesearch {
	display: -webkit-flex;
	display: flex;
	border-bottom: 1px solid #ededed;
	margin-bottom: 10px;
}
.module-inner aside.sub-nav .campstats_livesearch label {
	display: block;
	width: 100%;
}
.module-inner aside.sub-nav .campstats_livesearch input {
	border: none;
	width: 100%;
	line-height: 24px;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
}
.module-inner aside.sub-nav .campstats_livesearch input::-webkit-input-placeholder {
	font-size: 14px;
}
.module-inner aside.sub-nav .campstats_livesearch button {}
.module-inner aside.sub-nav .campstats_livesearch button:hover {
	color: #fc555e;
}
.sub-nav:hover button i {
	color: inherit;
}
.module-inner aside.sub-nav .campstats_filter {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
	margin-bottom: 20px;
}
.module-inner aside.sub-nav .campstats_filter p {
	color: #a5a5a5;
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #f3f3f3;
	background: #F3F3F3;
	padding: 5px 13px;
	-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;
	margin-bottom: 5px;
	cursor: pointer;
}
.module-inner aside.sub-nav .campstats_filter p.active,
.module-inner aside.sub-nav .campstats_filter p.active:hover {
	background: var(--turquoise);
	color: #FFF;
}
.module-inner aside.sub-nav .campstats_filter p:hover {
	color: var(--turquoise);
	border: 1px solid var(--turquoise);
}
.module-inner aside.sub-nav .campstats_filter p:not(:first-child) {
	margin-left: 5px;
}
.campstats-inner {
	margin-left: 250px;
}
.campstats-inner .main_container {
	background: #FFF;
	box-shadow: 0px 6px 49px 0px rgba(220, 220, 220, 0.9);
	border-radius: 15px;
	position: relative;
	padding: 20px;
}
.campstats-inner .sub_header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}
.campstats-inner .sub_header .title {
	width: 530px;
}
.campstats-inner .sub_header .title_status {
	font-weight: bold;
	font-size: 24px;
}
.campstats-inner .sub_header .title_status span {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
	position: relative;
	top: -4px;
	white-space: nowrap;
}
.campstats-inner .sub_header .detail {
	color: #a5a5a5;
	font-size: 13px;
	text-transform: uppercase;
	cursor: pointer;
}
.campstats-inner .sub_header .detail .error {
	color: #eb6163;
}
.campstats-inner .sub_header .description {
	font-size: 15px;
}
.campstats_action {
	display: -webkit-flex;
	display: flex;
	font-size: 14px;
}
.campstats_action .btn_toggle {
	background: #ffc618;
	color: #444;
	border-radius: 3px;
	padding: 6px 12px;
	min-width: 34px;
	cursor: pointer;
}
.campstats_action .btn_toggle:not(:first-child) {
	margin-left: 5px;
}
.campstats_kpi {}
.campstats_kpi article {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.campstats_kpi article div {
	width: 25%;
	background: #F6F7F8;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 15px 0px;
	position: relative;
}
.campstats_kpi article div:not(:last-child) {
	margin-right: 10px;
}
.campstats_kpi article div button {
	position: absolute;
	top: 0px;
	right: 0px;
	opacity: .3;
	-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;
}
.campstats_kpi article div button.active,
.campstats_kpi article div button:hover {
	opacity: 1;
}
.campstats_kpi article div.blue {
	color: #FFF;
	background: var(--turquoise);
}
.campstats_kpi article div.green {
	color: #FFF;
	background: #5cb85c;
}
.campstats_kpi article div.yellow {
	color: #FFF;
	background: #ffc618;
}
.campstats_kpi article div.black {
	color: #FFF;
	background: #293133;
}
.campstats_kpi .card_title {
	font-size: 13px;
}
.campstats_kpi .data {
	font-size: 35px;
	font-weight: 500;
}
.campstats_monitoring {
	margin: 20px 0;
}
.campstats_table {
	-ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.campstats_table.permission_statisticscampaigns_can_view_lastclic {
	-ms-grid-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 4fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.campstats_table_wrapper .insights_table_inner>div {
	padding: 10px 8px;
}
.campstats_table_wrapper .insights_table_inner>div.grid-noborder {
	border-right: none;
}
.campstats_table_wrapper .insights_table_inner>div.grid-noborder+div {
	border-left: none;
}
.campstats_table_wrapper .grid-title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.campstats_table_wrapper .grid-tac {
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}
.campstats_table .grid-post-view {
	-ms-grid-column: 4;
	-ms-grid-column-span: 2;
	grid-column: 4 / 6;
}
.campstats_table .grid-last-clic {
	-ms-grid-column: 6;
	-ms-grid-column-span: 2;
	grid-column: 6 / 8;
}
.campstats_table .grid-with-code {
	-ms-grid-column: 8;
	-ms-grid-column-span: 2;
	grid-column: 8 / 10;
}
.campstats_table.permission_statisticscampaigns_can_view_lastclic .grid-with-code {
	-ms-grid-column: 6;
	-ms-grid-column-span: 2;
	grid-column: 6 / 8;
}
.campstats_table.permission_statisticscampaigns_can_view_flux .no-flux {
	display: none;
}
.campstats_table_wrapper .note {
	margin: 0;
	font-size: 12px;
	opacity: .5;
}
.campstats_table_wrapper h4 {
	margin: 50px 0 10px;
}
.campstats_table_post_view {
	-ms-grid-columns: 2fr 1fr 1fr 1fr 1fr;
	grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}
.campstats_historic h4 {
	margin: 50px 0 20px;
}
.btn_add_historic {
	background: var(--turquoise);
	color: #FFF;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 198px;
	z-index: 10;
	-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;
}
.btn_add_historic:hover {
	background: #ffc618;
}
.campstats_historic_container {
	position: relative;
	padding: 60px 0 20px;
}
.campstats_historic_container:after {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	background: var(--turquoise);
	top: 0;
	left: 216px;
	z-index: 9;
}
.campstats_historic_container article {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	margin-bottom: 40px;
}
.historic_date {
	text-align: right;
	min-width: 180px;
}
.historic_date p {
	font-weight: bold;
	font-size: 16px;
}
.historic_date p button {
	padding: 0;
	color: #e3e3e3;
	cursor: pointer;
	-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;
}
.historic_date p button:hover {
	color: #EB6262;
}
.historic_date p:last-child {
	font-size: 11px;
	color: #e3e3e3;
	font-weight: normal;
	text-transform: uppercase;
}
.historic_point {
	min-width: 17px;
	z-index: 10;
	min-height: 17px;
	margin: 0 30px;
	background: #FFF;
	border: 5px solid var(--turquoise);
	border-radius: 50%;
}
.historic_content {
	display: -webkit-flex;
	display: flex;
}
.historic_content .historic_thumbnail {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-right: 10px;
}
.historic_content .historic_thumbnail img {
	margin-bottom: 10px;
}
.historic_content .historic_detail {}
.historic_content .historic_title {
	font-weight: bold;
}
.historic_content .historic_description {
	font-size: 14px;
	max-width: 400px;
}


.overlay_popin_historic {
	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_popin_historic.showed {
	opacity: 1;
	top: 50px;
}
.popin_historic {
	position: fixed;
	top: -100%;
	left: 220px;
	right: 0;
	margin: auto;
	background: #FFF;
	width: 500px;
	padding: 25px;
	z-index: 999;
	border-top: 5px solid var(--turquoise);
	transform: scale(.2);
	opacity: 0;
	visibility: hidden;
	-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_historic.showed {
	top: 10%;
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.popin_historic>p {
	margin-bottom: 15px;
	font-weight: 300;
	text-align: center;
}
.popin_historic>p span {
	display: block;
}
.popin_historic>p strong {
	font-weight: bold;
}
.popin_historic button {
	padding: 10px 30px;
	color: #FFFFFF;
	font-size: 13px;
	text-transform: uppercase;
}
.popin_historic .btn_confirm_historic {
	background: var(--turquoise);
}
.popin_historic .btn_cancel_historic {
	background: #EB6262;
}
.popin_form_historic {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.popin_form_historic .half {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.popin_form_historic .half>* {
	width: 49%;
}
.popin_form_historic .title {}
.popin_form_historic textarea {
	padding: 10px;
	font-family: inherit;
	margin: 10px 0;
}
.popin_form_historic .historic_date_input {
	font-weight: normal;
	font-size: 14px;
	padding-left: 5px;
	border: 1px solid #969696;
	width: 100%;
}
.popin_form_historic .historic_tags {}
.popin_form_historic .historic_tags ul {
	display: -webkit-flex;
	display: flex;
}
.popin_form_historic .historic_tags ul li {
	color: #a5a5a5;
	font-weight: normal;
	font-size: 10px;
	border: 1px solid #f3f3f3;
	background: #F3F3F3;
	padding: 5px 13px;
	-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;
	margin-bottom: 5px;
	cursor: pointer;
}
.popin_form_historic .historic_tags ul li:not(:first-child) {
	margin-left: 5px;
}
.popin_form_historic .historic_tags ul li:hover {
	color: var(--turquoise);
	border: 1px solid var(--turquoise);
}
.popin_form_historic .historic_tags ul li.active {
	background: var(--turquoise);
	color: #FFF;
}
.popin_form_historic .historic_img {}
.popin_form_historic .custom_input_file {
	margin: 10px 0;
	font-weight: normal;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;

}
.popin_form_historic .historic_img_list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-height: 290px;
	overflow-y: scroll;
}
.popin_form_historic .historic_img_list li {
	width: 49%;
	margin-bottom: 10px;
	position: relative;
}
.popin_form_historic .historic_img_list li.cover:before {
	content: "\f005";
	font-family: "Font Awesome 5 Free";
	position: absolute;
	top: 5px;
	left: 5px;
	color: #FFF;
	z-index: 99;
}
.popin_form_historic .historic_img_list li>div {
	position: relative;
}
.popin_form_historic .historic_img_list img {
	width: 100%;
}
.popin_form_historic .historic_img_actions {
	position: absolute;
	z-index: 999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	opacity: 0;
	-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;
}
.popin_form_historic li:hover .historic_img_actions {
	opacity: .8;
}
.popin_form_historic .historic_img_actions article {
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-content: center;
	align-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-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;
	color: #FFF;
	background: #000;
	cursor: pointer;
}
.popin_form_historic .historic_img_actions article:hover {
	-webkit-flex-grow: 2;
	flex-grow: 2;
}
.popin_form_historic .historic_img_actions article.btn_cover_img:hover {
	background: #ffc618;
}
.popin_form_historic .historic_img_actions article.btn_delete_img:hover {
	background: #EB6262;
}
.popin_form_historic .historic_img_actions article p {
	display: block;
	font-size: 9px;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
}
.campaign_no_data {
	background: #fc555e;
	text-align: center;
	color: #FFF;
	padding: 20px;
}
.campaign_no_data .title {
	font-weight: bold;
	text-transform: uppercase;
}
.campaign_no_data .msg {
	margin-top: 10px;
}
.campaign_no_data .msg span {
	display: block;
}
.campaign_no_data .msg strong {
	background: #FFF;
	padding: 5px 10px;
	color: #444444;
	display: inline-block;
	border-radius: 2px;
	font-weight: normal;
	cursor: pointer;
}

.campstats_objectives {
	margin-top: 50px;
}
.campstats_objectives_header {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 600px;
}
.campstats_objectives_header .objectives_btn_export{
	font-size: 12px;
	border-radius: 3px;
	padding: 5px;
	background: var(--turquoise);
	color: #FFF;
	padding-right: 10px;
	-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;
}
.campstats_objectives h4 {}
.campstats_objectives .campstats_objectives_container {}
.campstats_objectives_container .introduction {
	max-width: 770px;
	font-size: 14px;
}
.campstats_objectives_container .livesearch {
	max-width: 600px;
	border-radius: 8px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding-left: 15px;
	margin: 30px 0;
}
.campstats_objectives_container .livesearch i {
	font-size: 14px;
}
.campstats_objectives_container .livesearch input {
	width: 100%;
	border: none;
}
.objectives_month {
	max-width: 600px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	margin-bottom: 50px;
}
.objectives_header {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 5px;
}
.objectives_header h5 {
	font-size: 18px;
	font-weight: bold;
}
.objectives_header h5 span {
	font-size: 16px;
	font-weight: 300;
}
.objectives_actions {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.objectives_actions button {
	font-size: 12px;
	border-radius: 3px;
	padding: 5px;
	-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;
}
.objectives_actions button.objectives_btn_edit {
	background: #378eb2;
	color: #FFF;
	padding-right: 10px;
}
.objectives_actions button.objectives_btn_edit:hover,
.objectives_actions button.objectives_btn_edit:focus {
	background: var(--turquoise);
}
.objectives_actions button.objectives_btn_confirm {
	background: #f8d155;
	color: #444;
	padding-right: 10px;
}
.objectives_actions button.objectives_btn_confirm:hover,
.objectives_actions button.objectives_btn_confirm:focus {
	background: #ffe074;
}
.objectives_actions button.objectives_btn_cancel {
	margin-left: 5px;
	background: #F3F3F3;
	color: #a5a5a5;
}
.objectives_actions button.objectives_btn_cancel:hover,
.objectives_actions button.objectives_btn_cancel:focus {
	background: #fc555e;
	color: #FFF;
}
.objectives_actions button.objectives_btn_export {
	margin-left: 5px;
	background: #F3F3F3;
	color: #a5a5a5;
}
.objectives_actions button.objectives_btn_export:hover,
.objectives_actions button.objectives_btn_export:focus {
	background: #378eb2;
	color: #FFF;
}
.objectives_tab {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr 120px;
	grid-template-columns: 1fr 1fr 120px;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	width: 100%;
	position: static;
	z-index: 3;
	background: #FFF;
	max-height: 480px;
	overflow-y: scroll;
}
.objectives_tab .grid-head {
	font-size: 14px;
	font-weight: 600;
	padding: 8px 15px;
	position: sticky;
	top: 0;
	background: #FFF;
	z-index: 9;
	box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.13);
}
.objectives_tab .grid-row {
	padding: 0 15px;
	border-top: 2px solid #eeeeee;
	min-height: 37px;
}
.objectives_tab .grid-ref {
	-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;
}
.objectives_tab.editable .grid-ref:hover {
	background: #f3f3f3;
}
.objectives_tab:not(.editable) label {
	cursor: default;
}
.objectives_tab .grid-price {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	text-align: right;
}
.objectives_tab label {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 0;
	font-weight: normal;
	width: 100%;
}
.objectives_tab label span {
	width: 15px;
	height: 15px;
	border: 1px solid #939393;
	margin-right: 10px;
}
.objectives_tab label span:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: -2px;
	left: 2px;
	font-size: 12px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 5px 8px;
	-moz-transform-origin: 5px 8px;
	-o-transform-origin: 5px 8px;
	transform-origin: 5px 8px;
	-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;
}
.objectives_tab label span.checked:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.objectives_tab label p {}
.objectives_total {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	background: #F3F3F3;
	box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.13);
	border-radius: 8px;
	padding-top: 15px;
	margin-top: -13px;
	position: static;
	z-index: 2;
}
.objectives_total .grid-row {
	padding: 5px 15px;
}
.objectives_total .grid-row.totals {
	font-weight: bold;
	border-top: 1px solid #999;
}
.objectives_total .grid-price {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.obj_canceled {
	color: #cecece;
}

@media screen and (max-width: 1400px) {
	.overlay_popin_historic.showed {
		top: 40px;
		left: 200px;
	}
}