
    .gvFooter{
    background-color:#fff;
   
   padding:2px;
   margin:2% auto;
   
   
}
.lbl{
	font-size:large;
	font-family:monospace;
}
.monohead{
	text-decoration:underline;
	font-family:monospace;
}
.table th
{
    background-color: grey;
    color: white;
}
.table th
{
    background-color: #3c8dbc;
    color: white;
}
        .gvFooter a{
            color:black !important;
  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;*/
     
}
            .gvFooter a:hover {
                /*background-color:#1e8d12;*/
                /*color:#d9534f !important;*/
                color: #3c8dbc !important;
            }
        .gvFooter span {
            /*background-color: #333;*/
            background-color: #3c8dbc;
            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;*/
            -o-box-shadow: 1px 1px 1px #3c8dbc;
            -moz-box-shadow: 1px 1px 1px #3c8dbc;
            -webkit-box-shadow: 1px 1px 1px #3c8dbc;
            box-shadow: 1px 1px 1px #3c8dbc;
            /*border-radius:50%;*/
            padding: 5px 10px 5px 10px;
        }
     .btn-green{
	background-color:limegreen;
border-color:limegreen;
color:white;
}
.btn-green:hover,.btn-green:active,.btn-green.hover{
	background-color:limegreen;
	color:white;
	}
	.table-responsive {
    overflow-x: auto;

}
@media (max-width: 767px) {
    .table-responsive {
        overflow-y: scroll;
    }}
.btn-group
{
    display:inline-flex;
}
.overlay
{
position: fixed;
z-index: 999;
height: 100%;
width: 100%;
top: 0;
/*background-color: Black;*/
filter: alpha(opacity=60);
opacity: 0.6;
-moz-opacity: 0.8;
}
  .modalBackground
    {
        background-color: Black;
        filter: alpha(opacity=90);
        opacity: 0.8;
    }
    .modalPopup
    {
        background-color: #FFFFFF;
        border-width: 3px;
        border-style: solid;
        border-color: black;
        padding-top: 10px;
        padding-left: 10px;
        width: 515px;
        height: 650px;
    }

.dropdowncheckbox {
    width: 150px;
    height: 30px;
    border: solid 1px #C0CCE0;
    padding: 2px 1px 2px 4px;
    border-radius: 5px;
    /*font-size: 12px;*/
    font-family: Arial, Helvetica, sans-serif;
    resize: none;
    background-color: #FFFFFF;
    outline: none;
    color: #474747;
    font-family: sans-serif;
    font-size: 15px;
    /*margin-left: 8px;*/
    background-color: #f8fcff;
    top: 0px;
    left: 0px;
}





