/**
 * CiviCase : Suppression des actions dans l'onglet people d'une mission
 */

.page-civicrm-case-a #bootstrap-theme .civicase__people-tab .civicase__people-tab__search .civicase__bulkactions-actions-dropdown .btn-group {
    display: none;
}

.page-civicrm-case-a #bootstrap-theme .civicase__people-tab .civicase__people-tab__search .civicase__people-tab__selection {
    display: none;
}

.page-civicrm-case-a #bootstrap-theme .civicase__people-tab__table .civicase__people-tab__table-body .civicase__people-tab__table-column .civicase__checkbox {
    display: none;
}

/**
 * Suppression bouton modifier activité type courriel sur la page d'un contact
 */
.page-civicrm-contact-view .civicase__activity-feed__body__details .civicase__activity-panel--Courriel .crm-submit-buttons .edit {
    display: none;
}

    /**
     * CiviCase : suppression bloc communications récentes et tâches dans l'onglet summary
     */
#bootstrap-theme .civicase__case-tab--summary .civicase__summary-tab .civicase__summary-tab-tile-container .civicase__summary-tab__activity-list {
    display: none;
}

/**
 * CiviCase : amelioration globale de l'ergonomie
 */
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__summary-tab__subject p {
    font-size: 1.8rem;
}

.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__summary-tab__basic-details .civicase__summary-activity-count {
    display: none;
}

.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-details__add-new-dropdown .dropdown-menu .civicase__timeline-dropdown {
    display: none;
}

.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-header__action-menu .btn-group-md:nth-child(2) .dropdown-menu-right li:nth-child(1),
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-header__action-menu .btn-group-md:nth-child(2) .dropdown-menu-right li:nth-child(2),
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-header__action-menu .btn-group-md:nth-child(2) .dropdown-menu-right li:nth-child(3),
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-header__action-menu .btn-group-md:nth-child(2) .dropdown-menu-right li:nth-child(5),
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-header__action-menu .btn-group-md:nth-child(2) .dropdown-menu-right li:nth-child(6),
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-header__action-menu .btn-group-md:nth-child(2) .dropdown-menu-right li:nth-child(7) {
    display: none;
}

.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__activity-feed__body__list .civicase__panel-transparent-header .civicase__activity-feed__activity-container .civicase__activity-card .civicase__activity-card-menu button {
    display: none;
}

.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-filters-container .civicase__case-filter__input,
.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .civicase__case-filters-container .civicase__case-filter-panel__button {
    display: none;
}

.page-civicrm-case #crm-main-content-wrapper #bootstrap-theme .panel-header .civicase__case-filter-panel__title {
    visibility: hidden;
}

.page-civicrm-case-add #crm-main-content-wrapper .CRM_Case_Form_Case .crm-case-form-block-medium_id,
.page-civicrm-case-add #crm-main-content-wrapper .CRM_Case_Form_Case .crm-case-form-block-duration,
.page-civicrm-case-add #crm-main-content-wrapper .CRM_Case_Form_Case .crm-button_qf_Case_upload_new,
.page-civicrm-case #crm-ajax-dialog-0 .CRM_Case_Form_Case .crm-case-form-block-medium_id,
.page-civicrm-case #crm-ajax-dialog-0 .CRM_Case_Form_Case .crm-case-form-block-duration,
.page-civicrm-case #crm-ajax-dialog-0 .CRM_Case_Form_Case .crm-button_qf_Case_upload_new
{
    display: none;
}

#crm-container #bootstrap-theme .civicase__people-tab__table .civicase__people-tab__table-body .civicase__people-tab__table-column:nth-child(4) {
    display: none;
}

/**
 * modification de la couleur pour la recherche rapide pour le thème shoreditch
 */
body #civicrm-menu.sm #crm-qsearch-input {
    background-color: #eaeaea;
}