.topmenu,
#left_sidebar,
#toggle_left_menu,
#header,
#footer,
#bookmarkTabContainer,
#div_clear_all {
    display: none !important;
}

#main {
    left: 0 !important;
    margin-left: 0 !important;
}

div#map_canvas {
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
}

@page {
    size: A4 landscape;
}

#content {
    padding: 0 13px;
    height: auto;
}

div.ui-dialog{
    display: none !important;
}

body {
    height: auto;
    overflow-x: auto;
    overflow-y: visible;
}

div#main {
    height: auto;
}

/*
body.ie-detected {
    height: 100%;
}

body.ie-detected div#main {
    min-height: 100%;
}
*/

section#widget-grid, section#widget-grid > .row, article.col-sm-12, div#wid-id-19, div#wid-id-19 > div, .widget-body#tab-container, div.tab-content, div.tab-content > .active {
    height: auto;
}

#tab-container.widget-body {
    min-height: fit-content;
    padding-bottom: 0;
}

#tab-container .tab-content {
    position: relative;
    bottom: auto;
    min-height: calc(100% - 24px);
}

.datatable {
    margin-bottom: 0;
}

body.ie-detected .dataTable {
    width: 100% !important;
}

#tableTabContainer {
    position: static;
    height: auto;
    overflow-y: auto;
}

#stats_table {
    width: 100% !important;
}

#stats_table thead tr {
    height: auto !important;
}

#stats_table thead tr th {
    padding: 4px !important;
    height: auto !important;
    width: auto !important;
    border-width: 1px !important;
    font-weight: bold !important;
}

#stats_table td {
    padding: 4px !important;
}

#stats_table thead tr th div {
    height: auto !important;
}

#table_tabs,
#table-tab,
#table_pane,
#stats_table_wrapper,
#content.offence-content {
    height: auto;
}

.dataTables_scrollBody {
    max-height: none !important;
    height: auto !important;
    overflow-x: hidden !important;
    overflow-y: visible;
    box-sizing: border-box;
}

.dataTables_scroll {
    height: auto;
	  width: 100%;
    box-sizing: border-box;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

#left-panel, #header, .jarviswidget>header, #pre_btnTableTab, #stats_table_filter, #table_select_tag, .dataTables_scrollHead, .dt-buttons {
    display: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse !important;
}

table, th, td {
    border: 1px solid black !important;
}

/*
tr, td, th {
    page-break-inside: avoid;
}
*/

.dataTable>thead>tr>th {
    border-left: 1px solid black !important;
    border-bottom: 1px solid black !important;
}

#printContainer {
    margin-left: auto;
    margin-right: auto;
}
