/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05.10.2016, 09:13:00
    Author     : Udo
*/
@media (max-device-height: 700px) { 
    #mapid {
        width: 100%;
        height: 200px;
        z-index: 1;
    }
}
@media (min-device-height: 701px) { 
    #mapid {
        width: 100%;
        height: 300px;
        z-index: 1;
    }
}

@media (min-device-height: 800px) { 
    #mapid {
        width: 100%;
        height: 500px;
        z-index: 1;
    }
}

@media (min-device-height: 900px) { 
    #mapid {
        width: 100%;
        height: 600px;
        z-index: 1;
    }
}

@media (min-device-height: 1000px) { 
    #mapid {
        width: 100%;
        height: 700px;
        z-index: 1;
    }
}

html {
    font-family: sans-serif;
    font-size: 11pt;
}

.legend {
    line-height: 18px;
    color: #555;
    background-color: rgba(255,255,255,0.9);
    width: auto;
}
.legend i  {
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 8px;
    opacity: 0.75; 
}

.legend.leaflet-control br {
    clear: both;
}

/* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: red;
}

/* selected link */
a:active {
    color: red;
}

@media (max-device-width: 500px) { 
    .info {
        padding: 6px 20px;
        font: 14px/16px Arial, Helvetica, sans-serif;
        word-wrap: normal;
        background: white;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
        width: 100px;
        display: none;
    }
}
@media (min-device-width: 501px) { 
    .info {
        padding: 6px 20px;
        font: 14px/16px Arial, Helvetica, sans-serif;
        word-wrap: normal;
        background: white;
        background: rgba(255,255,255,0.95);
        box-shadow: 0 0 15px rgba(0,0,0,0.2);
        border-radius: 5px;
        width: 300px;
    }
}


.info h4 {
    margin: 0 0 5px;
    color: #777;
}

.info h5 {
    margin: 0 0 5px;
    color: #777;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.ui-dialog { z-index: 1000 !important ;}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.hint {
    color: black;
    font: 12px/14px Arial, Helvetica, sans-serif;
}

.owntabstyle {
    width:100%; 
    max-height:100%
}

img.center {
    display: block;
    margin: 0 auto;
}