@charset "UTF-8";

.reponse_content {
	display: none;
}

.terms {
	width: auto;
	height: auto;
	max-height: 250px;
	border: 1px solid #ccc;
	background: #f2f2f2;
	padding: 6px;
	overflow: auto;
}

.loader {
	border: 16px solid #f3f3f3;
	/* Light grey */
	border-top: 16px solid #3498db;
	/* Blue */
	border-radius: 50%;
	width: 120px;
	height: 120px;
	animation: spin 2s linear infinite;
}

@
keyframes spin { 0% {
	transform: rotate(0deg);
}

100
%
{
transform
:
rotate
(
360
deg
);
}
}
.loading_points:after {
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	-webkit-animation: ellipsis steps(4, end) 900ms infinite;
	animation: ellipsis steps(4, end) 900ms infinite;
	content: "\2026";
	/* ascii code for the ellipsis character */
	width: 0px;
}

@
keyframes ellipsis {to { width:1.25em;
	
}

}
@
-webkit-keyframes ellipsis {to { width:1.25em;
	
}

}
@charset "UTF-8";

.engagement-matrix-widget.main {
	position: relative;
}

.engagement-matrix-widget .graphe_engagement {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 3.8% 3.9% 4.2% 4.1%;
	z-index: 0;
}

.engagement-matrix-widget .graphe_engagement_outer {
	width: 100%;
	position: relative;
}

.engagement-matrix-widget .graphe_engagement_outer:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.engagement-matrix-widget .graphe_engagement_inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.engagement-matrix-widget .graphe_engagement .background {
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 1px;
}

.engagement-matrix-widget .flot {
	width: 100%;
	height: 100%;
}

.engagement-matrix-widget .tendances-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.engagement-matrix-widget .circle-inactive, .engagement-matrix-widget .circle
	{
	position: absolute;
	text-align: center;
	opacity: 0.8;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.engagement-matrix-widget .circle-inactive {
	display: none;
	width: 19%;
	height: 19%;
	background:
		url('/static/dashboard/image/cercle_inactifs_engagement.svg?263ef6eb58f7')
		no-repeat 50%;
}

.engagement-matrix-widget .circle-inactive-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 0;
	width: 100%;
}

.engagement-matrix-widget .circle-inactive .label {
	color: white;
}

.engagement-matrix-widget .circle {
	cursor: pointer;
	-webkit-transition: -webkit-transform 0.25s ease;
	-moz-transition: -moz-transform 0.25s ease false;
	-o-transition: -o-transform 0.25s ease false;
	transition: transform 0.25s ease;
	width: 4.5%;
	height: 4.5%;
	background:
		url('/static/dashboard/image/picto_homme_engagement.svg?263ef6eb58f7')
		no-repeat 50%;
}

.engagement-matrix-widget .circle.big {
	width: 9.5%;
	height: 9.5%;
	background:
		url('/static/dashboard/image/cercle_homme_engagement.svg?263ef6eb58f7');
}

.engagement-matrix-widget .circle:hover {
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1.5, 1.5);
	-moz-transform: translate(-50%, -50%) scale(1.5, 1.5);
	-ms-transform: translate(-50%, -50%) scale(1.5, 1.5);
	-o-transform: translate(-50%, -50%) scale(1.5, 1.5);
	transform: translate(-50%, -50%) scale(1.5, 1.5);
	z-index: 5;
}

.engagement-matrix-widget .circle-label {
	font-size: 75%;
}

.engagement-matrix-widget .selection-calc {
	margin: .5em;
}

.engagement-matrix-widget .selection-calc>* {
	vertical-align: middle;
}

.engagement-matrix-widget .selection-calc:after {
	clear: both;
}

