
.dropbtn {
  	background-color: #7693c4;
  	color: white;
  	padding: 6px;
  	font-size: 16px;
  	border: none;
  	width: 172px;
}

.dropdown {
	float: left;
  	position: relative;
  	display: inline-block;
}

.dropdown-content {
	text-align: left;
  	display: none;
  	position: absolute;
  	background-color: #f1f1f1;
  	min-width: 160px;
  	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.dropdown-content a {
  	color: black;
  	padding: 12px 16px;
  	text-decoration: none;
  	display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #3e8e41;}

.logout{
	color: #ff0;
}
.TopicsMsg {
	background-color:#CCCCCC;
	color: #000000;
	line-height: 1.5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	height:25px;
	padding-top:2px;
	width: 100%;
	float: left;
}
.sumtable{
	width: 70%;
	text-align: center;
}
.sumtableReturn{
	width: 100%;
	text-align: center;
}
.form_customer_id{
	color:#0033FF;
	padding-top: 4px;
	width: 100%;
	text-align: right;
	float: left;
}
.form_customer_name{
	color:#0033FF;
	padding-top: 4px;
	width: 78.5%;
	text-align: right;
	float: left;
}
.return_customer_name{
	color: #0033FF;
    padding-top: 4px;
    padding-right: 3px;
    width: 85.5%;
    text-align: right;
    float: left;
}
.form_uppercase{
	text-transform: uppercase;
}
.form_previous_due{
	color: #0033FF;
    margin-left: 30px;
    float: left;
    height: 22px;
    padding-top: 4px;
    width: 250px;
    text-align: right;
}
.form_ac_head{
	color: #0033FF;
    margin-left: 68px;
    width: 38%;
    float: left;
}
.form_ac_head_input{
	width: 242px;
}
.form_total_price{
	color: #0033FF;
    float: right;
}
.form_payment_mood{
	color: #0033FF;
	margin-left:27px;
    float: left;
}
.form_payment_mood_select{
	width:242px;
}
.form_payment_note{
	color: #0033FF;
	margin-left:32px;
    float: left;
}
.form_cost{
	color: #0033FF;
    float: right;
}
.form_trp_note{
	color: #0033FF;
	margin-left:15px;
    float: left;
}
.form_bill_date{
	color: #0033FF;
	margin-left:63px;
    float: left;
}
.form_memo_date{
	color: #0033FF;
	margin-left:53px;
    float: left;
}
.form_color{
	color:#0033FF;
}
.form_payable{
	color: #ff0000;
    float: right;
}
.form_input{
	color: #ff0000;
}
.return_customer_due{
	color: #0033FF;
    margin-left: 38px;
    float: left;
    height: 22px;
    padding-top: 4px;
    width: 82%;
    text-align: right;
}
.returnTxt{
	color: #ff0000;
    margin-right: 3px;
    float: left;
    height: 18px;
    margin-top: 4px;
    text-align: right;
    width: 79%;
}
.return{
	color: #ff0000;
    float: left;
    margin-left: 4px;
    height: 18px;
    margin-top: 4px;
    text-align: left;
}
.stm_row{
	font-size: 10px;
    padding: 0 10px 0 10px;
    text-align: left;
    float: left;
}
/*report style*/
.report_title{
	font-size: 12px;
    text-align: center;
    padding: 10px 0 10px 0;
    float: left;
    width: 100%;
}
.report_title2{
	float: left;
	padding-left: 4px;
}
.report_title3{
	float: right;
	padding-right: 4px;
}
/**************/



/*style2 start*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
	height: 100%;
}
body {
  font-size: 12px;
  padding-bottom: 65px;
  font-family: verdana;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; } 

table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; }

h1 { font-family: 'Merienda', 'Trebuchet MS', Verdana, sans-serif; font-size: 2.95em; line-height: 1.7em; margin-bottom: 20px; font-weight: bold; letter-spacing: -0.03em; color: #675d90; text-shadow: 2px 2px 0px rgba(255,255,255,0.65); text-align: center; }


#w { display: block; width: 740px; margin: 0 auto; padding-top: 45px; }


/* nav menu styles */
#nav { 
  display: block;
  margin: 0 auto; 
  -webkit-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  -moz-box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
  box-shadow: 3px 2px 3px rgba(0,0,0,0.7);
}

#nav li {
  text-align: left;
}

#nav > li > a { 
  display: block; 
  padding: 16px 18px;
  font-size: 1.3em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #212121;
  background-color: #DFD4BC;
}
#nav > li > a:hover, #nav > li > a.open { 
  color: #e9e9e9;
  border-bottom-color: #384f76;
  background-color: #A89066;
}

#nav li ul {
	/*display: none;*/
	background: #E6E6E6;
}

#nav li ul li a { 
  display: block; 
  background: none;
  padding: 10px 0 10px 20px;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
