.container {
    margin-top: 30px;
}

filter-bar {
    display: none !important;
}

.global-nav {
    background-color: #BEBEBE !important;
}

.global-nav__logo {
    content: url(https://cdn.omm.cloud/omm_logo_compact.png) !important;
}

.gridster {
    background-color: #f5f5f5 !important;
}

.gridster .gs-w {
    border: none !important;
}

.gridster .gs-w:hover {
    border: none !important;
}

.gridster .gs-w:hover dashboard-panel .visualize-show-spy {
    visibility: hidden !important;
}

dashboard-panel .panel-heading {
    display: none !important;
}

dashboard-grid {
    background-color: #f5f5f5 !important;
}

.metric-vis {
    background-color: #f5f5f5 !important;
}

.metric-container {
    background-color: #f5f5f5;
}

.panel {
    background-color: #f5f5f5 !important;
}

.dashboard-container {
    background-color: #f5f5f5 !important;
}

.gs-resize-handle {
    display: none !important;
}

.legend-toggle {
    display: none !important;
}

.legend-label {
    background-color: #f5f5f5 !important;
}

.loadingIndicator {
    display: none !important;
}

@media screen and (max-width: 999px) {
	.gridster .gs-w {
		border: none !important;
		width: 100% !important;
		position: relative !important;
		display: block !important;
		left: 0 !important;
		top: 0 !important;
	}
	ul.gridster {
		width:1px !important;
		min-width:100% !important;
	}
}