.engagement-matrix-widget .user-box {
	position: absolute;
	padding: 0 0.5em;
	list-style: outside none none;
	background: white;
	border: 1px solid #1EAFE2;
	max-height: 15%;
	overflow-y: scroll;
	-webkit-transform: translate(0.5em, 0.5em);
	-moz-transform: translate(0.5em, 0.5em);
	-ms-transform: translate(0.5em, 0.5em);
	-o-transform: translate(0.5em, 0.5em);
	transform: translate(0.5em, 0.5em);
	z-index: 10;
}

.engagement-matrix-widget .user-box:focus {
	outline: none;
}

.engagement-matrix-widget .tendance-box {
	width: 50%;
	height: 50%;
	float: left;
	color: white;
	padding: 1%;
	text-align: center;
}

.engagement-matrix-widget .tendance-box.topleft {
	background-color: rgba(107, 192, 75, 0.8);
}

.engagement-matrix-widget .tendance-box.topright {
	background-color: rgba(0, 179, 227, 0.8);
}

.engagement-matrix-widget .tendance-box.botleft {
	background-color: rgba(212, 0, 84, 0.8);
}

.engagement-matrix-widget .tendance-box.botright {
	background-color: rgba(131, 50, 167, 0.8);
}

.engagement-matrix-widget .tendance-box .name {
	font-size: 150%;
	padding: 0.1em 0.3em;
}

.engagement-matrix-widget .tendance-box .value-box {
	margin: 4%;
}

.engagement-matrix-widget .tendance-box .value-box .month {
	float: left;
}

.engagement-matrix-widget .tendance-box .value-box .value {
	float: right;
	font-size: 120%;
}

.engagement-matrix-widget .tendance-box .value-box .value:after {
	font-family: 'lecko-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-left: 0.3em;
	vertical-align: text-top;
}

.engagement-matrix-widget .tendance-box .value-box>* {
	display: inline-block;
	vertical-align: middle;
}

.engagement-matrix-widget .tendance-box .graph {
	width: 100%;
	height: 100%;
}

.engagement-matrix-widget .tendance-box .graph-wrapper {
	width: 100%;
	height: 50%;
	margin: 4% 0;
	display: inline-block;
}

.engagement-matrix-widget.modal .nav {
	font-size: 120%;
	padding-right: 1em;
}

.engagement-matrix-widget.modal .tab-content {
	margin: 1em;
}

.engagement-matrix-widget.modal .user-label {
	text-align: center;
}

.engagement-matrix-widget.modal .circle {
	width: 6%;
	height: 6%;
}

.engagement-matrix-hover-tooltip {
	text-align: center;
	padding: 0.1em 0.25em;
	border-radius: 3px;
	background: white;
	color: #1EAFE2;
	-webkit-transform: translate(-50%, -120%);
	-moz-transform: translate(-50%, -120%);
	-ms-transform: translate(-50%, -120%);
	-o-transform: translate(-50%, -120%);
	transform: translate(-50%, -120%);
}

.indicator-brief [class^="col-"], .indicator-brief [class*=" col-"] {
	padding: 0;
}

.indicator-brief button.help {
	float: right;
}

.indicator-brief .leaderboard {
	position: relative;
	padding: .5em;
}

.indicator-brief .leaderboard>* {
	display: inline-block;
}

.indicator-brief .leaderboard .diagram {
	font-size: 20%;
	display: inline-block;
	cursor: default;
	text-align: left;
	color: #9D9C9C;
}

.indicator-brief .leaderboard .diagram .figure {
	font-size: 10.125em;
}

@media screen and (max-width: 767px) {
	.indicator-brief .leaderboard .diagram .figure {
		font-size: 8.5vw;
	}
}

.indicator-brief .leaderboard .diagram .active {
	color: #3C3C3C;
}

.indicator-brief .leaderboard .text-outer {
	display: inline-block;
	position: relative;
	height: 2.25em;
}

@media screen and (max-width: 767px) {
	.indicator-brief .leaderboard .text-outer {
		height: 8.5vw;
	}
}

.indicator-brief .leaderboard .text-inner {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	width: 100%;
	text-align: right;
}

