//@import "../../../abstracts/abstracts";

/* ****************************** 
    Base & Generic styling
****************************** */

.center {
	text-align: center;
}

// Added while re-structuring
.dbq-application-navbar {
	.dropdown-menu {
		border: 0;
		border-radius: 5px;

		a {
			color: #000000;

			&:hover {
				color: #808080;
				svg {
					fill: #808080;
				}
			}
		}
	}
}

/* Main Menu */
.dbq-icon-color-1 {
	fill: #3c3c3c; 
}
.dbq-icon-color-2 {
	fill: #ffffff;
}

.dbq-custom-logo {
	width: auto;
	min-height: 45px;
	max-height: 100px;
	max-width: 250px;
	object-fit: contain;
	object-position: left;
}

#wrapper {
	height: 100%;
	width: 100%;
}

#content-wrapper {
	height: calc(100% - #{$navbar-height});
	padding: 0;
}

#dbq-tool-manager-container {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 900;
	background: white;
}

.class-list-menu-help {
    display: none;

	&[data-has-help-system="true"] {
		display: block;
	}
}