 @import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
/* @font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Italic.eot');
	src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg#webfonttEfFltbI') format('svg');
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.svg#webfonttEfFltbI') format('svg');
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans', sans-serif;
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#webfonttEfFltbI') format('svg');
	font-style: normal;
}

@font-face {
	font-family: 'DS-DIGIT', sans-serif;
	src: url('../fonts/DS-DIGIT.TTF');
	src: url('../fonts/DS-DIGIT.eot?#iefix') format('embedded-opentype'), url('../fonts/DS-DIGIT.woff') format('woff'), url('../fonts/DS-DIGIT.ttf') format('truetype'), url('../fonts/DS-DIGIT.svg#webfonttEfFltbI') format('svg');
	font-style: normal;
}*/

*, *:after, *:before{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}



html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	background-color:#e4f8fb;
}
header, section, nav, footer {
	display:block;
}

input:active, input:focus{
	outline: none;
}
.main_container {
	width: 100%;
	margin:auto;
	display: inline-block;
}
.common_container {
	width: 100%;
	margin:auto;
}
.inner_container {
	/*width: 980px;*/
	/*width: 100%;*/
	width:1280px;
	margin: auto;
	
}
.header_container {
	width: 100%;
    height:120px;
    margin: 0 auto;
}

.fixed-width-content{
	width: 1170px;
	margin: 0 auto;
}

.section-left-frame{
	float: left;
	width: 20%;
	padding: 2px;
	margin-top: 10px;
}
.section-right-frame{
	float: left;
	width: 20%;
	padding: 2px;
	margin-top: 10px;
}

.head-report-h2{
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 6px;
}

.report-option-frame{
	font-weight: bold;
	font-size:12px;
	color: #1396D3;
	text-align: right;
	display: none;
	padding: 10px 0px;
	float: right;
}

.light-td-blue-bg{
	background-color: #E6F5F8;
}


.hide-report-input{
	display: none;
	position: absolute;
}

.table-overflow{
	overflow-y: hidden;
	overflow-x: auto;
	width: 100%;
	padding-bottom: 10px;
}

/*.banner_container {
	float:left;
	width:100%;
	margin:0;
	background:url(../images/banner.png); background-repeat:no-repeat; 
	height:120px;
}*/