.indicator-brief .chart-box .desc {
	margin: 0 1em;
}

.indicator-brief .chart-box .chart {
	height: 10em;
}

.indicator-brief .maturity-box {
	background: #F4F4F4;
	position: relative;
	margin: .5em 0;
	padding: 0.6em 0;
	width: calc(100% + 1em);
	text-align: center;
}

.indicator-brief .maturity-box:after {
	position: absolute;
	right: 0;
	bottom: -.5em;
	height: .5em;
	width: 100%;
	background-color: #878787;
	content: '';
	z-index: -1;
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top;
	-webkit-transform: skew(-45deg, 0);
	-moz-transform: skew(-45deg, 0);
	-ms-transform: skew(-45deg, 0);
	-o-transform: skew(-45deg, 0);
	transform: skew(-45deg, 0);
}

.indicator-brief .maturity {
	display: inline-block;
	border: 1px solid transparent;
	background: #ECECEC;
	width: calc(32% - 0.6em);
}

.indicator-brief .maturity img {
	width: 100%;
	max-height: 4.5em;
	object-fit: contain;
	padding: .2em 0;
}

.indicator-brief .maturity.selected {
	border: 1px solid #1EAFE2;
}

.indicator-tiles {
	position: relative;
}

.indicator-tile-box {
	padding: .2em;
	height: 100%;
	position: relative;
}

.indicator-tile {
	background: #ECECEC;
	color: #3C3C3C;
	padding: 0.25em 0.5em;
	margin: .1em;
	position: relative;
}

.sub-label {
	margin-left: 1% !important;
	width: 82.3% !important;
}

.sub-label-export {
	margin-left: 1% !important;
}

.indicator-label {
	text-align: left;
	/* 	white-space: nowrap; */
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.indicator-value {
	text-align: left;
	font-size: 120%;
}

.indicator-diff-icon {
	font-size: 200%;
	position: absolute;
	height: 1em;
	right: .1em;
	bottom: .1em;
}

#top_communities {
	border-collapse: collapse;
	margin-bottom: 0;
}

#top_communities caption {
	padding: 0;
	margin-bottom: .2em;
}

#top_communities thead {
	background: #ECECEC;
	border: 2px solid #ECECEC;
}

#top_communities tbody {
	border: 2px solid #ECECEC;
}

#top_communities tbody td {
	border: 0;
	border-left: 2px solid #ECECEC;
	border-right: 2px solid #ECECEC;
}

#top_communities tfoot {
	text-align: right;
}

#top_communities tfoot td {
	padding: 0;
}

.chart-box {
	position: relative;
}

.chart-box [class^="col-"], .chart-box [class*=" col-"] {
	padding: 0;
}

.chart-box .chart-control, .chart-box .chart {
	padding: .5em;
}

.chart-box .chart-legend {
	display: none;
	text-align: right;
}

.chart-box .chart-legend span {
	display: inline-block;
	vertical-align: middle;
}

.chart-box .chart-legend .color {
	display: inline-flex;
	width: 1.3em;
	height: 1.3em;
	margin-right: .5em;
	border: 1px solid #3C3C3C;
}

.chart-box .export-buttons {
	text-align: right;
}

.chart-box .export-buttons .export-excel {
	color: #39A935;
}

.chart-box .export-buttons .export-jpeg {
	color: #9C9B9B;
}

.chart-box .export-buttons .export-ppt {
	color: #E84E1B;
}

.chart-box .chart-control {
	padding-left: .5em;
	padding-right: .5em;
}

.chart-box .chart-control li {
	padding: 0.1em 0.5em 0.1em 0.5em;
}

.chart-box .chart-control li>* {
	vertical-align: middle;
}

.chart-box .chart-control .indicator {
	cursor: pointer;
}

.chart-box .chart-control button .active {
	position: absolute;
	left: 0;
	bottom: 0;
}

