﻿.pagination {
    display: inline-block;
}

    .pagination a {
        color: black;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        border: 1px solid #ddd;
        width: 14px;
    }

        .pagination a.active {
            background-color: #3399FF;
            color: black;
            border: 1px solid #4CAF50;
        }


        .pagination a:hover:not(.active) {
            background-color: #ddd;
        }


.Pager:hover {
    background-color: none !important;
    background: none !important;
}

.Pager tr:first-child td:first-child, .Pager tr:first-child td:last-child {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}



.Pager tr:first-child td, .Pager tr:last-child td, .Pager tr:first-child td:last-child, .Pager tr:last-child td:last-child, .Pager tr:first-child td:first-child, .Pager tr:last-child td:first-child {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    line-height:20px;
    text-align: center;
    font-size:14px;
    
}

.Pager tr td {
    color: black;
    
 
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    width: 14px;

}

    .Pager tr td:hover {
        background-color: rgb(102, 51, 0);
        font-weight: bold;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        
    }
    .Pager tr td:hover a {
       color:white;
    }

    .Pager tr td span {
        color: #79062F;
        font-weight: bold;
    }

.Pager a, .Pager a:visited {
    color: black;
    display: inline-block;
    width: 100%;
    height: 100%;
}

   

    .Pager a[disabled=disabled], .Pager a.disabled {
        color: #00FFFF;
    }

    .Pager a[disabled=disabled], .Pager a.disabled {
        color: black;
    }
