.gflexborderlayout { 
	display: flex;
	height: 100%;
	flex-direction: column;
	flex: 1;
}

.gflexborderlayout .gflexbordercontainer.top {
	flex: none;
}

.gflexborderlayout .gflexbordercontainer.middle {
	flex: 1;
	overflow: auto;
	flex-direction: column;
	display: flex;
}

_:-ms-fullscreen, :root .gdialogcontainer .gflexborderlayout .gflexbordercontainer.middle {
	flex-direction: row;
}

.gflexborderlayout .gflexbordercontainer.middle > .gobject:not(.gscrollablegrid):not(.gtabcontrol):not(.ghorizontalsplitlayout) {
	flex-shrink: 0;
}

.gflexborderlayout .gflexbordercontainer.bottom {
	flex: none;
}

.gflexborderlayout.objectWrapper { 
	height: auto;
	overflow: auto;
}