.chart-box .chart-control .name {
	display: inline-block;
	width: calc(100% - 2em);
}

.panel-title {
	color: #008799;
}

.indicator-value2 {
	/* 	text-align: right !important; */
	/* 	font-size: 100% !important; */
	/* 	background: #f5f3f3; */
	/* 	border-left: white 2px solid; */
	text-align: right !important;
	font-size: 100% !important;
	background: #f5f3f3;
	border-left: white 2px solid;
	border-bottom: white 5px solid;
	height: 100%;
	/*     position: absolute; */
	/*     right: 0; */
}

.indicator-value-entity {
	min-height: 45px;
}

.select-search-entity {
	display: none;
}

.select-search {
	display: none;
}

.entitya {
	word-wrap: break-word;
}

.entityb {
	word-wrap: break-word;
}

/*--------------------*/
/* //Datatable */
th.dt-center, td.dt-center {
	text-align: center;
}

th.dt-left, td.dt-left {
	text-align: left;
}

.table_responsive {
	width: 100% !important;
}

.datatable-font th {
	color: #000000 !important;
}

.datatable-font td, .datatable-font td a {
	color: #6B6B6B;
}

/* //Export */
#tag_header {
	display: none;
}

#community_header {
	display: none;
}

.export_link, .export_link:focus, .export_link:active {
	color: #1EAFE2 !important;
}

.export_link:hover {
	color: #000000;
}

