body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

.bg {
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 1024px;
	top: 0;
	width: 100%;
	position: fixed;
}

.header_bg {
	background-color: #196c9e;
	width: 100%;
	height: 76px;
	float: left;
	position: relative;
	margin-top: 20px;
}

.header {
	width: 88%;
	margin: 0px auto;
}

.header_logo {
	background-image: url(../../images/imagesWB/logo.png);
	background-repeat: no-repeat;
	height: 64px;
	width: 246px;
	float: left;
	margin: 6px 0px 0px 0px;
}

.banner {
	width: 980px;
	margin: 0px auto;
}

.banner_image {
	background-image: url(../../images/imagesWB/images_bg_Mamata.png);
	background-repeat: no-repeat;
	height: 199px;
	width: 456px;
	float: right;
	margin: 15px 100px 15px 0px;
	position: relative;
}

.login_welcome_bg {
	width: 980px;
	float: left;
	height: 378px;
	background-color: #fff;
	position: relative;
	opacity: 0.85;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
}

.content_area {
	margin: 0px auto;
	width: 980px;
	height: auto;
}

.welcome_area {
	width: 517px;
	float: left;
	height: 284px;
	border-right: 1px solid #65bed4;
	margin: 10px 0px 10px 0px;
}

.login_area {
	width: 460px;
	float: left;
	height: 284px;
	margin: 10px 0px 10px 0px;
}

.welcome_header {
	/* background-repeat: no-repeat;
	height: 27px;
	width: 158px;
	float: left;
	margin: 24px 0px 0px 26px;
	position: relative;
	font-family: sans-serif;
	font-size: 40px;
	color: #1c9ae6; */
	background-repeat: no-repeat; 
    float: left;
    margin: 24px 0px 0px 26px;
    font-family: sans-serif;
    font-size: 40px;
    color: #1c9ae6;
    height: 15%;
}

.welcome_content {
	float: left;
    margin: 20px 20px 0px 26px;
    color: #38A6E7;
    font-size: 15px;
    font-family: Tahoma;
    line-height: 20px;
    height: 45%;
}

 .achiever{
    width: 500px;
    height: 30%;
	
} 

.login_area_bg {
	width: 410px;
	height: 285px;
	float: left;
	margin: 0px 25px 0px 25px;
	background-color: #1c9ae6;
}

.login_header {
	border-bottom: 1px solid #0e7ec0;
	color: #fff;
	float: left;
	font-family: Verdana;
	font-size: 20px;
	height: 28px;
	margin: 0 19px;
	padding: 5px 0;
	width: 373px;
	margin-top:-20px;
}

.login_users {
	height: 235px;
	width: 375px;
	float: left;
	margin: 0px 0px 0px 18px;
	padding: 0px 0px 0px 0px;
	background-color: #57bef9;
	margin-top:-5px;
}

