


@media print{@page {size: landscape}}

@page {
  size: landscape;
}

body {
	background: none;
}

#header {
	display: none;
}

#user-nav {
	display: none;
}

#sidebar {
	display: none;
}

#breadcrumb {
	display: none;
}

#footer {
	display: none;
}

.widget-title h5{
	margin: 10px 0;
}

.edicio-tables {
	display: none;
}

.print-hide {
	display: none;
}

.dataTables_filter {
	display: none;
}

.dataTables_length {
	display: none;
}

.dataTables_paginate {
	display: none;
}

.dataTables_wrapper .ui-toolbar {
	display: none;
}

.DataTables_sort_wrapper {
	text-align: left;
}

#content {
	margin-left: 0;
	background: none;
}

#content-header {
	min-height: auto;
}

#content-header h1{
	margin-top: 30px;
	font-size: 20px;
}

.row-fluid:first-child {
	margin:0;
}

.widget-box {
	background: none;
}

.widget-title {
	background: none;
}

table {
    border-spacing: 0px;
    border-collapse:collapse;
    background: none;
    margin: 10px 0;
    padding: 0;
    margin-bottom: 50px;
    font-size: 11px;
	width: 100%;
	table-layout: fixed;
	white-space:nowrap;
	border: 1px solid #c0c0c0;
}

table td {
	padding: 0;
	margin: 0;
	font-size: 12px;
	text-align: center;
	background: none;
	font-size: 12px;
	border: 1px solid #c0c0c0;
	overflow: hidden;
}

table th {
	border: none;
	background: none;
	border: 0;
	padding-bottom: 5px;
}

table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
	border: none;
	background: none;
}

table tr {
	padding: 0px;
	margin: 0 2px 0 0 ;
}

table td span {
	margin: 0px;
	padding: 0px;
}

.dataTables_wrapper p {
	margin: 0;
}

.sf-toolbarreset{
	display: none;
}
