/**
 * (c) Copyright, 2008-2015 Massachusetts Institute of Technology.
 *
 *     This material may be reproduced by or for the
 *     U.S. Government pursuant to the copyright license
 *     under the clause at DFARS 252.227-7013 (June, 1995).
 */

.marker-window div.x-panel-body span {
	display: inline-block;
	height: 28px;
	width: 28px;
	line-height: 28px;
	border: 1px solid lightgrey;
	text-align: center;
	padding: 1px;
}

.marker-window div.x-panel-body span img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}

.fire-line-menu .x-btn-icon-el {
	width: 100px;
}

.fire-line-btn .x-btn-icon-el {
	width: 100%;
	background-size: contain;
}

.ol-hover-feature {
	cursor: pointer;
}

.ol-dragging {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.ol-drawbox {
	cursor: crosshair !important;
}

.ol-dragmove-feature-hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
	cursor: grab;
}

.ol-dragmove-feature-hover.ol-dragging {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.nav-history-btn { 
	background-size:20px 20px ;
}

