.audit_exit{
    background-image: url("/static/images/back.png");
    background-repeat: no-repeat;
}

.item_delete{
    background-image: url("/static/images/cmd_del.png");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.item_copy{
	background-image:url("/static/images/copy.png");
}

.item_export{
    background-image: url("/static/images/ext/xls.png");
    background-repeat: no-repeat;
}

.item_clear_filter {
	background-image:url("/static/images/tb_clear_filter.png") !important;
    background-repeat: no-repeat;
}

.item_check {
	background-image:url("/static/images/find.png") !important;
    background-repeat: no-repeat;
}

.recurrence_label{
    font-size: 12px;
}

#repeat_win .x-btn.x-btn-pressed {
    /*background-color: #99bbe8;*/
    background-color: #FFFFFF;
}

#repeat_win .x-btn.x-btn-pressed .x-btn-text{
    color: black !important;
}

/* audit.css rides the _dep_acs_user_sec bundle, so it loads on many admin screens,
   not just the Audit Manager. The QuickTip is a single global element on <body>, so
   an un-scoped .x-tip rule restyles every tooltip in the app. Scope the audit tooltip
   rules to the Audit Manager via body.audit-page (set in ui/templates/audit.html),
   the same page-scoping the User Admin rules use with body.users-page. */
.audit-page .x-tip-anchor-bottom {
    background-position: -30px 0;
}

.audit-page .x-tip-anchor {
    background-image:url("/static/images/audit_info_tool_tip.png") !important;
    width: 26px;
    height: 20px;
    margin-top: 2px;
}

.audit-page .x-tip .x-tip-body {
    padding: 5px 5px 5px 5px;
    /* Cap the tooltip width and wrap long derived group names (a long no-space name
       otherwise grows the tip off-screen). overflow-wrap:anywhere breaks only a token
       that alone exceeds the width, so normal multi-word tips still wrap at spaces. */
    max-width: 360px;
    overflow-wrap: anywhere;
}
.x-gray_node  a span
{
    color: gray !important;
}
