body .uk-input,
body .uk-select:not([multiple]):not([size]),
body .uneditable-input:not([class*="uk-"]),
body input[type="color"]:not([class*="uk-"]),
body input[type="date"]:not([class*="uk-"]),
body input[type="datetime-local"]:not([class*="uk-"]),
body input[type="datetime"]:not([class*="uk-"]),
body input[type="email"]:not([class*="uk-"]),
body input[type="month"]:not([class*="uk-"]),
body input[type="number"]:not([class*="uk-"]),
body input[type="password"]:not([class*="uk-"]),
body input[type="search"]:not([class*="uk-"]),
body input[type="tel"]:not([class*="uk-"]),
body input[type="text"]:not([class*="uk-"]),
body input[type="time"]:not([class*="uk-"]),
body input[type="url"]:not([class*="uk-"]),
body input[type="week"]:not([class*="uk-"]),
body select:not([class*="uk-"]):not([multiple]):not([size]) {
  height: auto;
  vertical-align: unset;
  display: unset;
  border: unset;
  max-width: unset;
  width: unset;
  background: unset;
  color: unset;
  transition: unset;
  padding: 18.5px 14px;
}
body .uk-input[name="quantity"],
body .uk-select:not([multiple]):not([size])[name="quantity"],
body .uneditable-input:not([class*="uk-"])[name="quantity"],
body input[type="color"]:not([class*="uk-"])[name="quantity"],
body input[type="date"]:not([class*="uk-"])[name="quantity"],
body input[type="datetime-local"]:not([class*="uk-"])[name="quantity"],
body input[type="datetime"]:not([class*="uk-"])[name="quantity"],
body input[type="email"]:not([class*="uk-"])[name="quantity"],
body input[type="month"]:not([class*="uk-"])[name="quantity"],
body input[type="number"]:not([class*="uk-"])[name="quantity"],
body input[type="password"]:not([class*="uk-"])[name="quantity"],
body input[type="search"]:not([class*="uk-"])[name="quantity"],
body input[type="tel"]:not([class*="uk-"])[name="quantity"],
body input[type="text"]:not([class*="uk-"])[name="quantity"],
body input[type="time"]:not([class*="uk-"])[name="quantity"],
body input[type="url"]:not([class*="uk-"])[name="quantity"],
body input[type="week"]:not([class*="uk-"])[name="quantity"],
body select:not([class*="uk-"]):not([multiple]):not([size])[name="quantity"] {
  padding: 10px;
  text-align: center;
}
body.no-logged .uk-container {
  padding: 0;
}
body #tm-main {
  padding: 0;
}
#leclercq input {
  max-width: 100%;
}
#leclercq .paper {
  width: 100%;
}
#leclercq table {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
#leclercq table thead th {
  text-align: center;
  text-transform: uppercase;
}
#leclercq table td.produit {
  font-weight: bold;
}
#leclercq table td.qte {
  min-width: 116px;
}
#leclercq table tbody td {
  text-align: center;
}
#leclercq table tbody tr:nth-child(even) {
  background: #f4f4f4;
}
@media (max-width: 500px) {
  body #tm-main .uk-container {
    padding: 0;
  }
}


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