@import url('https://fonts.googleapis.com/css?family=Anton');
body
{
font:11px "Trebuchet MS", Arial, sans-serif;
background-color:#fff;
background-image:url(../image/map_up.png);
padding:0; 
margin:0px auto auto auto;
color:#424849;
font-size:12px;
}
h1{
font-size:16px;
font-weight:bold;
color:#F05C1A;
width: auto;
padding:5px 0 5px 0;
margin: auto;
text-decoration:none;
/*line-height: 10px;*/
}
h2{
font-size:14px;
font-weight:bold;
color:#F05C1A;
width: auto;
padding:5px 0 9px 0;
margin: auto;
text-decoration:none;
/*line-height: 10px;*/
}
h3{
font-size:12px;
font-weight:bold;
color:#F05C1A;
width: auto;
padding:5px 0 5px 10px;
margin: auto;
text-decoration:none;
/*line-height: 10px;*/
}
p{
font-size:11px;
text-align:justify;
padding:2px;
margin:0px;
}
p.proposal_text{
width:170px;
font-size:11px;
text-align:justify;
padding:15px 0 0 15px;
margin:0px;
}
img.img_left{
float:left;
padding:0px 8px 8px 0px;
}
img.img_right{
float:right;
padding:0px 8px 8px 8px;
}
img.img_thumb{
float:left;
padding:10px;
}
img.img_big_pic{
padding:4px;
border:1px #CCCCCC solid;
}
#main_container{
min-width:1000px;
MAX-width:100%;
height:auto;
padding:0px;


}
#header{
min-width:1000px;
MAX-width:100%;
height:110px;
background-image:url(map_up.png);
margin:auto;
}
.headerheading {
    width: 780px;
    position: absolute;
    padding: 38px 0PX 0PX 40PX;
    font-family: 'Anton', sans-serif;
    font-size: 22.5pt;
    color: #F05C1A;
    margin-left: 4em;

}
#logo{
width:147px;
height:78px;
float:left;
padding:10px 0 0 35px;
}
.banner_adds
 {
    width: 600px;
    height: 62px;
    float: left;
    padding: 2px 0px 0px 218px;
    font-size: 31px;
    color: #FFF;
}
.welcome_panel
 {
    width: 378px;
float:right;
font-size: 14px;
color: #424849;
padding: 41px 55px 43px -9px !important;
text-align:left;
}
/*---------------- menu tab----------------------*/
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* style the outer div to give it width */
.menu
{
	font-size: 13px;
	padding: 22px 0px 0px;
	float: right;
	width: 100%;
	text-shadow: 1px 1px 2px #050404;
	
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none; height:28px; background:#F05C1A;z-index: 8004004;}

/* style the sub-level lists */
.menu ul ul {width: auto;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {float:left;height:28px;line-height:28px;}

/* style the sub level list items */
.menu ul ul li {display:block;width: auto;height:auto;position:relative;line-height:1em; border-bottom:1px #fff solid;}

/* style the links for the top level */
.menu a, .menu a:visited {display:block;float:left;height:100%;font-size:13px;text-decoration:none;color:#fff;background:#F05C1A;padding:0 8px 0 8px;}
.menu a.current{background:#EB5D1D;}
/* style the sub level links */
.menu ul ul a, .menu ul ul a:visited {display:block;background:#F05C1A; color:#fff;width:12em;height:100%;line-height:1em; padding:0.5em 1em;}
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {lef\t:-1px;}
.menu ul ul table ul.left {margin-lef\t:2px;}

.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}

/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#3da1e0;}
/* style the fourth level background */
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#3da1e0;}
/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#3da1e0;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#3da1e0;}

/* style the level hovers */
/* first */
.menu a:hover {color:#fff;background:#9596B9;}
.menu :hover > a {color:#fff;background:#9596B9;}
/* second */
.menu ul ul a:hover{color:#fff;background:#9596B9;}
.menu ul ul :hover > a {color:#fff;background:#9596B9;}
/* third */
.menu ul ul ul a:hover {background:#3da1e0;}
.menu ul ul ul :hover > a {background:#3da1e0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#eee;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:28px;left:0;width:14em;}

/* position the third level flyout menu */
.menu ul ul ul{left:14em;top:0;width:14em;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-14em;}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../image/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}

/*------------------------------main content-----------------------*/
#main_content{
width:1150px;
margin:auto;
clear:both;
/*background-color:#FFFFFF;*/
height:455px;
padding:10px 00px 00px 00px;
}
/*------------------------middle_content-----------*/
.left_panel{
width:257px;
float:left;
margin:0px;
padding:10px 10px 10px 0px;
}
.content_panel{
width:1179px;
float:left;
margin:0px;
padding:10px 0px 0px 0px;
background-color:#FFFFFF;

}
.column3{
width:320px;
float:left;
margin:0px;
padding:10px 10px 10px 5px;
}
.column4{
width:690px;
float:left;
margin:0px;
padding:10px 0px 10px 5px;
}
.left_box{
width:257px;
height:auto;
float:left;
padding-bottom:10px;
}
.top_left_box{
width:257px;
height:10px;
float:left;
background:url(../image/top_box_bg.gif) no-repeat center;
}
.center_left_box{
width:257px;
height: auto;
float:left;
background:url(../image/center_box_bg.gif) repeat-y;
}
.bottom_left_box{
width:257px;
height:10px;
float:left;
background:url(../image/bottom_box_bg.gif) no-repeat center;
}
.box_title{
width:257px;
text-align:center;
font-size:18px;
color:#615357;
padding:5px 0 5px 0;
}
.box_title span{
font-weight:bold;
color:#d8325d;
}

.main_text_box{
padding:0px;
}
.proposal{
width:287px;
height:85px;
background:url(../image/proposal_box.gif) no-repeat center;
background-position:0px 0px;
margin-left:15px;
margin-top:15px;
}
.title{
background-color:#e95d3c;
text-align:left;
width:auto;
padding:5px 5px 5px 5px;
color:#FFFFFF;
font-weight:bold;
font-size:15px;
}
.small_title{
background-color:#385870;
text-align:left;
width:100%;
padding:5px 5px 5px 15px;
color:#FFFFFF;
font-weight:bold;
}
.title2{
background-color:#eef1f3;
text-align:left;
width:300px;
padding:5px 5px 5px 15px;
color:#d8325d;
font-weight:bold;
margin-left:5px;
}

/*-------------------details list----------------*/
.details_list{
padding:10px;
}
.details_list ul{
text-decoration:none;
list-style:none;
margin:0px;
padding:0px;
}
.details_list ul li{
padding:5px 5px 5px 25px;
background:url(../image/bullet.gif) no-repeat left;
color:#333333;
}
.details_list ul li span{
color:#0464a1;
}
.button{
width:139px;
height:30px;
background:url(../image/blank_button.gif) no-repeat center;
text-align:center;
line-height:30px;
font-weight:bold;
font-size:13px;
}
.button a{
text-decoration:none;
color:#d8325d;
}
/*---------------offer_box----------------------*/
.offer_box{
width:320px;
height:106px;
background-color:#f3f5f6;
padding:10px;
margin:10px 0px 10px 0px;
}
.offer_box_wide{
width:310px;
height:106px;
float:left;
background-color:#f3f5f6;
padding:10px;
margin:7px;
}
.offer_box_wide_style1{
width:670px;
height:106px;
float:left;
background-color:#f3f5f6;
padding:7px;
margin:5px;
}
.offer_info{
padding:5px;
}
.offer_info span{
font-weight:bold;
color:#d8325d;
}
p.offer{
text-align:justify;
font-size:10px;
}
.more{
float:right;
padding:3px;
}
.more a{
color:#d8325d;
}
.more a:hover{
text-decoration:none;
}
.big_pic{
width:340px;
text-align:center;
padding:5px 0 5px 0;
}
.pictures_thumbs{
width:300px;
padding-left:40px;
}
/*------------------table style---------------*/
/*
td{
text-align:center;
padding:5px;
border-bottom:2px #fff solid;
}
th{
background-color: #333333;
padding:5px;
color:#FFFFFF;
}
tr.color1{
background-color:#F3F5F6;
}
*/

/*-----------------form style--------------------*/
.form{
width:257px;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.form_row{
float:left;
width:257px;
text-align:center;
padding:3px 0 3px 0;
}
label.left{
float:left;
width:70px;
padding-top:3px;
text-align:right;
}
label.left_long{
float:left;
width:90px;
padding-top:3px;
text-align:right;
}

.contact_information{
font-size:10px;
color:#385870;
text-align:left;
padding-left:20px;
}
.contact_information span{
color:#d8325d;
}


/*---------------------pagination-----------------------------*/

div.pagination {
	padding:5px;
	margin:5px;
	text-align:center;
	float:left;
	font-size:10px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	
	text-decoration: none; 
	color: #d8325d;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #ddd;
	color: #fff;
	background-color: #d8325d;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	font-weight: bold;
	background-color: #d8325d;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #ccc;
}
/*-----------------------contact------------------------*/
.contact_tab{
width:670px;
height: auto;
float:left;
background-color:#f3f5f6;
padding:8px;
margin:5px 5px 5px 0px;
}
.form_contact{
width:357px;
float:left;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.location_contact{
width:250px;
float:left;
padding:15px;
}
.form_row_contact{
float:left;
width:357px;
text-align:center;
padding:3px 0 3px 0;
}
input.form_input_contact{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
}
select.form_select{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
float:left;
margin-left:10px;
height:20px;
}
textarea{
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:250px;
height:80px;
float:left;
margin-left:10px;
}

.yogi {
    background-image:url(../image/yogi.png);
    background-size: 150px 117px;
    width: 224px;
    height: 110px;
    position: absolute;
    background-repeat: no-repeat;
	right:0;
	filter: FlipV;
}



/*-------------------footer------------------------*/
#footer{
min-width:1000px;
MAX-width:100%;
height:41px;
clear:both;
font-size:11px;
background-color:#F05C1A;
border-top:0px #eeabbd solid;
}
ul.footer_menu {
list-style:none; float:right; display:block; width:650px;
margin:0px; padding:9px 20px 0 0px;
}

ul.footer_menu li {
display:inline; font-size:11px;}

a.nav_footer:link, a.nav_footer:visited {
display:block; float:left; padding:5px 6px 5px 10px; margin:0; 
text-decoration:none; color:#2F2626;}

a.nav_footer:hover {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:underline; color:#2F2626;}

a.nav_footer:active {
display:block; float:left; padding:5px 6px 5px 10px; margin:0;
text-decoration:none;  color:#2F2626;}

#copyright{
padding:0px;
color:#fff;
font-size:14px;
}


/****************Custom Css*********************/
.btn{-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background:#7F9B4E; font-size:14px; padding:5px 5px; border:0px; color:#fff;font-weight:normal;cursor:pointer;}
.href{text-decoration:none;color:#267cb2;float:left;padding:5px 0 5px 5px;}
.href2{text-decoration:none;color:#267cb2;float:left;padding:0px 0 0px 0px;}
.href3{text-decoration:none;color:#267cb2;float:right;padding:5px 0 5px 5px;}
.content_title{
width:952px;
text-align:center;
font-size:18px;
color:#615357;
padding:5px 0 5px 0;
}
#headerbox{
width:147px;
height:78px;
float:left;
padding:40px 0 0 10px;
}
.formCol1{
width:564px;
float:left;
margin:0px;
padding:10px 0px 10px 0px;

}
.formCol2
{
width:564px;
float:left;
margin:0px;
padding:10px 0px 10px 5px;
}
.form_rowCol{
float:left;
width:530px;
text-align:center;
padding:3px 0 3px 0;
}

.formColtwo{
width:550px;
float:left;
margin:0px;
padding:10px 0px 10px 10px;

}

.form_rowColTwo{
float:left;
width:100%;
text-align:center;
padding:3px 0 3px 0;
}

label.leftColTwo{
float:left;
width:290px;
padding-top:3px;
text-align:left;
}

label.leftColTwoT1{
float:left;
width:200px;
padding-top:3px;
text-align:left;
}


input.form_inputColT1
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:150px;
height: 20px;
float:right;
margin-left:10px;
}


rowcoll1{
float:left;
width:50px;
padding-top:3px;
text-align:left;
}

rowcoll2{
float:left;
width:50px;
padding-top:3px;
text-align:left;
}
rowcoll3{
float:left;
width:50px;
padding-top:3px;
text-align:left;
}


.redstar{color:#d8325d;font-size:14px; vertical-align:bottom;}
.formnote{color:#d8325d;font-size:11px; vertical-align:bottom;}

.width100{margin-right:1%; -webkit-border-radius: 5px !important; -moz-border-radius: 5px!important; border-radius: 5px!important;}
label.leftCol{
float:left;
width:180px;
padding-top:3px;
text-align:left;
}

input.form_inputCol
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:180px;
height: 20px;
float:left;
margin-left:10px;
}
select.form_inputCol {
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:3px;
width:185px;
height: 25px;
float:left;
margin-left:10px;
}
textarea.form_inputCol {
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:180px;
height: 50px;
float:left;
margin-left:10px;
}
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left:0px;
	margin-top:3px;
	vertical-align: middle;
}
.errorcss
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #FF0066;
	height: auto;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
	margin-bottom: 12px;
	font-family: Comic Sans MS;
	background-color: #FFCCCC;
	color: #FF0000;
	font-size:12px;
} 
.successcss
{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #FF0066;
	height: auto;
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 12px;
	font-family: Comic Sans MS;
	background-color: #D5EAEA;
	font-weight:bold;
	color: #006600;
	font-size:14px;
} 

.formApp{
width:952px;
float:left;
margin:0px;
padding:10px 0px 10px 0px;

}
.form_rowApp{
float:left;
width:915px;
text-align:center;
padding:3px 0 3px 0;
}
label.leftApp{
float:left;
width:300px;
padding-top:3px;
text-align:left;
}

input.form_inputApp
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:400px;
height: 20px;
float:left;
margin-left:10px;
}
select.form_inputApp {
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:405px;
height: 25px;
float:left;
margin-left:10px;
}
textarea.form_inputApp {
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:400px;
height: 50px;
float:left;
margin-left:10px;
}


.form_box{
padding:5px;
font-size:13px;
}



label.leftColApp3{
float:left;
width:330px;
padding-top:3px;
text-align:left;
}

input.form_inputColApp3
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:135px;
height: 20px;
float:left;
margin-left:10px;
}
select.form_inputColApp3
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:3px;
width:139px;
height: 27px;
float:left;
margin-left:9px;
}
input.form_inputColApp3_red
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #d8325d;
background-color:#FFFFFF;
margin:0px;
width:135px;
height: 20px;
float:left;
margin-left:10px;
}
select.form_inputColApp3_red
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #d8325d;
background-color:#FFFFFF;
margin:3px;
width:139px;
height: 27px;
float:left;
margin-left:9px;
}

.RemarkCss
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
float:left;
width:709px;
height:125px;
padding-left:1px;
}
/*Lightbox Styles*/
.tbox
{
    position: absolute;
    display: none;
    padding: 14px 17px;
    z-index: 900;
}
.tinner
{
    padding: 15px;
    background: #fff url(image/preload.gif) no-repeat 50% 50%;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
}
.tmask
{
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 800;
}
.tclose
{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(../image/close.png) no-repeat;
}
.tclose:hover
{
    background-position: 0 -30px;
}


/**********************/
.box_title_login{
width:396px;
text-align:center;
font-size:18px;
color:#615357;
padding:25px 0 5px 0;
}
.box_title_login span{
font-weight:bold;
color:#d8325d;
}
.LoginTable
{
	width: 400px;
	height: 160px;
	/*background-color: #D1DEBC;*/
	z-index: 10000px;
	border-radius: 20px;
	border: #82a389 0px solid;
	padding: 0px;
	box-shadow: 3px 3px 8px #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
}

.form_login{
width:396px;
text-align:center;
color:#615357;
padding:5px 0 5px 0;
}
.form_row_login{
float:left;
width:396px;
text-align:center;
padding:3px 0 3px 0;
}
label.left_login{
float:left;
width:134px;
padding-top:3px;
text-align:right;
}
input.form_input
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:170px;
height: 20px;
float:left;
margin-left:10px;
}
input.form_input_red
{
border-radius: 6px 6px 6px 6px;
border: 1px solid #d8325d;
background-color:#FFFFFF;
margin:0px;
width:170px;
height: 20px;
float:left;
margin-left:10px;
}
/***********Grid Css Start ***********/
#scrollingdiv
{
	width: 1150px;overflow: auto;max-height: 400px;
}
table tr td.tabwithoutheight{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:5px 2.5px; text-transform:capitalize;font-weight:normal;text-align:center;background:#F05C1A;}
table tr th.tabwithoutheight{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:5px 2.5px; text-transform:capitalize;font-weight:normal;text-align:center;background:#F05C1A;}
table tr td.tab1{border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; background:#fff; font-size:12px; color:#000; padding:0px 12px; text-transform:uppercase;text-align:center;}
table tr td.tab1hindi{font-family : krishnanormal; border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; background:#fff; font-size:16px; color:#747474; padding:0px 12px;text-align:center;}
table tr td.tab1nobg{border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; font-size:12px; color:#000; padding:0px 12px; text-transform:uppercase;text-align:center;}
table tr td.tab1hindinobg{font-family : krishnanormal; border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; font-size:16px; color:#000; padding:0px 12px;text-align:center;}
table tr td.tab3{border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; background:#d9d9d9; font-size:12px; color:#000; padding:0px 12px; text-transform:uppercase;text-align:center;}
table tr td.tab3hindi{font-family: 'krishnanormal';border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; background:#d9d9d9; font-size:16px; color:#747474; padding:0px 12px; text-align:center;}
table tr td.tab3nobg{border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; font-size:12px; color:#000; padding:0px 12px; text-transform:uppercase;text-align:center;}
table tr td.tab3hindinobg{font-family: 'krishnanormal';border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; font-size:16px; color:#000; padding:0px 12px; text-align:center;}
table tr td.tab10{border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; background:#fff; font-size:12px; color:#000; padding:7px 3px; text-align:left;}
table tr td.tab30{border-left:#c7c7c7 1px solid;border-right:#c7c7c7 1px solid; background:#d9d9d9; font-size:12px; color:#000; padding:7px 3px; text-align:left;}

.PagerStyle{background:#F05C1A;}
.Paging
{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:5px 2.5px; text-transform:uppercase;font-weight:normal;text-align:center;background:#3c3c3c;text-decoration:none;}
.PagingSelected
{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:5px 2.5px; text-transform:uppercase;font-weight:normal;text-align:center;background:#4f6b72;text-decoration:none;}
.reportLink{font-size:12px; color:#3c3c3c; padding:17px 13px; font-weight:bold;text-decoration:none;}
.reportheading{border:#c7c7c7 1px solid; font-size:14px; color:#fff; padding:5px 2.5px;font-weight:bold;text-align:left;background:#3c3c3c;}
.pageheading{font-size:22px; color:#fff; padding:5px 2.5px;font-weight:bold;text-align:center;color:#333;}
.completerow{background:#71FF71;color:#fff;}
.incompleterow{background:#FFFF84;color:#fff;}
.notstartedrow{background:#FF5EAE;color:#fff;}
.disputedrow{background:#996633;color:#fff;}
.cancelledrow{background:#99CCFF;color:#fff;}

/***********Grid Css End ***********/
.form_inputApp
{
border-radius: 6px 6px 6px 6px;
border: 0px solid #C8D2D9;
background-color:#FFFFFF;
margin:0px;
width:400px;
height: 20px;
float:left;
margin-left:10px;
text-align:left;
}
.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}
.LoginTableLightBox
{
	display: none;
	width: 400px;
	height: 200px;
	z-index: 10000;
	border-radius: 20px;
	border: #82a389 0px solid;
	padding: 0px;
	box-shadow: 3px 3px 8px #888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
    position: absolute;
    left: 50%;
    top: 40%;
    margin: -15px 0 0 -180px;
    border: 1px solid #000;
    position: fixed;
    padding: 16px;
    background-color: #FFF;
    border: 2px solid #FFF;
   
    /*overflow: auto;*/
    font-size: 12px;
    font-weight:normal;
    color: #575757;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align:middle;
            
}
/*button style*/

.btn
{
position: relative;
display: inline-block;
/*margin-top: 0.5em;*/
padding: 0.50em 0.5em;
background: #e95d3c;
border-radius: 6px;
text-decoration: none;
text-transform: capitalize;
font-size: 1.1em;
color: #FFF;
-moz-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
-webkit-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
-o-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
-ms-transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
transition: color 0.35s ease-in-out, background-color 0.35s ease-in-out;
cursor: pointer;
}

.btn:hover
{
	background: #de3d27;
	color: #FFF !important;
}


.activation {
    width: 80px;
    background-color: #4CAF50;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    text-align: center;
    /*margin-top: -141px;*/
    margin-left: 3px;
    color: #FFFFFF;
}

.deactivation {
    width: 80px;
    background-color: #FF0000;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    text-align: center;
    /*margin-top: -141px;*/
    margin-left: 3px;
    color: #FFFFFF;
}


/* start voucher popup */
.voucherpopup{ }
.voucherpopup .close { margin-top:-50px; background-color:#ec2028; opacity:0.9; font-size:35px; padding:0px 20px; color:#fff;}
.voucherpopup .modal-content {border: 1px solid rgba(236,32,40,.9);border:2px solid #ec2028;}
.voucherpopup .modal-body h2{ text-align:center;font-family: 'TondoCorp-Light'; font-size:22px; color:#ec2028; }
.voucherpopup .modal-body label{ font-size:16px;}
/* end voucher popup */



.scrollingdiv {
    width: 1150px;
    overflow: auto;
    max-height: 400px;
}