.form-control{
  font-size: 13px;
  height: 24px;
  padding: 2px 12px 6px 12px;
}



.margin-left {
    margin-left: 33px;
}

.statistiky-green{
  font-weight:bold; 
  background-color:#48cc48 !important;
}

.statistiky-must-order{
  font-weight:bold; 
  background-color:#FFFF00;
}

.statistiky-red{
  font-weight:bold; 
  background-color:#f00 !important;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #FF0F9A;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

.dataTables_filter {
   float: inline-start;
}