input[type="text"]:disabled, input[type="password"]:disabled, input[type="number"]:disabled, textarea:disabled, #groups {
    color: #444444 !important;
    cursor: default;
}

button:disabled {
    background-color: #bbbbbb !important;
}

select:disabled {
    background-color: #F2F2F2 !important;
}

.positiveaction:disabled, .negativeaction:disabled {
    color: #444444 !important;
    background-color: #bbbbbb !important;
}

.formControlNoWidthRequired, .formControlRequired, .longListRequired a {
    border: #FAC8C8 1px solid !important;
}

.sourceCode {
    border: #444444 1px solid;
}

.sectionHeader {
    color: #322C26;
}

.captionCell, .captionCellMultiLine {
    color: #000000;
}

.positiveaction, .negativeaction {
    color: #ffffff;
}

    .negativeaction:hover {
        background-color: #888888;
    }

    .positiveaction:hover {
        background-color: #ff7733;
    }

.positiveaction {
    background-color: #ff7e3d;
}

.negativeaction {
    background-color: #939393;
}

input[type="text"], input[type="search"], input[type="password"], input[type="number"], textarea, select, .ui-spinner, #groupscontainer {
    border: 1px solid #e0e0e0;
}
    /*Highlighting of revised fields will use the same colors as the griddle active cells*/
    .controlCell.revisionDetail input, .controlCell.revisionDetail select, .controlCell.revisionDetail .select2-choice, .controlCell.revisionDetail textarea, .controlCell.revisionDetail span.checkBox {
        background-color: #ff7733;
        color: #ffffff;
        border: 2px solid #ff7733 !important;
    }

.closePreview {
    background-color: #D15E5E;
    color: #ffffff;
}