#nav li ul li a:hover {
  background: #A89066;
}
/*style2 end*/
.welcome {
    background: #7693c4;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.welcome h2{
	color: #fff;
	font-size: 18px;
	padding-top: 4px;
}
.loginBox {
    background: #f5f5f5;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}
.loginForm {
    height: 138px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 34px;
}
.loginTable {
	font-size: 14px;
    height: 104px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}
#menu {
	color: #000;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    height: 100%;
    padding-top: 4px;
    padding-left: 14px;
}
.reportArea{
	width: 100%;
	min-height: 400px;
	float: left;
}
.field_set{
	border: solid 1px;
	margin-top: 12px;
	padding: 8px;
}
.span_left{
	float: left;
	text-align: right;
	margin-right: 4px;
	width: 48%;
}
.span_right{
	float: left;
	text-align: left;
	width: 48%;
}
/* layout css */
.MotherDiv{ 
	width:92%; 
	margin:0 auto ;
	clear:both
}
.HeaderDiv{
	float: left;
	width: 100%; 
	height:auto;
}
#logo{
	float: left;
    /* width: 75.8%; */
    height: 80px;
    /*background: url(../Images/logo.jpg) no-repeat;*/
    /*min-width: 144px;*/
}
#logo h1{
	font-size:30px;
	letter-spacing: normal;
	padding-top: 14px;
	color: #4285f4;
}
#logo p{
		
}
#date_clock{
	float: right;
    width: 165px;
    margin: 8px 0 0 0;
    /* min-width: 330px;*/
}
.date{
	float: right;
    /* width: 63%; */
    height: 44px;
    padding-top: 8px;
    /* background-color: #000; */
    /* min-width: 330px; */
    text-align: right;
}
.date_span{
    float: left;
    /* height: 28px; */
    color: #ffcc00;
    font-size: 26px;
}
.clock{
	float: right;
    /* width: 70%; */
    /* height: 44px; */
    /* margin-left: 4px; */
    /* padding-top: 8px; */
    /* background: none repeat scroll 0 0 #000; */
    /* min-width: 330px; */
    text-align: left;
}
.click_here{
	text-align: center;
	padding-top: 30px;
}
.MenuDiv{
	background: #a0b2d1;
	height:25px;
	background-repeat:repeat-x;
	margin-top:5px;
	position:relative;
	overflow:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	padding:0px 2px 2px 5px;
	font-weight:bold;
	color:#0099FF
}
.moduleMenuDiv{
	background:#7693c4;
	width: 100%;
	float: left;
}

.HeaderLeftCell{ 
	text-align:left; 
	padding:5px 0px 5px 10px;
}
	.HeaderRightCell{ 
		text-align:right;
		padding:5px 10px 5px 0px;
	}
	.MenuContainer{ 
		text-align:right; 
		padding-right:10px;
	}
	.MenuContainer a{ 
		font-weight:bold; 
		font-size:15px; 
		color:#003366;
	}
	.ContentDiv{
		display:block;
		clear:both;
		width:100%;
		min-height: 400px;
	}
	.FooterDiv{
		border-top: solid 1px #cccccc;
		float: left;   
		text-align:center;
		margin-top:80px;
		padding-top: 4px;
		width:100%;
		clear:both;
	}
	.FooterDiv p{  
		color:#000000; 
		text-align:center;
		clear:both;
		height:40px;
	}
	
.admin{
	float: left;
	width:100%;
	clear:both;
	   stress:inherit;
	vertical-align:sub;
}
/* default css */
.adminRight{
	width:100%;
	margin-top:20px;
	float:left;	
}
.txtcolor{
	color:#0000CC;
	font-size:12px;
}

.txtcolor1{
	color:#000000;
	font-size:13px;
	text-align: left;
}

h1{ 
	font-size:46px; 
	font-weight:bold;
	height: 60px;
	letter-spacing: 10px;
	margin:0;
}
p{
	margin:1px; 
	padding:1px;
}
A:link {
	text-decoration: none;
	color:#000000;
}
	A:visited {
		text-decoration: none ;
		color:#000000;
	}
	A:active {
		text-decoration: none
	}
	A:hover {
		text-decoration: underline; 
		color: #0000CC;
	}
/* content css */
	.GridHeading{ 
		background:#999999; 
		font-weight:bold;
	}
	.Inactive{ 
		background:#FFFF66; 
		padding:5px;
	}
	.MyResumeFields{
		color:orange; 
		background:#f2f2f2; 
		font-weight:bold; 
		padding:3px; 
		width:150px;
	}
	.styleCreateCv {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		font-size: x-large;
	}

	div.newsitem {
		background: #F0F0F0 url(img/bg_newsitem.png) repeat-x;
		border: 1px solid #EEE;
		border-color: #EEE #EEE #DDD #EEE;
		clear: both;
		color: #333;
		line-height: 1.5;
		margin: 6px;
		padding: 10px;
	}

	.style5 {
		color: #000000; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align: right; 
	}

	.style20 {
		color: #FFFFFF;
		font-family: Arial, Helvetica, sans-serif;
		background-color:#FFFFFF;
		padding:1px;
		margin:1px;
		text-align:center;
		font-size: 11px;
	}

	.divForDistance{
		background-color:#FFFFFF;
		height:20px;
		width:98%;
	}

	.menubarEdit{
		float: left;
		background-color:#DFD4BC;
		color:#000;
		font-size:12px;
		height:30px;
		padding:10px 0px 2px 18px;
		text-align: left;
	}
	.editClass{
		color:#FFFFFF;
	}

	.tdname{
		min-width: 62px;
		text-align: right;
		padding-right: 4px;
		font-size:11px;
		color:#000000;
 		font-family:Arial, Helvetica, sans-serif;
 	}
	.td2name{
		font-size:14px;
		color:#000000;
 		font-family:Arial, Helvetica, sans-serif;
 	}

	.gapClass{
		height:20px;
		width:145px;
		background-color:#FFFFFF;
	}
	/*style1 start*/
	.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	
	}
