/* 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;
}

/* Move Secondary Menu Next to logo
@media (min-width: 992px) {
  .logo-bar .secondary-menu-bar {
    display: inline-block;
    margin-top: 5px;
    width: 60%;
  }
}
*/

/* 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;
}

/* Auth Page Customization */


#app .login-form-header .logo img {
    max-height: 120px;
}

#app .login-form-header .app-title {
    display: none;
}