.banner_container {
    /* float: left; */
    width: 100%;
    margin: 0 auto;
    background: url(../images/bannernew.png);
    background-repeat: no-repeat;
    height:120px;
    background-attachment: relative;
    background-position: center center;
    /* width: 90%; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.header_container .gov-logo {
	background:url(../images/gov-logo.png); background-repeat:no-repeat;
	width:108px;
	height:108px;
	float:left;
	margin:5px 0px 0px 5px;
	background-size: 100% 100%;
}

.header_container .assam-logo {
	background:url(../images/assam-logo.png); background-repeat:no-repeat;
	width:108px;
	height:108px;
	float:right;
	margin:5px 5px 0px 0px;
	background-size: 100% 100%;
}

.header_container .assam-title{ 
	float:left;
	background:url(../images/e-districttitle.png); background-repeat:no-repeat;
	width:168px;
	height:57px;
	margin:2px 0px 0px 3px;
	background-size: 100% 100%;
	
}

/*navegation*/
.navigation_container1 {
	float:left;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	background-color:#1396d3;
	margin:0;
	text-decoration:none;
	margin-top:5px;
	width:100%;
	padding:0;
	position:absolute;
}

/*navegation*/
.navigation_container {
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	background-color: #1396d3;
	margin: 0;
	margin-right: 0px;
	text-decoration: none;
	margin-top: 5px;
	width: 100%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.navigation_container .navgationmain {
	/*width: 980px;
	margin:auto;*/
	width: 1160px;
    margin: 0 auto;
}
.navigation_container .nav_link {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
.navigation_container .nav_link_active {
	float: left;
	width: auto;
	height: auto;
	padding: 10px 10px 0px 10px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #1396d3;
}

.navigation_container .Languages_seletboxdiv{
  float: right;
    margin-top: 7px;
    /* margin-right: 0px; */
}

.navigation_container .Languages_seletbox{
  float: left;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 500;
  color: #000;
  width: 170px /*238px*/;
  height: 32px;
  border: 1px solid #1396d3;
  word-wrap: break-word;
  vertical-align: text-top;
  padding: 0px 0px 0px 10px;
  background: url(../images/seletboxarrow.jpg) no-repeat right 5px  top;
  background-color:#FFF;
  z-index: -1;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* appearance: none; */
	}

/*common_content section start*/

.common_content {
	float:left;
	width:100%;
	margin:0;
	/*margin-top:20px*/;
}
.common_content .section_left p {
	font-family:'Open Sans', sans-serif;
	float:left;
	font-size:16px;
	color:#1d2527;
	font-style:normal;
	font-weight:400;
	margin:0;
	padding-top:6px;
}
.section_left .more {
	font-family:'Open Sans', sans-serif;
	float:left;
	font-size:18px;
	color:#4bb740;
	font-style:normal;
	font-weight:200;
	margin:0;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
}

.section_left .leltLinks{ float: left;
margin: 0;
display: inline-block;
padding: 0;
position: relative;
margin: 43px 0px 0px 0px;}


.aboutbanner .morelinks {
	font-family:'Open Sans', sans-serif;
	float:left;
	font-size:18px;
	color:#4bb740;
	font-style:normal;
	font-weight:200;
	margin:0;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	padding-top:7px;
}


.section_left .aboutbanner {
	float:left;
	margin:0;
	padding-top:24px;
}


.common_content .section_left h1 {
	font-family:'Open Sans', sans-serif;
	font-size:26px;
	font-style:italic;
	display:block;
	height:22px;
}
.abouttitel {
	font-family:'Open Sans', sans-serif;
	font-size:26px;
	font-style:italic;
}
.common_content .section_right h1 {
	font-family:'Open Sans', sans-serif;
	font-size:17px;
	font-style:italic;
	display:block;
	font-weight:400;
	position:relative;
	float:left;
	margin:5px 0 0 0;
	padding:0;
	padding-bottom:4px;
}
.clear {
	height:5px;
}

.section_left_box .HeasdingApplication{
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: bold;
  display: block;
  padding: 3px 1px 0px 0px;
  text-align: center;
}

.section_left_box .map{
	margin: 0 auto;
	width:555px;
	height: 470px;
	}
.lineborder_blue {
  border-top: solid 1px;
  color: #06638e;
  float: left;
  margin: 0;
  padding: 0;
  height: 8px;
 /* width: 460px;*/ width:100%;
  margin-top: 0px;
}
.section_left_box .HeasdingApplication_number{
  font-family: DS-Digital;
  font-size: 60px;
  font-style: normal;
  font-weight: bold;
  display: block;
  padding: 0px 1px 10px 0px;
  text-align: center;
}

.section_left_box .Servicesdropdownsection{ position:absolute; padding: 20px 10px 0px 10px;}

.section_left_box .leftlable{ position:absolute; padding: 20px 10px 0px 10px;}
.section_left_box .seletbox{
  float: left;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: 500;
  color: #000;
  width: 270px;
  height: 32px;
  border: 1px solid #1396d3;
  word-wrap: break-word;
  vertical-align: text-top;
  padding: 0px 0px 0px 10px;
  background: url(../images/seletboxarrow.jpg) no-repeat right 5px top;
  background-color:#FFF;
  z-index: -1;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* appearance: none; */
	}
.section_left_box .labelServices {
  float: left;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  display: block;
  font-weight: bold;
  color: #000101;
  padding: 5px 20px 0px 0px;

}

.section_left_box .Click-link-leftside {
	float:left;
	padding-left:5px;
	padding-right:26px;
	padding-top:12px;
	padding-bottom:0px;
	margin-top: -123px;
	font-family: 'Open Sans', sans-serif;
  	font-size: 20px;
  	font-style: italic;
	text-align:center;
	width:218px;

}

.section_left_box .Districtvalues {
  float: right;
  margin: -104px 10px 0px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-style: italic;
  width: 176px;
  height: 123px;
  background-color: #e4f8fb;
  border: 1px solid #0374c6;
  padding: 2px 10px 10px 10px;
  background:url(../images/bgtotal.png) repeat-x #e4f8fb; 

}

.Districtvalues .districttitle{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  background-color:#62b6c6;
  text-align:center;
  font-weight:bold;
  padding-left:28px;
  
   }

.Districtvalues .wrapper_dis{
   position: relative;
   float: left;
   width: 178px;
}
.Districtvalues .wrapper_dis_left1{
   position: relative;
   float: left;
   left: 1px;
   width: 87px;
   height: 55px;
   padding-top:10px;
   
}

.Districtvalues .bar img{   padding: 0px 0px 0px 6px;
  border: none;}
.Districtvalues .wrapper_dis_left2{
   position: relative;
   float: left;
   left: 4px;
   width: 91px;
   height: 75px;
}

.Approved { background:url(../images/circle1.png) no-repeat left; padding:3px 0px 4px 20px;    
 }

.Rejected { background:url(../images/circle2.png) no-repeat left; padding:3px 0px 4px 20px;    
 }
.InProcess { background:url(../images/circle3.png) no-repeat left; padding:3px 0px 4px 20px;    
 }
 
 .Total { float:right;
  font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	margin: 17px 10px 0px 0px;   
 }
 
 .Total-number { float:right;
  font-family:'Open Sans', sans-serif;
	font-size:25px;
	font-style:normal;
	font-weight:bold;
	margin: 0px 10px 0px 0px;   
 }
.section_left_box .Applicatonbox h2 {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	position:relative;
	margin: 4px 0 0 4px;
	padding:0;
	float:left;
	width:100%;
}

.section_left_box h2 {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:400;
	position:relative;
	margin: 4px 0 0 4px;
	padding:0;
	float:left;
	width:100%;
}


.common_content .section_left_main {
	/*float: left;
width: 735px;
margin: auto;
padding-left: 0px;
float: left; */
    /*width: 1160px;
    margin: 0 auto;*/
    position: relative;
    padding-left: 0px;
    overflow: hidden;

}
.common_content .section_left_about {
	padding-left:26px;
	padding-right:37px;
	/*min-height:433px;*/
	padding-top:25px;
}

.common_content .section_left_box {
	width:595px;
	height:auto;
	margin-top:15px;
	margin-left:0px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	background-color:#fbfbe4;
	  display: inline-block;
	/*background: url(../images/logo-light.png) no-repeat center 174px #fbfbe4 ;*/
}


.Approvedbox {
	padding: 15px 12px;
	padding-top: 0px;
	border: 1px solid #ccc;
	border-top: 4px solid #ccc;
	background-color:#fbfbe4;
	overflow: hidden;
	padding-bottom: 25px;
	box-shadow: 0px 0px 5px #ccc;
	/*background: url(../images/logo-light.png) no-repeat center -60px #fbfbe4;*/
}



.Approvedbox_apnO {
	padding-left:15px;
	padding-right:26px;
	padding-top:3px;
	height:177px;
	padding-bottom:0px;
	margin-left:0px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	background-color:#fbfbe4;
	margin:4px;
	/*background: url(../images/logo-light.png) no-repeat center -60px #fbfbe4;*/
}


.Approvedbox1 {
	padding: 15px 12px;
	padding-top: 0px;
	border: 1px solid #ccc;
	border-top: 4px solid #ccc;
	background-color:#fbfbe4;
	margin-top: 11px;
}

.submit_btn{
	border: none;
    background-color: #4bb740;
    padding: 7px 0px;
    width: 80px;
    border-radius: 1px;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    cursor: pointer;
    float: right;
}
.LoginButton_sta{
	border: none;
	background-color: #4bb740;
	padding: 4px 0px;
	width: 80px;
	text-align: center;
	font-size: 15px;
	color: #FFF;
	cursor: pointer;
	border-radius: 1px;
	padding-bottom: 6px;
	display: block;
	margin-top: 20px;
	float: right;
}
.LoginButton_sta:hover{
	background-color: #000;
}

.Approvedbox  h2{
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	display: inline-block;
	color: #1396d3;
	margin: 14px 0px 6px 0px;
	width: 100%;
}
	
.Approvedbox  h1{
	font-size: 16px;
	border-bottom: 1px solid #dadada;
	padding: 10px 0px;
	font-weight: normal;
	color: #414141;
}
	
.Approvedbox .Big_Text_Box {
	width: 100%;
  height: 30px;
  border: 1px solid #1396d3;
  font-size: 14px;
  font-style: normal;
  color: #161a1b;
  float: left;
  padding: 5px;
  font-weight: 500;
}
	
	
.Applicatonbox  h1{
font-style: italic;
font-weight: normal;
	}
	
.Approvedbox  h2 span{
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#F00;}

.Applicatonbox {
	padding-left:26px;
	padding-right:26px;
	padding-top:3px;
	height:206px;
	padding-bottom:0px;
	border-bottom:3px solid #d0ffca;
}

.section-data-cell{
	float: left;
	padding: 9px;
	margin-top: 3px;
	width: 60%;
}


/* sectionright*/
.section_right {
	float: left;
	/*width:327px;*/
	/*width:245px;*/
	width:270px;
	margin:auto;
}
.section_right_box {
	width:/*245*/270px;
	height:auto;
	margin-top:15px;
	margin-left:0px;
	/*-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	background-color:#fff;*/
	background: url(../images/logo-light.png) no-repeat center 233px;
	/*background-image:url(../images/left-sidelog-bg.png); background-repeat:repeat-y;*/
}
.loginbox {
	/*border-bottom:3px solid #d0ffca;*/
	background: url(../images/logo-light.png) no-repeat center 12px #fbfbe4 ;
	
}

.margin-top-001{
	margin-top: 10px;
}

.Applicatonbox h3 {
	margin: 12px 0 0 3px !important;
}
.loginbox .Large_Text_Box {
  width: 100%;
  height: 18px;
  border: 1px solid #1396d3;
  /* background-color: #caf9c5; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #161a1b;
  float: left;
  margin-top: /*4px*/5px;
  padding: 10px 12px 10px 12px;
  line-height: 18px;
  font-weight: 500;
  
}

.login-form-box{
	padding: 15px 0px;
}
.login-form-box .login-input-box{
    width: 100%;
    height: 30px;
    border: 1px solid #1396d3;
    font-size: 14px;
    font-style: normal;
    color: #161a1b;
    float: left;
    padding: 5px;
    font-weight: 500;
}

.forget-pass-text-001{
	font-size: 15px;
	color: #424242;
	display: block;
	margin-bottom: 15px;

}

.section_right_box .forgot {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	color:#000;
	padding-top:15px;
	float:left;
	font-style:italic;
	text-decoration:none;
}
.Applicatonbox .Small_Text_Box {
	width:70px;
	height:18px;
	border:0px solid #4bb740;
	background-color:#caf9c5;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-style:normal;
	color:#161a1b;
	text-indent:16px;
	margin:5px 5.9px 0 2px;
	float:left;
	padding: 10px 5px;
	line-height:18px;
}
.Applicatonbox .Big_Text_Box {
	width:319px;
	height:18px;
	border:0;
	background-color:#caf9c5;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-style:normal;
	color:#161a1b;
	float:left;
	margin-top:4px;
	padding: 10px 12px 10px 12px;
	line-height:18px;
	font-weight:500;
}
.section_right_box .LoginButton {
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	float:right;
	background:#4bb740;
	margin-top:5px;
	margin-right:0px;
	color:#FFFFFF;
	width:85px;
	height:34px;
}

.section_right_box .Approvedbox .submit_btn {
 border:none;
 font-family: 'Open Sans', sans-serif;
 font-size:16px;
 float:right;
 background:#4bb740;
/* margin-top:30px;
 margin-right:10px;*/
 color:#FFFFFF;
 width:95px;
 height:38px;
 cursor:pointer;
}

.Approvedbox .submit_btn:hover { background-color:#161a1b; color:#fff;}


.section_right_box .LoginButton:hover {
	background:#161a1b;
	cursor:pointer;
}
.section_right_box .LoginButton_sta {
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	float:right;
	background:#4bb740;
	margin-top:0px;
	margin-right:4px;
	color:#FFFFFF;
	width:95px;
	height:30px;
	text-decoration:none;
	text-align:center;
	padding-top:8px;
}
.section_left_box .LoginButton_sta:hover {
background:#161a1b;
	cursor:pointer;
	
}
.section_right_box .LoginButton_sta:hover {
	background:#161a1b;
	cursor:pointer;
}
/*footer*/

.footer_container {
	float:left;
	width:100%;
	height:35px;
	background-color:#1396d3;
	margin:0;
	/*margin-top:50px;*/
	margin-top:30px;
	padding:0;
}
.footer_container .section_footer_left {
	position: relative;
	margin-top:5px;
	margin-left:/*10*/56px;
	letter-spacing:0.4px;
	float: left;
	display:inline;
}
.section_footer_left .footerlinks {
	font-family:'Open Sans', sans-serif;
	font-size:15px;
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-weight:100;
	padding-left: 35px;
}
.footer_container .section_footer_right {
	position: relative;
	float: right;
	margin-right:/*16*/56px;
	/*width: 132px;*/
	margin-top:4px;
	letter-spacing:0.4px;
}


.section_footer_right .footerlinks {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#FFFFFF;
	font-style:normal;
	font-weight:100;
	font-weight:bold;
	text-transform:uppercase;
}
.form_hint {
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	text-decoration:none;
	background: #1396d3;
	/*border: 1px solid #d2ffcc;*/
    border-radius: 3px 3px 3px 3px;
	color: #FFF;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: block;
	margin-left:349px;
	margin-top:60px;
}
.tooltip {
	position: relative;
}
.tooltip:before, .tooltip:after {
	position: absolute;
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	margin-left: -100px;
	left: 50%;
	bottom: 300%;
	display: block;
	color: #000;
	opacity: 0;
}
.tooltip:before {
	/*content: attr(title);*/
	border: solid 1px #0088cc;
	background: #FFF;
	width: 200px;
	text-align: center;
	z-index: 2;
	font-size: 13px;
	line-height: 18px;
	padding: 5px;
}
.tooltip:after {
	content: '\25c6';
	margin-left: 0;
	margin-top: 10px;
	width: 15px;
	height: 15px;
	z-index: 1;
	line-height: 28px;
	color: #0088cc;
	font-size: 20px;
}
.tooltip:hover:before, .tooltip:hover:after {
	bottom: 150%;
	opacity: 1;
}
.error {
	background:url(../images/error_img.png) no-repeat left top;
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ff4810;
	padding:1px 15px 0px 25px;
	margin: 0px 0px 0px 15px;
	width:100%;
	vertical-align:top;
	display:inline-block;
	clear:left;
	margin-bottom: 10px;
}
.error_text {
font-family: "Open Sans",sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FF4810;
display: block;
text-align: center;
margin: 10px 0;
}
.error_text_adminlogin {
	/* background: url(../images/error_img.png) no-repeat left top; */
font-family: "Open Sans",sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FF4810;
padding: 1px 0px 0px 9px;
margin: 6px 0px 0px 0px;
width: 244px;
vertical-align: top;
display: inline-block;
clear: left;
position: absolute;
}
/*POPOUP*/
	
	.overlay {
	background-color: rgba(0, 0, 0, 0.8);
	bottom: 0;
	cursor: default;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;/*background-image: repeating-linear-gradient(45deg, transparent, transparent 30px, rgba(255,255,255,.5) 30px, rgba(255,255,255,.5) 70px);
*/
}
.overlay:target {
	visibility: visible;
	opacity: 1;
	position:fixed;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}
.popup .popupheading {
	color:#07839f;
	font-size:18px;
	color:#3b3b3b;
	display:block;
	padding:10px 15px;
}
.popup .popup_width {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	border-top: 1px solid #1396d3;
}
.popup .popup_left {
	float:left;
	width:60%;
	margin:0;
	padding:10px 0px 0px 15px;
}
.popup .popup_right {
	float:left;
	width:40%;
	margin:0;
	padding:10px 0px 0px 15px;
}
.popup .popupsubheading {
	color:#07839f;
	font-size:14px;
	font-style:normal;
	color:#3b3b3b;
	display:block;
}
.popup .popupgrenheading {
	color:#07839f;
	font-size:15px;
	font-weight:600;
	color:#4db346;
	display:block;
}
.popup .popupblueheading {
	color:#07839f;
	font-family: 'Open Sans', sans-serif;
	font-size:26px;
	font-style:normal;
	font-weight:bold;
	color:#1396d3;
	display:block;
}
.popup {
	    /* margin-left: 114px; */
    background-color: #fff;
    border: 8px solid #1396d3;
    color: #666;
    /* padding: 15px; */
    position: fixed;
    text-align: left;
    position: absolute;
    width: 50%;
    max-width: 700px;
    left: 0;
    right: 0;
    margin: auto auto 40px;
    opacity: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    background: #fff;
    z-index: 10;
    visibility: hidden;
}

.popup_center_section {
	margin: 0 auto;
	padding: 10px 0px 16px 15px;
	float:left;
}

.popup .Unknown{ font-size:24px;}

.overlay:target+.popup {
	margin: 0 auto;
	opacity: 1;
	visibility: visible;
}
.close {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    /* font-size: 15px; */
    background-color: #fff;
    border: 2px solid #1396d3;
    height: 32px;
    line-height: 29px;
    position: absolute;
    right: -15px;
    text-align: center;
    text-decoration: none;
    top: -19px;
    width: 33px;
    color: #1396d3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}
.close:before {
	color:#1396d3;
	content: "X";
	font-size: 16px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
/*border: 2px solid #FFF;
    background-color:#1396d3;
	color:#fff;*/
}
.popup p, .popup div {
	margin-bottom: 10px;
}
.popup label {
	display: inline-block;
	text-align: left;
	width: 180px;
}
.Buttons1 {
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	border:none;
	/*	padding:13px 28px;
*/	background:#4bb740;
	color:#FFFFFF;
	margin:29px 4px 30px 3px;
	width:95px;
	height:38px;
}
.Buttons1:hover {
	background:#161a1b;
	cursor:pointer;
}
.Buttons2 {
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	border:none;
	/*	padding:13px 28px;
*/	background:#161a1b;
	color:#FFFFFF;
	margin:29px 4px 30px 3px;
	width:95px;
	height:38px;
}
.Buttons2:hover {
	background:#4bb740;
	cursor:pointer;
}
.closeaherf {
	border:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	border:none;
	/*	padding:13px 28px;
*/	background:#161a1b;
	color:#FFFFFF;
	margin:29px 4px 30px 3px;
	padding:7px 27px 8px 27px;
	width:95px;
	height:38px;
	text-decoration:none;
}
.closeaherf:hover {
	background:#4bb740;
	cursor:pointer;
}
.Forgot_successful_login {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	color:#4db346;
	text-align:left;
	margin:0;
	margin:0px 0px 0px 78px;
	width:300px;
	border: 0px solid #eaffe7;
	padding:0px;
	position:absolute;
}
.changepwd {
	font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: italic;
    /* font-weight: bold; */
    color: #4db346;
    text-align: left;
    margin-top: 10px;
    display: block;
    /* top: 170px; */
    /* right: 126px; */
    /* margin: 0; */
    /* margin: 5px 2px 0px 0px; */
    /* width: 300px; */
    /* border: 1px solid #ccc; */
    /* padding: 0px; */
    /* position: absolute; */
    /* background-color: #fff; */
    /* padding: 5px 10px; */
}






:root .css3-selectbox,
:root .css3-selectbox select,
:root .css3-selectbox::after,
:root .css3-selectbox::before
{
    display: inline-block;
    vertical-align: top;
    height: 18px;
}
 
/*:root .css3-selectbox::after,
:root .css3-selectbox::before
{
    content: "";
    -moz-pointer-events: none;
    -webkit-pointer-events: none;
    pointer-events: none;
}*/
 
:root .css3-selectbox,
:root .css3-selectbox::after
{
    background: #757575;
    background: -moz-linear-gradient(#757575, #626262);
    background: -webkit-linear-gradient(#757575, #626262);
    background: -ms-linear-gradient(#757575, #626262);
    background: -o-linear-gradient(#757575, #626262);
    background: linear-gradient(#757575, #626262);
}
 
:root .css3-selectbox select
{
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font: normal 11px/18px 'Open Sans', sans-serif;
    color: #fff;
    outline: none;
}
 
:root .css3-selectbox option
{
    background: #535353;
}
 
:root .css3-selectbox
{
    border: solid 1px #303030;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
    box-shadow: 0 0 0 1px #6a6a6a, 0 0 0 1px #919191 inset;
}
 
:root .css3-selectbox::before
{
    position: absolute;
    z-index: 1;
    top: 8px;
    right: 4px;
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-top-color: rgba(255, 255, 255, .6);
}
 
:root .css3-selectbox::after
{
    position: relative;
    left: 1px;
    width: 16px;
    margin: 0 0 0 -17px;
    box-shadow: -1px 0 0 1px #919191 inset;
}
 
:root .css3-selectbox:hover::before
{
    border-top-color: #fff;
}

.header_container .language_select {
	float:right;
	margin:0;
	/*padding-top:5px;
	padding-right:7px;*/
}








/*26/06/2015 deshboardcss*/

.Deshboard_container {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}

.Deshboard_container, .inner-width{
	
	}

.lineborder1 {
  border-top: solid 3px;
  color: #1396d3;
  float: left;
  margin: 0;
  padding: 0;
  height: 3px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}


.Deshboard_container .Deshboard_Box {
	float:left;
	margin:0;
	padding:0;
	width:980px;
	 height:100%; 
	margin-top:15px;
	margin-bottom:15px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17	);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.17);
	overflow:hidden;
	background-color:#FFF;
}

.Deshboard_Box h1 {
  float: left;
  margin: 0;
  padding: 0;
  width: 433px;
  font-family: 'Open Sans', sans-serif;
  font-size: 26px;
  font-style: italic;
  display: block;
  font-weight: 400;
  padding: 14px 0px 0px 30px;
}

.Deshboard_container .main_wrapper{
   position: relative;
   float: left;
   width: 980px;
   margin-bottom: 30px;
/*   background-color: #cccccc
*/}
.Deshboard_container .main_wrapper_leftside{
   position: relative;
   float: left;
   width: 279px;
   height: auto;
   margin:0px 0px 0px 30px;
   background-color: #f9feff;
   border:1px solid #62b6c6;
   
}
.Deshboard_container .main_wrapper_rightside{
   position: relative;
   float: left;
   left: 12px;
   width: 598px;
   height: auto;
   margin:0px 0px 0px 30px;
/*   background-color: #828282;
*/}

.main_wrapper_leftside .topbar-blue{
	float: left;
	display:inline-block;
	width:245px;
	height:26px;
	background-color:#62b6c6;
	border:1px solid #62b6c6;
	}
	
	
/*tableTabular*/
/*.table_Border_Tabular {
	float:left;
	border-collapse:collapse;
	width:595px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	vertical-align:text-top;
	table-layout:fixed;
}*/

.table_Border_Tabular {
  /* float: left; */
  border-collapse: collapse;
   width: 535px; 
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  vertical-align: text-top;
  /* table-layout: fixed; */
  margin: 19px 30px 15px 30px;
  padding-bottom:15px;
  display:inline-table;
}

.table_Border_Tabular a {
	color:#007eff;
}

.table_Border_Tabular .boldtext {
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:18px;
}
.table_Border_Tabular table, .table_Border_Tabular tr, .table_Border_Tabular td {
	font-family:'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
	padding:4px;
	border:1px solid #1396d3;
	text-align:center;
	word-wrap:break-word;/*text-align:left*/
}
.table_Border_Tabular .tdcolor{ background-color:#e6f5f8;}

.table_Border_Tabular table, .table_Border_Tabular th {
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	border:1px solid #1396d3;
	background-color:#62b6c6;
	color:#2a362d;
	padding:4px;
}



/*29/06/2015 Dashboardreport design*/

.section_left_box .HeasdingApplication-report{
  font-family: "Open Sans",sans-serif;
font-size: 20px;
font-weight: 400;
display: block;
padding: 5px 1px 10px 30px;
text-align: left;
font-style: italic;
}


.table_Border_Tabular1 {
  float: left; 
  border-collapse: collapse;
  width: 100%;
  min-width: 640px;
  font-size: 14px;
  vertical-align: text-top;
  padding-bottom: 15px;
  display: inline-table;
 
}

.table_Border_Tabular1 a {
	color:#007eff;
}

.table_Border_Tabular1 .boldtext {
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#000000;
	font-size:18px;
}
.table_Border_Tabular1 table, .table_Border_Tabular1 tr, .table_Border_Tabular1 td {
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-style:normal;
	padding:1px;
	border:1px solid #1396d3;
	font-weight:400;
	color: #000;
	word-wrap:break-word;
	/*text-align:left;*/
}
.section-data-cell-box{
	border: 1px solid #ccc;
    border-top: 4px solid #ccc;
    background-color: #fbfbe4;
	padding: 20px;
	overflow: hidden;
	box-shadow: 0px 0px 10px #ccc;
}
.table_Border_Tabular1 .tdcolor{ background-color:#e6f5f8;}

.table_Border_Tabular1 table, .table_Border_Tabular1 th {
	font-family: 'Open Sans', sans-serif;
	/*font-size:10.5px;*/
	font-weight:bold;
	padding:4px;
	border:1px solid #1396d3;
	background-color:#62b6c6;
	color:#2a362d;
	padding:8px 4px;
	text-align:center;
	min-height: 35px;
	font-size: 13px;
}

/* 30/06/2015 */



.table_Border_Tabular1 table, .table_Border_Tabular1 tr, .table_Border_Tabular1 td .width-treecell {
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	font-style:normal;
	padding:1px;
	border:1px solid #1396d3;
	text-align:left;
	word-wrap:break-word;
	width: 200px;
}


/*06/07/2015*/
.footer_container .section_footer_left img {
	position: relative;
	float: left;
	margin-right:16px;
	/*width: 132px;*/
	margin-top:-7px;
	letter-spacing:0.4px;
}


.common_content .section_left_cel1 {
  float: left;
  width: 270px;
  margin: auto;
  padding-left: 0px;
  margin-top: 11px;
}

.section_left_cel1 .Approvedbox {
	padding-left:15px;
	padding-right:26px;
	padding-top:3px;
	height:177px;
	padding-bottom:0px;
	margin-left:0px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	background-color:#fbfbe4;
	margin:4px;
	/*background: url(../images/logo-light.png) no-repeat center -60px #fbfbe4;*/
}

.section_left_cel1 .Approvedbox1 {padding-left:15px;
	padding: 3px 15px 18px;
height: auto;
background-color: #FBFBE4;
margin: 4px;
background-image: none;
display: block;
overflow: hidden;}

.section_left_cel1 .Approvedbox  h2{font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	display:inline-block;
	color:#1396d3;
	margin: 14px 0px 6px 0px;
	width:100%;
	}
	
	.section_left_cel1 .Approvedbox  h1{font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-size: 17px;
font-style: italic;
font-weight: normal;
/*margin:5px 0px 20px 0px;*/
margin: 3px 0px -15px 0px;
	}
	
	.section_left_cel1 .Approvedbox .Big_Text_Box {
width: 208px;
  height: 18px;
  border: 1px solid #1396d3;
  /* background-color: #caf9c5; */
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-style: normal;
  color: #161a1b;
  float: left;
  margin-top: /*4px*/5px;
  padding: 10px 12px 10px 12px;
  line-height: 18px;
  font-weight: 500;
}
	
	
	.section_left_cel1 .Applicatonbox  h1{font-family: 'Open Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
/* font-size: 26px; */
font-style: italic;
font-weight: normal;
	}
	
.section_left_cel1	.Approvedbox  h2 span{font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:bold;
	color:#F00;}

.section_left_cel1 .Applicatonbox {
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	height:206px;
	padding-bottom:0px;
	border-bottom:3px solid #d0ffca;
}
.section_left_cel1 .LoginButton_sta {
	border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  float: right;
  background: #4bb740;
  margin-top: 0px;
  margin-right: -14px;
  color: #FFFFFF;
  width: 85px;
  height: 29px;
  text-decoration: none;
  text-align: center;
  padding-top: 5px;
  margin-top: 5px;
}
.section_left_cel1 .LoginButton_sta:hover {
background:#161a1b;
	cursor:pointer;
	
}

.section_left_cel1 .Approvedbox .submit_btn {
   border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  float: right;
  background: #4bb740;
  color: #FFFFFF;
  width: 85px;
  height: 34px;
  cursor: pointer;
  margin-top: 5px;
}

.section_left_cel1 .Approvedbox .submit_btn:hover { background-color:#161a1b; color:#fff;}



.common_content .section_left_cel2 {
  /*float: left;
  width: 460px;
  margin: auto;
  padding-left: 0px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
	background-color:#fbfbe4;
	margin:15px;*/
	
	float: left;
    width: 590px;
    margin: auto;
    padding-left: 0px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.36);
    background-color: #fbfbe4;
    margin: 15px;
}


.section_left_cel2 .main_wrapper_rightside1{
   position: relative;
   float: left;
   left: 12px;
   width: 404px;
   height: auto;
   margin:0px 0px 0px 30px;
/*   background-color: #828282;
*/}

.section_left_cel2 .main_wrapper_leftside1 .topbar-blue{
	float: left;
	display:inline-block;
	width:245px;
	height:26px;
	background-color:#62b6c6;
	border:1px solid #62b6c6;
	}
	
.section_left_cel2	.HeasdingApplication-report{
  font-family: "Open Sans",sans-serif;
font-size: 20px;
font-weight: 400;
display: block;
padding: 5px 1px 10px 15px;
text-align: left;
font-style: italic;
}

	
	.table_Border_Tabular1 table, .table_Border_Tabular1 td  .table-treebg{background-color: #E6F5F8 !important; width: 138px !important;}
	
	
	
	.navigation_container .Languages_seletboxdiv-home {
    float: right;
    margin-top: 8px;
    margin-right: 5px;
    /* position: relative; */
    /* position: absolute; */
    display: inline-block;
}
.navigation_container .Languages_seletboxdiv-home {
    float: right;
    margin-top: 8px;
    margin-right: 15px;
    /* position: relative; */
    /* position: absolute; */
    display: inline-block;
}
.navigation_container .Languages_seletbox-home {
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-style: normal;
    display: block;
    font-weight: 500;
    color: #000;
    width: 200px /*238px*/;
    height: 32px;
    border: 1px solid #1396d3;
    word-wrap: break-word;
    vertical-align: text-top;
    padding: 0px 0px 0px 10px;
    background: url(../images/seletboxarrow.jpg) no-repeat right 5px top;
    background-color: #FFF;
    z-index: -1;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.slicknav_menu {
    display: none;
}
.search-res{
		display: none;
	}
.amtron-logo{
	float: left;
}

.appclass img{max-width:100%;}

.exampleContainer {border:1px solid #ddd;border-left:0;border-right:0}
.exampleContainer .exampleLive {padding:20px;background:#fafafa}
.exampleContainer .exampleLive .exampleLiveTitle {color:#666;font-size:13px;padding-bottom:10px;margin-right:10%}
.exampleContainer .exampleLive > button {padding:6px 12px;cursor:pointer;background:#4081BE;border:0;color:#fff;border-radius:3px;text-transform:uppercase;font-weight:bold;font-size:13px}
.exampleContainer .exampleLive > button:hover {background:#3772A8}
.exampleContainer .exampleCode {background:#2b2f3b;padding:20px}
.exampleContainer .exampleCode code {white-space:pre-line}
.exampleContainer .exampleCode code * {font-family:consolas;font-size:13px}
.exampleContainer .exampleCode code > p {line-height:20px;color:#7993ad;display:inline-block}
.exampleContainer .exampleCode code .tab {padding-left:15px}
.exampleContainer .exampleCode code .tab2 {padding-left:30px}
.exampleContainer .exampleCode code .tab3 {padding-left:45px}
.exampleContainer .exampleCode code .tag {color:#97e0e9}
.exampleContainer .exampleCode code .text {color:#fff}
.exampleContainer .exampleCode code .key {color:#bf5c5b}
.exampleContainer .exampleCode code .val {color:#fadf8c}
.exampleContainer .exampleCode code .var {color:#aae997}
.exampleContainer .exampleCode code .var2 {color:#b297e9}	

@media screen and (max-width: 1200px){
	.fixed-width-content{
		width: 100%;
		padding: 0px 15px;
	}
	.footer_container .section_footer_left{
		margin-left: 0px;
	}
	.footer_container .section_footer_right{
		margin-right: 0px;
	}
	.footer_container .section_footer_left{
		letter-spacing: 0px;
	}
	.footer_container{
		height: auto;
		text-align: center;
		padding: 10px 0px;
	}
	.section_footer_left .footerlinks{
		padding-left: 0px;
	}
	.amtron-logo{
		float: none;
	}
	.footer_container .section_footer_right{
		float: none;
		margin-top: 10px;
	}
	.section_footer_left{
		width: 100%;
	}
	.footer_container .section_footer_left{
		margin-bottom: 12px;
	}
	.popup .popup_width {
	    float: left;
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    border-top: 1px solid #1396d3;
	}
}

@media screen and (max-width: 1024px){
	.popup{
		width: 95%;
	}
}

@media screen and (max-width: 992px){
	#nav{
		display: none;
	}
	#resmenu{
	position: relative;
	}
	.slicknav_menu {
    	display: block;
	}
	.search-res{
		display: block;
		left: 10px;
    position: absolute;
    top: -3px;
	}
	.Languages_seletboxdiv_largescreen{
	display:none;
	}
	
	.fixed-width-content{
		width: 100%;
		padding: 0px 15px;
	}
	.navigation_container{
		background-color: transparent;
		box-shadow: none;
	}
	.section-left-frame, .section-right-frame{
		width: 100%;
	}
	.section-data-cell{
		padding: 3px;
		width: 100%;
	}
	.popup_left, .popup_right{
		width: 100% !important;
	}
	

}

@media screen and (max-width: 600px){
	.report-option-frame{
		width: 100%;
	}
}

@media screen and (max-width: 480px){
	.header_container .gov-logo {
	    width: 86px;
	    height: 86px;
	}
	.header_container .assam-title {
	    width: 98px;
	    height: 37px;
	}
	.header_container .assam-logo {
	    width: 86px;
	    height: 86px;
	}
}