/* Show it is fixed to the top */
body {
  padding-top: 4.5rem;
}

.visible-print {
  display:none;
}

.visible-print-table {
  display: none;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin img {
  max-width: 100%;
}

.custom-checkbox {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 5px;
}

.table > tbody > tr > td {
     vertical-align: middle;
}

.navbar-image {
  max-height:40px;
}

.fixed-box {
  position: fixed;
  z-index: 99999;
  opacity: 0.85;
  font-size:32px;
  text-align: center;
  line-height:16px;
  bottom:0;
}

.fixed-box .small {
  font-size:12px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  padding-top:10px;
  border-top: 1px #e3e3e3 solid;
}

.magazyn .progress {
  margin:0;
  height:10px;
}

.najedz:hover{cursor: pointer;}

.mp_logo {
  max-width:300px;
}

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}
.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}

.modal-alert .modal-dialog {
  width: 380px;
}

.border-right { border-right: 1px solid #eee; }

.modal-tour .modal-dialog {
  width: 380px;
}
.opcje {
  white-space: nowrap;
}

.mini {
  height: 50px;
  max-width:80px;
}

.text-right {
  text-align: right;
}

.float-right {
  float:  right;
}

.link {
  color: #333;
  text-decoration: none;
}

tbody tr:hover td, tbody tr:hover th {
  background-color: #d1e7dd;
}

.modul-select {
  width: 65%;
}

.modul-alert {
  padding: 5px !important;
  margin-bottom: 5px !important;
}