.obe-overlay-success {
    background-color:#d4edda !important;
}

.obe-overlay-warning {
    background-color:#fff3cd !important;
}

.obe-overlay-danger {
    background-color:#f8d7da !important;
}

.obe-overlay-focus {
	outline: 2px solid #007bff !important;
	outline-offset: -2px;
}

.obe-overlay-muted {
	opacity: 0.35;
}

.obe-header-danger {
    background:#f8d7da !important;
}

.obe-header-warning {
    background:#fff3cd !important;
}

.obe-header-success {
    background:#d4edda !important;
}


#heatmap_sidebar{

    position:sticky;

    top:10px;

    width:350px;

    z-index:1000;
}