/* ========================================================================
   Component: Label
 ========================================================================== */
.uk-label {
  display: inline-block;
  padding: 0 10px;
  background: #1e87f0;
  line-height: 1.5;
  font-size: 0.875rem;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 2px;
  text-transform: uppercase;
}
.uk-table th {
    padding: 16px 12px;
    text-align: left;
    vertical-align: bottom;
    font-size: 0.875rem;
    font-weight: normal;
    color: #999;
    text-transform: none!important;
}

/* Color modifiers
 ========================================================================== */
/*
 * Success
 */
.uk-label-success {
  background-color: #32d296;
  color: #fff;
}

.uk-label-success a {
  background-color: #32d296;
  color: #fff;
}

.uk-label-success a:hover {
  background-color: #32d296;
  color: #fff;
  text-decoration: none;
}
/*
 * Warning
 */
.uk-label-warning {
  background-color: #faa05a;
  color: #fff;
}
/*
 * Danger
 */
.uk-label-danger {
  background-color: #f0506e;
  color: #fff;
}

/*
 * Danger
 */
.uk-label-danger a {
  background-color: #f0506e;
  color: #fff;
}
.uk-label-danger a:hover {
  background-color: #9e0a26;
  color: #fff;
}

.js td .dropbutton-multiple {
    max-width: 100%;
    margin-right: 0em!important;
    padding-right: 0em!important;
}