
.indexPageBody {
    position:absolute;
    width:100%;
    height:100%;
    background: url(../images/pozadi3.gif) no-repeat center center fixed;
    background-size: cover;
    overflow:hidden;
    margin: 0;
}

.headerDiv {
    background-color:white;
    height:60px;
    width: 100%;
    left: 0;
    top: 0;
    /*margin-left: 10%;
    margin-right: auto;*/
}

.headerDiv .left {
    height:60px;
    margin-top:5px;
    float:left;
    width:50%;
}

.footerDiv{
    background-color:rgb(165,100,0);
    height:30px;
    position:absolute;
    bottom:0;
    width:100%;
}

.footerDiv .right {
    width: 50%;
    top: 13px;
    right: 10%;
    bottom:0;
    height:30px;
    color:white;
    font-size:small;
    position:absolute;
}

.footerDiv .left {
    width: 30%;
    top: 13px;
    left: 10%;
    bottom:0;
    height:40px;
    color:red;
    font-size:medium;
    float:left;
    position:absolute;
}

.headerDiv .menu {
    position:absolute;
    top:10px;
    right:20px;
    display: flex;
    flex-direction:row;
    /*margin-top:15px;
    width:50%;
    height:150px;
    float:right;*/
}

/*.menu .fixedRight {
    position:absolute;
    width:230px;
    z-index:10;
    right:0;
}*/

/*.menu > .menuRight {
    width: 50%;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 5px;
    margin-right: 50px;
}*/

.menu > div{
    z-index:10;
    float:right;
    overflow: hidden;
    height: 100%;
    padding-top: 3px;
    padding-bottom: 20px;
    padding-left: 20px;
    right:0;
    top: 0;
}

.menu>div:hover{
    overflow: visible;
    height: auto;
}

.menu>div>a{
    display:block;
    padding-top: 5px;
    padding-left:5px;
    background: rgba(0,0,0,0.8);
    text-decoration:none;
    color:rgb(255,255,255);
    font-family:Verdana;
}

.menu>div>a:hover{
    background-color:rgb(186,142,38); /*barva Návrh*/
    /*background-color:rgb(165,100,0);  barva Borski */
    /*background-color:rgb(147,92,0);    barva Borski šéf */
}

.indexDiv{
    background-color:rgba(255,255,255,0);
    overflow:auto;
    position:absolute;
    top:10%;
    left:8%;
    right:8%;
    bottom:10%;
}

.buttonLegend {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.8) url('../images/legenda32.png') center no-repeat;
    box-shadow: 2px 2px 8px rgba(200,200,200,0.7);
}

.buttonCloseMap {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.8) url('../images/close32.png') center no-repeat;
    box-shadow: 2px 2px 8px rgba(200,200,200,0.7);
}

/*
   Boční vysouvací panel
*/
/* Otevřený */
.edgePane {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 400px;
    /*border: 1px solid #ccc;*/
    border: none;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.75);
    background-color: rgba(250, 250, 250, 0.9);
}

/* Zavřený */
.edgePane.closed {
    /*display: none;*/
    visibility: collapse;
}

/*
     Vyčkávací panel
*/

div.loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(200,200,200,0.8);
    visibility: hidden;
}

div.spinner {
    position: relative;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-top: 16px solid blue;
    border-right: 16px solid #6464ff;
    border-bottom: 16px solid #c8c8ff;
    border-left: 16px solid white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.buttonMenu {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.8) url('../images/menu24bl.png') center no-repeat;
    box-shadow: 2px 2px 8px rgba(200,200,200,0.7);
}

.buttonSearch {
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255, 255, 255, 0.8) url('../images/search.png') center no-repeat;
    box-shadow: 2px 2px 8px rgba(200,200,200,0.7);
    margin-right: 10px;
}

.toolbar {
    position: absolute;
    top: 2px;
    left: 0;
    max-width: 100%;
    z-index: 80;
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 2px 2px 8px rgba(200,200,200,0.8);
}

.toolbar img {
    width: 24px;
    height: 24px;
    margin: 5px 2px;
}

h2.coords {
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    font-size: 10pt;
    margin-bottom: 5px;
}

p.coords {
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 10pt;
}

.buttonToMap {
    width: 30px;
    height: 30px;
    background: white url('../images/zoomandselect.png') no-repeat center;
    margin-bottom: 5px;
    border-width: thin;
    border-radius: 4px;
}

.menuBlock {
    position:absolute;
    top:55px;
    right:20px;
    z-index: 50;
    display: none;
    flex-direction: column;
    background: black;
    padding: 10px
}

.menuBlock a:hover {
    background-color: grey;
}