@font-face {
    font-family: 'open_sanscondensed_light';
    src: url('opensans-condlight-webfont.woff2') format('woff2'),
    url('opensans-condlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* preview */
.ChartNewBundle_Content_Preview_Tab_Chart{
    padding:0;
    border: none;
}
li.ChartNewBundle_Content_Preview,
li.ChartNewBundle_Content_Preview a{
    border-radius: 0;
}
.ChartNewBundle_Content_Chart_Preview{
    background: #fff;
    /*border: solid 1px #ddd;*/
    padding: 2px;
}
.ChartNewBundle_Content_Chart_Preview_With_Watermark {
    background: url(../img/watermark-comptoir-hardware.png) no-repeat #fff top center;
}
.ChartNewBundle_Content_Chart_Preview_With_WTF,
.ChartNewBundle_Content_Chart_Preview_With_Order_Selector,
.ChartNewBundle_Content_Chart_Preview_With_Item_Selector{
    font-size: 18px;
    color: #666;
    background: transparent;
}
.ChartNewBundle_Content_Chart_Preview_With_Order_Selector,
.ChartNewBundle_Content_Chart_Preview_With_Item_Selector{
	cursor: pointer;
}
.ChartNewBundle_Content_Chart_Preview_With_WTF {
	cursor:unset;
}
.ChartNewBundle_Data_Label{
    min-width: 30px;
    text-align: right;
    cursor: pointer;
}
.ChartNewBundle_Data_Label_Right{
    text-align: right;
}
.changeLabelAlignToLeft .ChartNewBundle_Data_Label_Right {
	text-align:left;
}
.ChartNewBundle_Data_Label_Center{
    text-align: center;
}
.ChartNewBundle_Data_Label_Type_Line{
    display: none;
}
.ChartNewBundle_Content_Chart_Preview_Control{
    border: none;
    background: transparent;
    padding: 0;
}
.ChartNewBundle_Content_Chart_Preview_Percentage,
.ChartNewBundle_Content_Chart_Preview_Order{
    display: none;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector a:hover{
    text-decoration: none;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector a:hover,
.ChartNewBundle_Content_Chart_Preview_Item_Selector a:focus{
    color: #555;
    text-decoration: none;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu li.ChartNewBundle_Content_Chart_Preview_Item_Selector_Option,
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu li.ChartNewBundle_Content_Chart_Preview_Item_Selector_Option input{
    padding: 0.1em 15px;
    cursor: pointer;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu li.ChartNewBundle_Content_Chart_Preview_Item_Selector_Option input{
    float: left;
    margin-right: 10px;
    display: none;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu li.ChartNewBundle_Content_Chart_Preview_Item_Selector_Option .fa-check-circle-o {
    color: #9dc52a;
    font-size: 16px;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu li.ChartNewBundle_Content_Chart_Preview_Item_Selector_Option .fa-times-circle-o{
    color: #c06568;
    font-size: 16px;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu{
    top: 50px;
    left: -5px;
	font-size:13px;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-toggle,
.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-label-title{
    display: none;
}




@font-face {
    font-family: 'Open Sans Condensed';
    src: url('opensans-condlight-webfont.woff2') format('woff2'), url('opensans-condlight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans Condensed';
    src: url('opensans-condbold-webfont.woff2') format('woff2'), url('opensans-condbold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-v20-latin-ext_latin-regular.woff2') format('woff2'), url('roboto-v20-latin-ext_latin-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-v20-latin-ext_latin-300.woff2') format('woff2'), url('roboto-v20-latin-ext_latin-300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-v20-latin-ext_latin-900.woff2') format('woff2'), url('roboto-v20-latin-ext_latin-900.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
.ChartNewBundle_Content_Preview {
	/*transition-property: font-weight;*/
	transition-property: text-shadow;
    transition-duration: 0.5s;
	transition-timing-function: ease;
	font-weight:400;/* normal */
}


#ChartNewBundle_Content_Preview_Tabs .nav {
	display:inline-block;
}

#ChartNewBundle_Content_Preview_Tabs .nav, #ChartNewBundle_Content_Preview_Tabs .charttitle {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size:/*14px*/1.1em;
	letter-spacing: 2px;
	text-transform:uppercase;
	display: flex;
    align-items: center;
	flex-wrap:wrap;
}

#ChartNewBundle_Content_Preview_Tabs .charttitle {
	display:inline-block;
	vertical-align:top;
	padding: 0 20px 0 0;
	word-break: keep-all;
	font-size:0.92em;
}

#ChartNewBundle_Content_Preview_Tabs .charttitle, #ChartNewBundle_Content_Preview_Tabs .nav li {
	width:100px;
	height:100px;
	/*line-break:anywhere;*/
    line-height: 1em;
	text-align:center;
	
	display: flex;
    flex-direction: column;
}
#ChartNewBundle_Content_Preview_Tabs .charttitle, #ChartNewBundle_Content_Preview_Tabs .nav li span {
    display: inherit;
	/*align-items: center;*/ /* fait buguer le scrolling */
}
#ChartNewBundle_Content_Preview_Tabs .nav li span {
	overflow:hidden;
}
#ChartNewBundle_Content_Preview_Tabs .nav li {
	/*border-bottom:solid 2px #e6e6e6;*/
	word-break: break-word;
}

#ChartNewBundle_Content_Preview_Tabs .nav>li a {
	padding:0;
	margin:0;
	outline:none;
	/*animation: marqueelike 5s linear infinite;*/
}

#ChartNewBundle_Content_Preview_Tabs .chartheader {
	display:flex;
	margin-bottom:15px;
}

#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview svg {
	pointer-events: none;
}

/*#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview:not(.switchactive) svg {
	display:none;
}*/

#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview svg {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	width: 100%;
	height: 100%;
}
#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview svg ellipse {
	fill: transparent;
    stroke-dasharray: 377;
    stroke-dashoffset: 377 !important;
    stroke: #be2c24;
    transform-origin: 50% 50%;
    transform: rotate(-90deg);
    transition: stroke-dashoffset 750ms ease;
}
#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview.active svg ellipse {
	stroke-dashoffset: 0 !important;
	/*transform: rotate(-90deg);*/
}

