﻿.pagination li:hover {
    cursor: pointer;
}

table tr:nth-child(even) {
    background-color: #fff;
}

.pagination > li {
    display: inline;
}

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

.pagination {
    margin: 0;
}

.gridtitleformat {
    vertical-align: middle !important;
    border-bottom: 1px solid rgba(26,54,126,.125);
    /*background: #198754;*/
    background: #fff;
    color: #495057;
}

    .gridtitleformat th {
        /*border: 1px solid #7a6868;*/
        text-align: center;
        line-height: 2;
    }

tfoot tr {
    display: inherit !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table-responsive {
    overflow-x: hidden !important;
    overflow-y: auto;
    height: 100%;
}

    .table-responsive thead th {
        position: sticky;
        top: 0;
        z-index: 1;
        /*background: #198754;*/
        background: #fff;
        /* border-left:1px solid #a4a8ad;*/
    }

    .table-responsive tbody th {
        position: sticky;
        left: 0;
    }
