/* Hide Complete Button in Task List */
div.LIST-mes_taches button.complete-task-button {
  display: none;
}

.in-creation th, .in-creation td, .in-creation thead th, .in-creation tbody + tbody {
  border-color: #f2dede;
}

.card.in-creation {
  border-color: #e4c4c4;
}

.card.in-creation > .card-header {
  background: #f2dede;
}

/* Hide add and forward buttons based on global card field value (oui)*/
.data-entry-view.project-view.oui .section-block.COMMUNICATIONS button.add-card, 
.data-entry-view.project-view.oui .section-block.COMMUNICATIONS button.forward {
  display: none;
}

/* Increase height of message box */
.taskbar-box-holder:not(.full-screen) .tab-content {
    max-height: 755px;
}

/* Hide forward buttons at all times */
button.forward {
  display: none;
}

/* Hide all but the view button on the messages_recu page */
.LIST-messages_recus .column-actions .btn-group .dropdown-toggle,
.LIST-messages_recus .column-actions .btn-group .reply {
  display: none;
}
