.view-layout {
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: @layout-body-background;
	.container-item__pos {
		display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        flex-grow: 1;
	}
	.app-ctrl-pos {
		height: 100%;
	}
}

.view-layout-flex {
	height: 100%;
	width: 100%;
	.flex(column, normal, normal);
}
.view-layout {
	background-color: @layout-body-background;
}
