div.header div.outer_header {
  background-color: red;
}

div#ajax-target-wrapper {
  position: relative;
  min-height: 100px;
}

i#machineParkPreloader {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
}

label.error {
  padding-top: 0.5rem;
  color: red;
}

.badge-warning {
  background-color: #f2b022;
}

.pagination .page-list span {
  display: block;
  padding: 0.4rem 0.8rem;
}
.pagination .page-list span:hover {
  cursor: pointer;
}

i.red, span.red {
  color: red;
}

div#machine-part-prediction-wrapper {
  padding-top: 10px;
}
div#machine-part-prediction-wrapper h2 {
  margin-bottom: 1rem;
}
div#machine-part-prediction-wrapper label.s-height {
  display: block;
  line-height: 1.5;
  min-height: 3em;
}
div#machine-part-prediction-wrapper input[type=number] {
  -moz-appearance: initial !important;
}

body#module-glimat_parkmaszyn-machine input[type=number] {
  -moz-appearance: initial !important;
}

body#module-glimat_parkmaszyn-default div.alert.alert-info, body#module-glimat_parkmaszyn-machine div.alert.alert-info {
  background-color: #DDD;
  color: #000;
}

.form-control-select, select {
  background: #f2f2f2 !important;
}

.progress-bar {
  width: 100%;
  background-color: #f3f3f3;
  border-radius: 13px;
  padding: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.fill {
  display: block;
  height: 22px;
  background-color: green;
  border-radius: 9px;
  transition: width 0.4s ease-in-out;
  background: rgb(62, 191, 62);
  background: linear-gradient(90deg, rgb(62, 191, 62) 0%, rgb(245, 70, 66) 100%);
  position: relative;
}
.fill div.fill-over {
  position: absolute;
  border-radius: 0 9px 9px 0;
  height: 22px;
  right: 0;
  top: 0;
  background-color: white;
}
.fill div.fill-counter {
  position: absolute;
  left: 47%;
  top: 1px;
  color: #000;
  font-size: 15px;
}

div.primary-divider {
  height: 2px;
  background-color: #f2b022;
}

span.glimat-span {
  display: inline-block;
  padding: 0.5rem;
  background-color: #f2b023;
  border-radius: 5px;
  font-weight: bold;
}

h2.park-maszyn-header {
  background-color: #f2b022;
  margin-top: 30px;
  padding: 10px 30px 10px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  display: inline-block;
}

div#machineParkToast {
  background-color: #3f8500;
  padding: 10px;
  font-size: 17px;
  color: #FFF;
  box-shadow: none;
  border-radius: 10px;
}

.fill-over {
  width: 0; /* Start from 0 */
  animation: expandWidth 1s ease-out backwards; /* 1s duration, ease-out timing, keep final state */
}

@keyframes expandWidth {
  from {
    width: 100%;
  }
}
div#cms-wrapper ul {
  list-style-type: circle;
  padding-left: 20px !important;
  margin-bottom: 20px;
}
div#cms-wrapper ul li {
  padding: 10px 0;
}

div.glimat-team-levels div.box {
  background-color: #FFF;
  padding: 30px;
  border-radius: 40px;
  margin-bottom: 10px;
  color: #000 !important;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  text-align: center;
  font-size: 1.2rem;
  height: 100%;
}
div.glimat-team-levels div.box img {
  max-width: 80px;
  margin-bottom: 30px;
}
div.glimat-team-levels div.box h2 {
  text-align: center;
  font-size: 2.25rem !important;
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
  margin-top: 0 !important;
  margin-bottom: 40px;
}
div.glimat-team-levels div.box p.red {
  color: red;
}
div.glimat-team-levels div.box.active {
  background-color: #f2b022;
  color: #000 !important;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}

.box-shadow {
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.3);
}

.box-shadow-white {
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}

ul#myTab .nav-tabs .nav-link {
  opacity: 1 !important;
}
ul#myTab li a {
  color: #000 !important;
  opacity: 1 !important;
}

button.forced-opacity {
  opacity: 1 !important;
}

table#machine-parts-in-prediction-table .btn {
  font-size: 12px;
}
table#machine-parts-in-prediction-table span.badge.badge-success {
  background-color: #106222;
}

/*# sourceMappingURL=main.css.map */
