﻿
.ol-box {
    box-sizing: border-box;
    border-radius: 2px;
    border: 2px solid #f3676c;
}



.ol-scale-control {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgb(239 40 47);
    color: #fff;
    font-size: 10px;
    overflow: hidden;
    padding: 2px 5px 2px 5px;
    width: 400px;
    z-index: 4;
}

.ol-scale-line {
    border-radius: 4px;
    padding: 2px;
    z-index: 4;
    float: right;
    position: initial;
}

.ol-scale-bar {
    float: left;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    padding-left: 3px;
}

    .ol-scale-bar input {
        border: 0px;
        background-color: rgba(26, 179, 148, 0.0);
        color: #fff;
        padding: 0px;
        width: 80px;
    }

        .ol-scale-bar input:focus {
            outline: none;
        }




.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}

.ol-scale-control ul {
    padding: 0px;
    margin: 0px;
}



.ol-scale-control li {
    padding: 5px 10px;
    color: #fff;
    border: 1px #fff solid;
    margin: 2px;
    background: rgba(255,255,255,0.9);
    color: #f3676c;
    font-size: 11px;
    cursor: pointer;
}

    .ol-scale-control li:hover, .ol-scale-control li.active {
        background: rgba(255,255,255,1);
    }



.ol-mouse-position {
    bottom: 40px;
    right: 10px;
    top: auto;
    position: absolute;
    z-index: 4;
    width: 340px;
    height: 28px;
    background-color: rgb(243 103 108);
    cursor: pointer;
}


.mousePosition {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}


.ol-mouse-position-element {
    bottom: 40px;
    right: 10px;
    position: absolute;
    z-index: 5;
    width: 30px;
    height: 28px;
    cursor: pointer;
    color: #fff;
    line-height: 26px;
    text-align: center;
}

ul.ol-mouse-position-nav {
    bottom: 58px;
    right: 10px;
    position: absolute;
    list-style: none;
    z-index: 4;
    width: 340px;
    background-color: rgb(243 103 108);
    padding: 3px 3px 3px 3px;
}

    ul.ol-mouse-position-nav li {
        padding: 5px 10px;
        color: #fff;
        border: 1px #fff solid;
        margin: 2px;
        background: rgba(255,255,255,0.7);
        color: #f3676c;
        font-size: 11px;
        cursor: pointer;
    }

        ul.ol-mouse-position-nav li:hover, ul.ol-mouse-position-nav li.active {
            background: rgba(255,255,255,1);
        }




.ol-overlay-container {
    will-change: left,right,top,bottom;
}

.ol-unsupported {
    display: none;
}

.ol-viewport > .ol-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.ol-control {
    position: absolute;
    z-index: 2;
    background-color: #eee;
    background-color: rgba(255,255,255,0.7);
    border-radius: 4px;
    padding: 2px;
}

    .ol-control:hover {
        background-color: rgba(255,255,255,0.6);
    }

.ol-zoom {
    top: 10px;
    left: 10px;
    display: none;
}


.ol-rotate {
    top: 78px;
    left: 80px;
    transition: opacity .25s linear,visibility 0s linear;
    height: 38px;
    width: 38px;
}


    .ol-rotate.ol-hidden {
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s linear,visibility 0s linear .25s;
    }

.ol-zoom-extent {
    top: 4.643em;
    left: .5em;
}

.ol-full-screen {
    display: none;
}

@media print {
    .ol-control {
        display: none;
    }
}

.input-search {
    margin-bottom: 4px;
    font-size: 13px !important;
    background-position: 97% center !important;
    background-repeat: no-repeat !important;
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}



.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    height: 52px;
    width: 35px;
    line-height: .4em;
    background-color: #ef282f;
    border: none;
    border-radius: 2px;
}

    .ol-control button.disabled {
        background: #c2c2c2;
    }

    .ol-control button i {
        font-size: 16px;
        width: 28px;
        height: 28px;
        display: inline-block;
        text-align: center;
        line-height: 28px;
        border: 1px transparent solid;
        border-radius: 100%;
    }

    .ol-control button.active i, .ol-control button:hover i, .ol-control button:focus i, .ol-control button:not(.disabled):hover i {
        border: 1px #fff solid;
        border-radius: 100%;
        background-color: #fff;
        color: #ef282f;
    }

    .ol-control button.active.disabled i {
        color: #c2c2c2 !important;
    }


    .ol-control button:focus, .ol-control button:hover {
        text-decoration: none;
        background-color: #ef282f;
    }



