﻿@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot');
    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.div-drawing {
    font-family: icomoon;
}

    .div-drawing a {
        padding: 15px;
        padding-top: 10px;
        margin: 5px;
        font-size: 25px;
    }

    .div-drawing span {
        font-family: icomoon;
    }


    .div-drawing .btn {
        line-height: 60px;
    }


.icon-cancel:before {
    content: "\e161";
}

.icon-edit:before {
    content: "\e254";
}

.icon-delete:before {
    content: "\e872";
}

.icon-delete_all:before {
    content: "\e92b";
}

.icon-polygon:before {
    content: "\e883";
}

.icon-lineString:before {
    content: "\e922";
}

.icon-point:before {
    content: "\e3ba";
}

.icon-text:before {
    content: "\e264";
}

.map-definition {
    margin-top: 10px;
    height: 500px;
}

.div-map-recapitulation {
    margin: 0 auto;
    padding-bottom: 20px;
    width: 95%;
}

div.bordered {
    padding-bottom: 25px;
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
    text-align: center;
    padding: 47px;
    border-width: 1px;
}

div.bordered {
    padding: 25px;
    border: solid #e8ecf1;
    border-width: 1px 1px;
}

.files .select.button input {
    display: none;
}

.char-counter {
    float: right;
}

#div-map-area-view {
    bottom: 40px;
    left: 8px;
    z-index: 9999;
    position: absolute;
    background-color: #009ff1;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    width: 100px;
    box-shadow: 0 5px 15px rgba(111,206,255,0.9);
    border-radius: 0px;
}

#div-map-area-error {
    top: 10px;
    left: 50px;
    width: 80%;
    text-align: center;
    z-index: 9999;
    position: absolute;
    background-color: rgba(255, 10, 0, 0.6);
    color: white;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(255,255,255,0.9);
}

@media screen and (max-width: 400px) {
    #div-map-area-error {
        width: 60%;
    }

    main {
        overflow-x: auto;
    }
}

@media screen and (max-width: 500px) {
    #div-map-area-error {
        width: 70%;
    }
}

}

.control.hidden {
    display: none;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(5,0,0,0.1); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: white;
    background: url(../img/loading2.gif) no-repeat center center;
    height: 70px;
    width: 100%; /* Could be more or less, depending on screen size */
    position: fixed; /* or absolute */
    top: 50%;
}


.ui_menu {
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
    overflow: hidden;
    border-bottom: 2px #00afef solid;
}

    .ui_menu:before,
    .ui_menu:after {
        content: "";
        display: table;
    }

    .ui_menu:after {
        clear: both;
    }

    .ui_menu li {
        float: none;
        text-align: left;
        width: 100%;
    }

    .ui_menu a.ui_menu_item {
        display: block;
        text-decoration: none;
    }

    .ui_menu li .ui_menu_item {
        position: relative;
        width: 100%;
        height: 35px;
        text-align: center;
    }


        .ui_menu li .ui_menu_item:after {
            left: 50%;
        }

        .ui_menu li .ui_menu_item span {
            position: static;
            display: inline-block;
            padding: 0 9px;
            height: auto;
            line-height: 1;
            font-size: 13px;
            color: #65707e;
            font-weight: bold;
            vertical-align: middle;
            box-sizing: border-box;
            text-align: center;
        }

            .ui_menu li .ui_menu_item span:before {
                display: block;
                margin: 0 auto;
                width: 35px;
                height: 35px;
                line-height: 36px;
                color: #fff;
                font-size: 14px;
                font-size: 1.4rem;
                font-family: arial;
                font-weight: bold;
                text-align: center;
                background-color: #d2d5db;
                border: solid #fff;
                border-width: 0 5px;
                border-radius: 50%;
            }

@media screen and (min-width: 768px) {

    .ui_menu {
        margin: 0 0 50px;
    }

        .ui_menu li .ui_menu_item {
            height: 40px;
            line-height: 40px;
        }

            .ui_menu li .ui_menu_item:before,
            .ui_menu li .ui_menu_item:after {
                top: 60px;
                -webkit-transform: none;
                -ms-transform: none;
                transform: none;
            }



            .ui_menu li .ui_menu_item span:before {
                position: absolute;
                bottom: -6px;
                left: 50%;
                content: '' !important;
                width: 6px;
                height: 6px;
                border: 3px solid #00afef;
                background-color: #fff !important;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                z-index: 20;
            }
}

