html {
    font-size: 16px;
}


.strona_tytul {
    font-weight: bold;
    padding: 10px;
    font-size: 3rem;
}

.strona_podtytul {
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
}

.header-logo {
    padding: 10px 0px;
}

.card-center-start {
    margin-top: 40px;
    margin-bottom: 40px;
}

.card-center-start .card-header {
    padding: 1.25rem;
}

.card-center-start .card-header .card-title {
    font-size: 2rem;
}

.card-center-start .card-body{
    padding: 2.25rem 2rem;
}

.card-center-start .card-footer{
    padding: 1.25rem;
}

.input-help{
    padding: 5px;
    background-color: white;
    border: none;
}

.form-group {
    font-size: 0.9rem;
}

.form-control {
    /*padding: 6px 12px;*/
}

.btn-submit {
    margin-top: 25px;
    text-align: left;
}

.form-check-label {
    cursor: pointer;
}

.small-text {
    font-size: 0.8rem;
}

#spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(102, 102, 102, 0.2);
    z-index: 9998; /* wartość mniejsza niż spinner, aby był zawsze na wierzchu */
}

#spinner-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999; /* lub wartość większa niż z-index innych elementów na stronie */
}

.label-required{
    color: red;
    font-weight: normal;
    padding-left: 4px;
}


.fa-2 {
    font-size: 2em
}

.fa-3 {
    font-size: 4em
}

.fa-4 {
    font-size: 7em
}

.fa-5 {
    font-size: 12em
}

.fa-6 {
    font-size: 20em
}

.ui-autocomplete{
    font-size: 0.8rem;
}
.autocomplete_select_details{
    font-size: 0.7rem;
}

div.dataTables_wrapper div.dataTables_length select {
    min-width: 50px;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    word-break: break-word;
}