/*!
 * Copyright 2015-2019 InSpeed Networks Incorporated
 */

.footer
{
	page-break-inside: avoid;
	height: 32px;
	background-color: #d8eaf3;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	font-size: small;
	align-items: center;
	overflow: hidden;
}

@media only print
{
	.footer
	{
		display: none;
	}
}

@media only screen
{
	.content
	{
		flex: 1 1 auto;
	}

	.explorer-sidebar
	{
		height: 100%;
		overflow-y: hidden;
	}

	.explorer-content
	{
		height: 100%;
	}

	.scrollable-container
	{
		height: 100%;
		overflow-y: auto;
	}

	.scrollable-container-touch
	{
		height: 100%;
	}

	.explorer-container
	{
		height: calc(100% - 32px);
	}

	.explorer-container-touch
	{
		min-height: calc(100% - 32px);
	}

	.content-no-check-scroll-height
	{
		height: 100%;
	}

	.content-no-check-scroll-height-touch
	{
	}

	.content-inner
	{
		height: 100%;
	}

	.content-inner-touch
	{
	}
}

@media only screen and (pointer: coarse)
{
	.provision-page
	{
		background-color: amber;
	}

	.content
	{
		flex: 0 0 auto;
	}

	.footer
	{
		z-index: -1;
	}
}
