/*

B010 #FFFFFF
B009 #EAEFE5  jasne litery
B008 #D6E0CC  podstawowe tło
B007 #C1D1B2  
B006 #ADC199  kolor tła hmenu i button lmenu (poświetlone)
B005 #99B27F
B004 #84A366  
B003 #70934C  
B002 #5B8432  kolor tła hmenu (aktywne)
B001 #477519  kolor tła hmenu i lmenu
BASE #336600   
B-01 #2D5B00
B-02 #285100  kolor tła button lmenu   
B-03 #234700
B-04 #1E3D00
B-05 #193300
B-06 #142800
B-07 #0F1E00  kolor ciemnych liter
B-08 #0A1400
B-09 #050A00
B-10 #000000


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.
*/

body {
    background-color: #D6E0CC;
}


/* elemStylePTTK */

.logo {
    grid-area: logo;
}

.header {
    grid-area: header;
}

.hmenu {
    grid-area: hmenu;
}

.menu {
    grid-area: menu;
}

.main {
    grid-area: main;
}

.right {
    grid-area: right;
}

.footer {
    grid-area: footer;
}

.grid-container {
    display: grid;
    grid-template-areas: "logo header header" "logo hmenu hmenu" "menu main right" "footer footer footer";
    grid-template-columns: 15% 80% 5%;
    grid-template-rows: auto;
    grid-gap: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
}

.grid-container>div {
    background-color: #D6E0CC;
    padding: 0px 0px 0px 0px;
}


/* ----- linki ------ */


/* unvisited link */

a:link {
    color: #193300;
    text-decoration: none;
}


/* visited link */

a:visited {
    color: #285100;
}


/* mouse over link */

a:hover {
    color: #193300;
    background-color: #ADC199;
}


/* selected link */

a:active {
    color: blue;
}


/* ----------------- logo ---------------------------------- */

.grid-container>.logo {
    background-image: url("../__struct/PTTK_mapa_tlo.png");
    background-position: center;
    text-align: center;
    min-height: 80px;
}


/* header */

.grid-container>.header {
    background-color: #D6E0CC;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 225%;
    color: #0F1E00;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* hmenu */

.grid-container>.hmenu {
    background-color: #D6E0CC;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 80%;
    color: #0F1E00;
}

.hmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #285100;
    justify-content: center;
    transition-duration: 0.4s;
}

.hmenu li {
    float: left;
    border-right: 1px solid #0F1E00;
}

.hmenu li:last-child {
    border-right: none;
}

.hmenu li a {
    display: block;
    text-align: center;
    color: #EAEFE5;
    padding: 4px 16px;
    text-decoration: none;
}

.hmenu li a:hover {
    background-color: #ADC199;
    color: #0F1E00;
}

.hmenu li.active {
    background-color: #5B8432;
    color: #EAEFE5;
}


/* menu */

.grid-container>.menu {
    background-color: #477519;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 80%;
}

.button {
    background-color: #285100;
    border-radius: 4px;
    border: 1px solid #0F1E00;
    color: #EAEFE5;
    display: block;
    font-size: 80%;
    line-height: 1.25;
    margin: 3%;
    padding: 4px 0px;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.4s;
    width: 94%;
}

.button:hover {
    background-color: #ADC199;
    color: #0F1E00;
}

.etykieta {
    background-color: #477519;
    border: none;
    color: #EAEFE5;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    padding: 4px 0px;
    margin: 3%;
    width: 96%;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}


/* button link */

a.button:link {
    color: #EAEFE5;
    text-decoration: none;
}

a.button:visited {
    color: #ADC199;
}

a.button:hover {
    color: #0F1E00;
    background-color: #ADC199;
}

a.button:active {
    color: blue;
}


/* footer */

.grid-container>.footer {
    background-color: #D6E0CC;
    font-family: "Lato", sans-serif;
    padding: 8px 8px 8px 8px;
    color: #0F1E00;
}

summary {
    text-align: justify;
    hyphens: auto;
    font-family: "Lato Black", sans-serif;
    font-size: 70%;
}


/* main */

.grid-container>.main {
    padding-left: 24px;
    padding-right: 4px;
    text-align: justify;
    hyphens: auto;
    line-height: 135%;
}


/* testy */

a.podpowiedz span {
    display: none;
    padding: 2px 3px;
    margin-left: 8px;
    width: 130px;
}

img {
    border: none;
}

a.podpowiedz:hover span {
    display: inline;
    position: absolute;
    margin: 15px 0 0 5px;
    background: #dddddd;
    border: 1px solid #b30000;
    color: #000000;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    text-align: center;
}

figure {
    font-family: Lato;
    font-size: smaller;
}

figcaption {
    display: block;
}


/* tabele */

table {
    font-family: Lato;
    font-size: small;
    border: 1px solid #0F1E00;
    border-collapse: collapse;
    width: 100%;
}

th {
    text-align: center;
    background-color: #70934C;
    padding: 4px;
    border: 1px solid #0F1E00
}

td {
    text-align: justify;
    padding: 4px;
    border: 1px solid #0F1E00;
}

tr:nth-child(even) {
    background-color: #C1D1B2;
}

tr:hover {
    background-color: #FFFFFF;
}

caption {
    display: table-caption;
    text-align: left;
}


/* ------------------------------------- */

p {
    line-height: 1.5625;
    text-align: justify;
    hyphens: auto;
}

h1 {
    font-family: "Lato Black", sans-serif;
    color: #0F1E00;
}

h2 {
    font-family: "Lato Black", sans-serif;
    color: #0F1E00;
}

h3 {
    font-family: "Lato", sans-serif;
    color: #0F1E00;
}

h4 {
    font-family: "Lato", sans-serif;
    color: #0F1E00;
}

address {
    display: block;
    padding-left: 48px;
    font-family: monospace;
    font-weight: bold;
    line-height: 1.3;
}

.tooltip {
    text-decoration: none;
    position: relative;
}

.tooltip span {
    display: none;
    border-radius: 6px;
    color: black;
    background: white;
}

.tooltip span img {
    float: left;
    margin: 0px 0px 0px 0;
}

.tooltip:hover span {
    display: block;
    position: absolute;
    top: 50;
    left: 0;
    z-index: 1000;
    width: 400px;
    max-width: 400px;
    min-height: 200px;
    border: 1px solid black;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
    padding: 1px;
}


/* ------------------------------------- */

.aktual {
    font-size: smaller;
}