.buttonclass
 {
 background-color: #4CAF50; /* Green */
  border: none;
//  color: white;
  padding: 20px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
 }
.editbutton1 
{
  border-radius:8px;
  background-color: #C6D6FF;
  color: black; 
  border: 2px solid #648EFF;
}

.editbutton1:hover
{
background-color: #648EFF;
}
.deletebutton1 {
  border-radius:8px;
  background-color: #DC3545;
  color: white; 
  border: 2px solid #DC3545;
}

.deletebutton1:hover {
  border-radius:8px;
  background-color: #BB2D3B;
  color: white;
}


.button1 {
  border-radius:8px;
  background-color: #EFFAE4; 
  color: black; 
  border: 2px solid #4CAF50;
}

.button1:hover {
  background-color: #4CAF50;
//  color: white;
}
.button2 {
  //background-color: white; 
  border-radius:8px;
  color: black; 
  border: 2px solid #008CBA;
}

.button2:hover {
  background-color: #008CBA;
  //color: white;
}

.button3 {
  border-radius:8px;
  background-color: #DC3545;
  color: white; 
  border: 2px solid #DC3545;
}

.button3:hover {
  border-radius:8px;
  background-color: #BB2D3B;
  color: white;
}

.button4 {
  background-color: white;
  color: black;
  border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
  background-color: white;
  color: black;
  border: 2px solid #555555;
}

.button5:hover {
  background-color: #555555;
  color: white;
}

.rcorners1{
background-color:#ECEEF0;
border-top-right-radius:20px;
border-top-left-radius:20px;
}
.rcorners2{
background-color:#ECEEF0;
border-bottom-right-radius:20px;
border-bottom-left-radius:20px;
}
.gridViewPager td
{
    padding-left: 6px; 
	padding-right: 6px;
	padding-top: 1px; 
	padding-bottom: 2px;
    
}
.GridHeader
{
    text-align:center !important;   
}
  .required:after {
    content:" *";
    color: red;
    
  }

        .auto-style14 {
            color: inherit;
            width: 100%;
            height: 141px;
            margin-top: 20px;
            margin-bottom: 30px;
            padding-top: 48px;
            padding-bottom: 48px;
            background-color: #eeeeee;
        }
        .auto-style18 {
            height: 23px;
        }
        .auto-style19 {
            height: 24px;
        }
        .auto-style26 {
            height: 23px;
            margin-right: 120px;
        }
        .auto-style28 {
            height: 9px;
            margin-right: 120px;
        }
        .auto-style29 {
            height: 9px;
        }
        .auto-style33 {
            height: 13px;
        }
        .auto-style34 {
            height: 19px;
            margin-right: 120px;
        }
        .auto-style35 {
            height: 19px;
        }
        .auto-style36 {
            height: 23px;
            margin-right: 120px;
            width: 1%;
        }
        .auto-style37 {
            height: 23px;
            margin-right: 120px;
            width: 24%;
        }
        .auto-style39 {
            height: 13px;
            width: 1%;
        }
        .auto-style40 {
            height: 13px;
            width: 24%;
        }
        .auto-style41 {
            height: 23px;
            width: 24%;
        }
        .auto-style52 {
            height: 24px;
            margin-right: 120px;
            width: 1%;
        }
        .auto-style53 {
            height: 24px;
            margin-right: 120px;
            width: 24%;
        }
        .auto-style55 {
            height: 2px;
        }
        .auto-style57 {
            height: 36px;
            margin-right: 120px;
        }
        .auto-style58 {
            height: 36px;
        }
        .auto-style59 {
            height: 35px;
            margin-right: 120px;
            width: 1%;
        }
        .auto-style60 {
            height: 35px;
            margin-right: 120px;
            width: 24%;
        }
        .auto-style61 {
            height: 35px;
        }
        .auto-style62 {
            height: 21px;
        }
        .widthfull
        {
            width:100%;
        }