﻿
.web-grid {
    padding: 5px;
}

    .web-grid select option {
        margin-bottom: 5px;
    }

    .web-grid select::-ms-expand {
        color: #666;
        background-color: transparent;
        border: none;
        outline: none;
        padding-right: 5px;
        color: #0099CC;
    }


    /* Start:  FILTER Section*/

    .web-grid .container-filters {
        margin-bottom: 10px;
    }

        .web-grid .container-filters .filter {
            margin-bottom: 15px;
        }

            .web-grid .container-filters .filter .filter-label {
                font-size: 15px;
            }


/* End:  FILTER Section*/

/* Start:  GRID Section*/

.web-grid .table-responsive{
    overflow-x:inherit;
}

.web-grid .grid tbody tr td, .web-grid .grid tfoot tr td {
    padding:6px;
}

.web-grid .grid thead tr th {
    color: #fff;
    font-weight: bold;
    padding: 10px !important;
    background-color: #94C93D !important;
    border: solid 1px #94C93D;
}

.web-grid .grid thead tr th:not(:first-child) {
    border-left: 1.01px solid #E6E6E6 !important;
}

.grid thead th.sortable {
    cursor: pointer;
}

.grid thead th.sortable span.sort-icon {     
        margin: 0;
        padding: 0;
        margin-top: 3px;
        float: right;              
    }

.grid thead th.sortable span.sort-icon.fa-sort-asc{     
     font-size:18px;
    color:#97CE68;
    cursor: not-allowed;
}
.grid thead th.sortable span.sort-icon.fa-sort-desc{
    margin-top:-3px;
    margin-bottom:6px;
    font-size:18px;
    color:#FF9F55;
    cursor: not-allowed;
}
.grid tbody tr td {
    border: 1px solid #E6E6E6;
}

/* End:  GRID Section*/

/* Start:  PAGER Section*/

.grid tfoot td {
    text-align: center;
    vertical-align: middle;
    padding: 0 !important;
}

.grid tfoot tr {
    border: solid 1px #94C93D;
}

.grid-pager {
    margin-top: 0 !important;
    border-collapse: separate;
    background: none;
    background-color: #94C93D;
    color: white;
    padding: 5px 0 5px 0;
    font-size: 12px;
}

    .grid-pager span {
        margin: 5px;
    }
    .grid-pager .pager-controls span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .grid-pager .pager-no-data-msg {
        padding-top: 10px;
        margin-top: -5px;
        border-top: 0.5px solid;
    }

    .grid-pager select.pager-page-count {
        width: 60px;
        height: 25px;
        color: #000;
        margin: 0 10px 0 10px;
        padding-left: 5px;
        border: .5px solid lightgray;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }


/* End:  PAGER Section*/
