html {
    font-size: 100%;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
}
h3 {
    text-align: center;
    color: #3E423A;
}
h2 {
    text-align: center;
    color: #3E423A;
}
h4 {
    text-align: center;
    color: #3E423A;
}

a {
    text-decoration: none;
    color: #417378;
}

b {
    font-weight: 600;
}
.wLinii {
    display: table-cell;
    white-space: nowrap;
    vertical-align: middle;
}
.pakiet {
    padding-top: 0.5em;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: #E0DDBA;
    border-radius: 0.5em;
    border-color: #417378;
}

.instrukcja_logowanie{
    padding-top: 0.5em;
    width: 12em;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: #E0DDBA;
    border-radius: 0.5em;
    border-color: #417378; 
}

.pakiet_bez_przycisku {
    padding-bottom: 0.5em;
}

.kontener_boxu {
    display: table;
    width: 100%;
}
.kontener_instrukcja {
    display: table;
    width: 12em;
}

.box {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 6.0rem;
}

.symbol_pakietu {
    font-size: 4em;
    font-weight: bold;
    color: #417378;
}
.pozycja_menu {
    text-align: center;
    vertical-align: middle;
}
footer {
    text-align: center;
    font-size: 0.875em;
    margin-bottom: 1em;
    color: #888;
}
.narazenie{
    margin-left: 1.5rem;
}
.subnarazenie{
    margin-left: 3rem;
}
.sub2narazenie{
    margin-left: 4.5rem;
}

.przycisk {
    text-align: center;
    vertical-align: middle;
    border-radius: 0.25em;
    cursor: pointer;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    background-color: #417378;
    color: white;
}

.przycisk_formularza {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.33rem;
    padding-bottom: 0.33rem;
    min-width: 2.25rem;
}

.przycisk_wiersz {
    cursor: pointer;
}

.przycisk_komorka {
    text-align: center;
    background-color: #417378;
    color: white;
    cursor: pointer;
    width: 2.25rem;
}

.przycisk_komorka_usun {
    text-align: center;
    background-color: #C21235;
    color: white;
    cursor: pointer;
    width: 2.25rem;
}

.przycisk_komorka_usun:hover {
    background-color: crimson;
}

.przycisk_komorka_usun:active {
    background-color: #FF1746;
}

.przycisk:hover,
.przycisk_komorka:hover {
    outline: none;
    background-color: #519096;
}
.przycisk:active,
.przycisk_komorka:active {
    background-color: #62AEB5;
}

.przycisk_pakietu {
    margin-top: 0.5em;
    padding: 0;
    border-radius: 0.5em;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0.5em;
}

.slogan {
    padding-left: 0.25em;
    padding-right: 0.25em;
    font-style: italic;
    color: #555;
}
.opis_systemu {
    color: #555;
}
.bold {
    font-weight: 600;
}
.tekst {
    text-align: justify;
}
.tekst img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display:table-cell;
    width: auto !important; /*override the width below*/
    width: 100%;
    max-width: 100%;
}

.tekst img.w_linii {
    display: inline-block;
    vertical-align: middle;
}

.italic {
    font-style: italic;
}

