html,body{
	margin:0;
	padding:0;
	height: auto;
}		
@font-face{
	font-family:Pyidaungsu;
	src:local('Pyidaungsu'), url('font/Pyidaungsu.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
}*{
	font-family:Pyidaungsu;		
}
body{margin:0;
	font-family:Pyidaungsu
}
.maindiv{
	width: 100%;
	height: 100%;
}.menumain{
	width: 60%;
	min-height: auto;
	padding-top: 5%;
}.menudiv{
	float: left;
	margin-left: 2%;
	margin-top: 2%;
	width: 20%;
	min-height: 100px;
	border-radius: 5px;
	background-color: #004275;
	cursor: pointer;
}.menudiv:hover{
	opacity: 0.7;
}.logoimg{
	width: 17%;
	margin-top: 5%;
}.productslogo{
	color: #fefefe;
	font-size: 16px;
}#usermenu{
	margin-left: 24%;
}.menudiv a, .leftdata a{
	text-decoration: none;
	display: inline-block;
}
#timediv{
	font-family: 'Times New Roman';
	color: #fefefe;
	font-size: 18px;
	cursor: pointer;
}
.rightmenu{
	float: right;
	width: 100%;
	height: 92%;
	position: absolute;
	overflow: auto;
	box-shadow: 1px 2px 2px 2px gray;
}.leftdata{
	width: 80%;
	margin-left: 2%;
	margin-top: 2%;
	border-radius: 5px;
	cursor: pointer;
	border-bottom: 2px solid red;
}.leftdata:hover{
	opacity: 0.7;
	background-color: #004080;
}.leftdata a:hover{
	color: red;
}.leftproducts{
	color: #400040;
	font-size: 14px;
	margin-top: 2%;
}.leftimg{
	width: 20%;
}.searchdiv{
	width: 98%;
	height: auto;
	margin-top: 0.5%;
	margin-left: 1%;
	margin-right: 1%;
	border-bottom: 1px solid #620000;
}.showdiv{
	width: 98.5%;
	height: auto;
	margin-top: 1%;
	margin-left: 1.5%;
}.adddiv{
	width: 100%;
	height:auto;
	border-bottom: 1px solid red;
	display: none;
}.datadiv{
	width: 100%;
	height: auto;
	margin-top: 1%;
	margin-bottom: 1%;
	overflow: auto;
}.addbtn{
	width: 5%;
	min-height: 40px;
	float: right;
	background-color: #FF8040;
	border: none;
	border-radius: 5px;
	color: #fefefe;
	font-family: 'Times New Roman';
	font-size: 16px;
	cursor: pointer;
}.excelbtn{
	width: 5%;
	min-height: 40px;
	float: right;
	background-color: #004000;
	border: none;
	border-radius: 5px;
	color: #fefefe;
	font-family: 'Times New Roman';
	font-size: 16px;
	cursor: pointer;
}.addbtn:hover, .excelbtn:hover{
	opacity: 0.6;
	color: red;
}.searchinput{
	margin-bottom: 0.5%;
	width: 25%;
	min-height: 40px;
	margin-left: 0.5%;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 1px gray;
	padding-left: 10px;	
	font-size: 16px;
	font-family: 'Times New Roman';
}.datatitle{
	color: #620000;
	font-size: 16px;
	font-weight: bold;
	display: none;
}.active{
	background-color: #004080;color: red;
	border-radius: 5px;
}#resultTable{
	width: 100%;
	cursor: pointer;
	border-collapse: collapse;
	border: 1px solid gray;
	font-size: 16px;
	text-align: center;
}#resultTable tr:hover, #saletbl tr:hover{
	background-color: #F0F0F0;
}.record{
	height: 50px;
}#resultTable tr, #resultTable th, #resultTable td{
	border: 1px solid gray;
}#resultTable th{
	background-color: #004040;
	text-align: center;
	color: #fefefe;
}#saletbl{
	width: 100%;
	cursor: pointer;
	border: none;
	font-size: 16px;
	text-align: center;
	background-color:#E6E6E6;
	border: 2px solid #fefefe;
}.closebtn:hover, .savebtn:hover{
	opacity: 0.6;
}.detail{
	background-color: #fefefe;
	color: green;
	font-size: 24px;
	border: none;
	cursor: pointer;
}.stockbtn{
	background-color: #0080FF;
	color: #fefefe;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	width: 40%;
	min-height: 30px;
	cursor: pointer;
}.editbtn{
	background-color: #fefefe;
	color: #004080;
	font-size: 24px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}.deletebtn{
	color: red;
	font-size: 24px;
	border: none;
	background-color: transparent;
	cursor: pointer;
}.stockbtn:hover, .editbtn:hover, .deletebtn:hover, .detail:hover{
	background-color: gray;
}.addsellbtn:hover{
	opacity: 0.6;
}.a5btn:hover, .slipbtn:hover, .saledatabtn:hover{
	opacity: 0.6;
	color: black;
}.cancelbtn{
	color: red;
	border-radius: 50%;
	cursor: pointer;
	font-size: 20px;
	border: none;
}.cancelbtn:hover{
	background-color: gray;
}.backbtn{
	float: left;
	min-width: 20%;
	min-height: 40px;
	background-color: #004080;
	font-family: 'Times New Roman';
	color: #fefefe;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}.printbtn{
	float: right;
	margin-right: 2%;
	min-width: 20%;
	min-height: 40px;
	background-color: #004080;
	font-family: 'Times New Roman';
	color: #fefefe;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}.backbtn:hover, .printbtn:hover, .searchbtn:hover{
	opacity: 0.6;
}.preview{
	width: 50%;
	margin-left: 22%;
	min-height: 950px;
	overflow: auto;
	box-shadow: 1px 2px 2px 2px gray;
}#content{
	width: 148.5mm; height: auto; margin-top: 8%;
}.purchasediv{
	width: 63%; float: right; margin-top: 1%;
}.purchasedatadiv{
	width: 35%; height: auto; float: left; 
	border-right: 1px solid red; padding-bottom: 1%;
}.salediv{
	width: 40%; float: left; margin-top: 1%;
}.saledatadiv{
	width: 90%; height: auto; float: left; 
	border-bottom: 1px solid red; padding-bottom: 1%;
}.allitemdiv{
	width: 58%; float: right; margin-right: 1%; margin-top: 1%;
	min-height: 620px;
	border: 1px solid gray;
}.categorydiv{
	width: 15%; 
	float: right; 
	min-height: 620px;
	background-color: #F1F2D9;
	overflow: auto;
	box-shadow: 1px 2px 2px 2px gray;
}.itemdiv{
	width: 85%; 
	float: left; 
	min-height: 620px;
	background-color: #E6E6E6;
}.innercategory{
	width: 85%;
	min-height: 50px;
	height: auto;
	border-radius: 5px;
	border: none;
	margin-top: 2px;	
	cursor: pointer;
	background-color: #2B2B2B;
	box-shadow: 1px 2px 2px 2px gray;
}.innercategory:hover{
	opacity: 0.5;
}.categorygroup{
	padding-top: 5%;
	color: #fefefe;
	font-size: 14px;
}.inneritem{
	min-width: 10%;
	width: auto;
	height: 80px;
	float: left;
	margin-left: 0.5%;
	margin-top: 0.5%;
	border-radius: 5px;
	border: none;
	background-color: #A7D2A5;
	box-shadow: 1px 2px 2px 2px gray;
	cursor: pointer;
}.inneritem:hover, .checkbtn:hover{
	opacity: 0.5;
}.itemgroup{
	color: #000000;
	font-size: 15px;
}.searchbtn{
	min-width: 15%;
	min-height: 45px;
	background-color: #004040;
	font-family: 'Times New Roman';
	color: #fefefe;
	font-size: 16px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}.searchdate{
	margin-bottom: 0.5%;
	width: 15%;
	min-height: 40px;
	margin-left: 0.5%;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 1px gray;
	padding-left: 10px;	
	font-size: 16px;
	font-family: 'Times New Roman';
}.profitshowbtn{
	min-height: 35px;
	border: none;
	border-radius: 5px;
	background-color: #004080;
	color: #fefefe;
	cursor: pointer;
}.profitshowbtn:hover{
	opacity: 0.6;
}.invoiceprofit{
	min-height: 35px;
	border: none;
	border-radius: 5px;
	background-color: #FF8040;
	color: #fefefe;
	cursor: pointer;
}.logindiv{
	width:30%; 
	min-height:40%; 
	background-color:rgba(0,0,0,0.2); 
	border-radius: 5px;
}.loginbtn:hover{
	opacity: 0.6;
}.username, .password{
	border: none; 
	width: 98%;
	height: 50px;
	font-family: 'Times New Roman';
	font-size: 16px;
	border-radius: 5px;
	padding-left: 5px;
}.logintbl td{
	padding-top: 10px;
}.allinonediv{
	width: 30%;
	box-shadow: 1px 2px 2px 1px gray;
	min-height: 900px;
	float: left;
	margin-left: 2%;
}.savealertbtn:hover{
	opacity: 0.6;
}.warning{
	background-color: #FF8000;
	height: 50px;
}.dashdiv{
	width: 20%;
	height: 150px;
	float: left;
	margin-left: 2%;
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #004275;
	cursor: pointer;
	font-weight: bold;display: inline-block;
	margin-bottom: 1%;
	margin-top: 0.5%;
}.dashsalediv:hover{
	opacity: 0.6;
}.dashsalediv{
	width: 50%;
	height: 100%;
	float: left;
	background-color: #00C6F3;display: inline-block;
	margin-bottom: 1%;
}.dashpurdiv{
	box-shadow: 1px 2px 2px 2px gray;
	height: 100%;
}.sumpur{
	background-color: #00C1FD; 
}.dashbottomdiv{
	width: 20%;
	height: 150px;
	float: left;
	margin-left: 2%;
	font-family: 'Times New Roman';
	font-size: 18px;
	color: #fefefe;
	cursor: pointer;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 1%;
}.dashbottominsidediv{
	width: 50%;
	height: 100%;
	float: left;
	display: inline-block;
	margin-bottom: 1%;
}.dashshowdiv{
	width: 98.5%;
	height: auto;
	margin-left: 1.5%;
}.dashdatadiv{
	width: 100%;
	margin-bottom: 1%;
	overflow: auto;
}.searchdash{
	width: 100%;
	height: auto;
	margin-top: 0.5%;
	border-bottom: 1px solid #620000;
	display: inline-block;
}#chart-container{
	width:60%;
	height:auto;
	float: left;
	margin-left:5%;
	margin-top: 4%;
	background-color: #fefefe;
}.dashright{
	width:20%;
	height:auto;
	margin-right:13%;
	margin-top: 4%;
	float: right;
	background-color: #fefefe;
	font-family: 'Times New Roman';
	font-size: 16px;
	color: #004275;
	cursor: pointer;
	font-weight: bold;
}.saleinvoice{
	background-color: #fefefe;
	color: #0080C0;
	font-size: 80px;
	border: none;
	cursor: pointer;
}.saleinvoice:hover, .newinvoicediv:hover{
	opacity: 0.5;
}.topnav {
	overflow: hidden;
	width: 100%;	
}.topnav a, .topnav span{
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 15px;
	border-right: 1px solid gray;
}.topnav .icon {
	display: none;
}.topnav a:hover{
	background-color: #E5980D;
	color: white;
}.navtopbar{
	width: 100%; 
	height: auto;
	background-color: #004040; 
	color: #fefefe;
}
@media screen and (max-width: 1000px) {
	.topnav a{
		display: none;
	}.topnav a.icon {
		float: right;
		display: block;
	}#overtopnav{
		margin-left: 0;
		width: 100%;
	}
}
@media screen and (max-width: 1000px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }.topnav.responsive a, .topnav.responsive span{
    float: none;
    display: block;
    text-align: left;
  }
}
.rightinside{
	width: 35%; 
	height: 60%; 
	margin-top: 15%;
}.addinputdiv{
	width: 50%;
	box-shadow: 1px 2px 2px 2px #141521;	
	border-radius: 5px;
	margin-bottom: 1%;
	background-color: #E1D1AE;
}.addinputtbl{
	width: 60%;
	margin-top: 1%; 
	padding-bottom: 1%; 
	font-weight: bold;
	font-size: 18px;
	color: #005959;
}.addinputtbl td{
	font-family:"Times New Roman";
}