﻿

































/* desktop ?? START */

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/*@media(min-width:1200px) {*/
    a.navbar-brand {
        white-space: normal;
        text-align: center;
        word-break: break-all;
    }

    /* Provide sufficient contrast against white background */
    a {
        color: #0366d6;
    }

    .btn-primary {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        font-size: 14px;
    }

    @media (min-width: 768px) {
        html {
            /*font-size: 16px;*/
        }
    }

    .border-top {
        border-top: 1px solid #e5e5e5;
    }

    .border-bottom {
        border-bottom: 1px solid #e5e5e5;
    }

    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
        /*height: 100%;*/
    }

    body {
        height: 100vh;
        /*width: 100vw;*/
        /*max-height: 90vh;*/
        /*height: 100%;*/
        overflow: hidden;
        margin: 0;
        padding: 0px !important;
    }

    html, body {
        max-width: 100%;
        max-height: 100%;
        overflow: hidden;
    }

    .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 33px; /* Vertically center the text there */
        margin-top: 0;
        /*background: #ff8c00;*/
        /*background-color: #d65d1c;*/
        background-color: #624d45;
        color: floralwhite;
    }


    /*My code*/
    .main {
        /*height: 100vh;*/
        height: 100%;
    }

    .fcontainer {
        margin-bottom: 0;
        min-width: 100%;
        display: flex;
        flex-direction: column;
    }

    .map-settings {
        /*resize: none;*/
        /*flex: 0 1 auto;*/
    }

    .legenda-settings {
        min-width: 340px;
        max-width: 340px;
        /*border-left: 1px dotted grey;*/
        /*border-top: 1px solid floralwhite;*/
        /*border-right: 1px dotted grey;*/
    }

    .legenda-label {
        background-color: #624d45;
        font-size: 22px;
        min-width: 250px;
        width: inherit;
        color: white;
        /*color: #4d4d4d !important;*/
        /*border-bottom-style: solid;*/
        /*border-bottom-width: thin;*/
        /*border-bottom-color: antiquewhite;*/
        display: flex;
    }

    .legenda-item {
        /*background-color: #ffb566;*/
        /*background-image: linear-gradient(to right, rgb(255, 144, 26, 0.50), rgb(255, 144, 26, 0.50), rgb(255, 144, 26, 1));*/
        background-color: #d65d1c;
        /*background-color: #ffc799;*/
        border-bottom-style: solid;
        border-bottom-width: thin;
        font-size: 14px;
        border-bottom-color: darkgrey;
        /*border-bottom-color: antiquewhite;*/
        min-width: 250px;
        width: inherit;
        color: floralwhite;
        /*color: #4d4d4d !important;*/
        display: flex;
        text-transform: uppercase;
    }

    .legenda-item-inactive {
        /*background-color: #d9d9d9;*/
        /*background-color: #ffc799;*/
        background-color: #e6e6e6;
        border-bottom-style: solid;
        border-bottom-width: thin;
        font-size: 14px;
        border-bottom-color: darkgrey;
        min-width: 250px;
        width: inherit;
        color: #737373;
        display: flex;
        align-items: center;
    }



    .legenda-item-subitem {
        /*background-color: #ffc799;*/
        /*border: double;*/
        /*border-bottom: solid;
    border: thin;
    border-color: black;*/
        min-width: 250px;
        /*width: inherit;*/
        font-size: 14px;
        /*background-color: #ffdab3;*/
        /*background-color: #f6d0bb;*/
        background-color: whitesmoke;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: darkgrey;
        color: darkslategray;
        vertical-align: middle;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /* LEGENDA SUB GROUP LAYER - START */

    .legenda-gl-item {
        /*background-color: #ffb566;*/
        /*background-image: linear-gradient(to right, rgb(255, 144, 26, 0.50), rgb(255, 144, 26, 0.50), rgb(255, 144, 26, 1));*/
        /*background-color: #d65d1c;*/
        background-color: #ffc799;
        /*background: linear-gradient(to right, #ffc799 50%, #d65d1c 100%) ;*/
        border-bottom-style: solid;
        border-bottom-width: thin;
        font-size: 14px;
        /*border-bottom-color: darkgrey;*/
        /*border-bottom-color: antiquewhite;*/
        border-bottom-color: darkgrey;
        min-width: 250px;
        width: inherit;
        /*color: floralwhite;*/
        color: #4d4d4d !important;
        display: flex;
    }

    .legenda-gl-item-inactive {
        /*background-color: #d9d9d9;*/
        background-color: #ffc799;
        /*background-color: #e6e6e6;*/
        border-bottom-style: solid;
        border-bottom-width: thin;
        font-size: 14px;
        border-bottom-color: darkgrey;
        min-width: 250px;
        width: inherit;
        color: #737373;
        /*color: #4d4d4d !important;*/
        display: flex;
        align-items: center;
    }



    .legenda-gl-item-subitem {
        /*background-color: #ffc799;*/
        /*border: double;*/
        /*border-bottom: solid;
    border: thin;
    border-color: black;*/
        min-width: 250px;
        /*width: inherit;*/
        font-size: 14px;
        /*background-color: #ffdab3;*/
        /*background-color: #f6d0bb;*/
        background-color: whitesmoke;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: darkgrey;
        color: darkslategray;
        vertical-align: middle;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    /* LEGENDA SUB GROUP LAYER - END */


    .body-for-sticky {
        position: relative;
        min-height: 90%;
        /*height: 90%;*/
        padding-bottom: 6rem;
    }

    .fbox {
        min-height: 100%;
        /*height: 100%;*/
        display: flex;
        flex-direction: column;
    }

        .fbox .frow {
            /*border: 1px dotted grey;*/
            display: flex;
            justify-content: center;
            height: inherit;
        }

            .fbox .frow.header {
                white-space: nowrap;
                flex: 0 1 auto;
                flex-direction: row;
            }

            .fbox .frow.content {
                display: flex;
                /*flex: 1 1 auto;*/
                flex: 1 1 auto;
                width: 100%; /*added for shrink problem*/
                /*background: lightgreen;*/
                position: relative;
                display: flex;
                flex-flow: column;
                /*height: 95vh;*/
                /*height: calc(100vh - px);*/
                /*height: 100vh;*/
            }

            .fbox .frow.sub-content {
                display: flex;
                flex: 1 1 auto;
                /*background: red;*/
                position: relative;
                display: flex;
                flex-flow: row;
                /*height: 95vh;*/
            }

            .fbox .frow.tabela {
                /*position: relative;*/
                position: absolute;
                /*align-items:flex-end;*/
                width: 100%;
                /*background: orange;*/
                flex: 1 1 auto;
                height: 300px;
                /*height: 0px;*/
                bottom: 0;
                /*display: none;*/
                /*visibility: hidden;*/
                /*display: none;*/
            }


            .fbox .frow.footer {
                /*background: yellow;*/
                flex: 0 1 40px;
            }

    /*.resizable-up {
    box-sizing: border-box;
    height: 8px;
    top: -4px;
    left: 0;
    cursor: n-resize;
    position: absolute;
    width: 100%;
}*/

    .resizable-up {
        box-sizing: border-box;
        height: 8px;
        top: -4px;
        /*left: 0;*/
        cursor: n-resize;
        position: absolute;
        width: 100%;
    }

    .resizable-right {
        box-sizing: border-box;
        width: 8px;
        right: -4px;
        top: 0;
        cursor: e-resize;
        position: absolute;
        height: 100%;
        /*border: 1px dotted grey;*/
        /* border: 1px solid #4286f4; */
    }

        .resizable-right:hover {
            background: rgba(128, 128, 128, 0.3);
        }

    .resizable-up:hover {
        background: rgba(128, 128, 128, 0.3);
    }

    /*.resizable-left {
    box-sizing: border-box;
    width: 8px;
    /*left: -4px;*/
    /*top: 0;
    cursor: e-resize;
    position: absolute;
    height: 100%;*/
    /* border: 1px solid #4286f4; */
    /*}*/
    /*.resizable-left {
    box-sizing: border-box;
    width: 8px;
    left: -4px;
    top: 0;
    cursor: w-resize;
    position: absolute;
    height: 100%;
    /* border: 1px solid #4286f4; */
    /*}*/

    .resizable-left {
        cursor: w-resize;
        position: absolute;
        height: 100%;
        width: 8px;
        top: 0;
        z-index: 20;
        border-color: white;
        /* border: 1px solid #4286f4; */
    }


    #leftSide {
        /*border-right: 1px dotted grey;*/
        height: inherit;
        position: relative;
        height: 100%;
        flex: 0 1 auto;
        bottom: 0px;
        /*overflow: auto;*/
        /*position: relative;
    flex: 1 1 auto;
    width: 360px;
    min-width: 360px;
    height: inherit;
    display: flex;
    flex-direction: column;*/
    }


.info {
    display: none;
    height: inherit;
    position: relative;
    /*position: fixed;*/
    background: white;
    flex: 0 1 auto;
    /*height: 100%;*/
    width: 360px;
    min-width: 360px;
    /*height: inherit;*/
    height: calc(100vh - 33px);
    /*border: 1px dotted grey;*/
    /*overflow: auto;*/
    /*overflow-x: hidden;*/
    /*display: flex;*/
    flex-direction: column;
    bottom: 0px;
    background-color: #ebe2e0;
    /*visibility: hidden;*/
    /**/
}

    .dropdown-content-filter {
        /*position: relative;
    position: fixed;*/
        position: absolute;
        /*margin-top: 23px;*/
        z-index: 90;
        background-color: #f6d0bb; /*#ffd199;*/
        width: inherit;
        cursor: context-menu;
        border-bottom-color: dimgrey;
        /*border-bottom-width: thin;*/
        border-bottom-style: solid;
        border-right-color: dimgrey;
        border-right-width: thin;
        border-right-style: solid;
        display: none;
    }

    .dropdown-content {
        /*position: relative;
    position: fixed;*/
        position: absolute;
        /*margin-top: 23px;*/
        z-index: 90;
        background-color: #f6d0bb; /*#ffd199;*/
        width: inherit;
        cursor: context-menu;
        border-bottom-color: dimgrey;
        /*border-bottom-width: thin;*/
        border-bottom-style: solid;
        border-right-color: dimgrey;
        border-right-width: thin;
        border-right-style: solid;
    }

    /*#searchDropdown :hover .dropdown-content{

}*/

    option {
        font-size: 11px;
    }

    .ddc-selected {
        background-color: #ea9162;
    }

    .ddc-not-selected {
        background-color: #f6d0bb;
    }

    .info-label {
        background-color: #624d45;
        font-size: 22px;
        min-width: 360px;
        width: inherit;
        color: white;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: darkgrey;
        display: flex;
    }

    .info-block {
        /*background-image: linear-gradient(white, white,yellow,green,blue,indigo,violet);*/
        background-image: linear-gradient(to right, rgb(255, 140, 0, 0), rgb(255, 140, 0, 0.20), rgb(255, 140, 0, 1));
        /*background-image: linear-gradient(to right, rgb(255, 186, 102, 0), rgb(255, 186, 102, 0.0001), rgb(255, 186, 102, 0.20), rgb(255, 186, 102, 1));*/
        width: auto;
        /*width: inherit;*/
        display: flex;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: lightgray;
    }

    .info-sub-block {
        /*background-image: linear-gradient(white, white,yellow,green,blue,indigo,violet);*/
        /*background-image: linear-gradient(to right, rgb(255, 140, 0, 0), rgb(255, 140, 0, 0.0001), rgb(255, 140, 0, 0.20), rgb(255, 140, 0, 1));*/
        background-image: linear-gradient(to right, rgb(255, 186, 102, 0), rgb(255, 186, 102, 0.0001), rgb(255, 186, 102, 0.20), rgb(255, 186, 102, 1));
        width: auto;
        /*width: inherit;*/
        display: flex;
        border-bottom-style: solid;
        border-bottom-width: thin;
        border-bottom-color: lightgray;
        flex-direction: column;
    }


    #map {
        background: white;
        flex: 1 1 auto;
        /*height: 100%;*/
    }

    #legend {
        position: relative;
        /*background: grey;*/
        flex: 0 1 auto;
        /*height: 100%;*/
        min-width: 340px;
        /*height: inherit;*/
        height: calc(100vh - 33px);
        background-color: #ebe2e0;
    }

    /*legend > div {
    width: inherit;
    
    /*border-bottom-width: 2px;*/
    /*border-bottom-color: black;*/

    /*}*/

    .rev {
    }

    .label-splosno {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px;
    }

    .lastniki-splosno {
        display: flex;
        flex-direction: row;
    }

    .label-name {
        font-size: 11px;
        color: #404040;
        margin: 1px;
    }

    .label-value {
        font-size: 11px;
        color: #333333;
        font-weight: bold;
        margin: 1px;
    }

    .label-g-value {
        font-size: 11px;
        color: #333333;
        margin: 1px;
    }

    .label-bold-title {
        font-size: 12px;
        color: white;
        font-weight: bold;
    }

    .label-title {
        font-size: 12px;
        color: white;
    }

    .label-lastniki {
        font-size: 10px;
        font-weight: 500;
    }

    .label-vir {
        font-size: 8px;
    }

    .btn-stavbe {
        /*background-color: #ff981a;*/
        /*background-color: #ffb566;*/
        background-color: #ea9162;
        transition-duration: 0.4s;
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        border-radius: 0px;
        outline: none;
        box-shadow: none;
        /*text-align: center;
    width: 100%;
    height: 100%;*/
        padding: 2px;
    }

        .btn-stavbe:hover {
            background-color: #f6d1bc; /*#ffdab3; */ /* Green */
            color: #737373 !important;
        }

        .btn-stavbe:focus, .btn-stavbe:active, .btn-stavbe.active, .btn-stavbe:focus:active {
            background-image: none;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .btn-stavbe-selected {
        background-color: #f6d1bc;
        transition-duration: 0.4s;
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        border-radius: 0px;
        color: #737373 !important;
        color: dimgrey;
        outline: none;
        box-shadow: none;
        padding: 2px;
    }

        .btn-stavbe-selected:focus, .btn-stavbe-selected:active, .btn-stavbe-selected.active, .btn-stavbe-selected:focus:active {
            background-image: none;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .button-link {
        font-size: 100%;
        font-family: inherit;
        border: 0;
        background-color: transparent;
    }

    .findDiv:hover {
        background-color: #f9e0d2; /* #ffdab3;*/
        color: #737373 !important;
        border-style: dotted;
        border-color: #737373;
        border-width: thin;
        border-radius: 3px;
        /*width: 20px !important;*/
    }

    .findDiv-selected {
        background-color: #f3c0a5; /*#f0b18e;  */ /*#ffdab3;*/
        color: #737373 !important;
        border-style: dotted;
        border-color: #737373;
        border-width: thin;
        border-radius: 3px;
    }


    .stavbe-info-label {
        font-size: 20px;
        /*background-color: #ff9c33;*/
        background-color: #d65d1c;
        color: white;
        border-bottom-color: darkgray;
        border-bottom-style: solid;
        border-bottom-width: thin;
    }

    .test-table-left {
        background-color: #ffc799;
        align-items: flex-end;
        flex: 1 1 auto;
    }

        .test-table-left > label {
            border-right-style: solid;
            border-right-width: thin;
            border-right-color: darkgrey;
            border-top-style: solid;
            border-top-width: thin;
            border-top-color: darkgrey;
            border-bottom-style: solid;
            border-bottom-width: thin;
            border-bottom-color: darkgrey;
        }

    .test-table-right {
        background-color: #ffc799;
        /*align-items: end;*/
        flex: 1 1 auto;
    }

        .test-table-right > label {
            border-left-style: solid;
            border-left-width: thin;
            border-left-color: darkgrey;
            border-top-style: solid;
            border-top-width: thin;
            border-top-color: darkgrey;
            border-bottom-style: solid;
            border-bottom-width: thin;
            border-bottom-color: darkgrey;
        }

    .container {
        width: 100%;
    }

    .stavbe-content {
        display: flex;
        flex-direction: row;
        /*background-color: #ffd199;*/
        background-color: #f6d0bb;
        font-size: 14px;
        /*border-bottom-color: darkgray;
    border-bottom-style: solid;
    border-bottom-width: thin;*/
        /*border-style: solid;
    border-color: black;
    border-width: thin;
    border-radius: 4px;*/
        /*margin: 5px;*/
    }

    .stavbe-content-last {
        display: flex;
        flex-direction: row;
        background-color: #f6d0bb; /*#ffd199;*/
        font-size: 14px;
        /*border-style: solid;
    border-color: black;
    border-width: thin;
    border-radius: 4px;*/
        /*margin: 5px;*/
    }

    #stavbeContentDiv {
        /*background-color: #ffd199;*/
        background-color: #f3c0a5;
        /*padding: 3px;*/
    }

    .btn-group.special {
        display: flex;
    }

    .special .btn {
        flex: 1 0 0
    }


    .tableHover:hover {
        /*background-color: #ffdab3;*/
        /*color: #737373 !important;*/
        border-style: none;
    }

    .selected-sun {
    }


    .search-string {
        background-color: #d65d1c;
        color: aqua;
    }

    /*#divToAppendTo {
    overflow: auto;
}*/


    #infoId {
        /*overflow: auto;*/
        /*overflow-x: hidden;*/ /* Hide horizontal scrollbar */
        /*overflow-y: scroll;*/ /* Add vertical scrollbar */
    }

    #style-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar-thumb {
        background-color: #000000;
    }




    #style-33::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-33::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #style-33::-webkit-scrollbar-thumb {
        background-color: #000000;
    }




    .scrollbar {
        margin-left: 30px;
        float: left;
        height: 300px;
        width: 65px;
        background: #F5F5F5;
        overflow-y: scroll;
        margin-bottom: 25px;
    }

    .force-overflow {
        min-height: 450px;
        /*height: 450px;*/
    }
    /*
.tooltip-wrap {
    position: relative;
}

    .tooltip-wrap .tooltip-content {
        display: none;
        position: absolute;
        bottom: 5%;
        left: 5%;
        right: 5%;
        background-color: #fff;
        padding: .5em;
        background-color:aqua; 
    }

    .tooltip-wrap:hover .tooltip-content {
        display: block;
    }
*/

    .hoverbox {
        z-index: 80;
        margin-left: -25px;
    }

    .classForHoverEffect {
    }

    /*.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;*/
    /*width: 120px;*/
    /*background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;*/
    /* Position the tooltip */
    /*position: absolute;
        z-index: 3;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }*/

    InfoIDiv {
        top: 40px;
        left: 300px;
        z-index: 80;
        background-color: floralwhite;
        border: solid;
        border-color: black;
        border-width: thin;
    }



    /*#SearchInput {
    background-image: url(Images/Search-WF-grey.svg);
    background-repeat: no-repeat;
    background-position: 2px 3px;
    background-size: 17px;*/
    /*width: 94%;*/
    /*width: 100%;
    height: 25px;
    margin-right: 3px;
    padding-left: 23px;
    padding-right: 35px;
}*/


    #SearchInputInfo {
        background-image: url(~/Images/Search-WF-grey.svg);
        background-repeat: no-repeat;
        background-position: 2px 3px;
        background-size: 17px;
        /*width: 94%;*/
        width: 100%;
        height: 25px;
        margin-right: 3px;
        padding-left: 23px;
        padding-right: 35px;
    }



    #SearchInputFloating {
        background-image: url(~/Images/Search-WF-grey.svg);
        background-repeat: no-repeat;
        background-position: 2px 3px;
        background-size: 17px;
        /*width: 94%;*/
        width: 100%;
        height: 25px;
        /*height: 31px;*/
        /*font-size: 22px;*/
        margin-right: 3px;
        padding-left: 23px;
        padding-right: 35px;
    }


    #dynamicLegendDiv {
        /*border-left-color: floralwhite;
    border-left-style: solid;
    border-left-width:thin;*/
    }


    /** dolzina **/

    .tooltip {
        position: relative;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 4px;
        color: white;
        padding: 4px 8px;
        opacity: 0.9;
        white-space: nowrap;
    }

    .tooltip-measure {
        opacity: 1;
        font-weight: bold;
    }

    .tooltip-static {
        background-color: #ffcc33;
        color: black;
        border: 1px solid white;
    }

        .tooltip-measure:before,
        .tooltip-static:before {
            border-top: 6px solid rgba(0, 0, 0, 0.7);
            border-right: 6px solid transparent;
            border-left: 6px solid transparent;
            content: "";
            position: absolute;
            bottom: -6px;
            margin-left: -7px;
            left: 50%;
        }

        .tooltip-static:before {
            border-top-color: #ffcc33;
        }

    /** konec dolzina **/


    /** modal **/

    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        /*z-index: 1;*/ /* Sit on top */
        z-index: 70; /*Sit on top */
        padding-top: 100px; /* Location of the box */
        /* text-align: center; */ /*ba added*/
        /*left: 0;*/
        /*top: 0;*/
        padding-right: 0px !important;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        /*overflow: auto;*/ /* Enable scroll if needed */
        /*overflow: hidden;*/ /*ba dodala*/
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

    /* Modal Content */
    .modal-content {
        position: relative;
        background-color: #fefefe;
        margin: auto;
        padding: 0;
        border: 1px solid #888;
        /*width: 80%;*/
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
        -webkit-animation-name: animatetop;
        -webkit-animation-duration: 0.4s;
        animation-name: animatetop;
        animation-duration: 0.4s
    }

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    /* The Close Button */
    .close {
        color: white;
        /*float: right;*/
        margin-left: auto;
        font-size: 28px;
        font-weight: bold;
    }

        .close:hover,
        .close:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal-header {
        padding: 10px 16px;
        background-color: #d65d1c;
        color: white;
    }

    .modal-body {
        padding: 2px 16px;
        /*padding: 2px 32px;*/
        /*height: 85%;*/
    }

    .modal-footer {
        padding: 2px 16px;
        /*padding: 2px 32px;*/
        background-color: #5cb85c;
        color: white;
    }


    .modal-backdrop {
        /* bug fix - no overlay */
        display: none;
        padding-right: 0px !important;
    }

    .modal-open .modal {
        /*overflow-x: hidden;
    overflow-y: hidden;*/
        padding-right: 0px !important;
        background-color: rgba(0,0,0,0.4);
    }

    /** konec modal **/


    .measurement-active {
        background-color: #95766a;
        /*border-style: groove;*/
        border-style: solid;
        border-color: gray;
    }




    /*.ag-row .ag-cell {*/
    /*display: flex;*/
    /*justify-content: center;*/ /* align horizontal */
    /*align-items: center;*/
    /*}*/



    /** checkbox **/
    input[type=checkbox]:checked {
        color: #f00;
    }



    /** dragzoom **/

    .ol-dragzoom {
        border: 3px solid #d65d1c !important;
        background-color: rgba(255,255,255,0.2);
    }



    /** loader **/

    .loader3 {
        border: 16px solid #f3f3f3; /* Light grey */
        border-top: 16px solid #3498db; /* Blue */
        border-radius: 50%;
        width: 120px;
        height: 120px;
        animation: spin 2s linear infinite;
    }

    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


    .pointer {
        cursor: pointer;
    }


    .td-setting {
        padding-bottom: 10px;
    }



    /** hover action start **/
    .tooltip-h {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h .tooltiptext-h {
            visibility: hidden; /* pol odkomentirat, samo za to da je lažje testirat */
            /*width: 120px;*/
            background-color: #d65d1c; /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            top: 125%;
            /*left: 70%;*/
            /*margin-left: -60px;*/
            /*  
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
        */
            /*visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -3px;
        right: 110%;*/
        }

            .tooltip-h .tooltiptext-h::after {
                content: "";
                position: absolute;
                bottom: 100%;
                left: 50%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                /*border-color: transparent transparent #d65d1c transparent ;*/
                border-color: transparent transparent #e8814a transparent;
                /*border: thin solid antiquewhite;*/
                /*
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
            */
                /*content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;*/
            }



        .tooltip-h:hover .tooltiptext-h {
            visibility: visible;
            border: thin solid #e8814a;
        }

    /** hover action end **/



    /** hover action start **/
    .tooltip-h2 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h2 .tooltiptext-h2 {
            visibility: hidden;
            width: 220px;
            background-color: #d65d1c;
            color: #fff;
            text-align: center;
            border-radius: 6px;
            padding: 3px 0;
            position: absolute;
            z-index: 1;
            /*top: -5px;*/
            left: 330%;
            /*visibility: hidden;*/ /* pol odkomentirat, samo za to da je lažje testirat */
            /*width: 120px;*/
            /*background-color: #d65d1c;*/ /*black;*/
            /*color: #fff;
        text-align: center;
        border-radius: 6px;*/
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            /*padding: 5px 5px;
        position: absolute;
        z-index: 1;
        top: 125%;*/
            /*left: 70%;*/
            /*margin-left: -60px;*/
            /*  
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
        */
            /*visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -3px;
        right: 110%;*/
        }

            .tooltip-h2 .tooltiptext-h2::after {
                content: " ";
                position: absolute;
                top: 50%;
                right: 100%; /* To the left of the tooltip */
                margin-top: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent #d65d1c transparent transparent;
                /*
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
            */
                /*content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;*/
            }



        .tooltip-h2:hover .tooltiptext-h2 {
            visibility: visible;
        }

    /** hover action end **/

    /** hover action start **/
    .tooltip-h3 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h3 .tooltiptext-h3 {
            visibility: hidden; /* pol odkomentirat, samo za to da je lažje testirat */
            /*width: 120px;*/
            background-color: #d65d1c; /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            top: 115%;
            /*left: 70%;*/
            /*margin-left: -60px;*/
            /*  
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
        */
            /*visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -3px;
        right: 110%;*/
        }

            .tooltip-h3 .tooltiptext-h3::after {
                content: "";
                position: absolute;
                bottom: 100%;
                left: 80%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                /*border-color: transparent transparent #d65d1c transparent ;*/
                border-color: transparent transparent #e8814a transparent;
                /*border: thin solid antiquewhite;*/
                /*
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
            */
                /*content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;*/
            }



        .tooltip-h3:hover .tooltiptext-h3 {
            visibility: visible;
            border: thin solid #e8814a;
        }

    /** hover action end **/



    /** hover action start **/
    .tooltip-h4 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h4 .tooltiptext-h4 {
            visibility: hidden; /* pol odkomentirat, samo za to da je lažje testirat */
            /*width: 120px;*/
            background-color: #d65d1c; /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            top: -125%;
            /*left: 70%;*/
            /*margin-left: -60px;*/
            /*  
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: 150%;
        left: 50%;
        margin-left: -60px;
        */
            /*visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        top: -3px;
        right: 110%;*/
        }

            .tooltip-h4 .tooltiptext-h4::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 20%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                /*border-color: transparent transparent #d65d1c transparent ;*/
                border-color: #e8814a transparent transparent transparent;
                /*border: thin solid antiquewhite;*/
                /*
            content: "";
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent black transparent;
            */
                /*content: "";
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent transparent transparent black;*/
            }



        .tooltip-h4:hover .tooltiptext-h4 {
            visibility: visible;
            border: thin solid #e8814a;
        }

    /** hover action end **/


    /** hover action start **/
    .tooltip-h5 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h5 .tooltiptext-h5 {
            /*visibility: hidden;*/ /* pol odkomentirat, samo za to da je lažje testirat */
            visibility: hidden;
            background-color: #624d45; /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            /*left: 170%;*/
            right: -30%;
            top: 140%;
            font-weight: normal;
        }

            .tooltip-h5 .tooltiptext-h5::after {
                content: "";
                position: absolute;
                /*top: 35%;*/
                bottom: 100%;
                left: 91%;
                /*right: 100%;*/
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent transparent #624d45 transparent;
            }



        .tooltip-h5:hover .tooltiptext-h5 {
            visibility: visible;
            /*border: thin solid #e8814a;*/
            border: thin solid #624d45;
            /*border: thin solid #ebe2e0;*/
        }

    /** hover action end **/




    /** hover action start **/
    .tooltip-h6 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h6 .tooltiptext-h6 {
            /*visibility: hidden;*/ /* pol odkomentirat, samo za to da je lažje testirat */
            visibility: hidden;
            background-color: #d65d1c; /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            left: 170%;
            /*right: -30%;*/
            top: -25%;
        }

            .tooltip-h6 .tooltiptext-h6::after {
                content: "";
                position: absolute;
                top: 35%;
                /*bottom: 100%;
            left: 91%;*/
                right: 100%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent #e8814a transparent transparent;
            }



        .tooltip-h6:hover .tooltiptext-h6 {
            visibility: visible;
            /*border: thin solid #e8814a;*/
            border: thin solid #d65d1c;
            /*border: thin solid #ebe2e0;*/
        }

    /** hover action end **/





    /** hover action start **/
    .tooltip-h7 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h7 .tooltiptext-h7 {
            /*visibility: hidden;*/ /* pol odkomentirat, samo za to da je lažje testirat */
            visibility: hidden;
            background-color: #624d45; /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            left: 70%;
            /*right: -30%;*/
            top: 100%;
        }

            .tooltip-h7 .tooltiptext-h7::after {
                content: "";
                position: absolute;
                /*top: 100%;*/
                bottom: 100%;
                /*left: 91%;*/
                right: 78%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent transparent #624d45 transparent;
            }



        .tooltip-h7:hover .tooltiptext-h7 {
            visibility: visible;
            /*border: thin solid #e8814a;*/
            border: thin solid #624d45;
            /*border: thin solid #ebe2e0;*/
        }

    /** hover action end **/




    /** hover action start **/
    .tooltip-h8 {
        position: relative;
        display: inline-block;
        /*border-bottom: 1px dotted black;*/
    }

        .tooltip-h8 .tooltiptext-h8 {
            /*visibility: hidden;*/ /* pol odkomentirat, samo za to da je lažje testirat */
            visibility: hidden;
            background-color: #d65d1c; /*#624d45; */ /*black;*/
            color: #fff;
            text-align: center;
            border-radius: 6px;
            /*border-color: darkslategray;
        border-width: thin;
        border-style: solid;*/
            /*padding: 5px 0;*/
            padding: 5px 5px;
            position: absolute;
            z-index: 1;
            /* left: 70%;*/
            right: -40%;
            top: 100%;
        }

            .tooltip-h8 .tooltiptext-h8::after {
                content: "";
                position: absolute;
                /*top: 100%;*/
                bottom: 100%;
                /*left: 91%;*/
                right: 78%;
                margin-left: -5px;
                border-width: 5px;
                border-style: solid;
                border-color: transparent transparent #d65d1c /*#624d45*/ transparent;
            }



        .tooltip-h8:hover .tooltiptext-h8 {
            visibility: visible;
            /*border: thin solid #e8814a;*/
            border: thin solid #d65d1c /* #624d45*/;
            /*border: thin solid #ebe2e0;*/
        }

    /** hover action end **/








    /*.ol-rotate-reset{
    margin-bottom:50px;
}*/


    /*.ol-rotate {
    position: relative;
    top: unset;
    bottom: 30px;
    left: 12px;
    transition: opacity .25s linear,visibility 0s linear;
}*/

    .ol-control {
        position: absolute;
        background-color: hsla(0,0%,100%,.4);
        border-radius: 4px;
        padding: 2px;
    }


        .ol-control button {
            display: block;
            margin: 1px;
            padding: 0;
            color: #fff;
            font-size: 1.14em;
            font-weight: 700;
            text-decoration: none;
            text-align: center;
            height: 1.375em;
            width: 1.375em;
            line-height: .4em;
            background-color: rgba(0,60,136,.5);
            border: none;
            border-radius: 2px;
            background-color: #624d45AA;
        }

    /*element.style {
    transform: rotate(1.03962rad);
}*/


    .ol-compass {
        display: block;
        font-weight: 400;
        font-size: 1.2em;
        will-change: transform;
    }

    .ol-scale-line {
        /*background: rgba(0,60,136,.3);*/
        background-color: #624d45AA;
        border-radius: 4px;
        bottom: 8px;
        left: 8px;
        padding: 2px;
        position: absolute;
    }

    .ol-scale-line {
        left: 10px;
        bottom: 5px;
        /*left: auto;*/
        background-color: #624d45AA;
    }




    .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;
    }



    #inPogled {
        display: none
    }

    #pogled {
        max-width: 260px;
    }

    .filter-row {
        height: 25px;
        display: flex;
        /*justify-content: space-between;*/
        justify-content: stretch;
        align-items: end;
    }

    .filter-label {
        color: floralwhite;
        min-width: 95px;
        margin-bottom: 0px;
    }

    .filter-label-ds {
        color: floralwhite;
        margin-bottom: 0px;
    }



    .filter-input {
        height: 21px;
        /*width: 245px;*/
        font-size: 11px;
        width:100%;
        margin-right:6px;
    }

    .filter-input-sm {
        height: 21px;
        width: 80px;
        font-size: 11px;
    }



    .ghost-button {
        display: inline-block;
        width: 200px;
        padding: 8px;
        color: #fff;
        border: 1px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
    }

    .ghost-button-rounded-corners {
        display: inline-block;
        width: 200px;
        padding: 8px;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 5px;
        text-align: center;
        outline: none;
        text-decoration: none;
    }

        .ghost-button-rounded-corners:hover,
        .ghost-button-rounded-corners:active {
            background-color: #fff;
            color: #000;
        }



    .ghost-button-transition {
        display: inline-block;
        width: 200px;
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: background-color 0.2s ease-out, color 0.2s ease-out;
    }

        .ghost-button-transition:hover,
        .ghost-button-transition:active {
            background-color: #fff;
            color: #000;
            transition: background-color 0.3s ease-in, color 0.3s ease-in;
        }

    .ghost-button-thick-border {
        display: inline-block;
        width: 200px;
        font-weight: bold;
        padding: 8px;
        color: #fff;
        border: 3px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: background-color 0.2s ease-out, color 0.2s ease-out;
    }

        .ghost-button-thick-border:hover,
        .ghost-button-thick-border:active {
            background-color: #fff;
            color: #000;
            transition: background-color 0.3s ease-in, color 0.3s ease-in;
        }

    .ghost-button-semi-transparent {
        display: inline-block;
        width: 200px;
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
    }

        .ghost-button-semi-transparent:hover,
        .ghost-button-semi-transparent:active {
            background-color: #fff; /* fallback */
            background-color: rgba(255, 255, 255, 0.4);
            border-color: #fff; /* fallback */
            border-color: rgba(255, 255, 255, 0.4);
            transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
        }

    .ghost-button-border-color {
        display: inline-block;
        width: 200px;
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: border-color 0.3s ease-out, color 0.3s ease-out;
    }

        .ghost-button-border-color:hover,
        .ghost-button-border-color:active {
            color: #66d8ed;
            border-color: #66d8ed;
            transition: border-color 0.4s ease-in, color 0.4s ease-in;
        }

    .ghost-button-full-color {
        display: inline-block;
        width: 200px;
        padding: 8px;
        color: #fff;
        background-color: transparent;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    }

        .ghost-button-full-color:hover,
        .ghost-button-full-color:active {
            background-color: #9363c4;
            border-color: #9363c4;
            color: #fff;
            transition: color 0.3s ease-in, background-color 0.3s ease-in, border-color 0.3s ease-in;
        }

    .ghost-button-size-transition {
        display: inline-block;
        width: 200px;
        height: 25px;
        line-height: 25px;
        margin: 0 auto;
        padding: 8px;
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        outline: none;
        text-decoration: none;
        transition: width 0.3s ease-out, height 0.3s ease-out, line-height 0.3s ease-out;
    }

        .ghost-button-size-transition:hover,
        .ghost-button-size-transition:active {
            width: 220px;
            height: 45px;
            line-height: 45px;
            transition: width 0.1s ease-in, height 0.1s ease-in, line-height 0.1s ease-in;
        }



    .filter-button {
        color: floralwhite;
        border-style: solid;
        border-color: #aa9188;
        border-width: thin;
    }

        .filter-button:hover {
            color: floralwhite;
        }




    .error-text {
        color: red;
    }


    .hidden-divs {
        background-color: #624d45;
        width: 30px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
        color: floralwhite;
        font-size: 20px;
        padding-top: 50px;
        font-style: italic;
    }


    #divOmogociFiltre {
        background-color: #f6d0bb;
        border-style: solid;
        border-width: thin;
        border-color: #624d45;
        display: none;
        z-index: 66;
        /*position: absolute;*/
        /*margin: 5px;
    margin-left: 5px;*/
        /*margin-left: 25px;*/
        /*margin-left: 45px;*/
    }



    .divOmogociFiltreMobile {
        background-color: #f6d0bb;
        border-style: solid;
        border-width: thin;
        border-color: #624d45;
        display: none;
        z-index: 66;
        /*position: absolute;*/
        /*margin: 5px;*/
        /*margin-left: 5px;*/
        /*margin-left: 25px;*/
        /*margin-left: 45px;*/
    }

    .selected-p-filter {
        font-weight: bold !important;
        font-size: 14px !important;
        /*text-decoration: underline;*/
        /*jkhoih*/
        /*background-color: #d5c8c3;*/
        /*background-color: #dfd6d2;*/
        background-color: #cabbb4;
        transition-duration: 0.4s;
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        border-radius: 0px;
        /*color: #737373 !important;*/
        color: #4b3b35 !important;
        /*color: dimgrey;*/
        outline: none;
        box-shadow: none;
        padding: 2px;
    }

    .p-filter {
        /*font-weight: bold !important;*/
        font-size: 14px !important;
        /*text-decoration: underline;*/
        /*jsfha*/
        /*background-color: #ea9162;*/
        transition-duration: 0.4s;
        display: flex;
        flex: 1 1 auto;
        justify-content: center;
        border-radius: 0px;
        outline: none;
        box-shadow: none;
        padding: 2px;
    }



    #divToggleInfo:hover {
        cursor: pointer;
    }


    #divToggleLegenda:hover {
        cursor: pointer;
    }


    .open-in-table {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        width: 20px !important;
        height: 20px;
    }


        .open-in-table:hover {
            cursor: pointer;
        }


    /** Settings page start **/


    .header-style {
        /*padding:20px;*/
        height: 55px;
        padding-left: 3ch;
    }

    .nav-link-s {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
        padding-right: 10px;
    }

        .nav-link-s:hover {
            text-decoration: underline;
            cursor: pointer;
        }

    .users-content {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-base {
        width: 100%;
        background-color: #ebe2e0;
        height: 100%;
    }

    .content-item {
        display: flex;
        flex-direction: column;
        width: 400px;
        /*padding: 20px;*/
        border-style: solid;
        border-width: thin;
        margin: 20px;
        height: 300px;
        min-width: 400px;
        min-height: 300px;
        cursor: pointer;
        border-radius: 6px;
        /*background-color: #e8814a;*/
        background-color: #ea9161;
        border-color: #d65d1c;
        color: floralwhite;
    }

        .content-item:hover {
            text-decoration: none;
            /*display: flex;
    flex-direction: column;
    width: 400px;*/
            /*padding: 20px;*/
            /*border-style: solid;
    border-width: thin;
    margin: 20px;
    height: 300px;
    min-width: 400px;
    min-height: 300px;
    cursor: pointer;
    border-radius: 6px;*/
            /*background-color: #e8814a;*/
            /*background-color: #ea9161;
    border-color: #d65d1c;
    color: floralwhite;*/
        }

    .content-item-header {
        padding: 10px;
        background-color: #d65d1c;
        width: 100%;
        margin-top: auto;
        text-align: end;
        color: floralwhite;
        font-size: 18px;
    }

    .content-item-number {
        padding: 15px;
        width: 100%;
        font-size: 80px;
        padding-top: 20px;
        color: floralwhite;
        padding-left: 40px;
        cursor: pointer;
    }

    .content-item-image {
        padding-right: 60px;
        padding-top: 70px;
        cursor: pointer;
    }

    .btn-edit-user {
        /*border-style: solid;
                border-color: #d65d1c;                
                border-width: thin;*/

        background-color: #d65d1c;
        color: floralwhite;
    }

        .btn-edit-user:hover {
            /*border-style: solid;
                border-color: #d65d1c;                
                border-width: thin;*/

            background-color: #e57234;
            color: floralwhite;
        }

    .add-btn {
        width: 300px;
        height: 100px;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 30px;
        margin-right: 30px;
        background-color: #f0b18e;
        /*color:#d65d1c;
                border-color: #d65d1c;*/
        /*color: #873b12;*/
        color: #5a270c;
        border-color: #5a270c;
        border-style: solid;
        border-width: thin;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .add-btn:hover {
            color: #5a270c;
        }

    .nav-link-a {
        color: white;
        width: 100%;
        display: block;
        height: 100%;
    }

        .nav-link-a:hover {
            color: white;
            text-decoration: underline;
        }


    .table-content-header {
        border-color: black;
        border-width: thin;
        border-style: solid;
        font-size: 18px;
        height: 40px;
        align-items: center;
        display: flex;
        background-color: #d65d1c;
        padding: 15px;
        color: floralwhite;
    }

    .add-div {
        padding: 20px;
    }


    .btn-edit {
        background-color: #624d45;
        color: floralwhite;
        margin-top: 20px;
        width: 150px;
        margin-right: 8px;
    }


    .choose-btn {
        width: 300px;
        height: 200px;
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 30px;
        margin-right: 30px;
        background-color: #f0b18e;
        /*color:#d65d1c;
                border-color: #d65d1c;*/
        /*color: #873b12;*/
        color: #5a270c;
        border-color: #5a270c;
        border-style: solid;
        border-width: thin;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .choose-btn:hover {
            color: #5a270c;
        }


    .choose-a {
        color: #5a270c;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .choose-a:hover {
            color: #5a270c;
        }

    /** Settings page end **/


    img {
        cursor: pointer;
    }



    /*.ag-row .ag-cell {*/
    /*display: flex;*/
    /*justify-content: center;*/ /* align horizontal */
    /*align-items: center;*/
    /*}*/



    h4, h5 {
        color: #d65d1c;
    }

    h4 {
        font-size: 2.28rem;
        margin: 1.14rem 0 .912rem;
        margin-top: 1.14rem;
        line-height: 110%;
    }





    /**/
    .numericAlignment {
        text-align: right;
    }


    #btnInfo:hover {
        text-decoration: underline;
        color: floralwhite;
    }


    #inProj {
        display: none;
    }




    .hidesymbolp .hidesymbol {
        /*display: none;*/
        visibility: hidden;
    }


    .hidesymbolp:hover .hidesymbol {
        /*display: block;*/
        visibility: visible;
    }



    /* Clearable text inputs START */
    .clearable {
        position: relative;
        display: inline-block;
    }

        .clearable input[type=text] {
            padding-right: 24px;
            width: 100%;
            box-sizing: border-box;
        }

    .clearable__clear {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0 8px;
        font-style: normal;
        font-size: 1.2em;
        user-select: none;
        cursor: pointer;
    }

    .clearable input::-ms-clear { /* Remove IE default X */
        display: none;
    }
    /* Clearable text inputs STOP */





    .selected-area {
        /*visibility:hidden;*/
        /*display: flex;*/
        display: none;
        align-items: center;
        color: floralwhite;
        /*padding:;*/
        padding-left: 2px;
        margin-top: 4px;
        padding-right: 10px;
        font-style: italic;
        text-decoration: underline;
        /*color: #e8814a;*/
        color: #ea9162;
    }



    .podrobno-iskanje-active {
        background-color: #95766a;
        /*border-style: groove;*/
        border-style: solid;
        border-color: gray;
    }


    /*#lbCoordinates {
    border: none;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: none;
    width: auto;
    background-color: #624d45;
}*/



    .share-btn {
        background-color: #624d45;
        color: floralwhite;
    }



    #shareURL {
        font-size: 16px;
        padding-top: 5px;
        margin-bottom: 0px;
    }



    #pogled option {
        font-weight: 700;
    }


    #pogled {
        font-weight: 700;
    }








