body, .label, body, h1, h2, h3, h4, h5, h6, .btn, .tooltip, .nvd3 text {
    /*font-family: 'Open Sans', sans-serif !important;*/
    font-family: 'Nunito Sans', sans-serif !important;
}

.supersetChart {
    height: 500px;
    margin-bottom: 20px;
}

.ld-spinner {
    background: url(../img/loading-spinner-grey.gif) no-repeat center center;
    min-height: 22px;
    padding: 20px 0;
}

.supersetChart_internal {
    height: 600px;
}

.supersetChart_internal_qf {
    height: 285px;
}

.supersetChart hr {
    float: left !important;
    width: 100% !important;
    border-top: 1px solid #ccc;
}

.chartDiv {
    width: 960px;
    height: 500px;
}

.dataContainer {
    width: 100%;
    display: table;
}

.chartDivMulti_container {
    position: relative;
    width: calc(100% - 20px);
    height: auto;
    padding: 10px;
    float: left;
    display: table;
}

.chart-title {
    width: 100%;
    /*float: left;*/
    padding-top: 25px;
}

.chartDivMulti {
    position: relative;
    width: 100%;
    height: 380px;
    float: left;
}

text.big {
    stroke: black;
    text-anchor: middle;
    fill: black;
}

.node rect {
    cursor: move;
    fill-opacity: .9;
    shape-rendering: crispEdges;
}

.node text {
    pointer-events: none;
    text-shadow: 0 1px 0 #fff;
}

.link {
    fill: none;
    stroke: #000;
    stroke-opacity: .2;
}

.link:hover {
    stroke-opacity: .5;
}

.sankey .node rect {
    cursor: move;
    fill-opacity: .9;
    shape-rendering: crispEdges;
}

.sankey .node text {
    pointer-events: none;
    text-shadow: 0 1px 0 #fff;
}

.sankey .link {
    fill: none;
    stroke: #000;
    stroke-opacity: .2;
}

.sankey .link:hover {
    stroke-opacity: .5;
}

.sankey-tooltip, .chord-tooltip, .treemap-tooltip {
    position: absolute;
    display: block;
    width: auto;
    font-weight: 200;
    color: rgb(0, 0, 0);
    text-align: left;
    pointer-events: none;
    padding: 10px;
    border-image: initial;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    z-index: 10000;
    font-size: 13px;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hoverinfo {
    position: absolute !important;
    display: block !important;
    width: auto !important;
    font-weight: 200 !important;
    color: rgb(0, 0, 0) !important;
    text-align: left !important;
    pointer-events: none !important;
    padding: 10px !important;
    border-image: initial !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(0, 0, 0, 0.5) !important;
    border-radius: 4px !important;
    z-index: 10000 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -khtml-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

.emph {
    font-weight: bold !important;
}

svg #circle circle {
    fill: none;
    pointer-events: all;
}

svg .group path {
    fill-opacity: .6;
}

svg path.chord {
    stroke: #000;
    stroke-width: .25px;
}

svg #circle:hover path.fade {
    opacity: 0.2;
}

.world_map svg {
    background-color: #feffff;
}

.world_map {
    position: relative;
}

.m-portlet-body-p-top {
    padding-top: 10px !important;
}

/* from d3-tip */

.d3-tip {
    line-height: 1;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1000;
}

/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    /* width: 100%; */
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    pointer-events: none;
}

/* Northward tooltips */

.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */

.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

/* Southward tooltips */

.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

/* Westward tooltips */

.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

.big_number g.axis text, .big_number_total g.axis text {
    font-size: 10px;
    font-weight: normal;
    color: gray;
    fill: gray;
    text-anchor: middle;
    vertical-align: middle;
    font-weight: none;
}

.big_number text.big, .big_number_total text.big {
    stroke: black;
    text-anchor: middle;
    fill: black;
}

.big_number g.tick line, .big_number_total g.tick line {
    stroke-width: 1px;
    stroke: grey;
}

.big_number .domain, .big_number_total .domain {
    fill: none;
    stroke: black;
    stroke-width: 1;
}

@media (min-width:700px) {
    .chartDivMulti_container {
        width: calc(50% - 20px);
        height: 380px;
        padding: 10px;
        float: left;
    }
    .chartDivMulti {
        height: 380px;
        float: left;
    }
}

@media (min-width:1200px) {
    .chartDivMulti_container {
        width: calc(33% - 20px);
        height: 380px;
        padding: 10px;
        float: left;
    }
    .chartDivMulti {
        height: 380px;
        float: left;
    }
}

/* from d3-tip */

.d3-tip {
    line-height: 1;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1000;
}

/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    /* width: 100%; */
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    pointer-events: none;
}

/* Northward tooltips */

.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */

.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

/* Southward tooltips */

.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

/* Westward tooltips */

.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

.portlet {
    display: table !important;
}

.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}

