html,
body {
    margin: 0px;
    width: fit-content;
    background-color: #f0f0f0;
}

#Naglowek {
    display: block;
    width: 100%;
    background-color: lavender;
    margin: 0px;
    margin-top: 10px;
}

#tbRap {
    border-collapse: collapse;
    border: 1px solid black;
    background-color: #fff;
}

#tbRap thead {
    background-color: beige;
}

#tbRap tr td {
    border: 1px solid #aaa;
    padding-left: 4px;
    padding-right: 4px;
}

#tbRap select,
#tbRap input {
    width: -webkit-fill-available;
}

#ObramowanieKomunikatu {
    display: none;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: fixed;
}

#TloKomunikatu {
    display: none;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    position: fixed;
    opacity: 0.8;
}

#RKomunikat {
    display: none;
    border: 2px outset;
    position: absolute;
    margin-left: -100px;
    margin-top: -75px;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 150px;
    background-color: #FFF;
}

#BelkaKomunikatu {
    display: block;
    width: 100%;
    margin: 0;
    background-color: #0099FF;
}

#IkonaKomunikatu {
    background: url('../loader.gif');
    background-repeat: no-repeat;
    background-position: center;
    clear: right;
    margin-top: 10px;
    margin-left: 10px;
    display: inline-block;
    height: 64px;
    width: 64px;
    vertical-align: middle;
}


/*#IkonaKomunikatu{ float:left; margin-top:10px; margin-left:10px; display:inline-block; height:32px; width:32px;  vertical-align:middle;}
*/

#progress {
    clear: both;
    width: 90%;
    margin-left: 5%;
}

#TrescKomunikatu {
    display: table-cell;
    float: left;
    line-height: 200%;
    padding: 10px;
}

#BtZamknijKomunikat {
    display: block;
    width: 70%;
    min-height: 34px;
    height: 20%;
    margin-bottom: 20px;
    margin: auto;
    background-color: #06e;
    color: #FFF;
    line-height: inherit;
    text-align: center;
    vertical-align: middle;
}

#BtZamknijKomunikat:hover {
    background-color: #0099FF;
}

#BtZamknijKomunikat:active {
    background-color: #8df;
    border: 2px solid #FFFFFF;
}

#imgWrocKomunikatu {
    float: left;
    margin-left: 10px;
    padding: 1px;
}

#pasek {
    display: block;
    width: 90%;
    margin-left: 5%;
    background-color: #bbb;
    height: 4px;
    margin-bottom: 5px;
}

#pasek #WypelnieniePaska {
    display: block;
    height: 100%;
    width: 20%;
    background-color: #66bbff;
}

#tbRap tr:nth-child(2n+3) {
    background-color: #eefeee;
}

.tloFiltrow {
    background-color: #ded;
}

.zaznaczonyWiersz {
    background-image: url(../pic/fiolet.png);
}

#btFiltruj {
    display: inline-block;
    margin: auto;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #06F;
    color: #FFF;
    min-width: 30%;
    cursor: pointer;
}

#ULA,
#ULA2 {
    margin: 0px;
    display: inline-block;
}

#tytul {
    display: inline-block;
    width: fit-content;
    margin-left: 200px;
    font-weight: bolder;
}

#ULA li {
    color: #eee;
    background-color: #686;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
    float: left;
}

#ULA2 li {
    color: #eee;
    background-color: rgb(20, 81, 196);
    text-decoration: none;
    display: inline-block;
    border: 1px solid #000000;
    padding-left: 20px;
    padding-right: 10px;
    margin-left: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    cursor: pointer;
    text-decoration: none;
    float: right;
}

#ULA li:hover,
#ULA2 li:hover {
    background-color: #CCCCCC;
    text-decoration: underline blink;
}

#ULA li:active,
#ULA2 li:active {
    background-color: #FFFFFF;
}

#BtWybieranie {
    background-color: #686;
}