.static-number,
.sales-history .charge {
	width: 7em;
	text-align: right;
	display: inline-block;
}

.sales-history .patient-term {
	width: 20em;
	margin-left: .5em;
	font-size: 14px;
	display: inline-block;
}
.sales-history .patient-term:before {
	content: "(";
}
.sales-history .patient-term:after {
	content: ")";
}



/* footer */
#page-wrapper > :last-child {
	padding-bottom: 80px !important;
}
#wrapper {
	position: relative;
}
#wrapper .footer {
	width: 100%;
	margin: 0 -30px;
	padding: 10px 0;
	position: absolute;
	bottom: 0;
}


/* .navbar-brand */
.navbar-brand {
	padding: 5px 0 5px 15px;
}

#SysLogo {
	height: 39px; 
	display: inline;
}
#SysTitle {
	font-weight: bold;
	margin-left: 5px;
}

li.sidebar-search {
	text-align:center;
}
#SideMenuTitle {
	font-weight:bold;
	color:#0077BA;
}

div.panel-heading {
	height: 60px;
	padding: 15px 10px 5px;
}

.f_left { float: left; }
.f_right { float: right; }

/* Data Tables */
#dataTables-example_filter, 
#dataTables-example_paginate {
	text-align: right;
}