.inicjal {
    display: inline;
    font-weight: 600;
    margin-right: 1ex;
}
.usluga {
    font-weight: 800;
    color: #417378;
}
.pakiet_a {
    color: #c73333;
}
.pakiet_b {
    color: #7a2eb9;
}
.pakiet_c {
    color: #2e7bc1
}
.pakiet_d {
    color: #35a55b
}
.link {
    cursor: pointer;
    color: #417378;
}
.link:hover {
    color: #295256;
}
.link_rejestracja{
    cursor: pointer;
    color: crimson;
    font-weight:600;
}
p.link_rejestracja {
    padding: 0;
    margin: 0;
}
ul {
    margin-top: 0;
    padding-left: 1.5em;
}
.lista_bez_marginesu {
    margin-top: 0;
}
.cien {
    margin-bottom: 2px;
    box-shadow: 0px 1px 2px rgba(100, 100, 100, 0.25);
}
.center {
    text-align: center;
}
button,
input,
textarea {
    border: 1px solid #aaa;
    border-radius: 0.25em;
    font-family: inherit;
    padding: 0.25em;
}
button,
input {
    line-height: normal;
    font-size: 100%;
}
textarea, select {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}
.formularz {
    display: table;
}
.formularz label[type="text"] {
    box-sizing: border-box;
}
.formularz input[type="text"],
.formularz input[type="tel"],
.formularz input[type="email"],
.formularz textarea,
.formularz select{
    display: table-cell;
    width: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus{
    border-color: #009acd;
    outline: none;
    box-shadow: 0 0 2px rgba(158, 202, 237, 0.25);
}

.logo {
    display: inline-block;
    position: relative;
    height: 3em;
    margin-right: 0.75em;
    top: 0.5em;
}
.logo_nazwa {
    font-style: italic;
    font-size: 3em;
    height: 2.5rem;
}

@media all and (max-width: 530px) {
    .logo {
        height: 2em;
        margin-right: 0.5em;
        top: 0.333em;
    }
    .logo_nazwa {
        font-size: 2em;
        height: 1.66rem;
    }
}
@media all and (max-width: 375px) {
    .logo {
        height: 1.5em;
        margin-right: 0.375em;
        top: 0.25em;
    }
    .logo_nazwa {
        font-size: 1.5em;
        height: 1.25rem;
    }
}

.logo_svg {
    /*width: 300px;*/
}

@media all and (max-width: 500px) {
    .logo_svg {
        width: 250px;
    }
}

@media all and (max-width: 400px) {
    .logo_svg {
        width: 225px;
    }
}

.objasnienie {
    font-size: 0.75em;
    font-style: italic;
    margin-bottom: 1em;
}

.objasnienie ol {
    margin-top: 0;
}

.objasnienie li {
    padding-top: 0.2em;
}

.czerwone {
    color: crimson;
}
.magenta {
    color: DarkMagenta;
}
#bt_kontakt_wyslij {
    width: 5em;
    margin-left: auto;
    margin-right: auto;
}

hr {
    color: #c0c0c0;
    background-color: #c0c0c0;
    height: 1px;
    border: 0;
    width: 100%;
}

ol {
    padding-left: 1.5em;
    list-style-position: outside;
}

ul.linki li, ol.linki li{
    color: #417378;
}

.linki_naglowek {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
}

.komentarz {
    color: gray;
    font-style: italic;
}

.komunikat {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#ikonaLoadera {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    float: right;
    z-index: 100;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    text-align: center;
    display: none;
    border-style: solid;
    border-width: 7px;
    border-color: rgba(73, 86, 119, 0.3);
}
#ikonaLoadera img {
    position: relative;
    top: 4px;
}

.zalogowany {
    text-align: right;
    font-size: 0.8rem;
    white-space: nowrap;
}

