/* this css is specifically for ruleEngine page,refer component style in SCSS first when you write some customized css*/
.bar1 { fill: #fe870091; }
.bar2 { fill: #de5d0d; }
.bar3 { fill: #FFB832; }
.bar {
    cursor: pointer;
    }
.line {
    fill: none;
    stroke: #5e5ebf12;
    stroke-width: 2;
}
.dot {
    fill: #5e5ebf;
    stroke: #5e5ebf;
}
.vizLib-d3-tip{
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    position: absolute;
    /* z-index: 10000000; */
}
.vizLib-d3-tip:after {
    content: "" !important;
}
/* .ztree *{
    font-size: 16px!important;
} */
#exploreZtree span.button{
    background-image: url(../../assets/img/z_tree_icons.png);
}
#exploreZtree .level0>span.button.noline_open,
#exploreZtree .level0>span.button.noline_close {
    background-position: 0px -1px;
}
#exploreZtree .level1>span.button.noline_open,
#exploreZtree .level1>span.button.noline_close,
#exploreZtree .level1>span.button.noline_docu{
    background-position: 0px -19px;
    background-image: url(../../assets/img/z_tree_icons.png);
}
#exploreZtree .level2>span.button.noline_open,
#exploreZtree .level2>span.button.noline_close,
#exploreZtree .level2>span.button.noline_docu{
   background-position: 0px -38.5px;
}

.button-style-text {
    background-color: #fddccb;
    border-radius: 25px;
    padding: 5px;
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.slider .slider-name {
    font-size: 1rem;
    color: #333;
}
.slider .range-val-label {
    color: #d04a02;
    font-weight: 700!important;
    font-size: 1rem;
    float: right;
}
.slider .max-range {
    float: right;
}
.export-icon {
    cursor: pointer;
    padding-top: 10px;
}
.ztree li span {
    line-height: 16px;
    margin-right: 2px;
    font-size: 14px;
}
img.button_closed {
    content: url(../../assets/img/plus.png);
    cursor: pointer;
}
img.button_open {
    content: url(../../assets/img/minus.png);
    cursor: pointer;
}
.rules_list, .facts_list {
    background: none;
    border: 0;
    color: #ea8a23;
    cursor: pointer;
    padding: 0;
    margin-right: 4px;
    outline: none !important;
}
.graph_icon.rule_matrix{
    display: none;
}

.row1-chart {
    padding-left: 11px;
}
.donut-chart{
    float: left;
    width: 39.33%;
    /*border:solid 1px rgb(169, 169, 169);*/
    margin-right: 7px;
    height: 300px;
    /* overflow-y: auto;  */
}
.grouped-chart-population,.grouped-chart-credit {
    float: left;
    width: 28.33%;
    /*border:solid 1px rgb(169, 169, 169);*/
    margin-right: 7px;
    height: 300px;
  }
  
  /* Clear floats after the columns */
  .row1:after {
    content: "";
    display: table;
    clear: both;
  }

  /*d3-tooltip*/
.vizLib-d3-tip {
    line-height: 1;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

/* Creates a small triangle extender for the tooltip */
.vizLib-d3-tip:after {
    box-sizing: border-box;
    display: inline;
    font-size: 10px;
    width: 100%;
    line-height: 1;
    color: rgba(0, 0, 0, 0.8);
    content: "\25BC";
    position: absolute;
    text-align: center;
}
.vizLib-d3-tip.bubble:after{
    color: inherit !important;
}
/* Style northward tooltips specifically */
.vizLib-d3-tip.n:after {
    margin: -2px 0 0 0;
    top: 100%;
    left: 0;
}
/*d3-tooltip*/

/* .bar4,.bar5 {
    display: none;
} */