/* ZK start */



.dropdown-user {
    position: relative;
    display: inline-block;
}

.drop-user-btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown-user-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;
}

    .dropdown-user-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-user-content a:hover {
            background-color: #f1f1f1
        }

.dropdown-user:hover .dropdown-user-content {
    display: block;
}

.dropdown-user:hover .drop-user-btn {
    background-color: #3e8e41;
}

/* ZK end*/




    /* Mobile CSS START */


    .overlay {
        height: 100% !important;
        width: 0;
        position: fixed;
        z-index: 70;
        top: 0;
        left: 0;
        /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);*/
        /*background-color: #624d45;*/
        background-color: rgb(98, 77, 69, 0.9);
        overflow-x: hidden;
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        /*top: 15%;*/
        width: 100%;
        height: calc(100vh - 95px);
        /*text-align: center;*/
        /*margin-top: 30px;*/
    }

    .overlay a {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 37px;
        /*color: #818181;*/
        color: floralwhite;
        display: block;
        transition: 0.3s;
        padding-left: 8px;
    }

        .overlay a:hover, .overlay a:focus {
            /*color: #f1f1f1;*/
            color: floralwhite;
        }


    .overlay button {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        /*color: #818181;*/
        color: floralwhite;
        /*width:100%;*/
        display: block;
        transition: 0.3s;
        background-color: transparent;
        border: 0px;
    }

        .overlay button:hover, .overlay button:focus {
            color: #f1f1f1;
        }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }


    .footer-mobile {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 33px; /* Vertically center the text there */
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*background: #ff8c00;*/
        /*background-color: #d65d1c;*/
        background-color: #624d45;
        color: floralwhite;
        flex: 0 1 40px;
        border-top-style: solid;
        border-top-width: thin;
        border-top-color: darkgrey;
    }

    /*.fbox .frow.footer {*/
    /*background: yellow;*/
    /*flex: 0 1 40px;
}*/





    .nav-header-mobile-user {
        background-color: #d65d1c;
        /*height: 5%;*/
        height: 62px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-items: center;*/
        color: floralwhite;
        border-bottom-style: solid;
        border-bottom-width: thin;
        /*font-size: 14px;*/
        border-bottom-color: darkgrey;
    }

    .nav-header-mobile-menu {
        background-color: #d65d1c;
        /*height: 5%;*/
        height: 62px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*align-items: center;*/
        color: floralwhite;
        height: 99%;
        padding-left: 8px;
    }





    .nav-header-mobile {
        /*background-color: rgb(214, 93, 28, 0.9);*/
        background-color: #d65d1c;
        /*height: 5%;*/
        height: 62px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: floralwhite;
        border-bottom-style: solid;
        border-bottom-width: thin;
        /*font-size: 14px;*/
        border-bottom-color: darkgrey;
    }



    .selected-view-m {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        /* color: #818181; */
        color: floralwhite;
        /* width: 100%; */
        display: block;
        transition: 0.3s;
        background-color: transparent;
        border: 0px;
        font-weight: 700;
    }


    /* Mobile CSS END */







    /* ADMIN page start */

    .selected-group {
        background-color: #624d45;
        color: floralwhite;
    }


    .selected-obcina-permission {
        background-color: #624d45;
        color: floralwhite;
    }


    #tblIzbraneObcine {
        /*border-color:black;
    border: solid;*/
        background-color: aqua;
    }

        #tblIzbraneObcine > div {
            border-bottom: 1px solid #ddd;
        }

    #divIzbraneSkupine > div:nth-child(2) {
        /*border-bottom: 1px solid #ddd;*/
        /*background: #f9e0d2;*/
    }

    #divIzbraneSkupine > div {
        border-bottom: 1px solid #ddd;
    }


    .admin-div {
        /*padding: 2px;*/
        padding-left: 5px !important;
        border-bottom: 1px solid #ddd;
        /*cursor: pointer;*/
        /*background-color: red;*/
        /*justify-content:space-between;*/
    }

    .btn-sm-tg {
        padding: .05rem .05rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }


    .btn-sm-tg-admin {
        padding: 0.2rem 0.3rem;
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

    /* ADMIN page end */






    /*
 *  STYLE 3
 */

    #style-3::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #style-3::-webkit-scrollbar-thumb {
        background-color: #d65d1c;
    }

    #style-33::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #style-33::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    #style-33::-webkit-scrollbar-thumb {
        background-color: #d65d1c;
    }











    /*


    DATALISTS

*/
    #groups_list > option {
        width: 710px;
    }