/* -------------------------------------------------------------------------- */
table.tabelaPodstawowa {
    width: 100%;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-style: solid;
    border-color: #e0e0e0;
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 0.7rem;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
}
table.tabelaPodstawowa td,
table.tabelaPodstawowa th {
    vertical-align: middle;
    margin: 1px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #e0e0e0;
    min-width: 2em;
}
table.tabelaPodstawowa td {
    font-size: 0.75rem;
    padding: 0.25rem;
}
table.tabelaPodstawowa th {
    padding: 0.4rem;
    background-color: #eeeeee;
    font-size: 0.8rem;
    font-weight: normal;
}
table.tabelaPodstawowa tr:hover {
    background-color: #FFFFE1;
}
td.przyciskTabeli {
    color: #eeeeee;
    font-weight: 600;
    background-color: #495677;
    cursor: pointer;
    width: 2rem;
}
td.przyciskTabeli:hover {
    background-color: #009acd;
}
td.przyciskTabeli:active {
    background-color: #00c0ff;
}
td.przyciskTabeli i {
    font-size: 1.2rem;
}
td.przyciskTabeli.disabled {
    background-color: #AAAAAA;
}
td.przyciskTabeli.disabled:hover {
    background-color: #888888;
}
td.przyciskTabeli.disabled:active {
    background-color: #666666;
}
td.ow-anywhere{
    overflow-wrap: anywhere;
    width: 10%;
}
th.wasko {
    width: 5%;
}
th.sortowanie{
    cursor: pointer;
}
/* -------------------------------------------------------------------------- */
.tytulTabeli {
    text-align: left;
    font-size: 1rem;
    color: #000000;
}
.pasekPrzyciskowTabeli {
    margin-bottom: 0.5rem;
    margin-top: 0.8rem;
}
.pasekPrzyciskowStron {
    text-align: center;
    margin-bottom: 1rem;
}
.przyciskStrony,
.przyciskStronyBiezacej {
    display: inline-block;
    text-align: center;
    color: #eeeeee;
    border-radius: 1rem;
    cursor: pointer;
    height: 1.6rem;
    width: 1.6rem;
    line-height: 1.6rem;
    font-size: 0.9rem;
    font-weight: 600;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.przyciskStrony {
    background-color: #417378;
}

.przyciskStrony:hover,
.przycisk:focus {
    background-color: #519096;
    outline: none;
}
.przyciskStrony:active {
    background-color: #62AEB5;
    outline: none;
}

.przyciskStronyBiezacej {
    background-color: #0099A9;
    /*background-color: #4D8C41;*/
}
.przyciskStronyBiezacej:hover,
.przyciskStronyBiezacej:focus {
    background-color: #00BCCF;
    /*background-color: #50B33E;*/
    outline: none;
}
.przyciskStronyBiezacej:active {
    background-color: #00BCCF;
    /*background-color: #48C730;*/
    outline: none;
}

.ikonaPrzycisku {
    padding-left: 0.5rem;
}
.w_ramce {
    margin: 1ex;
    /*Margins for inner DIV inside each DIV (to provide padding)*/
}
.komunikatInformacja {
    color: #000;
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    /*height: 7rem;*/
    /*width: 40rem;*/
    /*margin-top: -3.5rem;*/
    /*margin-left: -20rem;*/
    /*position: fixed;*/
    /*top: 50%;*/
    /*left: 50%;*/
}

.przycisk_czerwony {
    background-color: #C21235;
}

.przycisk_czerwony:hover {
    background-color: crimson;
}

.przycisk_czerwony:active {
    background-color: #FF1746;
}

.przycisk_szary {
    background-color: #696969 !important;
}
.przycisk_szary:hover {
    background-color: #828282 !important;
}
.przycisk_szary:active {
    background-color: #9C9C9C !important;
}

.przycisk_zielony {
    background-color: #4D8C41;
}
.przycisk_zielony:hover {
    background-color: #50B33E;
}
.przycisk_zielony:active {
    background-color: #48C730;
}

/* -------------------------------------------------------------------------- */
/* qTip2 */
.qtip {
    background: rgba(255, 250, 206, 0.95);
    font-size: 0.8rem;
    line-height: 1rem;
    border: 1px solid rgba(255, 250, 206, 0.95);
    box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.3);
}

.tooltiptext{
    display: none;
}

.archiwum {
    background-color: #EEEEEE;
}

.bliski_termin {
    background-color: #A9D8E9;
}

.termin_przekroczony,
.niezdolny {
    background-color: #FFA4A4;
}

#klient {
    text-align: center;
    margin: 2rem;
}
#opis_pakietu,
#info_biezacy_pakiet,
#opis_zmiana_pakietu{
    text-align: justify;
}

.tabela {
    display: table;
    margin: 0 0 0.5em 0;
}

.tabela>.wiersz {
    display: table-row;
}

.tabela>.wiersz>.komorka {
    display: table-cell;
    padding-right: 1em;
    padding-bottom: 0.5em;
}

.tabela>.wiersz>.komorka>b {
    font-size: 1.2em;
}

#zmiana_pakietu_koszt{
    width: 10em;
}

.negatywne{
    color: #C21235;
}
.czynnosc{
    display: flex;
}
.czynnosc > textarea{
    margin-left: 0.25em;
}