* {
    padding:0;
    margin:0;
    z-index:0;
}

body, html {
    background-color:#CBEDF6;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    height: 100%;
}

input, textarea, select {
    padding: 2px 5px;
    border: 1px solid #cdcdcd;
    font: 12px Verdana;
    color: #000000;
}

.label {
    font: 12px Verdana;
    color: #000000;
    font-weight:bold;
    line-height:2.0em;
}	

.labeld {
    margin:1px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align:left;
    font: 14px Verdana;
/*    color: #000000;*/
    font-weight: bold;
/*    line-height: 2.0em;*/
}	

.okienko_center {
    background-color: white;
    padding: 2px 5px;
    border: 1px solid #cdcdcd;
    font: 12px Verdana;
    color: #6B6B6B;
    text-align:center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.okienko {
    padding: 2px 5px;
    background-color: white;
    text-align:left;
    border: 1px solid #cdcdcd;
    font: 12px Verdana;
    color: #6B6B6B;
    margin-top: 10px;
    margin-right: 10px;
    margin-left:10px;
}	

.okienko_frm {
    padding: 2px 5px;
    background-color: white;
    text-align:left;
    border: 1px solid #cdcdcd;
    font: 12px Verdana;
    color: #6B6B6B;
    margin-top: 10px;
    margin-right: auto;
    margin-left:auto;
}	

img {
    padding: 0px 4px;
}

h1 {
    font-size:20pt;
	font-weight: normal;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

h4 {
    font-size: 12px;
    font-weight: bold;
}
.h2{margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
    font-weight: bold;
    color: #290096b3;
    font-size: 16pt;
    text-align: center;}

.h3{margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
    font-weight: bold;
    color: #3e487c;}

.h4{margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #F2F2F2;
    font-weight: normal;
    color: black;}
p, ul, ol {
    margin-bottom: 1.5em;
    line-height: 170%;
    text-align: justify;
}

ul, ol {
    margin-left: 3em;
}

a {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: none;
}

a img {
    border: none;
}

.info {
    padding:4px;
    margin:1px;
    text-align:center;
    font-size: 14px;
    font-weight: normal;
    color:#3e487c;
}

.blad {
    padding:4px;
    margin:1px;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    color:red;
}

.ok {
    padding:4px;
    margin:1px;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    color:green;
}

.pages {
    padding: 10px 5px;
    font: 12px Verdana;
    text-align:center;
}

.tabela {
    font: 12px Verdana;
}	

.klawisz {
    padding: 2px 5px;
    border: 1px solid #cdcdcd;
    font: 12px Verdana;
    color: #6B6B6B;
    text-align:center;
    background:#f6f6f6;
    transition-duration: 250ms;
}

.klawisz:hover {
    transform: scale(1.08) perspective(1px);
    transition-duration: 250ms;
    background: #E9E9E9;
}

.klawisz:active {
    transform: scale(1.08) perspective(1px);
    transition-duration: 250ms;
    background: #E9E9E9;
}

.RowHItem {
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    background-color:#FFF;
}

td.RowItem {
    border:1px solid #ddd;
    padding:4px;
    color: black;
}

tr.RowItem {
    border:1px solid transparent;
}
tr.RowItem:nth-child(odd) {
    background-color:#FFF;
}
tr.RowItem:nth-child(even) {
    background-color:#F5F5F5;
}
tr.RowItem:hover {
    background-color:#ddd;
}

#header {
    padding:5px;
    margin:5px;
    text-align:center;
    font-size:20pt;
    color:#3e487c;
}	
#container{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom:-29px; /* - height of footer */
}
#footer, #push {
    clear:both; 
    height:29px;
    font-size:10pt;
    color:#000000;
    font-style:italic;
    text-align:center;

}

.header_login {
    padding: 2px 5px;
    font: 12px Verdana;
    color: #000000;
    text-align:right;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: gray;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: gray;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: gray;
}