.menu ul{
	float: right;
	background:#dfd4bc;
	height:30px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#DFD4BC ;
		color:#000;
		display:block;
		font-weight:normal;
		line-height:30px;
		margin:0px;
		padding:0px 20px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #CCCCCC ;
			color:#0000FF;
			text-decoration:none;
			}
	.menu li ul{
		background:#FFFFCC;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:relative;
		
		z-index:200;
		
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:#FFFFCC;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:10px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#CCFFCC;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
	.sales_table{
		background-color: #ece9d8;
		padding-top: 4px;
		height: 24px;
		width:90%;
	}
	.product_field{
		float:left;
		background-color:#CCCCCC;
		width:90%;
	}
	.sale_button_bar{
		padding-top: 4px;
		background: #ece9d8;
		height: 32px;
		width: 90%;
	}
	/*style1 end*/

	/*invoice css*/
	#invoice{
		/*font-family: Lucida Sans Typewriter;*/
		font-size: 12px;
		margin-left: auto;
    	margin-right: auto;
    	width: 90%;
	}
	.inv_logo{
		/*background: #e6e6e6;*/
	}
	.name{
		font-size: 28px;
		background: #e6e6e6;
		height: 40px;
		padding: 8px;
	}
	.desc{
		font-size: 12px;
		background: #e6e6e6;
		height: 20px;
	}
	.phone{
		font-size: 12px;
		background: #e6e6e6;
		height: 20px;
	}
	.inv_head{
		background: #e6e6e6;
		height: 90px;
    	margin-left: auto;
    	margin-right: auto;
	}
	.inv_head h1{
		height: 60px;
		/*background: url(../Images/monogram-60x60.bmp) no-repeat center;*/
	}
	.inv_head h2{
		font-size: 24px;
    	text-align: center;
    	padding: 2px;
	}
	.inv_head p{
    	text-align: center;
	}
	.inv_id{
		/*background: #dfd4bc;
		height: 44px;*/
    	padding: 4px;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: center;
	}
	.inv_id p{
		text-align: center;
		margin-left: auto;
    	margin-right: auto;
	}
	.inv_table1{
		/*background: #beac83;*/
		margin-left: auto;
    	margin-right: auto;
    	width: 100%;
	}
	.item1{
		text-align: left;
		padding: 10px;
    	width: 300px;
	}
	.item{
		text-align: justify;
		padding: 10px;
    	width: 310px;
	}
	.qty{
		text-align: center;
		padding: 10px;
    	width: 100px;
	}
	.unitp{
		text-align: center;
		padding: 10px;
    	width: 100px;
	}
	.totalp{
		text-align: center;
		padding: 10px;
    	width: 100px;
	}
	.inv_table2{
		/*background: #beac83;*/
		margin-left: auto;
    	margin-right: auto;
    	margin-bottom: 1px;
    	width: 100%;
	}
	.inv_table2 .item{
		margin-bottom: 8px;
	}

	.grand_total{
		/*background: #beac83;*/
		height: 80px;
		text-align: right;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2px;
	}
	.grand_total p{
		width: 90%;
	}
	.signature{
		float: left;
		margin-left: 8px;
		font-size: 12px;
		border-top: 1px solid;
	}
	.p_title{
		color: #ff0000;
	}
	.span_title{
		float: left;
		height: 16px;
		width: 90%;
	}
	.span_amt{
		float: right;
		width: 10%;
	}
	.inv_back{
		float: left;
    	margin-right: 2px;
    	text-align: right;
    	width: 48%;
	}
	.inv_print{
		float: left;
    	margin-left: 2px;
    	text-align: left;
    	width: 48%;
	}
	#terms{
		background: #e6e6e6;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 2px;
	}
	#webeetech{
		background: #e6e6e6;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	#webeetech p{
		margin-top: 0;
		margin-bottom: 0;
	}
	/*
	#total1{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	*/
	#total2{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total3{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total4{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total5{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total6{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total7{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total8{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total9{
		background: #fff;
		padding: 3px;
		width: 94px;
	}
	#total10{
		background: #fff;
		padding: 3px;
		width: 94px;
	}