body 
{
	background-image: none !important;
}
.top-padding
{
	width:100%;
	height:120px;
	}
.navbar {
	display: none;
}
.main-navigation{
	display: none;
}
.hidden-print {
	display: none;
}
.breadcrumb {
	display: none;
}
.page-header {
	display: none;
}
.footer {
	display: none;
}
.alert:not(td.alert) {
	display: none !important;
} 
.main-container {
	margin: 0 !important;
	padding: 0 !important;
}
.main-content .container{
	min-height: auto !important;
	border: none !important;
}
.main-navigation-menu
{
	display: none !important;
}
.navbar-content
{
	display: none !important;
}
.no-print,.noprint 
{
	display: none !important;
}
.printme
{
	display: block !important;
} 

.main-content
{
	margin: 0;
}


/**
box and panel 
**/
.panel-default > .panel-heading
{
	background:white;
	color:black;
	font-size:18px;
}
.panel-tools
{
	display: none !important;
}
.panel-default > .panel-heading i
{
	display: none;
}
/**
table
**/
table tr td, table tr td.light-grey,table tr td.totalSum
{
	background:white !important;
}

table tr td div
{
	font-face:font-family: "Droid Arabic Kufi",sans-serif;
	}
table tr td .data
{
	font-color: #333;
	font-size: 16px;
	font-weight: bold;
}
table tr td .title
{ 
	font-color: #000;
	font-size: 18px;
}
/**
buttons
**/
button.btn
{
	display: none;
}
.btn.btn-primary
{
	display: none;
}
a.btn-green
{
	display: none;
}
input
{
	border: 0;
}

.center {
	text-align: center;
}


.underline {
	text-decoration: underline;
}

.bordertd {
	border: 1px solid;
	padding: 5px;
}

	