.labels_5 {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.labels_5 li {
	margin-left: 2px;
	/* 	float: left; pour IE */
	margin-bottom: 10px;
	font-size: 10px;
}

.export_color_label {
	width: 25px;
	height: 15px;
	background: #52cdfb;
	float: left;
	margin-right: 10px;
	border-radius: 10px;
}

.export_color_label_circle {
	width: 15px;
	height: 15px;
	background: #f58f00;
	float: left;
	margin-right: 10px;
	border-radius: 50px;
}

.blue{
	background: #1EAFE2 !important;
}

.export_color_label_circle_teams {
	width: 15px;
	height: 15px;
	background: rgba(150, 225, 249, 10);
	float: left;
	margin-right: 10px;
	border-radius: 50px;
}

.export_name_community {
	font-size: 12px;
	font-weight: bold;
}

.export_label_value {
	font-size: 12px;
	font-weight: bold;
}

.export_blue {
	color: #35abd6;
}

.value_workforce_span {
	display: block;
}

.update_workforce_span {
	display: none;
}

.indicator_box_export {
	color: white;
	background: #2fbaee;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.delete_cohort_group {
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.free_cohort_group {
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.obfuscated_cohort_group {
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.custom-label-color {
	background: #dedddd !important;
}

.custom-label-color2 {
	background: #f5f3f3 !important;
}

.m15 {
	margin-top: 15px;
}

.header-title {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}

.header-entity-compared {
	min-width: 190px;
	background-color: skyblue;
	border-radius: 5px;
	float: left;
	width: 100%;
}

.header-padding{
	padding: 10px;
}

/*.input_datepicker {*/
/*	float: right;*/
/*	padding: 0 10px 0 0;*/
/*}*/

/*@media screen and (min-width: 200px) and (max-width: 1200px) {*/
/*	.input_datepicker {*/
/*		float: left;*/
/*		padding: 0 10px 0 0;*/
/*	}*/
/*}*/

.header-entity-choice { /* 	width: 210px; */
	/* 	margin: 0 10px; */
	/* 	padding: 0 0 0 0; */
	/* 	float: left; */
	/* background-color: #71A7C7; */
	/* background-color: #95CEFF; */
	/* background-color: cornflowerblue; */
	/* background-color: black; */
	/* background-color: lightcoral; */
	/* background-color: tomato; */
	/* background-color: slategrey; */
	/* 	background-color: skyblue; */
	border-radius: 5px;
}

.custom-datepicker {
	font-size: 15px !important;
	padding: 30px 20px 30px 20px !important;
	height: 80px !important;
	cursor: pointer;
	width: 250px !important;
	/* 	color:#918f8f; */
}

.custom-icon-datepicker {
	border: none !important;
	border-radius: 0px !important;
	background-color: #1EAFE2 !important;
	height: 80px !important;
	width: 80px !important;
}

.bg-lecko-blue {
	background-color: skyblue;
	border-color: #1EAFE2;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.bg-lecko-blue2 {
	background-color: skyblue;
	margin: 1px !important;
	border-color: #1EAFE2;
	color: #fff;
	font-size: 15px;
}

.custom-icon-calendar {
	font-size: 30px !important;
}

.custom-navbar {
	min-height: 80px !important;
}

.custom-navbar-header {
	min-height: 80px !important;
	width: 15% !important;
	margin-left: -11px !important;
}

.custom-navbar-brand>img {
	max-width: 226px !important;
	width: 100%;
}

.custom-panel-dashboard-info {
	display: inline-block;
	width: 96%;
}

.custom-info-icon {
	font-size: 20px !important;
	width: 20px;
	color: #8FD7F1;
}

.custom-info-bloc-icon {
	display: inline-block;
	width: 2%;
}

.custom-navbar-collapse {
	float: left !important;
}

.percent-w40 {
	width: 40%;
}

.percent-v30 {
	width: 36%;
}

.percent-v10 {
	width: 4%;
}

.bloc-info-profil {
	letter-spacing: 1px;
	padding: 10px;
	margin: 0;
}

#sub-title {
	padding: 10px;
	margin: 0;
}

.custom-fab-menu {
	right: 20px !important;
	top: 35px !important;
}

.custom-fab-menu>li>a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.yes-responsive {
	display: none !important;
}

.custom-responsive-input-group {
	display: none !important;
}

@media ( max-width : 769px) {
	.custom-navbar-header {
		width: 100% !important;
		min-width: 100% !important;
	}
	.custom-navbar-collapse {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.no-responsive {
		display: none !important;
	}
	.yes-responsive {
		display: block !important;
	}
	.custom-responsive-input-group {
		display: table !important;;
	}
}

@media ( max-width : 450px) {
	.custom-navbar-brand>img {
		max-width: 90% !important;
		width: 100%;
	}
}

.export_tranversality_index {
	font-size: 10px;
}

.export_size_community {
	font-size: 10px;
}

.export_nb_engaged {
	font-size: 10px;
}

.value_workforce_span {
	display: block;
}

.update_workforce_span {
	display: none;
}

.indicator_box_export {
	color: white;
	background: #2fbaee;
	padding: 10px;
	text-align: center;
	border-radius: 10px;
}

.delete_cohort_group {
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.free_cohort_group {
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.obfuscated_cohort_group {
	cursor: pointer;
	margin: 0 2px 0 2px;
}

.custom-label-color {
	background: #dedddd !important;
}

.custom-label-color2 {
	background: #f5f3f3 !important;
}

.m15 {
	margin-top: 15px;
}

.header-title {
	width: auto;
	margin: 0;
	padding: 0;
	float: left;
}

/*.input_datepicker {*/
/*	float: right;*/
/*	padding: 0 10px 0 0;*/
/*}*/

/*@media screen and (min-width: 200px) and (max-width: 1200px) {*/
/*	.input_datepicker {*/
/*		float: left;*/
/*		padding: 0 10px 0 0;*/
/*	}*/
/*}*/

.custom-datepicker {
	font-size: 15px !important;
	padding: 30px 20px 30px 20px !important;
	height: 80px !important;
	cursor: pointer;
	width: 250px !important;
	/* 	color:#918f8f; */
}

.custom-icon-datepicker {
	border: none !important;
	border-radius: 0px !important;
	background-color: #1EAFE2 !important;
	height: 80px !important;
	width: 80px !important;
}

.bg-lecko-blue {
	background-color: skyblue;
	border-color: #1EAFE2;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.bg-lecko-blue2 {
	background-color: skyblue;
	margin: 1px !important;
	border-color: #1EAFE2;
	color: #fff;
	font-size: 15px;
}

.custom-icon-calendar {
	font-size: 30px !important;
}

.custom-navbar {
	min-height: 80px !important;
}

.custom-navbar-header {
	min-height: 80px !important;
	width: 15% !important;
	margin-left: -11px !important;
}

.custom-navbar-brand>img {
	max-width: 226px !important;
	width: 100%;
}

.custom-panel-dashboard-info {
	display: inline-block;
	width: 96%;
}

.custom-info-icon {
	font-size: 20px !important;
	width: 20px;
	color: #1EAFE2;
	cursor: pointer;
}

.custom-info-bloc-icon {
	display: inline-block;
	width: 2%;
}

.custom-navbar-collapse {
	float: left !important;
}

.percent-w40 {
	width: 40%;
}

.percent-v30 {
	width: 36%;
}

.percent-v10 {
	width: 4%;
}

.bloc-info-profil {
	letter-spacing: 1px;
	padding: 10px;
	margin: 0;
}

#sub-title {
	padding: 10px;
	margin: 0;
}

.custom-fab-menu {
	right: 20px !important;
	top: 35px !important;
}

.custom-fab-menu>li>a {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

.yes-responsive {
	display: none !important;
}

.custom-responsive-input-group {
	display: none !important;
}

@media ( max-width : 769px) {
	.custom-navbar-header {
		width: 100% !important;
		min-width: 100% !important;
	}
	.custom-navbar-collapse {
		width: 100% !important;
		margin-left: 0px !important;
	}
	.no-responsive {
		display: none !important;
	}
	.yes-responsive {
		display: block !important;
	}
	.custom-responsive-input-group {
		display: table !important;;
	}
}

@media ( max-width : 450px) {
	.custom-navbar-brand>img {
		max-width: 90% !important;
		width: 100%;
	}
}

.custom-tabtable {
	padding: 10px;
}

.custom-cursor {
	cursor: default !important;
}

<!--
MENU DES LANGUES-->.lang-nav {
	width: 100%;
}

.lang-nav>li {
	list-style-type: none;
	display: inline-block;
}

.lang-nav>li>a {
	text-decoration: none;
}

#dropdown-leftmenu {
	position: absolute;
	background: white;
	z-index: 1000;
	width: 100%;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto;
	max-height: 300px;
	padding-left: 0px;
}

#dropdown-leftmenu>li {
	list-style-type: none;
	width: 100%;
	border-bottom: 1px #ccc solid;
}

#dropdown-leftmenu>li>a {
	color: black;
	display: inline-block;
	width: 100%;
	padding: 10px;
}

#dropdown-leftmenu>li>a:hover {
	color: white;
	background: #71A7C7;
}

#dropdown-bench {
	position: absolute;
	background: white;
	z-index: 1000;
	width: 100%;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	height: auto;
	max-height: 300px;
	padding-left: 0px;
}

#dropdown-bench>li {
	list-style-type: none;
	width: 100%;
	border-bottom: 1px #ccc solid;
}

