div.olMap {
    z-index: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
    -ms-touch-action: none;
}

div.olLayerDiv {
   
}

.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;
}
.olControlAttribution {
    font-size: smaller;
    font-family: sans-serif;
    right: 10px;
    bottom: 5px;
    position: absolute;
    display: block;
}
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 10px;
   font-family: Arial;
   font-size: 11px;
   font-weight: bold;
   background-color: rgba(200, 200, 200, 0.2);
   text-shadow: 0px 0px 3px #fff;
}
.olControlScaleLineBottom {
   border: solid 2px #ccc;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px #222;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}

.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;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.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;
}

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   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: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.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 {
    background-image: url(img/pan-panel.png);
    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 {
    background-image: url(img/zoom-panel.png);
    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 {
    display: none;
}

@media only screen and (min-width: 1100px) {
	.olControlPanZoomBar div{
		display: block;
		font-size: 1px;
	    transition: all 0.2s;
	    -webkit-transition: all 0.2s;
	}
}


.olControlPanZoomBar img:hover {
    background-color: #000;
    -webkit-box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 2px 1px rgba(0, 0, 0, 0.5);
    z-index: 100000000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.olPopupCloseBox {
  background: url("img/close.gif") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 
}

.olImageLoadError {
    background-color: #ccc;
    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 and Identify switcher */
/*  */ */
/* .olControlLayerSwitcher, */
/* .olControlIdentifySwitcher { */
/*     position: absolute; */
/*     right: 0px; */
/*     margin-top: 3px;
/*     margin-left: 3px; */
/*     margin-bottom: 3px; */
/*     margin-right: 3px;*/ */
/*     border: 1px solid #555; */
/*     color: black;white; */
/*     background-color: transparent; */
/* } */

/* .olControlLayerSwitcher{ */
/* 	top: 10px; */
/*     max-width: 99%; */
/*     width: 99%; */
/* } */

/* @media only screen and (min-width: 16em) { */
/*     .olControlLayerSwitcher{ */
/*         width: 26.7em; */
/*     } */
/* } */

/* .olControlIdentifySwitcher{ */
/* 	max-width: 100%; */
/*     transition: right 0.5s; */
/*     -webkit-transition: right 0.5s; */
/*     right: 50px; */
/* } */

/* /* comment this when you will implement resizable identify */ */
/* /*@media only screen and (min-width: 29em){ */
/* 	.olControlIdentifySwitcher{ */
/* 		max-width: 28em; */
/* 	} */
/* }*/ */



/* .olControlLayerSwitcher, */
/* .olControlIdentifySwitcher, */
/* .gm-style div, */
/* .gm-style span, */
/* .gm-style label, */
/* .gm-style a */
/* { */
/* 	font-family: sans-serif; */
/*     font-weight: bold; */
/*     font-size: 12px; */
/* } */

/* .olControlLayerSwitcher .layersDiv, */
/* .olControlIdentifySwitcher .identifyDiv { */
/* 	position: relative; */
/*     padding-top: 5px; */
/*     padding-left: 10px; */
/*     padding-bottom: 5px; */
/*     padding-right: 10px; */
/*     background-color: rgba(80,80,80,0.9);darkblue; */
/*     color: white; */
/*     -webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5); */
/*     box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5); */
/*     transition: right 0.5s; */
/*     -webkit-transition: right 0.5s; */
/*     border-radius: 5px; */
/* } */

/* .olControlIdentifySwitcher .identifyDiv { */
/* /* 	min-height: 100px; */ */
/* } */

/* .olControlLayerSwitcher .layersDiv .baseLbl, */
/* .olControlLayerSwitcher .layersDiv .dataLbl { */
/*     margin-top: 3px; */
/*     margin-left: 0px; */
/*     margin-bottom: 3px; */
/*     cursor: pointer; */
/* } */

/* .olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry label, */
/* .olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry label{ */
/*     padding: 4px 0px 4px 2px; */
/*     display: inline-block; */
/*     width: 88%; */
/* } */
/* .olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry input, */
/* .olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry input{ */
/*     margin-top: 5px; */
/*     margin: 0px; */
/* } */

/* .olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry, */
/* .olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry { */
/*     margin: 1px 0px; */
/*     padding-left: 5px; */
/*     width: 100%; */
/*     transition: background-color 0.5s; */
/*     -webkit-transition: background-color 0.5s; */
/* } */

/* .olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry:hover, */
/* .olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry:hover { */
/*     background-color: #ccc; */
/* } */

/* .olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntryActive { */
/*     background: -webkit-linear-gradient(left,  rgb(196, 206, 215), rgba(211,222,223,0)); For Safari 5.1 to 6.0 */
/*     background: -o-linear-gradient(right,  rgb(196, 206, 215), rgba(211,222,223,0)); For Opera 11.1 to 12.0 */
/*     background: -moz-linear-gradient(right, rgb(196, 206, 215), rgba(211,222,223,0)); For Firefox 3.6 to 15 */
/*     background: linear-gradient(to right, rgb(196, 206, 215), rgba(211,222,223,0)); Standard syntax (must be last) */
/*     transition: background-color 0.5s; */
/*     -webkit-transition: background-color 0.5s; */
/* } */


/* .olControlIdentifySwitcher .identifyDiv .titleTable { */
/* 	/*font-size: 14px;*/ */
/* 	height: 35px; */
/* } */

/* .olControlIdentifySwitcher .identifyDiv .titleLoader { */
/* 	margin-left: 5px; */
/* 	width: 23px; */
/* 	height: 23px; */
/* 	padding-bottom: 3px; */
/* } */

/* .olControlLayerSwitcher .layersDiv .baseLayersDiv, */
/* .olControlLayerSwitcher .layersDiv .dataLayersDiv { */
/*     padding-left: 5px; */
/*     width: 100%; */
/*     font-weight: normal; */
/*     overflow: auto; */
/* } */

/* .olControlIdentifySwitcher .identifyDiv .resultDiv { */
/* 	font-weight: normal; */
/* 	padding-left: 0px; */
/* 	max-height: 400px; */
/* 	transition: height 0.5s; */
/*     -webkit-transition: height 0.5s; */
/*     transition: max-height 0.5s; */
/*     -webkit-transition: max-height 0.5s; */
/* 	overflow: auto; */
/* 	-webkit-overflow-scrolling: touch; */
/* 	cursor: auto; */
/* } */

/* .olControlLayerSwitcher .maximizeDiv, */
/* .olControlIdentifySwitcher .maximizeDiv { */
/* 	/*border: 1px solid rgba(0, 0, 0, 0.5);*/ */
/* } */

/* .olControlLayerSwitcher .minimizeDiv, */
/* .olControlIdentifySwitcher .minimizeDiv { */
/* 	/*border: 1px solid rgba(80,80,80,0.9);*/ */
/* 	color: white; */
/* } */

/* .olControlLayerSwitcher .maximizeDiv, */
/* .olControlIdentifySwitcher .maximizeDiv{ */
/* 	background-color: rgba(80,80,80,0.9); */
/*     width: 40px; */
/*     height: 33px; */
/*     top: 3px; */
/*     right: -1px; */
/*     cursor: pointer; */
/*     border-radius: 5px 0px 0px 5px; */
/* } */
/* .olControlIdentifySwitcher .maximizeDiv { */
/* 	border-radius: 5px; */
/* } */

/* .olControlLayerSwitcher .minimizeDiv, */
/* .olControlIdentifySwitcher .minimizeDiv { */
/* 	/*background-color: rgba(80,80,80,0.9);*/ */
/*     width: 40px; */
/*     height: 33px; */
/*     top: 3px; */
/*     right: -1px; */
/*     cursor: pointer; */
/* } */

/* .olControlLayerSwitcher .maximizeDiv:hover, */
/* .olControlIdentifySwitcher .maximizeDiv:hover{ */
/* 	background-color: #cfcfcf; */
/*     transition: all 0.2s; */
/*     -webkit-transition: all 0.2s; */
/* } */

/* .olControlLayerSwitcher .minimizeDiv:hover, */
/* .olControlIdentifySwitcher .minimizeDiv:hover{ */
/* 	background-color: #cfcfcf; */
/* 	/*-webkit-box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5); */
/*     box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);*/ */
/*     transition: all 0.2s; */
/*     -webkit-transition: all 0.2s; */
/* } */

/* .olControlLayerSwitcher .maximizeDiv, */
/* .olControlIdentifySwitcher .maximizeDiv { */
/*    -webkit-box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);
/*     box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);*/ */
/* } */

.olBingAttribution {
    color: #DDD;
}
.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 {
    background-position: -128px -1px;
}
.olControlNavToolbar .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 {
    position: absolute;
    top: 8px;
    left: 8px;
    background: rgba(255,255,255,0.4);
    border-radius: 4px;
    padding: 2px;
}
div.olControlZoom a {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 18px;
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 22px;
    width:22px;
    line-height: 19px;
    background: #130085; /* fallback for IE - IE6 requires background shorthand*/
    background: rgba(0, 60, 136, 0.5);
    filter: alpha(opacity=80);
}
div.olControlZoom a:hover {
    background: #130085; /* fallback for IE */
    background: rgba(0, 60, 136, 0.7);
    filter: alpha(opacity=100);
}
@media only screen and (max-width: 600px) {
    div.olControlZoom a:hover {
        background: rgba(0, 60, 136, 0.5);
    }
}
a.olControlZoomIn {
    border-radius: 4px 4px 0 0;
}
a.olControlZoomOut {
    border-radius: 0 0 4px 4px;
}


/**
 * Animations
 */

.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s 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;
}

/* jure.mekis, 02.03.2017: disable FF GPU support, because sometimes FF shows white lines between tiles */
img.olTileImage {
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -o-transform: inherit;
    -ms-transform: inherit;
    transform: inherit;
    -webkit-backface-visibility: inherit;
    -moz-backface-visibility: inherit;
    -ms-backface-visibility: inherit;
    backface-visibility: inherit;
    -webkit-perspective: inherit;
    -moz-perspective: inherit;
    -ms-perspective: inherit;
    perspective: inherit;
}