/*Highcharts NEW*/

.new-graph .pai_num_dif .pai_dif:before {
    background: none!important;
}
.highcharts-container:before{
    display: none!important;
}
.highcharts-navigator-mask-outside {
    fill: rgba(174, 208, 255, 0.1);
}
.highcharts-navigator-mask-inside {
    fill: rgba(174, 208, 255, 0.3);
}
.highcharts-legend-item {
    font-family: 'Open Sans';
}
.highcharts-legend-item * {
    font-family: 'Open Sans';
}
.benchmark .checkbox input[type="checkbox"] + span {
    background: url("/local/templates/main/img/checkbox/checkbox_unchecked_passive.svg") no-repeat center;
    background-position: 0 0;
}
.benchmark .checkbox input[type="checkbox"]:checked + span {
    background: url("/local/templates/main/img/checkbox/checkbox_checked_active.svg") no-repeat center;
    background-position: 0 0;
}
.benchmark .checkbox:hover input[type="checkbox"] + span {
    background: url("/local/templates/main/img/checkbox/checkbox_checked_passive.svg") no-repeat center;
    background-position: 0 0;
}
.benchmark .checkbox:hover input[type="checkbox"]:checked + span {
    background: url("/local/templates/main/img/checkbox/checkbox_checked_active.svg") no-repeat center;
    background-position: 0 0;
}
#graph-legend {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.legend-item {
    position: relative;
    font-size: 14px;
    color: #000;
    font-family: "Open Sans";
    padding-left: 25px;
    pointer-events: none;
}
.legend-item:not(:last-child) {
    margin-right: 30px;
}
.legend-item span {
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 18px;
    left: 0;
    top: 13px;
    transform: translateY(-50%);
}
.legend-bench,.legend-scha, .legend-usd {
    display: none;
}
.tooltip-name,
.tooltip-date,
.tooltip-doh {
    display: block;
    text-align: center;
    font-size: 11px!important;
    font-family: "Verdana"!important;
}
.tooltip-name {
    color: #000!important;
    font-weight: 700;
    margin-bottom: 7px;
    width: 290px;
    white-space: normal;
}
.tooltip-date {
    margin-bottom: 7px;
}
.tooltip-doh {
    font-weight: 700;
}
.fund-graph-legend {
    padding: 7px 0;
}
.highcharts-tooltip-header {
    display: none;
}
.highcharts-tooltip-box .highcharts-label-box {
  transform: scaleY(.96);
}
.circle-graph .highcharts-container > span[visibility="visible"] {
    height: 130px;
    display: flex;
    align-items: center;
    margin-top: -20px!important;
}
@media screen and (max-width: 1200px) {
    .tooltip-name {
        width: 200px;
    }
}
@media screen and (max-width: 620px) {
    .tooltip-name {
        width: 150px;
    }
    .tooltip-name,
    .tooltip-date,
    .tooltip-doh {
        font-size: 11px!important;
    }
}
@media screen and (max-width: 543px) {
    .new-graph .iis-hint:after {
      left: 75%;
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
}
@media screen and (max-width: 450px) {
    .tooltip-name {
        width: 120px;
    }
}
@media screen and (max-width: 390px) {
    .tooltip-name {
        width: 85px;
    }
}
@media print {
    .highcharts-container {
        width: 100%!important;
    }
}

/*END Highcharts NEW*/

/*CIRCLE DIAGRAMM*/
.circle-graph {
    margin-bottom: 0;
}

.circle-graph.structure-wrapper {
    padding: 27px 15px 0 15px;
}

.circle-graph {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.circle-graph .pif-detail-stucture-title {
    width: 100%;
    display: block;
}

.circle-graph .high-wrapper {
    flex-shrink: 0;
    width: 50%;
}

.struct_title {
    font-family: "Open Sans" !important;
}

.circle-graph .highcharts-pie-series,
.circle-graph .highcharts-pie-series span {
    font-family: "Open Sans" !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.2;
}

.circle-graph .highcharts-legend-title,
.circle-graph .highcharts-legend-title span {
    font-family: "Open Sans" !important;
    color: #000 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1;
}

.circle-graph .highcharts-legend-title span {
    font-size: 18px !important;
    padding-bottom: 30px;
}

.struct_title_percent {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.struct_title_name {
    font-size: 14px !important;
    font-weight: 600 !important;
}

.circle-graph__wrapper .pif-detail-stucture-title {
    margin-bottom: 33px;
    margin-top: 0;
}

.pif-detail-stucture-title {
    font-size: 18px;
}

.pif-detail-stucture-title .underline-dashed {
    font-weight: 400;
}

.circle-graph__wrapper {
    margin: 0;
}

.circle-graph .struct-chart-tabs {
    display: none;
    width: 100%;
    margin-bottom: 10px;
}

.structure-wrapper {
	overflow: hidden;
    background-color: #fff;
    border-radius: 2px;
    padding: 25px 30px;
}

.circle-graph__wrapper .highcharts-root,
.circle-graph__wrapper .highcharts-container {
    overflow: visible!important;
}

.new-graph .drop_layout section a {
    padding: 14px 25px 19px 15px;
}

.new-graph .dropdown .drop_layout section {
    padding: 0!important;
}

@media screen and (max-width: 1280px) {
    .circle-graph .high-wrapper {
        width: 600px;
    }

    .circle-graph.structure-wrapper {
        padding: 20px 15px 0 15px;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .circle-graph__wrapper .pif-detail-stucture-title {
        margin-bottom: 25px;
    }

    .circle-graph .high-wrapper {
        width: 50%;
    }

    .circle-graph .highcharts-container,
    .circle-graph .highcharts-container .highcharts-root {
        overflow: visible !important;
    }

    .circle-graph .struct_title {
        display: none;
    }

    .circle-graph .highcharts-container {
        margin-left: -15px;
    }

    .circle-graph .highcharts-series-group {
        display: block !important;
    }

    .smart-wrapper .highcharts-series-group {
        display: block !important;
	}

    .circle-graph__wrapper {
        padding: 0;
    }
}

@media screen and (max-width: 630px) {
    .circle-graph .high-wrapper {
        width: 100%;
    }

    .circle-graph .struct-chart-tabs {
        display: flex;
    }

    .circle-graph .high-wrapper {
        width: 100%;
        display: none;
    }
    .circle-graph .smart-wrapper {
	width: 100%;
        display: block;
	}

    .circle-graph .high-wrapper.active {
        display: block;
    }

    .highcharts-legend-title {
            display: none!important;
    }
}

@media print {
    .circle-graph__wrapper {display: none;}
}


/*END CIRCLE DIAGRAMM*/



.circle-graph {flex-wrap:nowrap;}

@media screen and (max-width:1280px) {
    .circle-graph {flex-wrap:wrap;}
}
