﻿ #Harita {
            height: 100vh;
            overflow: hidden;
            position: relative;
        }


        #informationTitle {
            background: #fff;
            color: #000;
            position: absolute;
            left: 15px;
            bottom: 2px;
            z-index: 99;
            min-width: 410px;
            padding-left: 40px;
            border-radius: 16px;
            z-index: -1;
            display: inline-grid;
            border: 1px #ccc solid;
            height: 45px;
            line-height: 40px;
        }

        .container {
            width: 90%;
        }

        body {
            background-color: transparent !important;
        }

        .navbar {
            background: rgba(82,82,82,1);
            background: -moz-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(82,82,82,1)), color-stop(100%, rgba(255,255,255,0)));
            background: -webkit-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(top, rgba(82,82,82,1) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(to bottom, rgba(82,82,82,1) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#525252', endColorstr='#ffffff', GradientType=0 );
        }

        #scale {
            cursor: pointer;
            position: absolute;
            bottom: 15px;
            right: 15px;
            z-index: 2;
        }

            #scale .scale-container {
                padding: 3px;
                background-color: #fff;
                height: 57px;
                width: 700px;
                float: left;
                text-align: center;
                font-size: 11px;
            }


                #scale .scale-container > div.scale {
                    height: 50px;
                    float: left;
                    color: #fff;
                    padding: 5px;
                }

                #scale .scale-container span {
                    width: 100%;
                    display: block;
                    line-height: 12px;
                    height: 12px;
                }

                #scale .scale-container .title {
                    font-weight: bold;
                }


                #scale .scale-container .count {
                    height: 15px;
                    line-height: 15px;
                }

                #scale .scale-container .active span {
                    text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);
                }



            #scale > .icon {
                background-color: rgb(255, 255, 255);
                display: inline-block;
                padding: 20px;
                float: left;
                border-radius: 100% 0px 0px 100%;
                font-size: 17px;
            }



        #statistics {
            width: 350px;
            left: -350px;
            top: 0;
            position: absolute;
            z-index: 999;
        }

            #statistics .panel {
                margin-bottom: 0px;
            }

            #statistics .list-group {
                margin-bottom: 0px;
                height: calc(100vh - 122px);
                overflow: auto;
                border: 1px #e5e6e7 solid;
            }

            #statistics .list-group-item {
                padding: 0px;
                margin: 10px;
                border: 0px;
                padding-bottom: 10px;
                border-bottom: 1px #e5e6e7 solid;
                cursor: pointer;
            }

                #statistics .list-group-item:hover {
                    text-decoration: underline;
                }

        .myModal {
            width: 1040px;
            min-width: 850px;
            min-height: 450px;
            position: fixed;
            z-index: 100;
            left: 50%;
            top: -550px;
            margin-top: -280px;
            margin-left: -515px;
            background: rgba(0,0,0,0.8);
            padding: 20px;
            color: #fefefe !important;
        }

            .myModal [data-task="close"] {
                cursor: pointer;
            }

            .myModal .header {
                height: 30px;
                text-transform: uppercase;
            }

            .myModal .body {
                height: calc(100% - 30px);
                border: 1px #fefefe solid;
                padding: 20px 0;
            }

                .myModal .body .column {
                    float: left;
                    padding: 0 20px;
                    min-height: 381px;
                }

                    .myModal .body .column:first-child {
                        border-right: 1px #fefefe solid;
                        width: 25%;
                    }


                    .myModal .body .column:last-child {
                        width: 75%;
                    }

            .myModal hr {
                border-color: #fefefe;
            }


            .myModal .image-content {
                height: 120px;
                text-align: center;
            }

                .myModal .image-content span {
                    width: 50px;
                    height: 50px;
                    display: inline-block;
                    border-radius: 100%;
                    background: #76d250;
                    line-height: 42px;
                    /* padding: 10px; */
                    margin-left: -25px;
                    font-weight: bold;
                    color: #fff;
                    z-index: 0;
                    border: 3px #fff solid;
                }

            .myModal .tabs-container, .myModal .tab-pane {
                height: calc(100%);
                width: 100%;
            }

            .myModal .tab-content {
                height: calc(100% - 40px);
            }


            .myModal .tabs-container .panel-body {
                background: transparent;
                height: calc(100%);
            }

                .myModal .tabs-container .panel-body > div {
                    height: 300px;
                }

            .myModal .tabs-container .nav-tabs a {
                padding: 10px 15px;
                background: transparent;
                color: #fefefe !important;
                border-radius: 0px;
            }

            .myModal .tabs-container .nav-tabs .active a {
                border-color: #fefefe;
            }

            .myModal .tabs-container .nav-tabs .active a {
                border-bottom-color: rgba(0,0,0,0.8) !important;
                background: transparent !important;
                margin-bottom: -1px !important;
            }

            .myModal .mesurement > div {
                border: 1px solid #fefefe;
                width: calc(20% - 5px);
                height: 44px;
                border-radius: 44px;
                display: inline-block;
                text-align: center;
                margin: 1px;
                line-height: 40px;
                cursor: pointer;
            }

                .myModal .mesurement > div .value {
                    display: none;
                }

            .myModal:first-child {
                z-index: 99;
            }

            .myModal:last-child {
                z-index: 100;
            }

        .dotted {
            border-radius: 100%;
            width: 10px;
            height: 10px;
            display: inline-block;
            margin-right: 6px;
        }

        .generalStatus {
            padding-left: 15px;
        }

            .generalStatus li {
                display: none;
            }

            .generalStatus img {
                float: left;
                margin-right: 10px;
            }

        .btn-container {
            width: 50px;
            position: absolute;
            z-index: 5;
        }

            .btn-container.left {
                left: 15px;
            }

            .btn-container.right {
                right: 15px;
            }

            .btn-container.bottom {
                bottom: 15px;
            }

            .btn-container.top {
                top: 115px;
            }



        .btn-custom {
            background: #fff;
            color: #000 !important;
            width: 46px;
            height: 46px;
            padding: 0;
            margin-top: 5px;
            border-radius: 100%;
            font-size: 15px !important;
            border: 1px #ccc solid;
            padding: 0 !important;
        }

            .btn-custom a {
                color: #000 !important;
            }

            .btn-custom.aktif {
                color: #ed5565;
            }

            .btn-custom span {
                font-size: 11px;
                font-weight: Bold;
            }

            .btn-custom:hover, .btn-custom:focus, .btn-custom.active {
                background: #fff;
                color: #000;
                -webkit-box-shadow: none !important;
                box-shadow: none !important;
            }


        #date {
            background: #fff;
            color: #000;
            position: absolute;
            right: 15px;
            top: 8px;
            z-index: 99;
            padding: 4px 40px 4px 10px;
            border-radius: 16px;
            z-index: -1;
            display: inline-grid;
            border: 1px #ccc solid;
            height: 44px;
        }

            #date input {
                width: 160px;
            }

        #layerBox {
            background: rgb(255, 255, 255);
            top: 225px;
            position: absolute;
            left: 54px;
            padding: 8px;
            z-index: -1;
            border: 1px solid rgb(204, 204, 204);
            border-radius: 10px;
            width: 300px;
        }

            #layerBox .list-group-item {
                padding: 5px 8px;
            }

                #layerBox .list-group-item .slider {
                    padding: 10px 6px;
                    border: 1px solid #e7eaec;
                    margin-top: 5px;
                    cursor: pointer;
                }

            #layerBox strong {
                padding: 0 0 5px 5px;
                display: inline-block;
            }

        .btn-special {
            background-color: #0e9154;
            border-color: #0e9154;
            color: #FFFFFF;
        }

            .btn-special:focus {
                color: #fff;
            }

            .tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 1px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}
    .tooltip:not([role="tooltip"]) {
    position: relative;
    background: rgba(255, 255, 255, 0);
     border-radius: 4px; 
    color: black;
    padding: 3px;
    opacity: 1;
    max-width: 400px;
}

    #layerBox{
        max-height:400px;
        overflow-y:auto;
    }

       rect.highcharts-background {
    opacity: 0;
}