.admin_user {
	width: 187px;
	float: left;
	padding: 7px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.other_user {
	width: 188px;
	float: left;
	padding: 7px 0;
	color: #62bff7;
	font-size: 14px;
	background-color: #0c74b3;
	text-align: center;
}

.login_user {
	float: left;
	margin: 4px 0 0 10px;
	height: auto;
}

.select {
	border: 1px solid #43adeb;
	color: #000;
	float: left;
	margin-top: 6px;
	padding: 5px 3px 5px 4px;
	width: 310px;
}

.login_user input[type="text"] {
	border: 1px solid #43adeb;
	color: #000;
	float: left;
	margin-top: 5px;
	padding: 5px 3px 5px 8px;
	width: 295px;
	height: 20px;
}

.login_user input[type="password"] {
	border: 1px solid #43adeb;
	color: #000;
	float: left;
	margin-top: 5px;
	padding: 5px 3px 5px 8px;
	width: 295px;
	height: 20px;
}

input.submit {
	background: none repeat scroll 0 0 #0e8cd8;
	border: 1px solid #fff;
	border-radius: 14px;
	clear: both;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	padding: 3px 14px;
	text-align: center;
}

input.submit1 {
	
	height:23px;
	border-radius: 5px;
	clear: both;
	color: #fff;
	cursor: pointer;
	float: left;
	font-family: verdana;
	font-size: 12px;
	 margin-top:9px;
	padding: 3px 14px;
	text-align: center;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6194B8), to( #336699));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top,  #336699, #6194B8);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top,  #336699, #6194B8);

  /* IE 10 */
  background: -ms-linear-gradient(top,  #336699, #6194B8);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top,  #336699, #6194B8);
}

.remberme {
	float: left;
	margin: 10px 4px 0 20px;
}

.login_users span {
	color: #fff;
	font-size: 12px;
	margin: 10px 0px 0 0;
	float: left;
	font-family: Verdana;
}

.new_user a {
	color: #fff;
	font-size: 12px;
	float: left;
	border-right: 1px solid #fff;
	margin: 4px 10px 0 20px;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	font-family: Verdana;
	margin-left:3px;
}

.new_user a:hover {
	color: #336;
	/* text-decoration:underline; */
}

.forgot_password a {
	color: #fff;
	font-size: 12px;
	float: left;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	font-family: Verdana;
}

.forgot_password a:hover {
	color: #336;
	/* text-decoration:underline; */
}

.rem {
	float: left;
	width: 100%;
}

.footer {
	height: 45px;
	width: 940px;
	float: left;
	margin: 0 20px;
}

.footer_left {
	font-size: 12px;
	font-family: Tahoma;
	float: left;
	color: #186c9e;
	margin: 20px 0px 0px 0px;
}

.footer_right {
	font-size: 12px;
	font-family: Tahoma;
	float: right;
	margin: 20px 0px 0px 0px;
	color: #186c9e;
}

.footer_link {
	background-color: #43adeb;
	width: 100%;
	height: 22px;
	float: left;
}
.csc_user a{
color:#fff;
font-size:13px;
float:left;
padding:0px 10px 0px 0px;
text-decoration:none;
font-weight: bold;
font-family:Verdana;
}
.csc_user a:hover{
color:#336;
/* text-decoration:underline; */
}

.Eodb_Login_Container{
	
	height:155px;
	border-radius:10px;
	width: 50%;
	background: white;
	padding:2%;
	margin:3% 25%;
	box-shadow: 2px 2px 10px black;
}
#eDistlog{

	font-family: Verdana;
	font-size: 20px;
	margin-top:-10px;
}
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 40px;
    border: 1px solid #888;
    width: 80%;
   height: 1000px;
    margin-top: -80px;
    border-radius: 4px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.tab-Con{
	width: 100%;
    height: 397px;
    overflow: auto;
}
.helpdeskTable, .helpdeskTable td, .helpdeskTable tr, .helpdeskTable th{
	border: 1px solid black;
	border-collapse: collapse;
}
.helpdeskTable th{
	background: #1c9ae6;
	color: white;
}
.helpdeskTable td, .helpdeskTable th{
	text-align: center;
	padding: 6px 0px 6px 0px;
}
.helpdeskTable tr:hover{
	background: steelblue;
	color: white;
}
.help_head{
	width: 100%;
	background: steelblue;
	color: white;
	font-weight: 600;
	padding: 10px;
	border-bottom: 1px solid black;
}
.bull{
	color: black !important;
}
.col1width{
	width: 321px;
}
.col2width{
	width: 212px;;
}





.link_con{
	position: fixed;
	top: 120px;
	left: 0px;
	width: 0px;
	background: #196c9e;
	height: 165px;
	transition: .3s;
	opacity: .5;
	border-bottom-right-radius: 4px;
	box-shadow: 2px 2px 5px black;
}
.link_con_controller{
	position: fixed;
	top: 120px;
	left: 0px;
	padding: 2px;
	cursor: pointer;
	background: #196c9e;
	font-weight: bold;
	transition: .3s;
	color: #fff;
	box-shadow: 2px 2px 5px black;
}
#link_tab{
	//display: none;
	transition: 2s;
	display: none;
}
#link_tab tr{
	cursor: pointer;
}
.btn{
	padding: 5px;
	background: #fff;
	border-radius:4px;
}

.link_con_right{
	position: fixed;
	top: 300px;
	left: 0px;
	width: 0px;
	background: #196c9e;
	height: 165px;
	transition: .3s;
	opacity: .5;
	border-bottom-right-radius: 4px;
	box-shadow: 2px 2px 5px black;
}
.link_con_controller_right{
	position: fixed;
	top: 300px;
	left: 0px;
	padding: 2px;
	cursor: pointer;
	background: #196c9e;
	font-weight: bold;
	transition: .3s;
	color: #fff;
	border: 1px solid #fff;
	border-right: 0px;
	border-radius: 2px;
}
#link_tab_right{
	transition: 2s;
	display: none;
}
#link_tab_right tr{
	cursor: pointer;
}
.btn:hover{
	box-shadow: 2px 2px 10px black;
	border-radius: 30px;
}
