.kanban__column{
  font-size: 0.8em;
  display: inline-block;
  width: 16%;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
}

.kanban__column .postit{
  width: 90%;
  height: 150px;
  background-color: yellow;
  margin-bottom: 1em;
  padding: 1em;
  box-shadow: 0px 7px 7px -5px black;
}

.thumbnail-dg__full {
  width: 100% !important;
  margin: 0 !important;
}

.thumbnail-dg__full table {
  width: 100%;
}

.thumbnail-dg {
  display: inline-block;
  width: calc((99% / 3) - 2rem);
  box-sizing: border-box;
  border: 1px solid #aaa;
  margin: 1rem;
  vertical-align: top;
}

.thumbnail-dg h4{
  background-color: #ddd;
  padding: 0.7rem 0 0.7rem 0.7rem;
}

.thumbnail-dg h5 {
  padding-left: 0.7rem;
}

.thumbnail-dg h5.alert {
  color: red !important;
}

.thumbnail-dg.blue-head h4 {
  background-color: #00B0C4;
}


.title-separator {
  text-align: center;
  padding: 4rem 0 1rem 0;
}

p.anomaly label{
  position: absolute;
}

p.anomaly textarea{
  position: relative;
  left: 5.4rem;
  width: 50%;
  height: 5rem;
}

/* Various */

.issues .overdue > td {
  background-color: #d16b6b !important;
  color: white !important;
}

.issues .overdue .due_date,
.issues .overdue a {
  color: white !important;
}

/* Hack for redmine mentions plugin */

div.textoverlay {
  background-color: transparent !important;
}

body.theme-Redmine-evolution a#time-logger-menu {
  width: auto !important;
}

body.theme-Redmine-evolution a#time-logger-menu::before {
  background: transparent !important;
}

body.theme-Redmine-evolution .icon-pause-action,
body.theme-Redmine-evolution .icon-pause,
body.theme-Redmine-evolution .icon-stop-action,
body.theme-Redmine-evolution .icon-clock,
body.theme-Redmine-evolution .icon-start,
body.theme-Redmine-evolution .icon-start-action {
  background-image: none !important;
}

body.theme-Redmine-evolution .icon-pause-action::after,
body.theme-Redmine-evolution .icon-pause::after,
body.theme-Redmine-evolution .icon-stop-action::after,
body.theme-Redmine-evolution .icon-clock::after,
body.theme-Redmine-evolution .icon-start::after,
body.theme-Redmine-evolution .icon-start-action::after {
  font-size: 17px !important;
  top: 3px !important;
  left: 6px !important;
  border-radius: unset !important;
}

body.theme-Redmine-evolution .icon-pause-action::after,
body.theme-Redmine-evolution .icon-pause::after {
  content: '⏸' !important;
}

body.theme-Redmine-evolution .icon-stop-action::after {
  content: '⏹' !important;
}

body.theme-Redmine-evolution .icon-clock::after {
  content: '⏱' !important;
}

body.theme-Redmine-evolution .icon-start::after,
body.theme-Redmine-evolution .icon-start-action::after {
  content: '▶️' !important;
}

body.theme-Redmine-evolution .icon-list-action, body.theme-Redmine-evolution .icon-time {
  display: none !important;
}

/* Swim lanes counters */

table.list .group span.count {
    color: black;
    background-color: white;
    padding: 0 .5rem;
    margin-left: .5rem;
}

/* Redmine evolution text areas */

body.theme-Redmine-evolution #content form textarea {
  background-color: white !important;
}
