body {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    /* height: 100%; */
    /* max-width: 1200px; */
    margin: 0 auto;
}

.rotating-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

pre {
    white-space: pre-wrap;
    word-break: break-word;
}

.nav-link-light {
    font-size: 18pt;
}

@media (min-width: 1100px) {
    .nav-link-light {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

@media (min-width: 700px) and (max-width: 1100px) {
    .nav-link-light {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.bg-dark {
    background-color: black !important;
}

.mtop20 {
    margin-top: 20px;
}

.input-empty-error {
    background-color: red;
}

.mg-top-10 {
    margin-top: 10px;
}

.mbtm10 {
    margin-bottom: 10px;
}

.center {
    text-align: center;
}

a {
    cursor: pointer;
}

.hoverbg:hover {
    background-color: rgb(235, 235, 235);
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald, sans-serif !important;
}

.oswald {
    font-family: Oswald, sans-serif !important;
}

.cf th {
    font-weight: lighter;
}

.font15rem {
    font-size: 1.5rem;
}

.font-20 {
    font-size: 20px;
}

.font-17 {
    font-size: 17px;
}

.font-18 {
    font-size: 18px;
}

.mg-r-10 {
    margin-right: 10px;
}

.infile {
    margin-bottom: 2px;
}

p,
span,
a,
input,
div {
    font-family: Roboto, sans-serif !important;
}

.ui-datepicker,
.ui-datepicker *,
.tooltip-inner,
.modal-content,
.alert,
.btn,
.form-control,
.dropdown-menu,
.card,
label,
select,
input {
    border-radius: 0 !important;
}

.ui-widget-header {
    background: unset !important;
    background-color: black !important;
}

.ui-timepicker-standard .ui-state-hover {
    background: unset !important;
}

.hover-invert-img:hover img {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%) !important;
}

.btn-check:checked+.hover-invert-img img {
    -webkit-filter: invert(100%) !important;
    filter: invert(100%) !important;
}

#main-container {
    background-color: rgba(255, 255, 255, 0.9);
    margin-top: 170px;
    display: flex;
    flex-direction: column;
}

/*Footer zawsze na dole jeśli nie ma dość kontentu, inaczej scrollowany w dół*/
html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
}

footer {
    flex-shrink: 0;
}

/******************************************/

@media only screen and (max-width: 440px) {
    #main-container {
        margin-top: 180px;
        /* margin-bottom: 210px; */
    }
}

.vr {
    height: 100%;
}

.nav-item-black {
    color: black !important;
    border-radius: 0 !important;
}

.active-black {
    color: white !important;
    background-color: black !important;
}

.active-black-nav {
    border-bottom: 2px solid #f7b526 !important;
}

.disabled {
    color: gray !important;
}

.disabled-temp {
    color: gray !important;
    pointer-events: none;
}

.fullsize {
    width: 100%;
    height: 100%;
}

.header,
.footer {
    color: white;
    background-color: black;
    min-height: fit-content;
    max-width: 1320px;
    margin: 0 auto;
}

p {
    margin: 0;
}

.upper {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

#navOrdHist {
    cursor: pointer;
}

.pad {
    padding: 20px;
}

#map,
#map2 {
    height: 420px;
}

@media screen and (min-width: 768px) {
    #lang-dropdown-btn {
        background-color: black;
        border: 1px solid;
    }
}

.menu-sm {
    background-color: black;
    border-radius: 0px !important;
    border: 1px solid;
    width: 45px;
    height: 38px;
}

.dropdown-menu {
    min-width: inherit;
    border-top: 2px solid #f7b526;
    cursor: pointer;
}

.dropdown-menu.show {
    background-color: black;
}

.dropdown-menu.show>li {
    color: white;
}

.dropdown-menu.show>li:hover {
    color: black !important;
}

/* @media only screen and (max-width: 860px) {

    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables .sm-align {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 5px;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables .col-lg-3 {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 5px;
        white-space: normal;
        text-align: center;
    }

    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    #checkboxNoLabel {
        margin-left: 85%;
    }

    #no-more-tables td:before {
        content: attr(data-title);
    }
} */
.customer_contact_form input {
    padding: 5px !important;
}

.customer_contact_form input:disabled {
    --bs-text-opacity: 1;
    color: #6c757d !important;
}

form.is-readonly .btn-save {
    display: none;
}

/* form.is-readonly input[disabled],
form.is-readonly textarea[disabled] {
    cursor: text;
    background-color: #fff;
    border-color: transparent;
    outline-color: transparent;
    box-shadow: none;
} */

form.is-editing .edit {
    display: none;
}

.customer_contact_form input {
    font-style: italic;
}

.logo-prop {
    max-width: 250px;
}

.logo-prop-eu {
    max-width: 250px;
}

.dropdown-menu::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f7b526;
    position: absolute;
    transform: translate(15px, -20px);
}

.retCode {
    background-color: #ffc107 !important;
}

/* #h2-head {
    margin-bottom: 0px;    
} */

header {
    max-height: 160px;
}

.nav-link.nav-link-light.oswald.text-white {
    border-bottom: 2px solid transparent;
}

.nav-link.nav-link-light.oswald.text-white:hover {
    border-bottom: 2px solid #f7b526;
}

/* .footer a {
    text-decoration: none;
} */

.alert-warning {
    background-color: #ffc107 !important;
    color: black;
}

.border-bot-only {
    border-top: none;
    border-left: none;
    border-right: none;
}

/* 
*
* Style dla paginacji
*
*/

.page-item.active > * {
    background-color: white;
    border-color: #f7b526;
}
.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}