.actionCell {
    cursor: pointer;
    transition: background 500ms;
}

.actionCell:hover {
    background: #bcd5de;
}

.unassignIcon:before {
    font-family: FontAwesome;
    content: "\f057";
}

.menuHideThemeScroll .x-box-scroller-menu {
    visibility: collapse;
}

.menuHideThemeScroll .x-box-inner {
    margin-top: 0 !important;
}

.errorLabel {
    color: red;
}

/* for some reason header buttons in NTO use by default an italic style. headerButton css is the workaround. */
.headerButton {
    font-style: normal;
}

.boldLabel {
    font-weight: bold;
}

.messageFooter {
    background-color: #FFEFA8;
}

.gscFilterCriteriaGridCell {
    line-height: 20px;
}

.gridEditor .x-form-invalid-field {
    background-color: #f5b9a3;
}