﻿.x-barsa-delete-trigger {
    background-image: url(/Themes/Gray/trigger-delete-rtl.png) !important;
}

.x-barsa-normal-trigger {
    background-image: url(/Themes/Gray/trigger-rtl.png) !important;
}

.x-barsa-new-trigger {
    background-image: url(/Themes/Gray/trigger-new-rtl.png) !important;
}

.x-barsa-edit-trigger {
    background-image: url(/Themes/Gray/trigger-edit-rtl.png) !important;
}


.x-barsa-isAutomatic-trigger {
    background-image: url(/Themes/Gray/trigger-Refresh-rtl.png) !important;
}

.x-barsa-PopupSelectList-trigger {
    background-image: url(/Themes/Gray/trigger-find-rtl.png) !important;
}

.x-barsa-AutoNum-trigger {
    width: 40px !important;
    background-image: url(/Themes/Gray/trigger-AutoNum-rtl.png) !important;
}

.x-form-field-wrap .x-form-trigger {
    background-image: url(/Themes/Gray/trigger-rtl.png);
}

/*!
 * OMID:
 * Right to left capability. Moverd from spinner_RTL.css
 */
.x-form-field-wrap .x-form-spinner-trigger {
    background: transparent url('/images/RTL/spinner_RTL.gif') no-repeat 0 0;
}

.x-form-field-wrap .x-form-date-trigger {
    background-image: url(/Themes/Gray/trigger-date-rtl.png) !important;
}

.x-form-field-wrap .a-form-daterange-trigger {
    background-image: url(/Themes/Gray/trigger-date-range-rtl.png) !important;
}

.x-form-field-wrap .a-form-time-trigger {
    background-image: url(/Themes/Gray/trigger-time-rtl.png) !important;
}

.a-AppRibbonBtn {
    background-image: url('/Themes/Blue/systemsMenu_RTL.png');
}


/*.a-navigator-tree .x-tree-node-expanded .x-tree-node-icon {
    background-image: url(../Images/AxiFlat/16/folder_open.png) !important;
}

.a-navigator-tree .x-tree-node-collapsed .x-tree-node-icon {
    background-image: url(../Images/AxiFlat/16/folder.png) !important;

}*/




/*خطای ریسایز تب پنل سیستم به نظر با این حل میشود*/
.x-tab-strip-wrap {
    width: 100% !important;
}

/*correct the icon crop in small buttons on toolbar*/
.x-btn-text-icon .x-btn-icon-small-right .x-btn-text {
    background-position-x: 99%;
}