#Background {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #F0F0F0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 100000;
}
 
 .GridPager a, .GridPager span
    {
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        margin-left: 5px !important;
        display: inline-block;
        position: relative;
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        border: 1px solid #ddd;
    }
    .GridPager a
    {
       
        color: #313a46;
        text-decoration: none;
        background-color: #fff;
    }
    .GridPager span
    {
        background-color: #64c5b1;
        color: #fff;
        border-color:#64c5b1;
    }
 
    .GridPager a:hover{
        background-color: #e2e2e2;
        z-index: 2;
        color: #23527c;
        background-color: #eee;
        border-color: #ddd;
    }
 
#ProgressS {
    position: fixed;
    top: 40%;
    left: 35%;
    height: 12%;
    width: 30%;
    z-index: 100001;
    background-color: #FFFFFF;
    border-radius:8px;
}
 
.buttons {
    text-align: center;
    margin-right: 20px;
}
 
    .buttons ul {
        margin: 0;
        padding: 0;
    }
 
        .buttons ul li {
            display: inline-block;
            text-align: center;
            margin-left: 30px;
        }
 
            .buttons ul li input {
                width: 48px;
                height: auto;
            }
 

   
 
@media screen and (max-width:1024px) {
    .buttons {
        text-align: center;
        margin-right: -15px;
    }
 
        .buttons ul {
            text-align: center;
        }
 
            .buttons ul li {
                text-align: center;
                margin: 0;
                padding: 0;
                margin-left: -3px;
            }
 
                .buttons ul li input {
                    width: 50%;
                    height: 50%;
                }
}
 
/*@media screen and (max-width:767px) 
{
    
        width:50%;
        height:50%;
 
}*/