/* Headers fieldsets */

.crm-dashlet-header.ng-scope.ui-sortable-handle {
    background-color: #d9d7d7;
}

#bootstrap-theme summary {
    display: list-item;
    text-shadow: 0 0 BLACK;
    font-size: 14px;
}

/* Formbuilder search filter box and calendar */

.fc-event-main {
    background: #4990D0;
}

fieldset.af-container {
    border: 1px solid #c7c7c7;
    background-color: #f6f6f2;
}

#bootstrap-theme fieldset {
    min-width: 0;
    padding: 10px;
    margin: 15px;
    border: 0;
}

#bootstrap-theme button, #bootstrap-theme input, #bootstrap-theme optgroup, #bootstrap-theme select, #bootstrap-theme textarea {
    /* color: inherit; */
    font: inherit;
    margin: 0;
    background-color: rgba(227, 215, 233);
    border-color: #d7c3d6;
}

#content h2 {
    background-color: rgba(188, 151, 209, 0.46);
    color: #3b3b3b;
}


/* Hide Actions button on contacts page */

a#crm-contact-actions-link {
    display: none;
}

/* Hide add relationship button */

#bootstrap-theme h3, #bootstrap-theme .h3 {
    color: #000;
    font-size: 15px;
}

/* Hide add case button */

.CRM_Case_Form_Search .action-link {
    display: none;
}

.CRM_Case_Form_Search .help a.action-item {
    display: none;
}