@media screen and (min-width: 769px) {
    .ui_menu li {
        float: left;
        text-align: center;
        width: 16.666666666666668%;
    }
}

@media screen and (min-width: 1200px) {
    .ui_menu {
        margin: 0 auto 80px;
        max-width: 1200px;
    }
}

@media screen and (max-width: 400px) {
    .mobileTable {
        overflow-x: auto;
        width: 100%;
    }

        .mobileTable table {
            margin: 25px;
        }
}

#addressValMsg {
    display: none;
}

/* suggestion box */
.suggestionSelected {
    background-color: #00afef;
    color: #fff;
}

.tooltip {
    z-index: 31;
}

#tableSearchPanel {
    width: 70%;
    margin: 0 auto;
    border: none;
}

    #tableSearchPanel td {
        border: none;
    }

    #tableSearchPanel .input {
        width: 30%;
    }

    #tableSearchPanel .tdButtons {
        width: 40%;
    }

    #tableSearchPanel #buttons :first-child {
        float: none;
    }

    #tableSearchPanel #buttons :nth-child(2) {
        float: none
    }

    #tableSearchPanel #buttons :nth-child(2) {
        color: #ff1313;
        border-color: #ff1313;
    }

        #tableSearchPanel #buttons :nth-child(2):hover {
            background-color: #ff1313;
            color: white;
        }

    #tableSearchPanel .buttons {
        text-align: center;
    }

.btn-grid-style-href {
    color: #00afef;
    text-decoration: none;
    cursor: pointer;
}

    .btn-grid-style-href:hover {
        color: #00afef;
        text-decoration: underline;
    }


/* Menu administrace*/
.div-layout-menu {
    width: 100%;
    margin: 0 auto;
    display: table;
    table-layout: fixed; /*Optional*/
    border-spacing: 0; /*Optional*/
    text-align: center;
    padding: 20px 0px 30px 0px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
}

    .div-layout-menu .div-layout-menu-href {
        display: table-cell;
        border: 1px solid #00afef;
        color: #00afef;
        text-decoration: none;
    }

        .div-layout-menu .div-layout-menu-href:hover {
            display: table-cell;
            background-color: #00afef; /*Optional*/
            color: white;
        }

        .div-layout-menu .div-layout-menu-href.current {
            display: table-cell;
            background-color: #00afef; /*Optional*/
            color: white;
        }

@media screen and (max-width: 769px) {
    .div-layout-menu .div-layout-menu-href {
        width: 250px;
        display: block;
        float: left;
        top: 0;
        left: 50%;
    }
}



#divErrorPage {
    height: 60vh;
}

    #divErrorPage .divErrorPage {
        position: relative;
        left: 50%;
        top: 35%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.divErrorPage {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .divErrorPage .page-Error {
        position: relative;
        height: 200px;
        margin: 0px auto 20px;
        z-index: -1;
    }

        .divErrorPage .page-Error h1 {
            font-family: 'Montserrat', sans-serif;
            font-size: 180px;
            font-weight: 200;
            margin: 0px;
            color: #211b19;
            text-transform: uppercase;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .divErrorPage .page-Error h2 {
            font-family: 'Montserrat', sans-serif;
            font-size: 28px;
            font-weight: 400;
            text-transform: uppercase;
            color: #211b19;
            background: #fff;
            padding: 10px 5px;
            margin: auto;
            display: inline-block;
            position: absolute;
            bottom: 0px;
            left: 0;
            right: 0;
        }

    .divErrorPage a {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        padding: 13px 23px;
        background: black;
        font-size: 18px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .divErrorPage a:hover {
            color: black;
            background: white;
        }

@media only screen and (max-width: 767px) {
    .divErrorPage .page-Error {
        height: 148px;
        margin: 0px auto 10px;
    }

        .divErrorPage .page-Error h1 {
            font-size: 112px;
        }

        .divErrorPage .page-Error h2 {
            font-size: 16px;
        }
}

@media only screen and (max-width: 480px) {
    .divErrorPage .page-Error {
        height: 148px;
        margin: 0px auto 10px;
    }

        .divErrorPage .page-Error h1 {
            font-size: 60px;
        }

        .divErrorPage .page-Error h2 {
            font-size: 12px;
        }

    .divErrorPage a {
        padding: 7px 15px;
        font-size: 14px;
    }
}

#l_loging_user {
    font-family: sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}