﻿.x-grid-custom .x-grid-item TD {
    font: 6px/10px "segoe ui",arial,sans-serif;
}

.x-grid-custom .x-column-header {
    background: url(../Images/GridGanel/header_sprite.png) repeat scroll 0 bottom;
    font: 6px/10px "segoe ui",arial,sans-serif;
    height: 10px;
    border-left-color: #6085A5;
    border-right-color: #728BA1;
}

.x-grid-custom .x-column-header-over {
    background: #ebf3fd url(../Images/GridGanel/header_sprite_over.png) repeat 0 bottom !important;
}

.x-grid-custom .x-column-header div {
    color: white;
}

.x-grid-custom .company-link {
    color: #0E3D4F;
}

.x-grid-custom .x-column-header-trigger {
    background: #718CA1 url(../Images/GridGanel/grid3-hd-btn.png) no-repeat left center;
}

.x-grid-custom .x-grid-item-alt .x-grid-cell {
    background-color: #DAE2E8;
}

.x-grid-custom .x-grid-item-over .x-grid-cell {
    border-color: #728BA1;
    background: url(../Images/GridGanel/row-over.png);
}

.x-grid-custom .x-grid-item-selected .x-grid-cell {
    background: url(../Images/GridGanel/row-selected.png) repeat-x scroll 0 0 #7BBBCF;
    border-color: #728BA1;
    border-style: solid;
}

.x-grid-custom .x-grid-item-selected TD,
.x-grid-custom .x-grid-item-selected TD .company-link {
    color: #fff;
}

.x-grid-custom .x-toolbar .x-toolbar-text {
    color: #fff !important;
}

.x-grid-custom .x-toolbar {
    height:20px;
    background: url(../Images/GridGanel/toolbar-bg.png) repeat 0 center !important;
}

.x-grid-custom .x-tbar-loading {
    background-image: url(../Images/GridGanel/refresh.gif) !important;
}

.x-grid-custom .x-tbar-page-first {
    background-image: url(../Images/GridGanel/page-first.gif) !important;
}

.x-grid-custom .x-tbar-page-last {
    background-image: url(../Images/GridGanel/page-last.gif) !important;
}

.x-grid-custom .x-tbar-page-next {
    background-image: url(../Images/GridGanel/page-next.gif) !important;
}

.x-grid-custom .x-tbar-page-prev {
    background-image: url(../Images/GridGanel/page-prev.gif) !important;
}

.x-grid-custom .x-paging-info {
    color: #fff;
}
.x-grid-cell-inner, .x-grid-hd-inner {
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            padding: 1px 1px 1px 3px;
            /*white-space: nowrap;*/
            white-space: normal !important;
            word-break: break-all;
        }