/* DC.JS */

div.dc-chart {
    /*
    float: left;
    */
}

.dc-chart rect.bar {
    stroke: none;
    cursor: pointer;
    /* BQ Light Green */
    /*
        fill: rgba(0, 158, 84, 1);
                    */
}

    .dc-chart rect.bar:hover {
        fill-opacity: .5;
    }


.dc-chart rect.stack1 {
    stroke: none;
    fill: red;
}

.dc-chart rect.stack2 {
    stroke: none;
    fill: green;
}

.dc-chart rect.deselected {
    stroke: none;
    fill: #ccc;
}

.dc-chart .empty-chart .pie-slice path {
    fill: #FFEEEE;
    cursor: default;
}

.dc-chart .empty-chart .pie-slice {
    cursor: default;
}

.dc-chart .pie-slice {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

    .dc-chart .pie-slice.external {
        fill: black;
    }

    .dc-chart .pie-slice :hover {
        fill-opacity: .8;
    }

    .dc-chart .pie-slice.highlight {
        fill-opacity: .8;
    }

.dc-chart .pie-path {
    fill: none;
    stroke-width: 2px;
    stroke: black;
    opacity: 0.4;
}

.dc-chart .selected path {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected path {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .axis path,
.dc-chart .axis line {
    fill: none;
    /*
    stroke: #606060;
    */
    /*
    stroke: #fff;
    */
    stroke: #2E80B8;
    stroke: #606060;
    stroke: none;
    shape-rendering: crispEdges;
}

.dc-chart .axis text {
    font: 10px sans-serif;
}

.dc-chart .grid-line,
.dc-chart .axis .grid-line {
    fill: none;
    stroke: #ccc;
    opacity: .5;
    shape-rendering: crispEdges;
}

    .dc-chart .grid-line line,
    .dc-chart .axis .grid-line line {
        fill: none;
        stroke: #ccc;
        opacity: .5;
        shape-rendering: crispEdges;
    }

.dc-chart .brush rect.background {
    z-index: -999;
}

.dc-chart .brush rect.extent {
    fill: steelblue;
    fill-opacity: .125;
}

.dc-chart .brush .resize path {
    fill: #eee;
    stroke: #666;
}


/* The line */
.dc-chart path.line {
    fill: none;
    stroke-width: 3.0px;
    /*
    stroke: #7cb5ec;
    */
    /*
     
    stroke: #fff;
            */
    /*
    stroke: rgb(0, 214, 113);
    */
}



.dc-chart circle.dot {
    stroke: none;
}

.dc-chart g.dc-tooltip path {
    fill: none;
    stroke: grey;
    stroke-opacity: .8;
}

/* The area under the line */
.dc-chart path.area {
    /*
    fill: #7cb5ec;
    */
    /*    
    fill: none;
    stroke: none;
    */
    fill-opacity: 0.2;
}

.dc-chart .node {
    font-size: 0.7em;
    cursor: pointer;
}

    .dc-chart .node :hover {
        fill-opacity: .8;
    }

.dc-chart .selected circle {
    stroke-width: 3;
    stroke: #ccc;
    fill-opacity: 1;
}

.dc-chart .deselected circle {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .bubble {
    stroke: none;
    fill-opacity: 0.6;
}

.dc-data-count {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

    .dc-data-count .filter-count {
        color: #3182bd;
        font-weight: bold;
    }

    .dc-data-count .total-count {
        color: #3182bd;
        font-weight: bold;
    }

.dc-data-table {
}

.dc-chart g.state {
    cursor: pointer;
}

    .dc-chart g.state :hover {
        fill-opacity: .8;
    }

    .dc-chart g.state path {
        stroke: white;
    }

.dc-chart g.selected path {
}

.dc-chart g.deselected path {
    fill: grey;
}

.dc-chart g.selected text {
}

.dc-chart g.deselected text {
    display: none;
}

.dc-chart g.county path {
    stroke: white;
    fill: none;
}

.dc-chart g.debug rect {
    fill: blue;
    fill-opacity: .2;
}

.dc-chart g.row rect {
    fill-opacity: 0.8;
    cursor: pointer;
}

    .dc-chart g.row rect:hover {
        fill-opacity: 0.6;
    }

.dc-chart g.row text {
    fill: white;
    font-size: 12px;
    cursor: pointer;
}

.dc-legend {
    font-size: 11px;
}

.dc-legend-item {
    cursor: pointer;
}

.dc-chart g.axis text {
    /* Makes it so the user can't accidentally click and select text that is meant as a label only */
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
    /*
    fill: #606060;
    */
    /*
    fill: #fff;
    */
    fill: #7cb5ec;
    fill: #606060;
}

.dc-chart path.highlight {
    stroke-width: 3;
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .highlight {
    fill-opacity: 1;
    stroke-opacity: 1;
}

.dc-chart .fadeout {
    fill-opacity: 0.2;
    stroke-opacity: 0.2;
}

.dc-chart path.dc-symbol,
g.dc-legend-item.fadeout {
    fill-opacity: 0.5;
    stroke-opacity: 0.5;
}

.dc-hard .number-display {
    float: none;
}

.dc-chart .box text {
    font: 10px sans-serif;
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10 */
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

.dc-chart .box line,
.dc-chart .box circle {
    fill: #fff;
    stroke: #000;
    stroke-width: 1.5px;
}

.dc-chart .box rect {
    stroke: #000;
    stroke-width: 1.5px;
}

.dc-chart .box .center {
    stroke-dasharray: 3,3;
}

.dc-chart .box .outlier {
    fill: none;
    stroke: #ccc;
}

.dc-chart .box.deselected .box {
    fill: #ccc;
}

.dc-chart .box.deselected {
    opacity: .5;
}

.dc-chart .symbol {
    stroke: none;
}

.dc-chart .heatmap .box-group.deselected rect {
    stroke: none;
    fill-opacity: .5;
    fill: #ccc;
}

.dc-chart .heatmap g.axis text {
    pointer-events: all;
    cursor: pointer;
}









.dc-chart .dot {
    /*
    fill: #7cb5ec;
    */
    /*
    fill: none;
    stroke: #fff !important;
    stroke-width: 2.0px;
    */
    /*
    fill: #7cb5ec;
    */
    /* BQ Green */
    /*
    fill: rgba(0, 214, 113, 1) !important;
        */
}

/*
.dc-chart .dot:hover {
    stroke-opacity: 1.0 !important;
}
    */

.dc-chart {
    /*
    background-color: #2E80B8;
    */
    border-radius: 2px;
}

.dc-chart .y-label {
    fill: #606060;
}


.dc-chart .grid-line line, .dc-chart .axis .grid-line line {
    fill: none;
    opacity: 0.8;
}



.dc-chart g.dc-tooltip path {
    /* BQ Green */
    /*
    stroke: rgba(0, 214, 113, 1) !important;
    */
    /* BQ Blue */
    stroke: rgb(44, 62, 80) !important;
    /* BQ Pink */
    /*
    stroke: rgb(242, 214, 222) !important;
    */
    stroke-width: 1.5px;
    /*
    stroke: #FD41A4 !important;
    */
}


/* Thin line in back */
.sub._0 .line {
    stroke-width: 1.0px !important;
}

.dc-chart text {
    fill: rgb(96, 96, 96) !important;
    /*
        fill: rgb(255, 255, 255) !important;
        */
    font: 10px sans-serif;
}


text.pie-slice
{
    fill: #fff !important;


}

/*
.axis
{
    display: none;
}


.dc-chart .grid-line line, .dc-chart .axis .grid-line line {
    display: none;
}
*/

.StockInfoOverlay {
    fill: rgb(96, 96, 96) !important;
    font: 16px sans-serif !important;
}


#Bequoted_MarketData_InstrumentChartsWidget {
    /*
    background-color: #2E80B8;
    */
    background-color: #fff;
    /*
    background: linear-gradient(150deg, rgba(255, 255, 255, 1.00) 50%, rgba(255, 255, 255, 0.7) 100%);
    */
    /*
    background-color: #fff;
    background: radial-gradient(#fff, rgba(222, 237, 247, 0.9));
    */
    /*
    color: #7cb5ec !important;
    */
    color: rgb(96, 96, 96);
    background: radial-gradient(#fff, rgba(245, 245, 245, 0.9));
}



    #Bequoted_MarketData_InstrumentChartsWidget h5 {
        /* BQ Green */
        color: rgba(0, 158, 84, 1) !important;
        /*
    color: #2E80B8 !important;
    */
        /*
        color: #246591 !important;
        */
    }


.DomainObjectChartWidget {
    /*51, 51, 51, 0.6
            background: linear-gradient(to bottom, rgba(44,62,80, 0.85) 0%,rgba(93,136,171,1) 60%,rgba(125,185,232,0) 100%);


                    background: linear-gradient(to top, rgba(51, 51, 51, 0.65) 0%,rgba(51, 51, 51, 0.8) 30%,rgba(125,185,232,0) 80%);

        background: none;

        background: radial-gradient(rgba(250, 250, 250, 0.4) 35%, rgba(225, 225, 225, 0.1) 30%, rgba(250, 250, 250, 0.0) 100%);

        background: radial-gradient(rgba(250, 250, 250, 0.1) 15%, rgba(250, 250, 250, 0.0) 70%);

        */
    background-color: #fff;
    color: rgb(96, 96, 96);
    background: radial-gradient(#fff, rgba(245, 245, 245, 0.9));
}

.DomainObjectChartWidget:hover {
    background: radial-gradient(#fff, rgba(245, 245, 245, 0.9));
        background-color: #fff !important;
}

.DomainObjectChartWidget h5 {

    color: rgb(96, 96, 96) !important;

}