﻿.Grid {
    border: none;
    /*white-space: nowrap;*/
    /*border-collapse: collapse;
    width: 100%;
    word-wrap: break-word;
    table-layout: fixed;*/
}

    .Grid td {
        /*border: solid 2px #d1d1d1;
        margin: 3px 3px 3px 3px;*/
        /*border-bottom: 1px solid #00336787 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;*/
        /*border: 1px solid #00336787 !important;*/
        padding: 3px;
        /*text-align: left;*/
        text-align: center;
        font-weight: 600;
    }

    .Grid tbody {
        /*border: 1px solid #00336787;*/
    }

.GridHeader {
    /*background: linear-gradient(to right, #1d35ff, #007bff);
    color: white;
    font-size: 14px;*/
    background: #021b35 !important;
    color: white;
}

    .GridHeader th {
        /*border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: 1px solid #00336787 !important;*/
        /*border-right: 1px solid #FFF !important;*/
        border-top: none !important;
        border-left: none !important;
        border-bottom: none !important;
        font-weight: 400;
        padding: 5px 10px 5px 10px;
    }

.Grid tr {
    font-size: 14px;
    /*background: aliceblue;*/
}

    /*.Grid tr:nth-child(even) {
    background-color: #fffded;
}

.Grid tr:nth-child(odd) {
    background-color: #f0f5ff;
}*/

    .Grid tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .Grid tr:nth-child(odd) {
        background-color: #FFF;
    }

.Grid tbody > tr:hover {
    /*background-color: #ddd;*/
}

.Grid a {
    text-decoration: underline !important;
    color: blue !important;
    /*padding: 0px 15px 0px 15px;*/
    cursor: pointer;
}

.GridHeader a:hover {
    text-decoration: underline;
}

.pagination-ys td table {
    border: none !important;
    margin: 0 auto;
    width: auto;
    border: none;
    background: aliceblue !important;
}

/*.pagination-ys td table tbody tr {
    background: #FFF !important;
}*/

/*.table-condensed tr th {
    border: 0px solid #6e7bd9;
    color: white;
    background-color: #6e7bd9;
}

.table-condensed, .table-condensed tr td {
    border: 0px solid #000;
}

    .table-condensed tr:nth-child(even) {
        background: #6e7bd9
    }

    .table-condensed tr:nth-child(odd) {
        background: #fff;
    }*/

.pagination-ys table > tbody {
    border: none !important;
}

.pagination-ys:hover {
    background-color: #FFF !important;
}

.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
        border: none !important;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none !important;
            color: #1424dd;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
            line-height: 1.42857143;
            text-decoration: none !important;
            margin-left: -1px;
            z-index: 2;
            color: #aea79f;
            background-color: #f5f5f5;
            border-color: #dddddd;
            cursor: default;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #1424dd;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

.txtControl {
    padding: 4px;
    font-size: 14px;
    font-weight: normal;
}