.axis text {
    /*font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-size: 11px;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.getinfos:hover {
    cursor: pointer;
    color: #327ad5 !important;
}

.descsearch, .descsearch_hmap {
    line-height: 25px;
    font-size: 1.1rem;
}

.myHide {
    display: none!important;
}

.myHideAnalysis {
    display: none!important;
}

.myShow {
    display: inline-block!important;
}

.myShowT {
    display: table!important;
}

.myShowB {
    display: block!important;
}

.unavaliable-chart {
    margin-top: 10px;
    height: 400px;
    background-position: center top;
    /*background-size: 100% 100%;*/
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px) grayscale(100%);
    -moz-filter: blur(5px) grayscale(100%);
    -o-filter: blur(5px) grayscale(100%);
    -ms-filter: blur(5px) grayscale(100%);
    filter: blur(5px) grayscale(100%);
}

.unavaliable-chart:hover {
    -webkit-filter: blur(5px) grayscale(80%);
    -moz-filter: blur(5px) grayscale(80%);
    -o-filter: blur(5px) grayscale(80%);
    -ms-filter: blur(5px) grayscale(80%);
    filter: blur(5px) grayscale(80%);
}

.unavaliable-chart-height-big_number, .unavaliable-chart-height-big_number_total, .unavaliable-chart-height-number {
    height: 200px !important;
}

div.alert.myinfodiv {
    position: relative;
    top: -225px;
}

div.alert.myinfodiv-big_number, div.alert.myinfodiv-big_number_total, div.alert.myinfodiv-number {
    top: -140px !important;
}

.my-brand-font {
    font-weight: bold;
}

.right-aside-nested-ul{
    list-style: none;
}

.my-metal-font {
    font-weight: normal;
    color: #575962;
}

.my-font-nested {
    font-size: 13px;
}

.my-brand-bg {
    background-color: rgba(113, 106, 202, 0.03);
}

.my-metal-bg {
    background-color: #fff;
}

.my-brand-bg a:hover, .my-metal-bg a:hover {
    text-decoration-color: #575962;
}

/* from d3-tip */

.d3-tip {
    line-height: 1;
    padding: 12px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 2px;
    pointer-events: none;
    z-index: 1000;
}

/* Creates a small triangle extender for the tooltip */

.d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    position: absolute;
    pointer-events: none;
}

/* Northward tooltips */

.d3-tip.n:after {
    content: "\25BC";
    margin: -1px 0 0 0;
    top: 100%;
    left: 0;
    text-align: center;
}

/* Eastward tooltips */

.d3-tip.e:after {
    content: "\25C0";
    margin: -4px 0 0 0;
    top: 50%;
    left: -8px;
}

/* Southward tooltips */

.d3-tip.s:after {
    content: "\25B2";
    margin: 0 0 1px 0;
    top: -8px;
    left: 0;
    text-align: center;
}

/* Westward tooltips */

.d3-tip.w:after {
    content: "\25B6";
    margin: -4px 0 0 -1px;
    top: 50%;
    left: 100%;
}

.heatmap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
}

.heatmap .axis text {
    font: 10px sans-serif;
    text-rendering: optimizeLegibility;
}

.heatmap .axis path, .heatmap .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.heatmap canvas, .heatmap img {
    image-rendering: optimizeSpeed;
    /* Older versions of FF          */
    image-rendering: -moz-crisp-edges;
    /* FF 6.0+                       */
    image-rendering: -webkit-optimize-contrast;
    /* Safari                        */
    image-rendering: -o-crisp-edges;
    /* OS X & Windows Opera (12.02+) */
    image-rendering: pixelated;
    /* Awesome future-browsers       */
    -ms-interpolation-mode: nearest-neighbor;
    /* IE                            */
}

.heatmap .legendCells text {
    font-size: 10px;
    font-weight: normal;
    opacity: 0;
}

.heatmap .legendCells .cell:first-child text {
    opacity: 1;
}

.heatmap .legendCells .cell:last-child text {
    opacity: 1;
}

.ion-color-2 .irs-bar, .ion-color-2 .irs-bar-edge, .ion-color-2 .irs-single, .ion-color-2 .irs-to, .ion-color-2 .irs-from {
    background: #428bca;
}

.ion-color-2 .irs-single::after, .ion-color-2 .irs-from:after, .ion-color-2 .irs-to:after, .ion-color-2 .irs-single:after {
    border-top-color: #428bca !important;
}

.my_dd_width {
    width: 255px !important;
}

.right-aside-nav-my-class {
    height: auto;
    margin-bottom: 0 !important;
}

@media (min-width:993px) {
    .my_dd_width {
        width: 500px !important;
    }
    .right-aside-nav-my-class {
        height: 100% !important;
    }
}

.z-index-max {
    z-index: 2000 !important;
}

.btn.btn-warning.m--font-light.active.m--font-light, .btn.btn-warning.m--font-light.focus.m--font-light, .btn.btn-warning.m--font-light:focus, .btn.btn-warning.m--font-light:hover:not(:disabled) {
    color: #fff !important;
}

.col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-8, .col-xxl-10, .col-xxl-11, .col-xxl-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .pr-none {
        padding-right: 0 !important;
    }
}