.crmEntityFormView .state, .crmEntityFormView .status {
    padding: 0;
}

.case-deflection-loading, .results {
    display: none !important;
}

.case-deflection {
    margin-bottom: 0;
}

.form-custom-actions button {
    display: none !important; 
}

.entitylist-filter-option-group-label{
    font-size: 15px;
}

@media (min-width: 1300px) {
    .container {
        width: 1270px;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }

    #parentcaseid_lookupmodal .modal-lg {
        width: 1200px;
    }
}

.readonly:not([readonly="readonly"]) {
    pointer-events: none;
}

.label-merged {
    background-color: #f0ad4e;
}

.label-merged a {
    color: inherit;
    text-decoration: underline;
}