#ChartNewBundle_Content_Preview_Tabs .tabcontainerchart {
	overflow:hidden;
	display:inherit;
	padding: 28px 10px;
	height:100px;
	justify-content: center;
}

#ChartNewBundle_Content_Preview_Tabs .nav-pills > li.active  a {
	background:transparent;
	color:inherit;
}

#ChartNewBundle_Content_Preview_Tabs .nav-pills > li.active .tabcontainerchart, #ChartNewBundle_Content_Preview_Tabs .nav-pills > li.animationpending .tabcontainerchart {
	/*background: radial-gradient( ellipse at center, rgba(0, 128, 172, 1) 0%, rgba(0, 128, 172, 1) 70%, rgba(0, 128, 172, 0) 70.3% );*/
	/*box-shadow: 0 0 0 5px white;
	position:relative;
	background:white;*/
	
	
	/*border-radius:50%;
	border: solid 2px #be2c24;
	padding:26px 8px;*//* to remove the border size from the padding*/
}

#ChartNewBundle_Content_Preview_Tabs a {
	color:inherit;
	text-decoration:none;
}

#ChartNewBundle_Content_Preview_Tabs .charttabbottomline {
	position:absolute;
	bottom:10px;
	left:0;
	width:100%;
	height:2px;
	background:#e6e6e6;
	transition-property: background-color;
    transition-duration: 0.5s;
	transition-timing-function: ease
}
#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview:not(.active):not(.animationpending):hover .charttabbottomline {
	background:#3c3c3c;
}

#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview.active .charttabbottomline, #ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview.animationpending .charttabbottomline {
	display:none;
}

#ChartNewBundle_Content_Preview_Tabs .ChartNewBundle_Content_Preview:not(.active):not(.animationpending):hover {
	/*color:#3c3c3c;*/
	/*font-weight:700;*/
	
	
	/*font-size: calc(14px + 0.1em);*/
	text-shadow:/*-1px -1px 0px #444444, */1px 1px 0px #444444, 1px 0px 0px #444444/*, 0px 1px 0px #444444*/;
	
	
	/*letter-spacing: 2px;*//* empêche d'aller à la ligne lors du passage en bold */
}

