html{font-size:14px}
a.edited{ color:yellow;}
div.uwagi{display:none;}
tr.group,
tr.group:hover {
    background-color: #ddd !important;
}
.hiddenStart{display:none;}
.fw-bolder{font-weight:bold;}
.icon {
    display: inline-block;
    width: 20px !important;
    height: 20px !important;
    margin-bottom: 2px;
    text-align: center;
    line-height: 24px !important;
    cursor: pointer;
}
.calc{font-size:3em !important;}
.icon:hover {
    filter: brightness(75%);
}

/* Accept icon */
.accept-icon {
    background-color: #4CAF50; /* Green color */
    border-radius: 50%;
    color: white;

}

/* Reject icon */
.reject-icon {
    background-color: #F44336; /* Red color */
    border-radius: 50%;
    color: white;
}

.divLabel{background-color:rgba(0,123,255,0.6) !important; font-weight:600;font-size: 1.1em;padding:0.5em;color:black;border-bottom:1px solid white;}
.divValue{background-color:rgba(0,123,255,0.2) !important;font-size: 1.1em;padding:0.5em !important;border-bottom:none;border-bottom:1px solid white;}
.divLabel2{background-color:rgba(105,105,105, 0.8) !important; color: white !important; font-weight:600;font-size: 1.1em;padding:0.5em;color:black;border-bottom:1px solid white;}
.divValue2{background-color:rgba(105,105,105, 0.3) !important; font-size: 1.1em;padding:0.5em !important;border-bottom:none;border-bottom:1px solid white;}
.divLabel3{font-weight:600;font-size: 1.1em;padding:0.5em;color:black;border-bottom:1px solid white;}
.ro{border: none !important; background-color:lightgray !important}
.final{border:4px solid green !important;}
label.required{font-weight:bold}
table.tableSec{display:none;}
table#sec{display:none;}
th.zamowienieLabel{background-color:rgba(0,0,0,0.05);}