.ag-grid-default{
    width: 100%;
    margin: 0;
    padding: 4px;
    border: 1px solid #dbdbd3;
    background: #FFF;
    font-size: 12px;
}
.ag-grid-normal .ag-grid-title{
    text-align: center !important;
}
.ag-grid-normal .ag-grid-td .center{
    text-align: center !important;
}
.ag-grid-default .ag-grid-caption{
    padding: 8px 4px;
    text-align: right;
}
.ag-grid-default .ag-grid-title{
    padding:4px;
    background: #f0f0f0;
    border-bottom: 2px solid #bebebe;
    color: #29708b;
}
.ag-grid-sharp {
    text-align: center !important;
}
.ag-grid-default .ag-grid-td{
    background: #FFF;
    padding: 6px 2px;
    border-bottom: 1px solid #bebebe;
}
.ag-row-4 .ag-grid-td {
    background: #f9f9f9;
}
.ag-row-8 .ag-grid-td {
    background: #f5faff;
}
.ag-grid-td:hover .ag-grid-td {
    background: #dee9f5;
    font-weight: bold;
}

.ag-grid-view-default{
    width: 100%;
    margin: 0;
    padding: 4px;
    border: 1px solid #dbdbd3;
    background: #FFF;
}

.ag-grid-view-default td{
    padding: 6px 4px;
}
.ag-grid-view-caption{
    background: #EBEBEB;
    border-bottom: 1px solid #bebebe;
    border-left: 1px solid #bebebe;
    font-weight: bold;
}
.ag-grid-view-value{
    border-bottom: 1px solid #bebebe;
}
.ag-grid-view-title{
    padding: 8px 8px;
    text-align: right;
    background: #eef1fc;
    border-bottom: 2px solid #bebebe;
    color: #29708b;
}

.ag-grid-view-default tbody tr:nth-child(even) .ag-grid-view-value {background: #f9f9f9;}
.ag-grid-view-default tbody tr:nth-child(odd) .ag-grid-view-value {background: #f5faff;}

.pos-actionBar{
    padding: 16px 8px;
}
.ag-grid-default .ag-grid-actionBar{
}

/* adding pager style */
.ag-def-pager{
    float: left;
    margin-left: 10px;
    list-style: none;
}
.ag-def-pager li {
    float: right;
    margin-left: 5px;
    font-family: 'IRANSansLightPersian', serif;
}
.ag-def-pager li a{
    padding: 4px 3px;
}
.ag-grid-responsive{
    border: 1px solid #cccccc;
}
.ag-grid-responsive .gridHeader .row , .ag-grid-responsive .gridBody .row{
    margin:0 !important;
}
.ag-grid-responsive .gridBody .row:hover .items{
    background: #DEE9F5;
}
.ag-grid-responsive .gridHeader .row .item{
    padding: 4px;
    font-weight: bold;
    background: #eeeeee;
    color: #29708b;
    text-align: center !important;
    border-bottom: 2px solid #cccccc;
    border-left: 1px solid #cccccc;
}

.ag-grid-responsive .gridBody .row .items{
    padding: 4px;
    font-weight: bold;
    background: #ffffff;
    color: #000000;
    text-align: center;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
}
.col-title{
    color: #29708b;
}
@media (max-width:320px) {
    .gridHeader {
        display: none
    }
    .ag-grid-responsive .gridBody .row .items{
        width: 100% !important;
        -webkit-box-flex: 1 !important;
        text-align: right;
        flex-basis: auto !important;
    }
}
@media (max-width:480px) {
    .gridHeader {
        display: none
    }
    .ag-grid-responsive .gridBody .row .items{
        width: 100% !important;
        -webkit-box-flex: 1 !important;
        text-align: right;
        flex-basis: auto !important;
    }
}

@media (max-width:750px) {
    .gridHeader {
        display: none
    }
    .ag-grid-responsive .gridBody .row .items{
        width: 100% !important;
        -webkit-box-flex: 1 !important;
        text-align: right;
    }
    .ag-grid-responsive .gridBody .row .col{
        width: 100% !important;
        -webkit-box-flex: 1 !important;
        text-align: right;
        flex-basis: auto !important;
    }
    .ag-grid-responsive .gridBody .row:nth-child(odd) .items {
        border-right: 4px solid #D0C5E9;
    }
    .ag-grid-responsive .gridBody .row:nth-child(even) .items {
        border-right: 4px solid #B2EBF2;
    }
}
@media (min-width:801px) {
    .col-title {
        display: none
    }
}
@media (min-width:1025px) {
    .col-title {
        display: none
    }
}
@media (min-width:1281px) {
    .col-title {
        display: none
    }
}
.grid-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.wave-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

._blue {
    background-color: #84D5FB !important;
    color: #ffffff!important;
}
.green {
    background-color: #AFD784 !important;
    color: #ffffff!important;
}

.warning {
    padding: 5px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.grid-image{
    width: 75px;
    float: right;
}
.ag-grid-action{
    text-align: center !important;
}
.ag-grid-link-delete{
    color: #E71B24 !important;
}
.ag-grid-link-edit{
    color: #FF9700 !important;
}