
div.olMap {
    z-index: 10;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport,
div.csMapViewport {
    text-align: left;
	-webkit-user-select: none !important;
   -khtml-user-select: none !important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    z-index: 10;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

div.csMapViewport {
 	visibility: hidden;
}

div.csMapViewport canvas {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
}

div.csMapViewport {
	visibility: hidden;
    z-index: 20;
}

div.csMapViewport #navigationDiv {
    z-index: 20;
}

/*
div.csMapViewport .compass {
    top: 150px !important;
}
div.csMapViewport .navigation-controls {
	top: 250px !important;
}*/

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
/* GMaps should not set styles on its container */
.olForeignContainer {
    opacity: 1 !important;
}

.TBViewMapCredits {
    font-size: 11px;
    line-height: 16px;
    left: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 30;
    display: block;
    max-width: 450px;
}

.TBViewMapCredits .olControlAttribution,
.TBViewMapCredits .cesium-credit-textContainer {
	font-size: 11px;
	line-height: 16px;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
	text-shadow: none;
	
    padding: 3px 7px;
    background: #FFFFFF; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
        
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.TBViewMapCredits .cesium-credit-imageContainer:empty,
.TBViewMapCredits .cesium-credit-logoContainer:empty,
.TBViewMapCredits .cesium-credit-textContainer:empty,
.TBViewMapCredits .cesium-credit-expand-link:empty {
   display: none;
}

.TBViewMapCredits .cesium-credit-text {
   color: #333333 !important;
}

.TBViewMapCredits div,
.TBViewMapCredits span,
.TBViewMapCredits a,
.TBViewMapCredits p {
    font-size: 11px;
    line-height: 16px;
}

.TBViewMapCredits .TBViewMapCopyright,
.TBViewMapCredits .cesium-credit-imageContainer,
.TBViewMapCredits .cesium-credit-logoContainer {
	position: absolute;
	left: 0px;
	top: -55px;
	margin: 0px;
}

.TBViewMapCredits .cesium-credit-logoContainer {
    display: block !important;
    min-width: 300px;
}

.TBViewMapCredits .cesium-credit-logoContainer > div {
    display: inline-block !important;
    margin: 0px 15px 0px 0px;
}

.olControlScale {
    font-size: 11px;
    line-height: 16px;
    display: block;
    float: left;
    padding: 0px 10px;
}

.olControlScaleInput {
	font-size: 11px;
    line-height: 12px;
    margin: 0px 1px;
    border: 0px;
    text-align: center;
    padding: 0px 2px;
    white-space: nowrap;
	background: transparent;
    outline: none;
    border-bottom: solid 1px #0D8136;
    border-radius: 0px;
}

.olControlScaleLine {
	font-size: 11px;
    line-height: 12px;
    display: block;
    float: left;
    padding: 2px 10px 2px 10px;
}
.olControlScaleLineMeasure {
	font-size: 11px;
	line-height: 12px;
	border: solid 1px #0D8136;
	border-top: none;
	text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}

.olControlPanelRightBottom {
    font-size: 11px;
    right: 10px;
    bottom: 5px;
    position: absolute;
    z-index: 40;
    overflow: visible;
    display: block;
    height: 16px;
    padding: 3px 0px;
    background: #FFFFFF; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    white-space: nowrap;
    
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

div.olControlMousePosition {
    font-size: 11px;
    line-height: 16px;
    display: block;
    float: left;
    padding: 0px 10px;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 0;
    right: 0;
}

.olControlOverviewMapElement {
    padding: 10px 18px 10px 10px;
    background-color: #00008B;
    -moz-border-radius: 1em 0 0 0;
}

.olControlOverviewMapMinimizeButton,
.olControlOverviewMapMaximizeButton {
    height: 18px;
    width: 18px;
    right: 0;
    bottom: 80px;
    cursor: pointer;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}

.olControlPanel,
.olControlPanelShortcuts,
.olControlSearching {
    display: block;
    z-index: 20;
    float: left;
    top: 52px;
    left: 15px;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    background: #FFFFFF; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.olControlSearching {
	padding: 0px 3px 0px 8px;
    overflow: visible;
    display: block;
}

.olControlPanel div,
.olControlPanelShortcuts div {
	display: block;
	width:  32px;
	height: 32px;
	padding: 0px;
	float: left;
	margin: 2px;
	border: none;
}

.olControlSearching input,
.olControlSearching select,
.olControlSearching .Search {
	display: block;
	position: relative;
	z-index: 10;
	float: left;
    height: 28px;
	width: 250px;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 6px 6px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	text-decoration: none;
	outline: none;
	background-color: #FFFFFF;
	margin: 4px 2px;
	border-radius: 0px;
    box-sizing: border-box;
}
.olControlSearching input[type=text]::-ms-clear {
	display: none;
}

.olControlSearching .FieldInactive {
	color: #b5b5b5 !important;
	width: 232px;
	padding: 4px 24px 4px 4px;
}

.olControlSearching .Field {
    width: 232px;
    padding: 4px 24px 4px 4px;
}

.olControlSearching select,
.olControlSearching .Search {
	z-index: 9;
	width: 150px;
	max-width: 150px;
	height: 28px;
	margin-left: -4px;
}

.olControlSearching .Search {
	padding: 0px;
	border: none;
	display: none;
}

.Hover .olControlSearching .Search:hover {
	z-index: 11;
}

.olControlSearching .Search span, 
.olControlSearching .Search ul, 
.olControlSearching .Search ul li {
	width: 150px;
	height: 18px;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	padding: 4px 6px;
	line-height: 18px;
	border: 1px solid #c7c7c7;
	text-decoration: none;
	outline: none;
	background-color: #FFFFFF;
}

.olControlSearching .Search span, 
.olControlSearching .Search ul {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
	
	text-align: left;
	list-style: none;
}

.olControlSearching .Search span {
	display: block;
    position: relative;
	width: 119px;
	z-index: 100;
	font-style: italic;
	padding-right: 25px;
	background: transparent url(../images/bg/bg_dropdown.png) no-repeat right center;
    cursor: pointer;
}

.olControlSearching .Search ul {
	padding: 0px;
	width: auto;
	height: auto;
	overflow: visible;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.olControlSearching .Search ul.Over {
	display: block;
	opacity: 1;
}

.olControlSearching .Search ul li {
	display: list-item;
	width: 119px;
	padding: 4px 25px 4px 6px;
	margin: 0px;
	border: none;
	list-style: none;
	text-align: -webkit-match-parent;
	cursor: pointer;
}

.olControlSearching .Search ul li:first-child {
    background: transparent url(../images/bg/bg_dropdown.png) no-repeat right center;
}

.Hover .olControlSearching .Search ul li:hover {
	color: #0D8136;
	background-color: #f8f8f8;
}

.olControlSearching .SearchClear,
.olControlSearching .SearchButton,
.olControlSearching .SearchInfo {
	display: block;
	position: relative;
	z-index: 12;
	width:  32px;
	height: 32px;
	padding: 0px;
	float: left;
	margin: 2px 2px 2px 2px;
	border: none;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.Hover .olControlSearching .SearchClear:hover,
.Hover .olControlSearching .SearchButton:hover,
.Hover .olControlSearching .SearchInfo:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.olControlSearching .SearchClear {
	background: transparent url(../images/actions/cancel.png) no-repeat center;
	width: 20px;
	margin-left: -24px;
	
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.olControlSearching .SearchButton {
	background: transparent url(../images/actions/search.png) no-repeat center;
}

.olControlSearching .SearchInfo {
	background: transparent url(../images/actions/info.png) no-repeat center;
	margin-left: -4px;
}

.olControlSearching .SearchClose {
	display: none;
	position: absolute;
	z-index: 15;
	top: 31px;
	left: 0px;
	
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin: -11px -11px 0px 0px;
	padding: 0px;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #0D8136 url(../images/box/box_close.svg) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.Hover .olControlSearching .SearchClose:hover {
	background-color: #34FF34;
	color: #FFFFFF;
	cursor: pointer;
}

.olControlSearching .SearchSelect .Search {
	display: block;
}

.olControlSearching .SearchResults {
	display: none;
	position: absolute;
	z-index: 9;
	top: 31px;
	left: 10px;
	width: 100%;
	height: auto;
	min-width: 392px;
	max-height: 200px;
	overflow: auto;
	margin: 0px;
	padding: 10px;
	border: 1px solid #c7c7c7;
	background-color: #FFFFFF;
	
    -webkit-transition: height 0.2s ease-in-out;
	-moz-transition: height 0.2s ease-in-out;
	-ms-transition: height 0.2s ease-in-out;
	-o-transition: height 0.2s ease-in-out;
	transition: height 0.2s ease-in-out;
    
	-webkit-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
	box-shadow:  0px 1px 10px 0px rgba(0, 0, 0, 0.3);
}

.olControlMeasuring {
    position: absolute;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent url(../images/bg/bg_crossedthread.svg) no-repeat center;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

.olControlMeasuringPoint {
    position: absolute;
    z-index: 20;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    background: #0D8136 url(../images/bg/bg_pin.svg) no-repeat center;
    background-size: 75%;
    padding: 0;
    margin: 15px 15px 0px 0px;
    opacity: 0.95;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: all;
}

.olControlNavigationHistory {
   width:  24px;
   height: 24px;
}
.olControlNavigationHistoryPreviousItemActive {
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive {
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive {
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive {
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive {
    background-image: url(img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive {
    background-image: url(img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
	border: 1px solid #0D8136;
    position: absolute;
    background-color: white;
    opacity: 0.60;
    font-size: 1px;
	filter: alpha(opacity=60);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}

.olControlPanPanel {
    top: 10px;
    left: 5px;
}

.olControlPanPanel div {
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
}

.olControlZoomPanel div {
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/*
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154)
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
  background: red;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

.olImageLoadError {
    background-color: pink;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 250px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: darkblue;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
	display: block;
    width: 18px;
    height: 18px;
    top: 150px;
    right: 0;
    cursor: pointer;
}

.olControlLayerSwitcher .maximizeDiv img,
.olControlLayerSwitcher .minimizeDiv img {
	margin: 4px;
    width: 10px;
    height: 10px;
}

.olControlLayerSwitcher .olButton {
	float: left;
	margin: 3px 5px 0px 0px;
	background: none;

	display: block;
    color: white;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    
	background: #0D8136; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(13, 129, 54, 0.5);
    
    border-radius: 4px 0px 0px 4px;
}
.Hover .olControlLayerSwitcher .olButton:hover {
	background: #0D8136; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(13, 129, 54, 1);
    filter: alpha(opacity=100);
}

.olControlLayerSwitcher br {
	clear: both;
}

.olBingAttribution {
    color: #DDD;
    display: inline-block;
}
.olBingAttribution div {
    display: inline-block;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive,
.olControlEditingToolbar .olControlZoomBoxItemInactive  {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive,  
.olControlEditingToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}

div.olControlZoom, div.olControlTextButtonPanel {
    position: absolute;
    top: 55px;
    right: 15px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    font-size: 24px;
    line-height: 29px;
    height: 32px;
    width:32x;
    padding: 0px 5px;
}
div.olControlZoom a,
div.olControlTextButtonPanel .olButton {
    display: block;
    margin: 1px;
    color: white;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
	background: #0D8136; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(13, 129, 54, 0.5);
    filter: alpha(opacity=50);
}
.Hover div.olControlZoom a:hover,
.Hover div.olControlTextButtonPanel .olButton:hover {
	background: #0D8136; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(13, 129, 54, 1);
    filter: alpha(opacity=100);
    text-decoration: none;
}
@media only screen and (max-width: 600px) {
    .Hover div.olControlZoom a:hover,
    div.olControlTextButtonPanel .olButton:hover {
	    background: rgba(13, 129, 54, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}

/**
 * TextButtonPanel
 */

div.olControlTextButtonPanel .olButton {
    float: left;
    padding: 4px;
}

div.olControlTextButtonPanel.vertical .olButton {
    float: none;
}
div.olControlTextButtonPanel .olButton:first-child {
    border-radius: 4px 0 0 4px;
}
div.olControlTextButtonPanel .olButton:last-child {
    border-radius: 0 4px 4px 0;
}
div.olControlTextButtonPanel.vertical .olButton:first-child {
    border-radius: 4px 4px 0 0
}
div.olControlTextButtonPanel.vertical .olButton:last-child {
    border-radius: 0 0 4px 4px;
}

.olMapViewport,
.olControlNavigationActive, 
.olControlMapnavigationActive, 
.olControlMouseDefaultsActive, 
.olControlPinchZoomActive, 
.olControlDragPanActive {
	cursor: all-scroll; 
}

.olControlNavigationZoomBoxActive, .olDrawBox {
	cursor: url("../images/cursors/zoom_rectangle.cur") 6 6, crosshair;
}

.olControlMeasureLineActive, .olControlMeasurePolygonActive {
	cursor: url("../images/cursors/measure.cur") 8 8, crosshair;
}

.olControlSelectionActive, 
.olControlSelectionElectricityActive, 
.olControlSelectionTrackingActive {
	cursor: help;
}

.Hover .olControlPanel .olButton:hover,
.Hover .olControlPanelShortcuts .olButton:hover,
.Hover .olControlMap2D3DDirection .olButton:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.olControlPanelShortcuts .olButton {
	background: transparent url("../images/blank.gif") no-repeat center;
	background-size: contain;
	width:  28px;
	height: 28px;
	margin: 4px;
}

.olControlStartItemActive,
.olControlMode2DItemActive,
.olControlMode3DItemActive,
.olControlNavigationHistoryPreviousItemActive,
.olControlNavigationHistoryNextItemActive,
.olControlNavigationItemActive,
.olControlNavigationZoomBoxItemActive,
.olControlMapnavigationItemActive,
.olControlTooltipItemActive,
.olControlSelectionItemActive,
.olControlSelectionElectricityItemActive,
.olControlSelectionTrackingItemActive,
.olControlSelectionClearItemActive,
.olControlMeasureLineItemActive,
.olControlMeasurePolygonItemActive,
.olControlPrintItemActive,
.olControlZoomInItemActive,
.olControlZoomOutItemActive,
.olControlGeolocationItemActive,
.olControlMapnavigationItemActive,
.olControlStreetSmartItemActive,
.olControlInfra3dItemActive,
.olControlShadowItemActive,
.olControlClockItemActive,
.olControlCalendarItemActive,
.olControlPanelShortcuts .olButton,
.olControlMap2D3DDirection .olButton {
	cursor: pointer;
   
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.olControlStartItemInactive,
.olControlMode2DItemInactive,
.olControlMode3DItemInactive,
.olControlNavigationHistoryPreviousItemInactive,
.olControlNavigationHistoryNextItemInactive,
.olControlNavigationItemInactive,
.olControlNavigationZoomBoxItemInactive,
.olControlMapnavigationItemInactive,
.olControlTooltipItemInactive,
.olControlSelectionItemInactive,
.olControlSelectionElectricityItemInactive,
.olControlSelectionTrackingItemInactive,
.olControlSelectionClearItemInactive,
.olControlMeasureLineItemInactive,
.olControlMeasurePolygonItemInactive,
.olControlPrintItemInactive,
.olControlZoomInItemInactive,
.olControlZoomOutItemInactive,
.olControlGeolocationItemInactive,
.olControlMapnavigationItemInactive,
.olControlStreetSmartItemInactive,
.olControlInfra3dItemInactive,
.olControlShadowItemInactive,
.olControlClockItemInactive,
.olControlCalendarItemInactive,
.olControlPanelShortcuts .olButton,
.olControlMap2D3DDirection .olButton {
	cursor: pointer;
	
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.olControlStartItemActive, .olControlStartItemInactive { 
	background: transparent url("../images/toolbar/start.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlMode2DItemActive:before,
.olControlMode2DItemInactive:before,
.olControlMode3DItemActive:before,
.olControlMode3DItemInactive:before {
	content: "2D";
	display: inline-block;
	line-height: 32px;
	height: 32px;
	width: 32px;
    font-size: 18px;
	text-align: center;
}

.olControlMode3DItemActive:before,
.olControlMode3DItemInactive:before {
	content: "3D";
}

.olControlNavigationHistoryPreviousItemActive, .olControlNavigationHistoryPreviousItemInactive { 
	background: transparent url("../images/toolbar/history_previous.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlNavigationHistoryNextItemActive, .olControlNavigationHistoryNextItemInactive { 
	background: transparent url("../images/toolbar/history_next.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlNavigationItemActive, .olControlNavigationItemInactive, 
.olControlMapnavigationItemActive, .olControlMapnavigationItemInactive { 
	background: transparent url("../images/toolbar/zoompan.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlNavigationZoomBoxItemActive, .olControlNavigationZoomBoxItemInactive { 
	background: transparent url("../images/toolbar/zoombox.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlTooltipItemActive, .olControlTooltipItemInactive { 
	background: transparent url("../images/toolbar/tooltip.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlSelectionItemActive, .olControlSelectionItemInactive { 
	background: transparent url("../images/toolbar/selection.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlSelectionElectricityItemActive, .olControlSelectionElectricityItemInactive { 
	background: transparent url("../images/toolbar/selection_electricity.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlSelectionTrackingItemActive, .olControlSelectionTrackingItemInactive { 
	background: transparent url("../images/toolbar/selection_tracking.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlSelectionClearItemActive, .olControlSelectionClearItemInactive { 
	background: transparent url("../images/toolbar/selection_clear.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlMeasureLineItemActive, .olControlMeasureLineItemInactive { 
	background: transparent url("../images/toolbar/measure_line.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlMeasurePolygonItemActive, .olControlMeasurePolygonItemInactive { 
	background: transparent url("../images/toolbar/measure_polygon.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlPrintItemActive, .olControlPrintItemInactive { 
	background: transparent url("../images/toolbar/print.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlZoomInItemActive, .olControlZoomInItemInactive { 
	background: transparent url("../images/toolbar/zoomin.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlZoomOutItemActive, .olControlZoomOutItemInactive { 
	background: transparent url("../images/toolbar/zoomout.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlGeolocationItemActive, .olControlGeolocationItemInactive { 
	background: transparent url("../images/toolbar/geolocation.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlMapnavigationItemActive, .olControlMapnavigationItemInactive { 
	background: transparent url("../images/toolbar/mapnavigation.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlStreetSmartItemActive, .olControlStreetSmartItemInactive { 
	background: transparent url("../images/toolbar/streetsmart.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlInfra3dItemActive, .olControlInfra3dItemInactive {
    background: transparent url("../images/toolbar/infra3d.svg") no-repeat center;
    background-size: 24px auto;
}

.olControlShadowItemActive, .olControlShadowItemInactive { 
	background: transparent url("../images/toolbar/shadow.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlClockItemActive, .olControlClockItemInactive { 
	background: transparent url("../images/toolbar/clock.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlCalendarItemActive, .olControlCalendarItemInactive { 
	background: transparent url("../images/toolbar/calendar.svg") no-repeat center;
	background-size: 24px auto;
}

.olControlClockItemActive input, .olControlClockItemInactive input,
.olControlCalendarItemActive input, .olControlCalendarItemInactive input {
	border: none;
    background: transparent;
    text-indent: 1000px;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.01;
    cursor: pointer;
}
.popover {
    margin-left: -10px;
}

.olDrawingPointActive, .olDrawingPointInactive, .olControlHandlerPointActive {
	cursor: url("../images/cursors/point.cur"), crosshair;
}
.olDrawingPolylineActive, .olDrawingPolylineInactive, .olControlHandlerLineActive {
	cursor: url("../images/cursors/linestring.cur"), crosshair;
}
.olDrawingPolygonActive, .olDrawingPolygonInactive, .olControlHandlerPolygonActive {
	cursor: url("../images/cursors/polygon.cur"), crosshair;
}
.olDrawingRectangleActive, .olDrawingRectangleInactive, .olControlHandlerRectangleActive, .olControlHandlerBoxActive {
	cursor: url("../images/cursors/rectangle.cur"), crosshair;
}
.olDrawingZoomRectangleActive, .olDrawingZoomRectangleInactive {
	cursor: url("../images/cursors/zoom_rectangle.cur"), crosshair;
}
.olDrawingCircleActive, .olDrawingCircleInactive, .olControlHandlerCircleActive {
	cursor: url("../images/cursors/circle.cur"), crosshair;
}
.olDrawingTextActive, .olDrawingTextInactive, .olControlHandlerTextActive {
	cursor: crosshair;
}
.olDrawingAroundmeActive, .olDrawingAroundmeInactive, .olControlHandlerAroundmeActive {
	cursor: crosshair;
}

.olControlMap2D3DDirection {
    display: block;
    position: absolute;
    z-index: 99999999;
    top: 15px;
    right: 15px;

    width: 90px;
    height: 90px;
    padding: 0px;
    margin: 0px;
    opacity: 1;
    box-sizing: border-box;
    transform: rotate(45deg);
}

.olControlMap2D3DDirection .olButton {
    display: inline-block;
    float: left;
    opacity: 1;
    width: 36px;
    height: 36px;
    margin: 0px;
    box-sizing: border-box;

    border: 1px solid rgba(255,255,255,0.6);
    background: #0D8136; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(13, 129, 54, 1);
    opacity: 0.6;
}

.olControlMap2D3DDirection .olButton:hover,
.olControlMap2D3DDirection .olButton.Active {
    background: rgba(13, 129, 54, 1);
    opacity: 1;
}

.olControlMap2D3DDirection .olButton.north {
    -moz-border-radius-topleft:   100%;       /* Runde Ecke, Fallback für Firefox 1-3.0 */
    -moz-border-radius-topleft:   100%;  /* elliptischer Rahmen für Firefox 3.5-3.6 */
    -webkit-border-top-left-radius: 100%;  /* Safari, Chrome (vor WebKit Version 532.5) */
    border-top-left-radius: 100%;  /* Firefox 4; Browser mit CSS3 */

    margin: 0px 2px 2px 0px;
    border-right: none;
    border-bottom: none;
}

.olControlMap2D3DDirection .olButton.west {
    -moz-border-radius-bottomleft:   100%;       /* Runde Ecke, Fallback für Firefox 1-3.0 */
    -moz-border-radius-bottomleft:   100%;  /* elliptischer Rahmen für Firefox 3.5-3.6 */
    -webkit-border-bottom-left-radius: 100%;  /* Safari, Chrome (vor WebKit Version 532.5) */
    border-bottom-left-radius: 100%;  /* Firefox 4; Browser mit CSS3 */

    margin: 2px 2px 0px 0px;
    border-right: none;
    border-top: none;
}

.olControlMap2D3DDirection .olButton.east {
    -moz-border-radius-topright:   100%;       /* Runde Ecke, Fallback für Firefox 1-3.0 */
    -moz-border-radius-topright:   100%;  /* elliptischer Rahmen für Firefox 3.5-3.6 */
    -webkit-border-top-right-radius: 100%;  /* Safari, Chrome (vor WebKit Version 532.5) */
    border-top-right-radius: 100%;  /* Firefox 4; Browser mit CSS3 */

    margin: 0px 0px 2px 2px;
    border-left: none;
    border-bottom: none;
}

.olControlMap2D3DDirection .olButton.south {
    -moz-border-radius-bottomright:   100%;       /* Runde Ecke, Fallback für Firefox 1-3.0 */
    -moz-border-radius-bottomright:   100%;  /* elliptischer Rahmen für Firefox 3.5-3.6 */
    -webkit-border-bottom-right-radius: 100%;  /* Safari, Chrome (vor WebKit Version 532.5) */
    border-bottom-right-radius: 100%;  /* Firefox 4; Browser mit CSS3 */

    margin: 2px 0px 0px 2px;
    border-left: none;
    border-top: none;
}

.olControlMap2D3DDirection .olButton:before {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    color: white;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    transform: rotate(-45deg);
}

.olControlMap2D3DDirection .olButton.north:before {
    content: "N";
    padding: 6px 0px 0px 0px;
}

.olControlMap2D3DDirection .olButton.east:before {
    content: "O";
    padding: 2px 9px 0px 0px;
}

.olControlMap2D3DDirection .olButton.south:before {
    content: "S";
    margin: -3px 0px 0px -3px;
}

.olControlMap2D3DDirection .olButton.west:before {
    content: "W";
    padding: 2px 0px 0px 7px;
}

.TooltipContainer,
.PopupContainer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #0D8136;
	z-index: 30000;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.TooltipContainer .Text,
.PopupContainer .Text {
	display: block;
	overflow: auto;
	width: auto;
	height: auto;
	max-width: 300px;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	margin: 0px;
	padding: 10px;
}

.TooltipContainer .Text p,
.TooltipContainer .Text div,
.TooltipContainer .Text table,
.PopupContainer .Text p,
.PopupContainer .Text div,
.PopupContainer .Text table {
	margin: 0px;
	padding: 0px;
}

.TooltipContainer .Text td,
.TooltipContainer .Text tr,
.PopupContainer .Text td,
.PopupContainer .Text tr {
	margin: 0px;
}

.TooltipContainer .Tail,
.PopupContainer .Tail {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 10px solid #0D8136;
	font-size: 0px;
	line-height: 0px;
	color: white;
	white-space: pre;
	padding: 0px;
	margin: 0 auto;
	margin-left: -5px;
	margin-top: 0px;
}

.TooltipContainer .Glue,
.PopupContainer .Glue {
	display: block;
	width: auto;
	height: 1px;
	line-height: 1px
	font-size: 1px;
	background: #34FF34;
	clear: both;
	margin: 10px 0px !important;
}

.PopupContainer .Close {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin: -11px -11px 0px 0px;
	padding: 0px;
	width: 22px;
	height: 22px;
	text-align: center;
	background: #0D8136 url(../images/box/box_close.svg) no-repeat center;
	background-size: 100% auto;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.PopupContainer .Close:hover {
	background-color: #34FF34;
	color: #FFFFFF;
	cursor: pointer;
}

.TooltipContainer img,
.PopupContainer img {
	maxWidth: 100%;
	maxHeight: 100%;
}

/**
 * Animations
 */

.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    -o-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

/* Turn on GPU support where available */
.olTileImage {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

/* when replacing tiles, do not show tile and backbuffer at the same time */
.olTileReplacing {
    display: none;
}

/* override any max-width image settings (e.g. bootstrap.css) */
img.olTileImage {
    max-width: none;
}

img.olTileImage.olImageLoadError {
    opacity: 0;
    display: none;
}

.tbOverview {
	display: block;
}

.tbOverviewExtentRectangle {
    overflow: hidden;
    cursor: move;
	border: 2px solid #0D8136;
    z-index: 999999 !important;
}

.tbOverviewMinimumExtentRectangle {
    overflow: hidden;
    cursor: move;
	border: 2px solid #0D8136;
    z-index: 999999 !important;
}





/**
 * Own styles
 */
 
 
ul.SelectionRoot {
	display: block;
	position: relative;
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	background: none;
}

ul.SelectionRoot h1,
ul.SelectionRoot h2,
ul.SelectionRoot h3,
ul.SelectionRoot h4,
ul.SelectionRoot a,
ul.SelectionRoot p,
ul.SelectionRoot ul,
ul.SelectionRoot ol,
ul.SelectionRoot div,
ul.SelectionRoot span,
ul.SelectionRoot font,
ul.SelectionRoot textarea,
ul.SelectionRoot label {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
}

ul.SelectionRoot td,
ul.SelectionRoot tr {
	margin: 0px;
	font-size: 12px;
	line-height: 16px;
}

ul.SelectionRoot li {
	position: relative;
	display: table;
	width: 100%;
	overflow: visible;
	clear: both;
	list-style: none;
	min-height: 20px;
	margin: 5px 0px;
	padding: 0px;
}

.Hover ul.SelectionRoot li:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

ul.SelectionRoot dd,
ul.SelectionRoot dd.Hidden {
	display: table;
	position: relative;
	z-index: 10;
	top: 1px;
	left: 0px;
	margin: 0px;
	padding: 4px 5px;

	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}
ul.SelectionRoot dd.Hidden {
	font-style: italic;
	color: #CCCCCC;
}
ul.SelectionRoot dd.Active {
	font-style: italic;
	color: #0D8136;
}

.Hover ul.SelectionRoot li:hover div,
.Hover ul.SelectionRoot li:hover dl,
.Hover ul.SelectionRoot li:hover dd {
	color: #0D8136;
}

ul.SelectionRoot dt {
	display: none;
	position: relative;
	float: right;
	z-index: 50;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	background: none;
	pointer-events: none;
}
.Hover ul.SelectionRoot li:hover dt {
	display: block;
	pointer-events: none;
}

.Mobile ul.SelectionRoot dt {
	display: block;
}

ul.SelectionRoot dt .Settings {
	position: relative;
	display: block;
	z-index: 5;
	float: left;
	width: 20px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/legend/settings.png) no-repeat center;
	pointer-events: visible;
	cursor: pointer;
}

ul.SelectionRoot dt.Display {
	display: block;
}

ul.SelectionRoot dt .Settings.HighlightZoom {
	background: transparent url(../images/actions/map_highlight_zoom.png) no-repeat center;
}

ul.SelectionRoot dl {
	display: table;
	float: left;
	position: relative;
	z-index: 10;
	top: 1px;
	left: 0px;
	margin: 0px;
	padding: 0px;

	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}

#TBViewSearching li {
	cursor: pointer;
}

.SettingsContainer {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	background: #0D8136;
	padding: 10px 8px;
	z-index: 25000;

	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.SettingsContainer .Actions {
	display: block;

	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 18px;
}

.SettingsContainer .Tail {
	display: block;
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0px;
	height: 0px;
	border: 5px solid transparent;
	border-top: 5px solid #0D8136;
	font-size: 0px;
	line-height: 0px;
	color: white;
	white-space: pre;
	padding: 0px;
	margin: 0 auto;
	margin-left: -5px;
	margin-top: 0px;
}

.SettingsContainer .Actions {
	position: relative;
	display: block;
	visibility: visible; 
	top: 0px;
	left: 0px;
	width: auto;
	height: auto;
	overflow: visible;
}

.SettingsContainer .Actions li {
	display: block;
	float: left;
	
	font-size: 16px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	line-height: 16px;
	margin: 0px 3px;
	padding: 0px;
	width: 24px;
	height: 24px;
	text-align: center;
	border: 1px #34FF34 solid;
	cursor: pointer;
	background: transparent url(../images/blank.gif) no-repeat center;
}

.Hover .SettingsContainer .Actions li:hover {
	border: 1px #FFFFFF solid;
	color: #FFFFFF;
	cursor: pointer;
}

.SettingsContainer .Actions li.Glue {
	position: relative;
	top: 10px;
	display: block;
	border: none;
	background: none;
	background-color: #FFFFFF;
	float: none;
	clear: both;
	width: auto;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	margin: 0px -1px 20px -1px;
		
	-webkit-opacity: 0.50;
	-moz-opacity: 0.50;
	opacity: 0.50;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=50);
}

.Hover .SettingsContainer .Actions li.Glue:hover {
	border: none;
	cursor: auto;
}

.SettingsContainer .Actions li.Empty {
	position: relative;
	top: 0px;
	display: block;
	border: none;
	background: none;
	float: none;
	clear: both;
	width: auto;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.SettingsContainer .Actions li.Block {
	position: relative;
	top: 10px;
	display: block;
	border: none;
	background: none;
	float: none;
	clear: both;
	width: auto;
	margin: 0px 0px 20px 0px;
}

.Hover .SettingsContainer .Actions li.Block:hover {
	border: none;
	cursor: auto;
}

.SettingsContainer .Actions .LayerOpacityContainer .SliderContainer {
	position: relative;
	top: 0px;
	left: 0px;
 	height: 16px;
	border: none;
	background: transparent url(../images/legend/slider.png) repeat-x center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.SettingsContainer .Actions .LayerOpacityContainer .SliderHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 30px;
	height: 16px;
	background: #4b4b4b;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	padding: 0px 4px;
	line-height: 16px;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.SettingsContainer .Actions .LayerOpacityContainer .disabled {
	-webkit-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.BoxContent .DrawingOpacity {
	display: block;
	height: 20px;
}

.BoxContent .DrawingOpacityContainer .SliderContainer {
	position: relative;
	top: 0px;
	left: 0px;
 	height: 18px;
	border: none;
	background: transparent url(../images/legend/slider_dark.png) repeat-x center;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.BoxContent .DrawingOpacityContainer .SliderHandle {
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	width: 35px;
	height: 18px;
	/*background: #4b4b4b;*/
	background: #0D8136;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 4px;
	line-height: 16px;
	text-align: center;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.BoxContent .DrawingOpacityContainer .disabled {
	-webkit-opacity: 0.70;
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
}

.BoxContent #DimensioningStart,
.BoxContent #DimensioningStop,
.BoxContent .DimensioningMessage {
	float: left;
}
	
.BoxContent .DimensioningMessage {
    display: flex;
    align-content: center;
    align-items: center;
	margin: 0px 0px 0px 20px;
	font-weight: bold;
	font-style: italic;
	width: 200px;
	height: 36px;
}

.BoxContent .ActionsSubmenuContainer {
	display: inline-block;
	position: relative;
}

.BoxContent .ActionsSubmenu {
	display: none;
	position: absolute;
	top: 29px;
	left: 0px;
	z-index: 100;
	overflow: auto;
	overflow-x: hidden;
	width: auto;
	height: auto;
	max-width: 300px;
	max-height: 300px;
	border: 1px solid #0D8136;
	background: #FFFFFF;
	padding: 6px 8px;
	clear: both;
	list-style: none;
	
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
	box-shadow:  0px 5px 20px 0px rgba(0, 0, 0, 0.4);
}

.BoxContent .ActionsSubmenu li {
	position: relative;
	display: table;
	width: auto;
	overflow: visible;
	clear: both;
	list-style: none;
	margin: 2px 0px;
	padding: 2px 4px;

	white-space: nowrap;
	font-size: 12px;
	text-decoration: none;
	color: #333333;
	line-height: 16px;
}

.Hover .BoxContent .ActionsSubmenu li:hover {
	background-color: #e6e6e6;
	cursor: pointer;
}

.Hover .BoxContent .ActionsSubmenu li:hover {
	color: #0D8136;
}

.Hover .BoxContent .ActionsSubmenuContainer:hover .ActionsSubmenu {
	display: block;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
