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

.BumpChartClass .y.axis path {
    fill: none;
}

.BumpChartClass .y.axis line {
    fill: none;
    stroke: #eeeeee;
    shape-rendering: crispEdges;
}/* ConfigurationPane */

.ConfigurationPaneClass {
    display: inline-block;
    height: 100%;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
}

.ConfigurationPaneClass label {
    font-size: small;
}

.ConfigurationPaneClass table {
    width: 100%;
}

.ConfigurationPaneClass div,
.ConfigurationPaneClass .panel-body,
.ConfigurationPaneClass .panel-heading,
.ConfigurationPaneClass table,
.ConfigurationPaneClass td > label,
.ConfigurationPaneClass th,
.ConfigurationPaneClass td {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
}

.ConfigurationPaneClass tr {
    margin: auto;
}

.ConfigurationPaneClass h1,
.ConfigurationPaneClass h2,
.ConfigurationPaneClass h3,
.ConfigurationPaneClass h4,
.ConfigurationPaneClass h5,
.ConfigurationPaneClass h6 {
    padding: 2px !important;
    margin: 0px;
}

.ConfigurationPaneClass h1 {
    font-size: 1.8em !important;
    font-weight: normal !important;
    color: white;
    background-color: #878787;
    text-align: center;
}

.ConfigurationPaneClass .column1 {
    width: 35%;
}

.ConfigurationPaneClass .column2 {
    width: 65%;
}

.ConfigurationPaneClass h2 {
    font-size: 1.5em !important;
    font-weight: normal !important;
    color: white;
    background-color: #3288bd;
    text-align: center;
}

.ConfigurationPaneClass h3 {
    font-size: 1.2em !important;
    font-weight: normal !important;
    color: white;
    background-color: #1a9850;
    text-align: center;
}

.ConfigurationPaneClass h4 {
    font-size: 1em !important;
    font-weight: normal !important;
    color: white;
    background-color: #d58512;
    text-align: center;
}

.ConfigurationPaneClass h5 {
    font-size: .9em !important;
    font-weight: normal !important;
    color: white;
    background-color: #3e999f;
    text-align: center;
}

.ConfigurationPaneClass h6 {
    font-size: .8em !important;
    font-weight: normal !important;
    color: white;
    background-color: #91765d;
    text-align: center;
}

.ConfigurationPaneClass h1:hover,
.ConfigurationPaneClass h2:hover,
.ConfigurationPaneClass h3:hover,
.ConfigurationPaneClass h4:hover,
.ConfigurationPaneClass h5:hover {
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
    color: yellow;
}

.ConfigurationPaneClass .control-boolean label,
.ConfigurationPaneClass .control-boolean input,
.ConfigurationPaneClass .control-string label,
.ConfigurationPaneClass .control-string input {
    padding: 1px !important;
    margin: 0px !important;
}

.ConfigurationPaneClass .control-int > td > div {
    padding: 1px !important;
    margin-top: 35px !important;
    margin-bottom: 8px !important;
    margin-left: 0px !important;
    margin-right: 10px !important;
}

.ConfigurationPaneClass .control-int > td > label {
    margin-top: 35px !important;
}


