.szukaj{
    height: 40px;
    border-radius: 0 !important;
    font-size: 16px;
}
.szukaj-btn{
    height: 50px;
    font-size: 16px;
    width: 160px;
}
.szukaj-bar{
    /*width: 75%;*/
    margin: 100px auto 0 auto;
}
#warehouse-input{
    /*max-width:200px;*/
    font-size: 16px;
    height: 50px;
    border: 1px solid #007bff;
    text-align: center;       /* wyśrodkowanie tekstu w polu */
    text-align-last: center;  /* wyśrodkowanie wybranej opcji */
}
.login-btn{
    font-size: 12px;
    margin-bottom: 10px;
}

#search-input{
    font-size: 16px;
    max-width: 100%;
    border: 1px solid #007bff;
}
a, .btn-akcja table a, table a:link, table a:visited {
    text-decoration: none !important;
}
.div-akcja{
    display: flex;
}
.quantity-input{
    width:80px; display:inline-block; 
    margin-right:5px;
}
.oddzialy-lista, #notes, .modal-btn{
    font-size: 16px;
}
.wyslij-input{
    margin-right: 10px;
    margin-top: 6px;
}
.border-linia{
    border: 1px solid #ced4da;
}
.btn-success, .btn-primary, .black{
    color: black !important;
    font-weight: 800;
    font-color: #000000;
}
.btn-duzy{
    height: 40px;
    max-width: max-content;
    padding: 10px 29px;
    border: none;
    box-shadow: none;
    min-width: max-content;
    transition: 800ms;
    font-weight: 600;
}
.paginacja{
    background: #d9d9d9;
}

.lds-roller,
.lds-roller div,
.lds-roller div:after {
  box-sizing: border-box;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
  color:blue;

}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 992px) {
    .modal-dialog {
        max-width: 700px;
    }
    .modal-content{
        height: 150px;
    }
    .text-center{
        margin-top: 20px;
    }
    .btn-akcja{
        font-size: 16px;
    }

}
/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {

}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
    .kod-produktu {display: none}
}

@media screen and (max-width: 320px) {
    .kod-produktu, .jednostka, .producent, .kod-producenta {display: none}
    .szukaj-bar{
        /*width: 75%;*/
        margin: 10px auto 0 auto !important;
    }
    .input-szukaj-grupa, .select-szukaj-grupa, .btn-szukaj-grupa, #footer-menu{
        display: contents !important;
    }
    #warehouse-input{
        max-width: 100%;
    }
    #search-btn{
        font-size: 16px;
        max-width: 100%;
        width: 100%;
    }
}

th {
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

th.sort-asc::after {
    content: "▲";
    position: absolute;
    right: 8px;
    font-size: 1.5rem;
}

th.sort-desc::after {
    content: "▼";
    position: absolute;
    right: 8px;
    font-size: 1.5rem;
}