/**
* IBM Confidential
* OCO Source Materials
* IBM Business Platform: Dashboard
* (C) Copyright IBM Corp. 2018, 2020
* The source code for this program is not published or otherwise divested of its trade secrets,
* irrespective of what has been deposited with the U.S. Copyright Office
**/
@import "../lib/@ba-ui-toolkit/essentials/_essentials.scss";
div.appbar {
	height: auto;
}

.flex1 {
	flex: 1;
}

.boardPageView {
	overflow: hidden !important;
	.pageViewContent > .dialogBlocker {
		z-index: 2000;
	}
	.canvasExtensionBottom, .canvasExtensionTop {
		position: relative;
	}
}

.pageViewContent {
	flex: 1;
	display: flex;
	position:relative;
	flex-direction: column;
	overflow: hidden !important;
	.dashboardFrame {
		display: flex;
		height: 100%;
		width: 100%;
		overflow: auto;
		.dashboardFrameCentre {
			flex: 1 1 auto;
			display: flex;
			flex-direction: column;
			position: relative;
			// Set width of dashboardFrameCentre to take right frame with fixed width of 320px into account
			width: calc(100% - 320px);
			.page {
				flex: 1;
			}
		}
		.dashboardFrameRight {
			flex: 0 0 auto;
		}
	}
}

.card.gigante {
	position: relative;
	margin-left: 0;
	margin-right: 0;
	@include theming(background-color, ui-01);
}

.authoringToolbar {
	.slider-container {
		.tooltip-inner input {
			padding: 3px;
		}
	}
}