﻿.ag-theme-balham .ag-row-even {
    background-color: #e9fdff!important;
}

.ag-theme-balham .ag-row-hover {
    background-color: #fffcc2 !important;
}

.ag-theme-balham .ag-cell {
    font-size: 13px;
}

.ag-theme-balham .ag-cell[col-id="0"] {
    text-align: center;
}

.ag-theme-balham .ag-root {
    border: none!important;
}

.ag-theme-balham .ag-column-drop-horizontal.ag-column-drop {
    border: 1px solid #BDC3C7!important;
}

.ag-theme-balham .ag-column-drop-horizontal, .ag-theme-balham .ag-header {
    background-color: #ebeff5!important;
    border-color: #BDC3C7!important;
}

.ag-theme-balham .ag-paging-panel {
    border: none!important;
}

.ag-theme-balham .ag-header-cell-label .ag-header-cell-text {
    color: #0b75c3;
    font-weight: bold;
    font-family: iranyekan!important;
}

.ag-theme-balham .ag-cell {
    padding-top: 3px!important;
}

.ag-theme-balham .ag-paging-panel {
    /* display: block!important; */
    text-align: center;
    padding-top: 6px!important;
    height: 29px!important;
}

.ag-theme-balham .ag-paging-panel > span {
    margin-left: 0!important;
}

.ag-theme-balham .ag-paging-panel > span span {
    font-weight: bold;
    color: #0f6db5;
    margin: 0 5px;
}

.ag-theme-balham .ag-paging-panel > span[ref="eSummaryPanel"] {
    display: none;
}

.ag-theme-balham .ag-paging-panel > span button {
    border: solid 1px #bdd2e2;
    border-radius: 4px;
    height: 25px;
    width: 23px;
    opacity: 1;
    margin: 1px;
}

.ag-theme-balham .ag-paging-panel > span button:not([disabled]):hover {
    background-color: #ccf5f9;
}
.ag-theme-balham{
    font-family: sf-pro,iranyekan!important;
    border: solid 1px #ccc;
}
.ag-theme-balham button{
    font-size:17px;
        border-radius: 4px;
}

.ag-theme-balham .ag-filter .ag-filter-apply-panel{
     justify-content: space-between!important;
    direction: ltr;
}
.ag-theme-balham button{
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #007ad4;
    border: none!important;
    outline: none!important;
    font-size: 12px!important;
    padding: 5px 10px;
    color:#fff;
    float:right;
    cursor:default!important;
}

#clearButton {
    background: #a7acb3;
}
.ag-theme-balham button:active{
    background: #05406b!important ;

}
 .ag-theme-balham .ag-filter-filter {
         border: solid 1px #ccc!important;
    font-size: 14px;
    height: 30px;
}