#dropdown-bench>li>a {
	color: black;
	display: inline-block;
	width: 100%;
	padding: 10px;
}

#dropdown-bench>li>a:hover {
	color: white;
	background: #71A7C7;
}

/* DATATABLE FILTRE */

/*  FILTRE FOR MATURITY */
.bloc-choice {
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	box-sizing: content-box;
	box-sizing: border-box;
	border: 1px solid white;
}

.bloc-choice:hover {
	background-color: #1EAFE2;
	color: white;
}

.active-choice {
	background-color: #1EAFE2;
	color: white;
}
/* TOOLTIP */
.tooltip-size {
	z-index: 99999;
}

.img_filter_box {
	display: table-cell;
}

.img_filter {
	width: 90%;
	vertical-align: bottom;
	padding: 3px;
	cursor: pointer;
}

.tooltip-filter-touch {
	color: #c1bdbd;
	font-size: 11px;
}

.tooltip-size-box {
	display: none;
	position: absolute;
	z-index: 99999;
	padding: 10px;
	border: 1px black solid;
	background: white;
}

.tooltip-model1 {
	width: 150px;
	height: 100px;
}

.tooltip-model2 {
	width: 250px;
	height: 220px;
	right: 60px;
}

.reset_img_filter {
	color: #c1bdbd;
	font-size: 11px;
	cursor: pointer;
}

