﻿
.d3-dashboard-title {
    font-size: 1.3em;
    font-weight: bold;
}

.dash-preview-template-row {
    padding: 6px 6px 0 12px;
}

.dash-preview-template-col {
    height: 100%;
    padding: 6px;
}

#DashboardPreviewOuter {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 115px);
    padding: 0 12px;
}

.d3-padding-1 {
    padding: 4px 1em;
}

.d3-widget-title {
    /*fill: #696d75;
            stroke: #696d75;*/
    font-size: 1.1em;
    font-weight: bold;
    margin-left: 12px;
}

.widget-card {
    border: 1px solid #E5E3E3;
    border-radius: 4px;
    background-color: white;
}

.d3-widget-container {
    /* background: #292f3b; */
    color: #333;
}

.d3-widget-header, .d3-dash-header {
    color: black;
    font-size: small;
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.d3-widget-header {
    background: #ccc;
}

.d3-chart-container {
    border: 1px solid #ccc;
}

.d3-dash-header {
    margin-bottom: 8px;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    background: #1d2942;
    color: white;
}

/*.dash-preview-template-row .d3-widget-header {
            justify-content: center !important;
        }*/

.option {
    float: left;
    padding: 5px;
    flex-grow: 1;
    flex-shrink: 0;
    text-align: left;
}

    .option input {
        cursor: pointer;
        border-radius: 5px;
        color: #fff;
        background: #696d75;
        border: none;
    }

    .option input {
        -webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.75);
    }

    .option .active {
        cursor: auto;
        background: white;
        color: black;
    }

    .option .active {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.infobar {
    display: flex;
    align-content: center;
    align-items: center;
}

.daterange-bar {
    display: flex;
    float: right;
    padding: 5px;
    text-align: left;
    font-family: sans-serif;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: flex-end;
}

.infobox {
    margin: 0px 5px;
    float: left;
}

.show-dt-modal {
    float: right;
    padding: 0.5em;
    font-size: 1.2em;
}

/*.x.axis path {
                stroke: white !important;
            }
            .y.axis path {
                stroke: white !important;
            }

            text {
                fill: white;
                stroke: white;
            }*/

.legend[showing='false'] {
    opacity: 0.5;
    /*pointer-events: none;*/
}

[opacity='0'] {
    pointer-events: none;
}

