html,body{ 
	height:98%;
	width:100%;
	padding:0px;
	margin:0px;
}
body,input,select,span,div{
	font-family: 'Noto Sans Kufi Arabic',tahoma,'Open Sans Condensed', sans-serif !important;
}
.hint{
	color:gray;
	font-size:10px;
}
.section{
	font-size: 14px;
    width: 100%;
    padding-top: 20px;
    font-weight: bold;
    color: gray;
}

body{
	background-color:#e8e6e6;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
.dataTables_filter input,.dataTables_length label select{background-color:rgba(255,255,255,.5);}
table{
	border-collapse:collapse;
}
.shadow{
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}
.header{
	    background: rgba(85, 155, 0, 0.8);
		border-bottom:2px solid rgba(85, 155, 0, 0.9);
		color:white;
}
.link{
  cursor:pointer;
}
.pad td,.pad th,.pad{
	padding:5px;
}
.title{
	font-size:24px;
	text-align:center;
}