/*}*/



/* desktop ?? END */

.contentMobile-l {
    height: calc(100vh - 97px);
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    /*margin-top: 33px;*/
}

.divMobileMap-l {

    margin-top: 33px;
    margin-bottom: 25px;
    /*height: 100%;*/
    width: 100%;
    display: flex;
    flex-direction: row;
}

.info-l {
    display: none;
    min-width: 100px;
    max-width: 360px; /*margin-top:27px;*/
    width: 360px !important;
    /*margin-top: 27px;*/
    max-height: 100% !important;
    min-height: 100% !important;
    flex: 1 1 auto; /* height: inherit;*/
    flex-direction: row; /* border-top-width: thin; border-top-color: darkgrey; border-top-style: solid;*/
}




/* Mobile CSS START */
@media(max-width:576px) {
    /* landscape */
    /*.contentMobile-l {*/
        /*height: calc(100vh - 66px);*/
        /*display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }


    .divMobileMap-l {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .info-l {
        display: none;*/
        /*min-width: 100px;
        width: 100%; */
        /*margin-top:27px;*/
        /*margin-top: 27px;
        max-height: 100% !important;
        min-height: 100%;
        flex: 1 1 auto;*/ /* height: inherit;*/
        /*flex-direction: row;*/ /* border-top-width: thin; border-top-color: darkgrey; border-top-style: solid;*/
    /*}*/
    /*.contentMobile-l {
        height: calc(100vh - 97px);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    .divMobileMap-l {
        margin-top: 33px;
        margin-bottom: 33px;*/
        /*height: 100%;*/
        /*width: 100%;
        display: flex;
        flex-direction: row;
    }

    .info-l {
        display: none;
        min-width: 100px;
        max-width: 360px;*/ /*margin-top:27px;*/
        /*width: 360px !important;
        margin-top: 27px;
        max-height: 100% !important;
        min-height: 100%;
        flex: 1 1 auto;*/ /* height: inherit;*/
        /*flex-direction: row;*/ /* border-top-width: thin; border-top-color: darkgrey; border-top-style: solid;*/
    /*}*/























    /* portrait */
    /*#contentMobile {*/
        /*height: calc(100vh - 66px);*/
        /*display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }


    #divMobileMap {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    #info {
        display: none;
        min-width: 100px;
        width: 100%;*/ /*margin-top:27px;*/
        /*margin-top: 27px;
        max-height: 50% !important;
        min-height: 50%;
        flex: 1 1 auto;*/ /* height: inherit;*/
        /*flex-direction: row;*/ /* border-top-width: thin; border-top-color: darkgrey; border-top-style: solid;*/
    /*}*/

    .contentMobile-p {
        /*height: calc(100vh - 66px);*/
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }


    .divMobileMap-p {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .info-p {
        display: none;
        min-width: 100px;
        width: 100%; /*margin-top:27px;*/
        margin-top: 27px;
        max-height: 50% !important;
        min-height: 50%;
        flex: 1 1 auto; /* height: inherit;*/
        flex-direction: row; /* border-top-width: thin; border-top-color: darkgrey; border-top-style: solid;*/
    }






    .overlay {
        height: 100% !important;
        width: 0;
        position: fixed;
        z-index: 70;
        top: 0;
        left: 0;
        /*background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);*/
        /*background-color: #624d45;*/
        background-color: rgb(98, 77, 69, 0.9);
        overflow-x: hidden;
        overflow-y: hidden;
        transition: 0.5s;
    }

    .overlay-content {
        position: relative;
        /*top: 15%;*/
        width: 100%;
        height: calc(100vh - 95px);
        /*text-align: center;*/
        /*margin-top: 30px;*/
    }

    .overlay a {
        /*padding: 8px;*/
        text-decoration: none;
        font-size: 37px;
        /*color: #818181;*/
        color: floralwhite;
        display: block;
        transition: 0.3s;
        padding-left: 8px;
    }

        .overlay a:hover, .overlay a:focus {
            /*color: #f1f1f1;*/
            color: floralwhite;
        }


    .overlay button {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        /*color: #818181;*/
        color: floralwhite;
        /*width:100%;*/
        display: block;
        transition: 0.3s;
        background-color: transparent;
        border: 0px;
    }

        .overlay button:hover, .overlay button:focus {
            color: #f1f1f1;
        }

    .overlay .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
    }


    .footer-mobile {
        position: absolute;
        bottom: 0;
        width: 100%;
        white-space: nowrap;
        line-height: 33px; /* Vertically center the text there */
        margin-top: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*background: #ff8c00;*/
        /*background-color: #d65d1c;*/
        background-color: #624d45;
        color: floralwhite;
        flex: 0 1 40px;
        border-top-style: solid;
        border-top-width: thin;
        border-top-color: darkgrey;
    }

    /*.fbox .frow.footer {*/
    /*background: yellow;*/
    /*flex: 0 1 40px;
}*/





    .nav-header-mobile-user {
        background-color: #d65d1c;
        /*height: 5%;*/
        height: 62px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        /*align-items: center;*/
        color: floralwhite;
        border-bottom-style: solid;
        border-bottom-width: thin;
        /*font-size: 14px;*/
        border-bottom-color: darkgrey;
    }

    .nav-header-mobile-menu {
        background-color: #d65d1c;
        /*height: 5%;*/
        height: 62px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*align-items: center;*/
        color: floralwhite;
        height: 99%;
        padding-left: 8px;
    }





    .nav-header-mobile {
        /*background-color: rgb(214, 93, 28, 0.9);*/
        background-color: #d65d1c;
        /*height: 5%;*/
        height: 62px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        color: floralwhite;
        border-bottom-style: solid;
        border-bottom-width: thin;
        /*font-size: 14px;*/
        border-bottom-color: darkgrey;
    }



    .selected-view-m {
        padding: 8px;
        text-decoration: none;
        font-size: 20px;
        /* color: #818181; */
        color: floralwhite;
        /* width: 100%; */
        display: block;
        transition: 0.3s;
        background-color: transparent;
        border: 0px;
        font-weight: 700;
    }
}
/* Mobile CSS END */











/* tablet css START */

/*@media(min-width:1023px) {
    #contentMobile {
        height: calc(100vh - 97px);
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }

    #divMobileMap {
        margin-top: 33px;
        margin-bottom: 33px;*/
        /*height: 100%;*/
        /*width: 100%;
        display: flex;
        flex-direction: row;
    }

    #info {
        display: none;
        min-width: 100px;
        max-width: 360px;*/ /*margin-top:27px;*/
        /*width: 360px !important;
        margin-top: 27px;
        max-height: 100% !important;
        min-height: 100%;
        flex: 1 1 auto;*/ /* height: inherit;*/
        /*flex-direction: row;*/ /* border-top-width: thin; border-top-color: darkgrey; border-top-style: solid;*/
    /*}
}*/

/* tablet css END */


