.olMap {
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
}

div.olLayerDiv {
    pointer-events: none;
}

div.olLayerDiv g {
    pointer-events: visiblepainted;
}

div.olLayerGrid {
    pointer-events: auto;
}

.olLayerGrid .olTileImage {
    -webkit-transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
    border: none;
}

.olTileImage {
    /*border-top: 1px solid #aaaaaa;*/
    /*border-left: 1px solid #aaaaaa;*/
}

.olControlOverviewMapElement {
    padding: 0;
    background: none;
}

.olControlZoomIn {
    opacity: 0.6;
}

.olControlZoomOut {
    opacity: 0.6;
}

.olControlPanel {
    top: 65px;
    left: 8px;
    opacity: 0.6;
}

.olControlPanel div {
    display: block;
    width: 28px;
    height: 28px;
    margin: 0;
    cursor: pointer;
}

.olControlPanel .olControlZoomBoxItemInactive {
    width: 28px;
    height: 28px;
    background-image: url("../images/openlayers/zoombox_inactive.png");
}

.olControlPanel .olControlZoomBoxItemActive {
    width: 28px;
    height: 28px;
    background-image: url("../images/openlayers/zoombox_active.png");
}

.olControlPanel .olControlSelectBoxItemInactive {
    width: 28px;
    height: 28px;
    opacity: 0.4;
    background-image: url("../images/openlayers/selectbox_inactive.png");
}

.olControlPanel .olControlSelectBoxItemActive {
    width: 28px;
    height: 28px;
    opacity: 0.7;
    background-image: url("../images/openlayers/selectbox_active.png");
}

.mapWhereabouts {
    top: 0;
    bottom: auto;
    margin-left: 42px;
    right: 2px;
    display: block;
    white-space: nowrap;
    position: absolute;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: #f1eee8;
    opacity: 0.7;
    z-index: 1010;
}

.mapWhereaboutsItem {
    cursor: pointer;
    margin-left: 5px;
}

.mapWhereaboutsItem:hover {
    color: blue;
}

.mapGeocode {
    top: 7px;
    bottom: auto;
    margin-left: 42px;
    right: 1px;
    display: block;
    white-space: nowrap;
    position: absolute;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    color: #666666;
    background-color: #f1eee8;
    opacity: 0.8;
    z-index: 1010;
}

div.olControlMousePosition {
    top: 28px;
    bottom: auto;
    right: 2px;
    display: block;
    position: absolute;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #666666;
    background-color: #f1eee8;
    opacity: 0.7;
}

div.olControlMousePosition2 {
    top: 40px;
    bottom: auto;
    right: 2px;
    display: block;
    position: absolute;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #666666;
    background-color: #f1eee8;
    opacity: 0.7;
}

div.olControlMousePosition3 {
    top: 52px;
    bottom: auto;
    right: 2px;
    display: block;
    position: absolute;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #666666;
    background-color: #f1eee8;
    opacity: 0.7;
}

.olControlScale {
    top: 64px;
    bottom: auto;
    right: 2px;
    display: block;
    position: absolute;
    font-size: 10px;
    font-family: Verdana, sans-serif;
    color: #666666;
    background-color: #f1eee8;
    opacity: 0.7;
    text-align: right;
}

.olControlScaleLine, .olControlScaleLineTop {
    font-family: Verdana, sans-serif;
    left: auto;
    right: 3px;
    bottom: 6px;
    color: #666666;
    border-color: #666666;
    opacity: 0.7;
}

.olControlDrawFeatureActive {
    cursor: crosshair;
    caret-color: red;
}

.olCursorWait {
    cursor: default;
}

.olCursorProgress {
    cursor: progress;
}

.olDragDown {
    cursor: move;
}

.olControlModifyFeatureLineSnap {
    cursor: crosshair;
}

.olDrawBox {
    cursor: crosshair;
}

.olControlDragFeatureOver {
    cursor: crosshair;
}

.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: grabbing;
}

/*
* Navigation History
*/
#navigationHistoryPanel > div {
    display: inline-block;
    margin-right: 12px;
    margin-top: 3px;
}

#navigationHistoryPanel {
    text-align: right;
    padding-top: 2px;
}

.olControlNavigationHistory {
    background-image: url("../images/icons/navigation_history.png");
    background-repeat: no-repeat;
    background-size: 28px 28px;
    width: 14px;
    height: 14px;
}

.olControlNavigationHistoryPreviousItemActive {
    background-position: 0 0;
}

.olControlNavigationHistoryPreviousItemActive:hover {
    background-position: -1px 0;
}

.olControlNavigationHistoryPreviousItemInactive {
    background-position: 0 -16px;
}

.olControlNavigationHistoryNextItemActive {
    background-position: -14px 0;
}

.olControlNavigationHistoryNextItemActive:hover {
    background-position: -13px 0;
}

.olControlNavigationHistoryNextItemInactive {
    background-position: -14px -14px;
}

.gfmapview {
    height: 100%;
    width: 100%;
}

.gsmapview {
    height: 100%;
    width: 100%;
}

.mainmapview {
    height: 100%;
    width: 100%;
}

.overviewmapview {
    height: 100%;
    width: 100%;
}

polylineDashArray {
    stroke-dasharray: 10 10;
    stroke-dashoffset: 20;
    animation: animateLineMove 3s linear infinite;
}

@keyframes animateLineMove {
    from {stroke-dashoffset: 20;}
    to {stroke-dashoffset: 0;}
}
