/* @import url('dock-panel-icons.css'); */

.dock-panel-left,.dock-panel-right {
	display: block;
	z-index: 10;
	overflow-y:auto;
 }

.dock-panel-left {
	float: left !important;
	left: 0 !important
 }

.dock-panel-right {
	float: right !important;
	right: 0 !important
 }

.dock-panel-clear {
	clear: both
 }

.dock-panel span.dock-panel-close {
	position: absolute;
	right: 3px;
	top: 3px;
	zoom: 1.5;
	cursor: pointer;
 }

.dock-panel-open {
	position: fixed;
	cursor: pointer;
	z-index: 5;
 }

 @media screen and (min-width: 1025px) {
	body.admin-bar {
		min-height: calc(100vh - 32px);
	}
	body.admin-bar #dock-panel-left,
	body.admin-bar #dock-panel-right {
		margin-top: 32px !important;
	}
 }






























