.geocoding {
    top: 1em;
    left: .5em;
    right: auto !important;
}

.combogeocoding {
    -webkit-box-shadow: 7px -7px 20px -1px rgba(50, 50, 50, 0.5);
    -moz-box-shadow:    7px -7px 20px -1px rgba(50, 50, 50, 0.5);
    box-shadow: 3px 7px 7px rgba(50,50,50,0.6);
}
.ext-ux-clearbutton {
    width: 20px;
    height: 20px;
    background-image: url(../img/close.gif);
    background-position: 5px 0;
    background-repeat: no-repeat;
    -moz-user-focus: ignore;  /*https://developer.mozilla.org/en/CSS/-moz-user-focus */
    cursor: pointer;
    position: absolute;
    overflow:  hidden;
    margin-top: 5px;
    background-color: white;
}

.ext-ux-clearbutton-mouse-over-input {
    background-position: 5px 0;
}

.ext-ux-clearbutton-mouse-over-button {
    background-position: -17px 0;
}

.ext-ux-clearbutton-on {
    opacity: 1;
    visibility: visible;
    transition: opacity .35s linear;
    -webkit-transition: opacity .35s linear;
    -moz-transition: opacity .35s linear;
    -o-transition: opacity .35s linear;
    -ms-transition: opacity .35s linear;
    -khtml-transition: opacity .35s linear;
}

.ext-ux-clearbutton-off {
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s linear, visibility .0s linear .35s;
    -webkit-transition: opacity .35s linear, visibility .0s linear .35s;
    -moz-transition: opacity .35s linear, visibility .0s linear .35s;
    -o-transition: opacity .35s linear, visibility .0s linear .35s;
    -ms-transition: opacity .35s linear, visibility .0s linear .35s;
    -khtml-transition: opacity .35s linear, visibility .0s linear .35s;
}
.ol-zoom {
    top: 6em;
    left: .5em;
    right: auto !important;
}

.ol-zoom-extent {
    top: 10.1em;
    left: .5em;
    right: auto !important;
}

.ol-full-screen {
    top: 12.6em;
    left: .5em;
    right: auto !important;
}

.ol-rotate {
    top: 15.1em;
    left: .5em;
    right: auto !important;
}

.permalink {
    top: 20.6em ;
    left: .5em ;
    right: auto !important;
}

.ol-rotate .ol-has-tooltip:focus [role=tooltip], .ol-rotate .ol-has-tooltip:hover [role=tooltip] {
    left: 2.2em;
    right: auto;
    border-radius: 0 4px 4px 0;
}

.ol-full-screen .ol-has-tooltip:focus [role=tooltip], .ol-full-screen .ol-has-tooltip:hover [role=tooltip] {
    left: 2.2em;
    right: auto;
    border-radius: 0 4px 4px 0;
}

.ol-attribution {
    max-width: 100%;
}

.ol-attribution ul {
    max-width: 100%;
    font-size: 0.7em;    
}

.ol-popup {
    display: none;
    position: relative;
    background-color: white;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    left: 9px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 15px;
    margin-left: -26px;
    top: 0;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 13px;
    margin-left: -29px;
    top: -1px;
}

.ol-popup:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-popup-content-route {
    width: 400px;
    max-height: 250px;
    overflow-y: auto;
}

.ol-popup-content-route #rowContentRoute {
    width: 100%;
    display: table;
    line-height: 27px;
}

.ol-popup-content-route #rowContentRoute:nth-child(odd) {
    background-color: #E8E8E8;
}

.ol-popup-content-route #rowContentRoute:nth-child(even) {
    background-color: #ffffff;
}

.direction-route {
    width: 20px;
    height: 29px;
    background-image: url(../img/route/direction-route.png);
    background-repeat: no-repeat;
    overflow: hidden;
    -moz-user-focus: ignore;  /*https://developer.mozilla.org/en/CSS/-moz-user-focus */
}

.direction-route-start {
    background-position: 0 -197px;
}

.direction-route-straight {
    background-position: 0 4px;
}

.direction-route-little-left {
    background-position: 0 -64px;
}

.direction-route-little-right {
    background-position: 0 -85px;
}

.direction-route-left {
    background-position: 0 -21px;
}

.direction-route-right {
    background-position: 0 -41px;
}

.direction-route-sharp-left {
    background-position: 0 -107px;
}

.direction-route-sharp-right {
    background-position: 0 -127px;
}

.direction-route-reversal {
    background-position: 0 -149px;
}

.name-route {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    padding-left: 5px;
}

.distance-route {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding-right: 5px;
}
#button-3d-mode {
    display: none;
}

.x-tool-img {
    margin: 0px 0px 0px -1px !important;
}
.rasterlayer {                                            
    background: transparent url(../img/layers/raster.png) no-repeat 0px 4px !important;
}
.vectorlayer {
    background: transparent url(../img/layers/vector.png) no-repeat 0px 4px !important;
}
.errorvectorlayer {
    background: transparent url(../img/layers/errorvector.png) no-repeat 0px 4px !important;
}
.mobilelayer {
    background: transparent url(../img/layers/mobile.png) no-repeat 0px 4px !important;
}
.errorlayer {
    background: transparent url(../img/layers/error.png) no-repeat 0px 4px !important;
}
.loaderlayer {
    background: transparent url(../css/themes/neptune/images/tree/loading.png) no-repeat 0px 4px !important;
}
