td.details-control {
    background: url('/resources/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/resources/details_close.png') no-repeat center center;
}

.form-control:focus {
    border-color: #6265e4 !important;
    box-shadow: 0 0 5px rgba(98, 101, 228, 1) !important;
}

.chartdivClass {
    width: 100%;
    height: 500px;
}

#legenddiv {
    height: 1500px;
}

#legendwrapper {
    max-height: 300px;
    overflow-x: none;
    overflow-y: auto;
}