.drawing.bufferbox {
    padding: 5px;
}

    .drawing.bufferbox .form-control {
        padding: 0px 2px !important;
        margin-bottom: 5px !important;
        height: 30px;
    }




.custom-theme .ol-zoom button {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 20px;
}


.ol-control button::-moz-focus-inner {
    border: none;
    padding: 0;
}

.ol-zoom-extent button {
    line-height: 1.4em;
}

.ol-viewport button:focus, .ol-viewport button:active {
    outline: none;
}

.ol-compass {
    display: block;
    font-weight: 400;
    font-size: 1.2em;
    will-change: transform;
}

.ol-touch .ol-control button {
    font-size: 1.5em;
}

.ol-touch .ol-zoom-extent {
    top: 5.5em;
}






.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0 0;
}

.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px;
}



.ol-attribution {
    text-align: right;
    bottom: .5em;
    right: .5em;
    max-width: calc(100% - 1.3em);
}

    .ol-attribution ul {
        margin: 0;
        padding: 0 .5em;
        font-size: .7rem;
        line-height: 1.375em;
        color: #000;
        text-shadow: 0 0 2px #fff;
    }

    .ol-attribution li {
        display: inline;
        list-style: none;
        line-height: inherit;
    }

        .ol-attribution li:not(:last-child):after {
            content: " ";
        }

    .ol-attribution img {
        max-height: 2em;
        max-width: inherit;
    }

    .ol-attribution button, .ol-attribution ul {
        display: inline-block;
    }

    .ol-attribution.ol-collapsed ul {
        display: none;
    }

    .ol-attribution.ol-logo-only ul {
        display: block;
    }

    .ol-attribution:not(.ol-collapsed) {
        background: rgba(255,255,255,0.8);
    }

    .ol-attribution.ol-uncollapsible {
        bottom: 0;
        right: 0;
        border-radius: 4px 0 0;
        height: 1.1em;
        line-height: 1em;
    }

    .ol-attribution.ol-logo-only {
        background: 0 0;
        bottom: .4em;
        height: 1.1em;
        line-height: 1em;
    }

    .ol-attribution.ol-uncollapsible img {
        margin-top: -.2em;
        max-height: 1.6em;
    }

    .ol-attribution.ol-logo-only button, .ol-attribution.ol-uncollapsible button {
        display: none;
    }

.ol-zoomslider {
    top: 4.5em;
    left: .5em;
    width: 24px;
    height: 200px;
}

.ol-zoomslider-thumb {
    position: absolute;
    z-index: 2;
    background: #1ab394;
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    width: 22px;
    margin: 3px;
}

.ol-touch .ol-zoomslider {
    top: 5.5em;
    width: 2.052em;
}

.ol-touch .ol-zoomslider-thumb {
    width: 1.8em;
}

.ol-overviewmap {
    left: .5em;
    bottom: .5em;
}

    .ol-overviewmap.ol-uncollapsible {
        bottom: 0;
        left: 0;
        border-radius: 0 4px 0 0;
    }

    .ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
        display: inline-block;
    }

    .ol-overviewmap .ol-overviewmap-map {
        border: 1px solid #7b98bc;
        height: 150px;
        margin: 2px;
        width: 335px;
    }

    .ol-overviewmap:not(.ol-collapsed) button {
        bottom: 1px;
        left: 2px;
        position: absolute;
        z-index: 2;
    }

    .ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
        display: none;
    }

    .ol-overviewmap:not(.ol-collapsed) {
        background: rgba(255,255,255,0.8);
    }

.ol-overviewmap-box {
    border: 2px dotted #1ab394;
}

.ol-attribution {
    display: none;
}

.ol-custom-overviewmap,
.ol-custom-overviewmap.ol-uncollapsible {
    bottom: 75px;
    left: auto;
    right: 8px;
    top: auto;
}

    .ol-custom-overviewmap:not(.ol-collapsed) button {
        bottom: 1px;
        left: auto;
        right: 1px;
        top: auto;
    }


