@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,300,400,700');
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,latin-ext');

/* .Heading {	font-family: Arial, Helvetica, sans-serif;	font-size: 24px;	font-weight: bold;	color: #78BA47;	} */

.MainFonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.InputboxGreenLgt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	height: 17px;
	width: 306px;
	border: 1px solid #333333;
	background-color: #DDF4FF;
}

.SubHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	text-align :center ;
	background : #78BA47;
	color :#FFFFFF ;
}
.SubHeadingLeftAlign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;		
	color :#FFFFFF ;
}
.Dashedline {
	border: 1px dashed #e7e7e7;
	font-size: 13px;
}

.LeftNavLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.LeftNavLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F0191E;
	text-decoration: underline;
}
.LeftNavLinks2ndlevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a.LeftNavLinks2ndlevel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #F0191E;
	text-decoration: none;
}
.MainFontsLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.MainFontsLinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #008D50;
	text-decoration: underline;
}
.comboboxGreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	height: 20px;
	width: 100px;
	border: 1px solid #333333;
	background-color: #DDF4FF;
}

.button1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #00A5E4;
	border: 1px solid #000000;
}

.InternalPageFonts {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 12px;	
	
}

.dotline {
	background-image: url(../images/dotedline.gif);
}

.footer {
	background-image: url(../images/footer.gif);
}
.TABMID {
	background-image: url(../images/tab_mid.jpg);
}
.TABMID1 {
	background-image: url(../images/tab_mid1.jpg);
}
.TopBG {
	background-image: url(../images/top_bg.gif);
}

.copyRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ADADAD;
	background-image: url(../images/footer.gif);
}

searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFFFF;
	height: 15px;
	width: 127px;
	border: 1px solid #94978D;
}

.LINKS {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #9F0000;
	text-decoration: none;
}
a.LINKS:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;


}

.mainpageFonts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.MiinNews {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.NewsDetails {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #990000;
}

/*gridview*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td
{
    padding:5px !important;
}
.table table  tbody  tr  td a ,
.table table  tbody  tr  td  span {
position: relative;
float: left;
padding: 3px 6px!important;
margin-left: -1px;
line-height: 1.42857143;
color: #337ab7;
text-decoration: none;
background-color: #fff;
border: 1px solid #ddd;
}

.table table > tbody > tr > td > span {
z-index: 3;
color: #fff;
cursor: default;
background-color: #337ab7;
border-color: #337ab7;
}

.table table > tbody > tr > td:first-child > a,
.table table > tbody > tr > td:first-child > span {
margin-left: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.table table > tbody > tr > td:last-child > a,
.table table > tbody > tr > td:last-child > span {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.table table > tbody > tr > td > a:hover,
.table   table > tbody > tr > td > span:hover,
.table table > tbody > tr > td > a:focus,
.table table > tbody > tr > td > span:focus {
z-index: 2;
color: #23527c;
background-color: #eee;
border-color: #ddd;
}
/*end gridview */

/*******************EB CSS*****************/
h4{  font-family: Roboto Slab; font-weight: 500;      margin: .5em 0;  color: #ffffff !important; }
h3 {       font-family: Roboto Slab; font-weight: 500;         margin: .5em 0;     color: #ffffff !important; }
h2 {       font-family: Roboto Slab; font-weight: 500;         margin: .5em 0;     color: #ffffff !important; }
body h1 , h1       {              color:#6cb33f !important;                font-family: Roboto Slab;         font-weight: 300;    line-height: 1;        font-size: 60px; margin: .5em 0;}

body  { background: #008d4f url('/Images/Pattern-ReplaceGreenColor.png') repeat !important; }
.btn-default { background: #6cb33f;     font-weight: 600;    color: #fff !important; position: relative;    overflow: hidden;    padding: 11px 22px;    text-transform: uppercase;    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1.42857143;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

h5, h5>span { font-size: 16px;margin: 0 0 10px 0;   font-family: Roboto Slab;  line-height: 1.6;font-weight: 500; color:#424242;}

.btn-link { margin:10px 5px; background-color: #3c3770; font-weight: 600; color: #fff !important;     position: relative;    overflow: hidden;    padding: 11px 22px;    text-transform: uppercase;    border: 0;     -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0px 2px 10px 0 rgba(0,0,0,0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0px 2px 10px 0 rgba(0,0,0,0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0px 2px 10px 0 rgba(0,0,0,0.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0px 2px 10px 0 rgba(0,0,0,0.12);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;}

.btn:hover {     background: #2a264e;    color: #e6e6e6;}
.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus { background-color: #3c3770 !important; }
input[type=submit][disabled] { background: #2a264e; }
.table-striped>tbody>tr:nth-of-type(even) { background-color: #f9f9f9; }
.table tbody  tr  td a { color: rgb(9, 9, 208) !important; }
.SubHeadingLeftAlign { margin-top:10px; margin-bottom:10px; }



