/*
=====================================
 BIP - Cassiopeia Child
 Joomla 4.4.14
=====================================
*/


/* Podstawowy wygląd */

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    color: #222;
}


/* Nagłówek */

.container-header {
    background: #003366;
    border-bottom: 4px solid #005a9c;
}


.container-header .navbar-brand {
    color: white;
    font-size: 28px;
    font-weight: bold;
}


/* Menu BIP */

.metismenu.mod-menu {
    background: #f5f5f5;
    border: 1px solid #ccc;
}


.metismenu.mod-menu .metismenu-item > a {
    color: #003366;
    font-weight: bold;
}


.metismenu.mod-menu .metismenu-item > a:hover {
    background: #003366;
    color: white;
}


/* Obszar treści */

.com-content-article {
    background: white;
    padding: 25px;
    border: 1px solid #ddd;
}


/* Nagłówki */

h1,
h2,
h3 {
    color: #003366;
}


/* Dokumenty BIP */

table {
    width: 100%;
    border-collapse: collapse;
}


table th {
    background: #003366;
    color: white;
}


table td,
table th {
    border: 1px solid #ccc;
    padding: 8px;
}


/* Linki */

a {
    color: #003366;
}


/* Stopka */

.container-footer {
    background: #003366;
    color: white;
}


/* =========================
   WCAG TOOLBAR
========================= */

.wcag-toolbar {

    padding:8px;
    text-align:right;
    background:#f2f2f2;
    border-bottom:1px solid #ccc;

}


.wcag-toolbar button {

    margin:3px;
    padding:5px 10px;
    cursor:pointer;
    font-weight:bold;

}


/* Tryb wysokiego kontrastu */

.wcag-contrast {

    background:#000 !important;
    color:#fff !important;

}


.wcag-contrast a {

    color:#ffff00 !important;

}


.wcag-contrast h1,
.wcag-contrast h2,
.wcag-contrast h3 {

    color:#ffff00 !important;

}


.wcag-contrast .container-header,
.wcag-contrast .container-footer {

    background:#000 !important;

}