.tooltip:not([role="tooltip"]) {
    position: relative;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    color: black;
    padding: 4px;
    opacity: 1;
    max-width: 400px;
}

.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}

.tooltip-static {
    background-color: #fff;
    color: black;
    border: 1px solid white;
    font-size: 15px;
    font-weight: bold;
}

.tooltip-measure {
    background: rgba(0,0,0,0.5) !important;
    color: #fff !important;
}

    .tooltip-measure:before,
    .tooltip-static:before {
        border-top: 6px solid rgba(0, 0, 0, 0.5);
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        content: "";
        position: absolute;
        z-index: 2;
        bottom: -6px;
        margin-left: -6px;
        left: 50%;
    }

.tooltip-static:before {
    border-top-color: #ffcc33;
}





.info-control.ol-control {
    z-index: 2;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

    .info-control.ol-control button {
        float: left;
    }

    .info-control.ol-control .info-content {
        float: left;
        line-height: 22px;
        heighT: 34px;
        line-height: 34px;
        padding: 0 10px;
    }

    .info-control.ol-control .info-mouse {
        font-weight: bold;
    }



.search-control.ol-control {
    bottom: 10px;
    left: 10px;
}

    .search-control.ol-control button {
        float: left;
    }

    .search-control.ol-control .search-content {
        float: left;
        line-height: 22px;
    }

        .search-control.ol-control .search-content input {
            height: 31px;
            border: none;
            padding: 0 5px;
            width: 208px;
            margin: 1px 2px;
            border: 1px #ddd solid;
            margin-left: 5px;
        }

            .search-control.ol-control .search-content input:focus, .search-control.ol-control .search-content input:active {
                outline: none;
            }


.tool-container {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
}



    .tool-container .ol-control {
        margin-bottom: 10px;
        position: relative;
        max-width: 79px;
    }


        .tool-container .ol-control button {
            float: left;
        }



.panel-container {
    position: absolute;
    height: 100%;
    top: 0;
    right: -450px;
    width: 450px;
    background: rgba(255,255,255,1);
    border: 1px #f3676c solid;
    z-index: 3;
}

.panel-nav {
    margin-left: -45px;
    margin-top: 10px;
}

.panel-control {
}

    .panel-control .panel-head {
        background: #ef282f;
        color: #fff;
        font-weight: bold;
        padding: 15px;
        text-transform: uppercase;
    }

    .panel-control .panel-content {
        padding: 10px;
    }

        .panel-control .panel-content ul {
            margin: 0px;
            padding: 0px;
        }

            .panel-control .panel-content ul li {
                border: 1px #bbb9b9 solid;
                list-style: none;
                padding: 5px 7px;
                margin-bottom: 3px;
                cursor: pointer;
                color: #8d8d8d;
            }

                .panel-control .panel-content ul li.active {
                    background: #fffcd3;
                }

                .panel-control .panel-content ul li a {
                    color: #8d8d8d !important;
                    width: 15px;
                    text-align: center;
                    margin-left: 2px;
                }

                    .panel-control .panel-content ul li a.active {
                        color: rgb(0, 128, 0) !important;
                    }

                .panel-control .panel-content ul li .layerNav span {
                    width: 194px;
                    max-height: 22px;
                    overflow: hidden;
                    line-height: 22px;
                }

                .panel-control .panel-content ul li .layerNav img {
                    width: 20px;
                    height: 20px;
                    margin-right: 5px;
                }

                .panel-control .panel-content ul li .layerContent {
                    margin-top: 5px;
                    border: 1px #c0b9b9 solid;
                    padding: 7px;
                    background: #fff;
                }

                    .panel-control .panel-content ul li .layerContent .form-group:first-child {
                        border-top: none !important;
                    }

                    .panel-control .panel-content ul li .layerContent .form-group {
                        padding: 5px;
                        border-top: 1px #ddd solid;
                        margin-bottom: 0;
                    }

                        .panel-control .panel-content ul li .layerContent .form-group[data-selector="extras"] .btn {
                            margin: 4px;
                        }

                        .panel-control .panel-content ul li .layerContent .form-group .control-label {
                            font-weight: normal !important;
                            float: left;
                            width: 50%;
                            display: inline-block;
                            font-size: 12px;
                            height: 20px;
                            line-height: 20px;
                            margin-bottom: 0px !important;
                            padding: 0px !important;
                        }

                        .panel-control .panel-content ul li .layerContent .form-group .control-input {
                            font-weight: normal !important;
                            float: left;
                            width: 50%;
                            display: inline-block;
                        }

                            .panel-control .panel-content ul li .layerContent .form-group .control-input input {
                                width: 100%;
                            }

                                .panel-control .panel-content ul li .layerContent .form-group .control-input input[type="range"] {
                                    margin-top: 5px;
                                }

                        .panel-control .panel-content ul li .layerContent .form-group .help-buttons button {
                            margin: 1px;
                        }

                        .panel-control .panel-content ul li .layerContent .form-group .help-content select {
                            width: 100%;
                            margin-top: 10px;
                            height: 30px;
                        }





.btn-container {
    position: relative;
}



input[type=range] {
    /*removes default webkit styles*/
    -webkit-appearance: none;
    /*fix for FF unable to apply focus style bug */
    border: 1px solid white;
    /*required for proper track sizing in FF*/
}

    input[type=range]::-webkit-slider-runnable-track {
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #f3676c;
        border: 1px #fff solid;
        margin-top: -4px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }

    input[type=range]::-moz-range-track {
        height: 5px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-moz-range-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #f3676c;
        border: 1px #fff solid;
    }

    /*hide the outline behind the border*/
    input[type=range]:-moz-focusring {
        outline: 1px solid white;
        outline-offset: -1px;
    }

    input[type=range]::-ms-track {
        height: 5px;
        background: transparent;
        border-color: transparent;
        border-width: 6px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #777;
        border-radius: 10px;
    }

    input[type=range]::-ms-fill-upper {
        background: #ddd;
        border-radius: 10px;
    }

    input[type=range]::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #1ab394;
        border: 1px #fff solid;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #888;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #ccc;
    }



