html {
	background: #efefef;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

table tr th, table tr td {
	text-align: left;
}

header, aside#bpm-left-content, section#bpm-breadcrumb, div#footer {
	display: none;
}

body {
	margin-bottom: 0;
}

#content .content-container {
	width: 100%;
}

.direktori-data-grid .ui-datagrid-header, 
.ui-datagrid-column .ui-panel .ui-panel-titlebar.ui-widget-header {
	color: white;
	text-shadow: none;
}

.ui-datagrid-column .ui-panel .ui-panel-content, 
.ui-datagrid-column>.ui-panel.ui-widget.ui-widget-content,
.img {
	padding: 0;
}

.direktori-data-grid .ui-datagrid-header {
	background: #255276;
}

.ui-datagrid-column>.ui-panel.ui-widget.ui-widget-content {
	border: 2px solid #215782;
}

.ui-datagrid-column .ui-panel .ui-panel-titlebar.ui-widget-header {
	background: rgb(79, 159, 221);
	background: -moz-linear-gradient(top, rgb(79, 159, 221) 0%,
		rgb(47, 103, 147) 100%);
	background: -webkit-linear-gradient(top, rgb(79, 159, 221) 0%,
		rgb(47, 103, 147) 100%);
	background: linear-gradient(to bottom, rgb(79, 159, 221) 0%,
		rgb(47, 103, 147) 100%);
	border-bottom: 2px solid #215782;
	border-width: 0 0 2px 0;
	border-radius: 0;
}

.directori-data td {
	border: none !important;
}

#form .ui-paginator.ui-paginator-top {
	display: none;
}

.img {
	width: 1%;
}

@media ( max-width : 960px) {
	.directori-data tr td {
    display: inline;
}
}