/* CSP Phase 1: styles moved from Razor <style> blocks. */

.download-map svg .stroke {
    opacity: 0.1;
    fill: none;
    stroke: #000000;
}

.download-map svg .stroke-active {
    fill: none;
    stroke: #4DA95B;
    enable-background: new;
}

.download-map svg .fill {
    opacity: 0.1;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill-opacity: 0.5;
}

.download-map svg .fill-active {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #4DA95B;
}

.settlement-report-page canvas {
    opacity: 1 !important;
}

.csp-svg-map-bg {
    enable-background: new 0 0 362 675;
}

.csp-display-inline {
    display: inline;
}

.csp-hidden-iframe {
    display: none;
    visibility: hidden;
}

.csp-p-10px {
    padding: 10px;
}

.csp-color-dimgray {
    color: dimgray;
}

.csp-text-center {
    text-align: center;
}

.csp-color-orange {
    color: orange;
}

.csp-flex-column-center {
    flex-flow: column;
    align-items: center;
}
