﻿#header
{
    /*padding: 5px 10px; /*background:#4484D2;*/
    padding-top:15px;
    border-top: 1px solid #24538c;
    border-bottom: 1px solid #24538c;
    border-right: 1px solid #24538c;
    border-left: 1px solid #24538c;
    background: #35679d; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35679d', endColorstr='#92b4da'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#35679d), to(#92b4da)); /* for webkit browsers */
    background: -moz-linear-gradient(top,  #35679d,  #92b4da); /* for firefox 3.6+ */
}

.button {
  border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #26759e; 
    color: white;
  /*padding: 20px;*/
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
  /*margin: 4px 2px;*/
    cursor: pointer;
  }
.txt_Enable {
    background:#fff;
    font-family:Times New Roman, Times, serif;
    font-size:11pt;
    margin-left:auto;
    margin-right:auto;
    margin-top:1px;
    margin-bottom:1px;
    padding:3px;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    height:20px;
    width:140px;
}
.lbltxt
{
    padding: 5px;
    font-family: Arial;
    font-size:15px;
}
.txtbox
{
    background: WhiteSmoke;
    border-color: Gray;
    border-width: 1px;
    font-family: Arial;
    font-size: 9pt;
}
.TableBG
{
	background:#F6F6F6;
	color:#000000;
	border-collapse:collapse;
    font-size:11pt;
    font-family: 'roboto', Tahoma, Arial, sans-serif;
}
.TableBG tr td
{
    padding: 2px;
    border: 1px solid #ddd;
}
.TableBG tr th
{
    padding: 2px;
}
.AlternateChange
{
	background:	#C8D7EE;
	color:Black;
    border-collapse:collapse;
    font-size:11pt;
    font-family: 'roboto', Tahoma, Arial, sans-serif;
}
.GridHeader {
    padding: 8px;
    color: white;
    border: 1px solid black;
    background-color: #336699;
    font-family: Arial;
    font-size: 12pt;
    font-style:normal;
    font-weight:normal;
   
}

 .button_1 {
            background-color: steelblue; /* Green */
            border: none;
            color: white;
            padding: 2px 8px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            width:80px;
            font-size: 15px;
            /*height:40px;*/
            border-radius: 10px;
        }
  .div_Alert {
            margin-top: 16px !important;
            margin-bottom: 16px !important;
            box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
            background-color: #c33d3d;
            width: 70%;
            color:white;
        }

  .pagernumcenter {
text-align:center;
margin:auto;
vertical-align:central;
 
horizontal-align:central;
 
}
 .hiddencol {
    display: none;
}
 .Background {
            background-color: Black;
            filter: alpha(opacity=90);
            opacity: 0.8;
        }

        .Popup {
            background-color: #C8D7EE;
            border-width: 3px;
            border-style: solid;
            border-color: black;
            padding-top: 10px;
            padding-left: 10px;
            width: 440px;
   
        }
       .GridPager a, .GridPager span
    {
        display: block;
        height:30px;
        width:100px;
        font-weight: normal;
        text-align: center;
        text-decoration: none;
    }
    .GridPager a
    {
        background-color: #336699;
        color: white;
        padding-top:5px;
        font-size:small;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #336699;
        color: #000;
        border: 1px solid #3AC0F2;
    } 

    .rcorners {
  border-radius: 25px;
  border: 2px solid #73AD21;
  padding: 20px;


}
    #Footer {
                    position: fixed;
                    bottom: 0px;
        }
    .center
    {
        margin-left:auto;
        margin-right:auto;
    }