#ChartNewBundle_Content_Preview_Tabs .nav-pills > li span::before, #ChartNewBundle_Content_Preview_Tabs .charttitle::before {
    margin-top: auto;
    content: '';
}

#ChartNewBundle_Content_Preview_Tabs .nav-pills > li span::after, #ChartNewBundle_Content_Preview_Tabs .charttitle::after {
    margin-bottom: auto;
    content: '';
}


.highcharts-series-group:hover .highcharts-series-inactive {
	/*opacity:1;*//* désactive le changement d'opacity sur le hover des graphs mais pas sur le hover du label */
}


#ChartNewBundle_Content_Preview_TabsXXXXXXXXX .nav-pills > li::before {
	content: "";
	width: 50%;
	height: 100%;
	float: left;
	shape-outside: /*polygon(
    0 0,
    98% 0,
    50% 6%,
    23.4% 17.3%,
    6% 32.6%,
    0 50%,
    6% 65.6%,
    23.4% 82.7%,
    50% 94%,
    98% 100%,
    0 100%
  );*/polygon(-8px -5px, 88.17% -7%, 106% 10px, 42% 10%, 23.4% 17.3%, 6% 32.6%, 0px 50%, 6% 65.6%, 23.4% 82.7%, 110.00% 79.00%, 118% 114%, -6px 114%);
	shape-margin: 10px;
}
#ChartNewBundle_Content_Preview_Tabs .nav-pills li+li {
	margin:0;
}
#ChartNewBundle_Content_Preview_TabsXXXXXXXXXXX .nav-pills > li > a::before {
	content: "";
	width: 50%;
	height: 100%;
	float: right;
	shape-outside: /*polygon(
    2% 0%,
    100% 0%,
    100% 100%,
    2% 100%,
    50% 94%,
    76.6% 82.7%,
    94% 65.6%,
    100% 50%,
    94% 32.6%,
    76.6% 17.3%,
    50% 6%
  );*/polygon(-24% 10%, -5.34% -13.79%, 114% -5%, 132% 118%, -4% 119%, -18.7% 81.51%, 44% 81%, 76.6% 82.7%, 94% 65.6%, 100% 50%, 94% 32.6%, 76.6% 17.3%, 58.00% 10.00%);
	shape-margin: 10px;
}

@keyframes marqueelike {
	0%, 100%{ /*text-indent:  0%*/ transform: translate(0, 0);	}
    50%    { /*text-indent: -100%*/ transform: translate(0, calc(-55% + 00px)); }
}
@keyframes marqueelike2 {
	0%, 100%{ text-indent:  0%}
    50%    { text-indent: -100% }
}

.chartlabelstyle, .chartlabelstyleundefined, .chartlabelstylenull {
	display:block;
	text-align:right;
}

.chartlabelstylebold {
	font-weight:bold;
	display:block;
	text-align:right;
}

.chartlabelstyleinverse {
	display:inline-block;
	text-align:right;
}
.chartlabelstyleinverse>span {
	color:white;
	background:#303030 !important;
	padding:0.4em;
	line-height:1.4em;
	text-align:right;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
	/*fill:white !important;*/
	/*filter:url('#chartlabelstyleinverse');*/
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector_Option .chartlabelstyle, .ChartNewBundle_Content_Chart_Preview_Item_Selector_Option .chartlabelstyleundefined, .ChartNewBundle_Content_Chart_Preview_Item_Selector_Option .chartlabelstylebold, .ChartNewBundle_Content_Chart_Preview_Item_Selector_Option .chartlabelstyleinverse {
	display:unset;
}

.ChartNewBundle_Content_Chart_Preview_Item_Selector .dropdown-menu {
	white-space:nowrap;
}
.ChartNewBundle_Content_Chart_Preview_Item_Selector .divider {
	display:none;
}