﻿.fara_gridView .fara_contentData { overflow: auto; }
.fara_gridView .fara_selectedRow { border: 1px solid #C28A30 !important; background-color: #ffd176 ; background-position: bottom center; }
.fara_gridView .fara_hoverRow { border: 1px solid #d9b345 !important; background-color: #ffe8ba; }
.fara_gridView .fara_contentData table[rowid] { border-left: 1px solid transparent; border-right: 1px solid transparent; border-top: 1px solid transparent; border-bottom: 1px dotted silver; }
.fara_gridView .fara_contentHeader th {
    height: 32px;
    /*background-image: url(/styles/gridView/header.png);
    background-position: center center;*/
    border-bottom: 1px solid #5E5E5E;
    border-top: 1px solid #5E5E5E;
    background-color: #f4f4f4;
}
.fara_gridView .fara_contentHeader th a[name] { cursor: pointer; }
.fara_gridView { border: 1px solid #5E5E5E; }
    .fara_gridView .fara_footer {
        padding-right: 5px;
        padding-left: 5px;
        height: 32px;
        border-top: 1px solid #a2a2a2;
        background-color: #f4f4f4;
    }

        .fara_gridView .fara_footer .fas {
            cursor: pointer;
        }
        
        
        .fara_gridView .fara_contentHeader th span.sort {
            width: 10px;
            height: 6px;
            background-repeat: no-repeat;
            background-position: center center;
        }
.fara_gridView .fara_contentHeader th span.sort.sortAsc { background-image: url(/styles/gridView/sortAsc.png); }
.fara_gridView .fara_contentHeader th span.sort.sortDesc { background-image: url(/styles/gridView/sortDesc.png); }
.fara_gridView .fara_searchBox { border: 1px solid silver; text-align: right; background-color: White; }
.fara_gridView .fara_searchBox input { border: 0px !important; }
    .fara_gridView .fara_searchBox .searchButton {
        
        width: 16px;
        cursor: pointer;
        margin-top: 5px;
    }
.fara_gridView .fara_searchBox .searchButton.clear { background-image: url(/styles/gridView/clearSearch.png) !important; }
.fara_gridView .fara_searchBox .filterButton { height: 16px; width: 20px; cursor: pointer; background-repeat: no-repeat; }
.fara_gridView .fara_searchBox .filterButton.BN { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .fara_searchBox .filterButton.BW { background-image: url(/styles/gridView/compareExp/startWith.png); }
.fara_gridView .fara_searchBox .filterButton.CN { background-image: url(/styles/gridView/compareExp/containe.png); }
.fara_gridView .fara_searchBox .filterButton.EN { background-image: url(/styles/gridView/compareExp/endWith.png); }
.fara_gridView .fara_searchBox .filterButton.EQ { background-image: url(/styles/gridView/compareExp/equal.png); }
.fara_gridView .fara_searchBox .filterButton.EW { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .fara_searchBox .filterButton.GE { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .fara_searchBox .filterButton.GT { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .fara_searchBox .filterButton.IN { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .fara_searchBox .filterButton.LE { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .fara_searchBox .filterButton.LT { background-image: url(/styles/gridView/compareExp/next.png); }
    .fara_gridView .fara_searchBox .filterButton.NC {
        background-image: url(/styles/gri.fara_gridView .gridRowNumberHeaderdView/compareExp/next.png);
    }
.fara_gridView .fara_searchBox .filterButton.NE { background-image: url(/styles/gridView/compareExp/notEqual.png); }
.fara_gridView .fara_searchBox .filterButton.NI { background-image: url(/styles/gridView/compareExp/next.png); }
.fara_gridView .divButPaging {background-image: url(/styles/gridView/header.png);background-position: center center;}
.fara_gridView .gridRowNumber { 
    width: 32px;text-align: center;
       background: #f5f5f5;
}
.fara_gridView .gridRowNumberHeader { width: 32px;text-align: center; color: #000000;}
.fara_gridView {font-family: IRANSansWeb;font-size: 13px;}
.fara_gridView a {color: #000000;}
.fara_gridView a:hover {color: #630024;text-decoration: none;}
.fara_gridView .divContent{    overflow: hidden;}
.fara_gridView .fara_contentHeader{    position: relative;}


    .fara_gridView .fara_contentData td {
        word-break: break-all;
    }


.fara_gridView .gridNavStyle {
    padding: 5px;
}

.rowButton img {
    margin-right: 5px;
}


.fara_contentHeader .fa-times-square{
    color: red;
}
