﻿ .gridview {
            background-color: #fff;
            padding: 2px;
            margin: 2% auto;
        }

            .gridview a {
                margin: auto 1%;
                border-radius: 50%;
                background-color: #444;
                padding: 5px 10px 5px 10px;
                color: #fff;
                text-decoration: none;
                -o-box-shadow: 1px 1px 1px #111;
                -moz-box-shadow: 1px 1px 1px #111;
                -webkit-box-shadow: 1px 1px 1px #111;
                box-shadow: 1px 1px 1px #111;
            }
            /*
.gridview a:hover{
    background-color:#1e8d12;
    color:#fff;
}
*/ .gridview span {
                background-color: #7a9fad;
                color: #fff;
                -o-box-shadow: 1px 1px 1px #111;
                -moz-box-shadow: 1px 1px 1px #111;
                -webkit-box-shadow: 1px 1px 1px #111;
                box-shadow: 1px 1px 1px #111;
                border-radius: 50%;
                padding: 5px 10px 5px 10px;
            }
        /*rbg(41,128,185);*/ .gridHeader {
            background: linear-gradient(to bottom, rgba(173,173,173,1) 0%, rgba(194,194,194,1) 0%, rgb(224, 220, 220) 34%, rgb(224, 222, 222) 45%, rgba(168,168,168,1) 100%);
            color: #414548 !important;
            font-weight: 600;
        }
 .modalProgress {
            display: block; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(255, 255, 255, 0.69); /* Black w/ opacity */
        }

        .ImageCenter {
            position: fixed;
            z-index: 999;
            left: 60%;
            top: 50%;
            color: White;
            margin-top: -70px; /* make this half your image/element height */
            margin-left: -70px; /* make this half your image/element width */
        }
        .padding {
            padding-top: 3px;
            padding-left: 5PX;
        }

        .export {
            float: right;
        }