﻿body {
    background-color: Gray;
    font-family: Tahoma;
    font-size: 14px;
}

#progressbar {
    position: relative;
    width: 180px;
    height: 19px;
    border: 1px solid black;
    overflow: hidden;
    background: White;
}



    #progressbar div {
        background: Black;
        width: 0;
        height: 100%;
    }

#progressbarLong {
    position: relative;
    width: 850px;
    height: 5px;
    border: 1px solid black;
    overflow: hidden;
    background: White;
}

    #progressbarLong div {
        background: Black;
        width: 0;
        height: 100%;
    }

a.subMenu {
    color: Black;
}

    a.subMenu:link {
        color: Black;
    }

    a.subMenu:visited {
        color: Black;
    }

    a.subMenu:hover {
        color: Maroon;
    }

div.topContent {
    width: 900px;
    height: 35px;
}

div.mainContent {
    background-color: #DFE1E4;
    width: 900px;
    height: 620px;
}

div.mainContent100 {
    background-color: #DFE1E4;
    width: 900px;
    height: 100%;
}

div.mainContentLong {
    background-color: #DFE1E4;
    width: 900px;
    height: 650px;
}

.tableMainContent {
    background-color: #F4EDE1;
    width: 880px;
}

.tableMainContent100 {
    background-color: #F4EDE1;
    width: 100%;
}

.tabStripContent {
    background-color: #DFE1E4;
}

.subMenu {
    background-color: White;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}

.tytGrida {
    font-size: 14px;
    font-weight: bold;
}

.tytZestawienia {
    font-size: 12px;
    font-weight: bold;
}

.tloPodGridem {
    background-color: #D6D6D6;
    font-family: Tahoma;
    font-size: 12px;
}

.polecenia {
    color: Maroon;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
}

#GdzieJestes {
    color: Maroon;
    font-size: 10px;
}

#lbTytStrony, #lbTytStrony2, #lbTytStrony3 {
    color: Maroon;
    font-size: 15px;
    font-weight: bold;
}

#map_canvas {
    background-color: #D6D6D6;
}

.pokazDaneNapis {
    margin-top: 180px;
    margin-left: 40%;
    background-image: url(/img/reloadNapis.png);
    background-repeat: no-repeat;
    width: 196px;
    height: 178px;
    cursor: hand;
}

.pokazDanePlaski {
    background-image: url(/img/reloadPlaski.png);
    background-repeat: no-repeat;
    width: 187px;
    height: 45px;
    cursor: hand;
}

.pokazZaznaczoneDane {
    background-image: url(/img/pokazZaznaczone.png);
    background-repeat: no-repeat;
    width: 187px;
    height: 45px;
    cursor: hand;
}

.pelnyEkran {
    background-image: url(/img/pelnyEkran.png);
    background-repeat: no-repeat;
    width: 187px;
    height: 45px;
    cursor: hand;
}

.ol-popup {
    position: absolute;
    background-color: white;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    left: -50px;
    min-width: 180px;
    visibility:hidden;
}

    .ol-popup:after, .ol-popup:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .ol-popup:after {
        border-top-color: white;
        border-width: 10px;
        left: 48px;
        margin-left: -10px;
    }

    .ol-popup:before {
        border-top-color: #cccccc;
        border-width: 11px;
        left: 48px;
        margin-left: -11px;
    }

.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}

    .ol-popup-closer:after {
        content: "✖";
    }

#OsmLic {
    z-index: 1000;
    position: absolute;
    font-size: 11px;
    background-color: white;
    opacity: 0.7;
    bottom: 2px;
    right: 2px;
    }

#OsmLic_v2 {
    z-index: 1000;
    position: absolute;
    font-size: 11px;
    background-color: white;
    opacity: 0.7;
    bottom: 2px;
    left: 2px;
    }

#OsmReloadLocal {
    z-index: 1000;
    position: absolute;
    font-size: 11px;
    opacity: 1;
    top: 60px;
    left: 13px;
    }

#OsmReloadLocal2 {
    z-index: 1000;
    position: absolute;
    font-size: 11px;
    opacity: 1;
    top: 80px;
    left: 13px;
    }

#geo-marker{
    width: 10px; height: 10px;
    border: 1px solid #088;
    border-radius: 5px;
    background-color: red;
    opacity: 0.8;
}

#geo-marker-opis{
    height: 18px;
    border: 1px solid #088;    
    border-radius: 5px;
    background-color: yellow;
    opacity: 0.8;
    font-family:Tahoma;
    font-size:13px; 
    text-align: center;
    vertical-align: middle;   
    padding-left:6px;
    padding-right:6px;
    padding-bottom:2px;
    padding-top:2px;
}

.ol-overviewmap .ol-overviewmap-box {
        border: 2px solid red;
}

