/* LANDSCAPE PHONES */

@media only screen and (max-width: 800px) {

	.icon-line,
	.icon-wolfram {
		width: 14px;
		height: 14px;
	}
	.container-fluid {
		padding-left: 0;
		padding-right: 0;
		overflow-x: hidden;
	}
	#wbcontent.row {
		margin-left: 0;
		margin-right: 0;
	}
	.handle {
		display: inline-block;
		position: absolute;
		width: 40px;
		height: 40px;
		border: 1px solid #eea236;
		background: #ffffff center/32px no-repeat;
		z-index: 2000;
	}
	#bottomtools {
		position: absolute;
		min-height: 40px;
		width: calc(100% - 100px);
    left: calc(-100% + 100px);
		transition: left 0.1s ease-in-out;
    border-right: 1px solid;
		z-index: 500;
	}
	#bottomtools > .handle {
		top: 0;
		right: -40px;
		border-top: 0;
		border-left: 0;
		margin: 0 !important;
    /*border-top-right-radius: 4px;*/
		border-bottom-right-radius: 4px;
		background-image: url('icons/double-right.svg');
	}
	#bottomtools.open {
		left: 0;
		z-index: 1000;
	}
	#bottomtools.open > .handle {
		background-image: url('icons/double-left.svg');
	}
	#wb-status.wb-status {
		padding: 0;
		min-height: 40px;
		width: calc(100% - 100px);
		right: calc(-100% + 100px);
		transition: right 0.1s ease-in-out;
		background-color: #ffddad;
		border: 1px solid #ffffff;
		border-top: 0;
		border-right: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
		z-index: 500;
	}
	#wb-status.wb-status > .handle {
		top: 0;
		left: -40px;
		margin: 0;
		border-top: 0;
		border-right: 0;
    /*border-top-right-radius: 4px;*/
		border-bottom-left-radius: 4px;
		background-image: url('icons/double-left.svg');
	}
	#wb-status.wb-status.open {
		right: 0;
		z-index: 1000;
	}
	#wb-status.wb-status.open > .handle {
		background-image: url('icons/double-right.svg');
	}
	footer {
		bottom: -44px !important;
		transition: bottom 0.1s ease-in-out;
		border-top: 1px solid #eea236;
	}
	footer > .handle {
		top: -40px;
		left: 4px;
		border-bottom: 0;
		border-top-left-radius: 4px;
    border-top-right-radius: 4px;
		background-image: url('icons/double-up.svg');
	}
	footer.open {
		bottom: 0 !important;
	}
	footer.open > .handle {
		background-image: url('icons/double-down.svg');
	}
}