.ol-swipe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

    .ol-swipe:before {
        content: "";
        position: absolute;
        top: -5000px;
        bottom: -5000px;
        left: 50%;
        width: 4px;
        background: #fff;
        z-index: -1;
        transform: translate(-2px, 0);
        -webkit-transform: translate(-2px, 0);
    }

    .ol-swipe.horizontal:before {
        left: -5000px;
        right: -5000px;
        top: 50%;
        bottom: auto;
        width: auto;
        height: 4px;
    }

    .ol-swipe,
    .ol-swipe button {
        cursor: ew-resize;
    }

        .ol-swipe.horizontal,
        .ol-swipe.horizontal button {
            cursor: ns-resize;
        }

        .ol-swipe:after,
        .ol-swipe button:before,
        .ol-swipe button:after {
            content: "";
            position: absolute;
            top: 25%;
            bottom: 25%;
            left: 50%;
            width: 2px;
            background: rgba(255,255,255,0.8);
            transform: translate(-1px, 0);
            -webkit-transform: translate(-1px, 0);
        }

        .ol-swipe button:after {
            transform: translateX(5px);
            -webkit-transform: translateX(5px);
        }

        .ol-swipe button:before {
            transform: translateX(-7px);
            -webkit-transform: translateX(-7px);
        }



.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px #ddd solid !important;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}


.ui-menu-item {
    display: block;
    clear: both;
    font-weight: normal !important;
    line-height: 24px;
    height: 24px;
    color: #555555;
    white-space: nowrap;
    font-size: 12px !important;
}

.ui-state-hover, .ui-state-active, .ui-state-focus {
    text-decoration: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    background: #f3676c !important;
    color: #fff !important;
}

.ui-helper-hidden-accessible {
    display: none;
}



::-webkit-scrollbar {
    width: 8px;
    height: 3px;
}

@media only screen and (max-height: 768px) {
    ::-webkit-scrollbar {
        width: 14px;
    }
}

::-webkit-scrollbar-button {
    background: #ffffff;
    height: 3px;
}

::-webkit-scrollbar-track-piece {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #8d8d8d;
    padding-right: 2px;
}