.tooltip-size-div {
	display: inline-block;
	width: 100px;
}

.tooltip-size-div>p {
	float: left;
	width: 40%;
}

.tooltip-size-div>input[type=text] {
	float: left;
	width: 60%;
	border-bottom: 1px #ccc solid;
}

a.tooltip span {
	font-size: 10px;
	position: absolute;
	z-index: 999;
	white-space: nowrap;
	bottom: 9999px;
	left: 50%;
	background: #000;
	color: #e0e0e0;
	padding: 0px 7px;
	line-height: 24px;
	height: 24px;
	opacity: 0;
	transition: opacity 0.4s ease-out;
}

a.tooltip span::before {
	content: "";
	display: block;
	border-left: 6px solid #000000;
	border-top: 6px solid transparent;
	position: absolute;
	top: -6px;
	left: 0px;
}

a.tooltip:hover span {
	opacity: 1;
	bottom: -35px;
}

/*DASHBOARD*/
.chart_bubble_block_wrapper_body {
	position: absolute;
	top: 2px;
	left: 34px;
	width: 90%;
	height: 97%;
	overflow: hidden;
}

.chart_bubble_block_wrapper {
	position: absolute;
	top: 2px;
	left: 34px;
	width: 100%;
	height: 85%;
}

.chart_bubble_block {
	position: relative;
	float: left;
	width: 50%;
	height: 50%;
}

.chart_bubble_text {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.chart_bubble_text2 {
	position: absolute;
	width: 90%;
	height: 100%;
	z-index: 1;
}

.chart_bubble_text p, .chart_bubble_text2 p {
	line-height: 210px;
	font-weight: bold;;
	font-size: 15px;
	color: white;
	text-align: center;
}

.chart_bubble_body {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	filter: alpha(opacity = 50); /* For IE8 and earlier */
}

.color_green {
	background-color: #84C86B;
}

.color_blue {
	background-color: #21BAE1;
}

.color_red {
	background-color: #CA2B6F;
}

.color_purple {
	background-color: #9757B4;
}

.bt-pdf {
	padding: 0 15px;
}

/*----------------------------------------------*/
.compare-on {
	display: none;
}

/*---------*/
.remove {
	color: red;
	opacity: 0.5;
}

.add {
	color: #0f0;
	font-weight: bold;;
}

.period_btn {
	background: #1EAFE2;
	color: white;
	margin-right: 15px;
	border-radius: 25px;
	height: 20px;
	line-height: 5px;
}

.panel {
	border-radius: 15px !important;
}

.panel-heading {
	border-radius: 15px !important;
}

.panel-flat>div {
	border-radius: 15px !important;
}

.end_date_title {
	margin-right: 15px;
	color: white;
	margin-top: 10px;
	float: right;
}

.circular_graph {
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
}

.wrapper_circular_graph {
	position: relative;
	height: 200px;
}

#italic {
	font-style: italic;
}

.capitalize{
    text-transform: uppercase;
}

@media screen and (max-width: 1200px){
    .labels_5{
        display:flex;
    }

    .labels_5 li{
        display: inline-block;
        max-width: 200px;
    }


}

#drive-stock-file-doughnut{
    padding:0 10px;
}