.ConfigurationPaneClass .DataFilterPaneClass_number,
.ConfigurationPaneClass .DataFilterPaneClass_date
{
    margin-top: 35px !important;
    margin-bottom: 14px !important;
    margin-left: 44px !important;
    margin-right: 44px !important;
}/* DataFilterPane */
.DataFilterPaneClass {
    display: inline-block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.DataFilterPaneClass h4 {
    text-align: center;
    width: 100%;
    background: #428bca;
    color: white;
    padding: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
}

.DataFilterPaneClass h5 {
    width: 100%;
    color: black;
    padding: 0px;
    text-align: center;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

/* Trigger button */
.DataFilterPaneClass .btn-group {
    width: 100%;
}

.DataFilterPaneClass #ColumnSelector {
    height: 160px;
    margin-bottom: 5px;
    width: 100%;
}

.DataFilterPaneClass .slider {
    width: 95% !important;
    margin-left: 5px;
}

.DataFilterPaneClass .multiselect {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}

.DataFilterPaneClass .flatpickr-input {
    width: 100%;
}
.dex-tooltip-table tr:first-child th {
    background: #337ab7;

    text-align: center;
    font-size: 2em;
    font-family: "Segoe UI";
    font-weight: normal;
    font-style: italic;

    padding: 1px 15px 1px 1px;
    color: #ffffff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}

.dex-tooltip-table thead {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.dex-tooltip-table thead th:first-child {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.dex-tooltip-table thead th:last-child {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.dex-tooltip-table tbody tr td {
    font-family: 'Open Sans', sans-serif;
    color: black;
    padding: 1px 15px 1px 1px;
    border-bottom: 1px solid #337ab7;
}

.dex-tooltip-table tbody tr:nth-child(2n) {
    background: rgb(226, 239, 251);
}

.dex-tooltip-table tbody tr:last-child td {
    border-bottom: none;
}

.dex-tooltip-table tbody tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.dex-tooltip-table tbody tr:last-child td:last-child {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

/**
<div style='height:100%;width:100%;display:flex;align-items:center;" +
"justify-content:center;'><h1 style='text-align:center;width:100%;" +
"background:#428bca;color:white;'>No Data</h1></div>");

*/

.dex-exception-title {
    font-size: 3em;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3e999f;
    color: white;
}

.dex-exception-msg {
    font-size: 1.5em;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    background: #d58512;
    color: white;
}

.dex-legend-group-title {
    clear: both;
    font-size: 1.4em;
}

.dex-legend-item {
    float: left;
    padding: 1px;
    text-align: center;
    margin: 1px;
    font-size: .8em;
}

.dex-legend-item:hover {
    opacity: .8;
    color: yellow;
    stroke-width: 2;
}

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

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

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

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

.ui-tooltip {
    background: white;
    border: 2px solid white;
    opacity: 1;
    padding: 2px 2px;
    color: white;
    /**border-radius: 20px;**/
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.dex-multiples-cell {
    float: left;
    padding: 3px;
    border: 1px solid grey;
}

.dex-multiples-cell:hover {
    border: 1px solid red;
}

.dex-multiples-cell-title {
    background: #337ab7;
    text-align: center;
    height: 1.5em;
    font-size: .9vw;
    font-family: "Segoe UI";
    font-weight: normal;
    color: #ffffff;
}

/** Column Selector **/
/* dragula-specific example page styles */
.dex-ui-columnselector > .wrapper {
    display: table;
}

.dex-ui-columnselector > .wrapper > .container {
    display: table-cell;
    background-color: rgba(255, 255, 0, 0.2);
    width: 50%;
}

.dex-ui-columnselector > .wrapper > .container:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.2);
}
/*
 * note that styling gu-mirror directly is a bad practice because it's too generic.
 * you're better off giving the draggable elements a unique class and styling that directly!
 */
.dex-ui-columnselector > .wrapper > .container > div,
.dex-ui-columnselector > .gu-mirror {
    margin: 1px;
    padding: 1px;
    background-color: lightgreen;
    transition: opacity 0.4s ease-in-out;
}

.dex-ui-columnselector > .wrapper > .container > div {
    text-align: center;
    font-size: 1.5em;
}/* GuiPane */
/*! nouislider - 10.1.0 - 2017-07-28 13:09:54 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    /* Fix 401 */
}
.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-origin {
    position: absolute;
    height: 0;
    width: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
    transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
    height: 18px;
}
.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-vertical {
    width: 18px;
}
.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px;
}
/* Styling;
 */
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
    background: #3FB8AF;
    border-radius: 4px;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}
.noUi-handle:after {
    left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}
.noUi-vertical .noUi-handle:after {
    top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
    cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-pips {
    position: absolute;
    color: #999;
}
/* Values;
 *
 */
.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}
.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
    position: absolute;
    background: #CCC;
}
.noUi-marker-sub {
    background: #AAA;
}
.noUi-marker-large {
    background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}
.noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}
.noUi-value-vertical {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}
.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}/** Treemap **/
.TreemapClass text {
    pointer-events: none;
}

.TreemapClass .grandparent text {
    font-weight: bold;
}

.TreemapClass rect {
    fill: none;
    stroke: #fff;
}

.TreemapClass rect.parent,
.grandparent rect {
    stroke-width: 2px;
}

.TreemapClass .grandparent rect {
    fill: steelblue;
}

.grandparent:hover rect {
    fill: #ee9700;
}

.TreemapClass .children rect.parent,
.grandparent rect {
    cursor: pointer;
}

.TreemapClass .children rect.parent {
    fill-opacity: .1;
}

.TreemapClass .children:hover rect.child {
    fill-opacity: .8;
}

/** Treemap Bar Chart **/

.TreemapBarChartClass label {
    font-family: sans-serif;
    font-size: 14px;
    position: absolute;
    left: 92px;
    top: 26px;
}

.TreemapBarChartClass .axis .domain {
    display: none;
}

.TreemapBarChartClass .axis line {
    stroke: #ccc;
}

.TreemapBarChartClass .axis.x0 text {
    font-weight: 700;
}

.TreemapBarChartClass .hover-active rect {
    opacity: .75;
}

.TreemapBarChartClass .hover-active rect.hover {
    opacity: 1;
}
