.dataTables_length{
  padding-left: 24px;
}

.dataTables_filter{
  padding-right: 24px;
}

.dataTables_info{
  padding-left: 24px;
  padding-bottom: 20px !important;
}

.dataTables_paginate{
  padding-right: 10px;

}

td .form-group{
  margin: 0 !important;
}

.form-control{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  height: 34px;

/*


  height: 5px; !important;
  /*
  border: none !important;
  border-bottom: 1px #ddd solid !important;
  */
}

.td-form-group{
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.table td .progress {
    width: auto !important;
    height: 3px;
    margin: 0;
}



 .loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5456456456456;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -25px;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  color: white;
}

.spinner-text {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 30px;
  margin-left: -75px;
  width: 150px;
  height: 40px;
  text-align: center;
  font-size: 20px;
  color: white;
  opacity: 1;
}

.spinner>div {
  z-index: 999;
  background-color: #FFF;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4)
  }
  20% {
    -webkit-transform: scaleY(1.0)
  }
}

@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}


.form-control.is-outstock
{
    border-color: #f5365c !important;

}

.form-control.is-warning
{
    border-color: #fbb040;
}

.hidden {
  display: none;
}



.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0.25rem 0.75rem !important;
    font-size: 0.85em !important;
    border-radius: 0.2rem !important;
}

.dataTables_wrapper .dataTables_length select {
    font-size: 0.85em !important;
    padding: 0.25rem 1.5rem 0.25rem 0.75rem !important;
    height: calc(1.5em + 0.5rem + 2px) !important;
    border-radius: 0.2rem !important;

}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    font-size: 0.85em !important;
}
