﻿.ag-blue {
    font-size: 13px !important;
    /*font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Segoe UI", Arial, sans-serif;
}

    .ag-blue .ag-header {
        text-indent: 5px;
        color: #212529; /*#fff;*/
        background: #e7edf1; /*#6a83cf;*/
        font-weight: bold !important; /*normal*/
        line-height: 30px;
        border-bottom: 1px solid #eee; /*#eee; #9bc2e6;*/
        font-size: 13px !important;
        /*text-transform: uppercase;*/
    }

    .ag-blue .ag-cell-focus {
        border: 2px solid #eee; /*#9bc2e6;*/
    }

    .ag-blue .ag-row-selected {
        background-color: #f0f0ff !important; /*#fff1cc;*/
    }

    .ag-blue .ag-row-odd {
        background-color: #f6f6f6;
    }

    .ag-blue .ag-cell-not-inline-editing {
        
        padding-top: 6px;
        padding-left: 6px;
    }
/*.ag-blue .ag-row-odd { background-color: #f2f9ff;}     #263f8b */

/* PAGER TOOLBAR */
#pagerToolbar {
    background: #fff; /*#6a83cf;*/
    color: #212529; /*#fff;*/
    font-size: 13px;
    line-height: 36px;
    margin-bottom: 0px; /*30px;*/
    padding: 0px 10px;
    /*min-width: 890px;*/
}

#pagerInterval {
}

#pagerNavigation {
    float: right;
}

    #pagerNavigation a {
        padding: 10px;
        color: #444; /*#fff;*/
    }

    #pagerNavigation input {
        height: 24px;
        background: #fff;
        color: #000;
        border: none;
        font-size: 14px;
        padding: 3px;
        text-align: center;
    }

.ibox .grid {
    margin-bottom: 0px !important;
}

.ibox-grid {
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
