.dc-cbox-group {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dc-cbox-item {
    display: block !important;
    margin: .5em 0;
    padding: 0;
}

.dc-cbox-group input[type = reset] {
    display: none;
}

.ui.modal .scrolling.content {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    touch-action: manipulation;
}

.dc-chart g.row text {
    font-size: 14px;
    fill: #000;
}

.ui.checkbox label {
    cursor: pointer;
}

#projects-table {
    left: auto!important;
}

#jes .dc-chart .axis text {
    font: 12px sans-serif;
}

.dc-legend .dc-legend-item text {
    transform: translate(0, 5px);
}

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

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

.dc-chart rect.bar {
    fill-opacity: .8 !important;
}

.dc-chart rect.bar:focus, .dc-chart rect.bar:hover {
    fill-opacity: .5 !important;
}

.full {
    width: 100%;
}

.full .grid {
    margin: 0;
}

.ui.statistic {
    display: block;
}
