label{
	width:100%;
}
label .l{
	float:left;
	font-size:14px;
}
label .r{
	float:right;
	font-family: 'Noto Nastaliq Urdu';
	padding-right:10px;

}
button .l{
	float:left;
	font-size:20px;
}
button .r{
	float:right;
	font-family: 'Noto Nastaliq Urdu';
}
.urdu_font{
	font-weight:bold;
	font-family: 'Noto Nastaliq Urdu';
	border-color: #fff !important;
}
.urdu_font_select{
	font-size: 12px;
	text-align:right;
	font-family: 'Noto Nastaliq Urdu';
	
}
.height45{
	height: 45px;
}
.navbar-nav>.user-menu .user-image {
	width:40px;
	height:40px;
}

.btn {
    border-radius: 0px;
}
.pointer{ 
	cursor: pointer; 
}
.content {
	min-height: 600px;	
}
.table tr td {
	/*font-size:13px;*/
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
#cart{
	background:#FFF;
	border: 1px solid #ccc; 
	min-height: 300px;	
	/* width:100%; */
	/* height:400px;  */
	/* padding: 0px;  */
	/* overflow-y:scroll;  */
	/* margin-top:-1px;  */
}

.table-fixed thead {
  width: 98%;

}
.table-fixed tbody {
  height: 100px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
	
  float: left;
  border-bottom-width: 0;
}
.table-fixed thead > tr> th {
	color:#FFF; background:#3c8dbc;
}
.topalert{
	background-color:#F4F4F4;
	padding:5px;
	text-align:center;
	color:#000;
	font-size:14px;
}


.alias {cursor: alias;}
.all-scroll {cursor: all-scroll;}
.auto {cursor: auto;}
.cell {cursor: cell;}
.context-menu {cursor: context-menu;}
.col-resize {cursor: col-resize;}
.copy {cursor: copy;}
.crosshair {cursor: crosshair;}
.default {cursor: default;}
.e-resize {cursor: e-resize;}
.ew-resize {cursor: ew-resize;}
.grab {cursor: grab;}
.grabbing {cursor: grabbing;}
.help {cursor: help;}
.move {cursor: move;}
.n-resize {cursor: n-resize;}
.ne-resize {cursor: ne-resize;}
.nesw-resize {cursor: nesw-resize;}
.ns-resize {cursor: ns-resize;}
.nw-resize {cursor: nw-resize;}
.nwse-resize {cursor: nwse-resize;}
.no-drop {cursor: no-drop;}
.none {cursor: none;}
.not-allowed {cursor: not-allowed;}
.pointer {cursor: pointer;}
.progress {cursor: progress;}
.row-resize {cursor: row-resize;}
.s-resize {cursor: s-resize;}
.se-resize {cursor: se-resize;}
.sw-resize {cursor: sw-resize;}
.text {cursor: text;}
.url {cursor: url(myBall.cur),auto;}
.w-resize {cursor: w-resize;}
.wait {cursor: wait;}
.zoom-in {cursor: zoom-in;}
.zoom-out {cursor: zoom-out;}