@page {
  margin: 10mm;
}
header {
    display: none;
}
section#container nav {
    display: none;
}
section#content {
    width: 100%;
    height: auto !important;
}
section.page-header .tools {
    display: none;
}

.data-container {
    box-shadow: none;
}
section#content .page-content {
    padding: 0;
    height: auto !important;
    overflow: visible !important;
    position: relative;
}

.ps-container {
    height: auto !important;
    overflow: visible !important;
}

section#content {
    height: auto !important;
    overflow: visible;
}

section#content #list, section#content #view {
    position: relative;
    height: auto !important;
    overflow: visible;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}

.dialogs #dialogs-container {
    height: auto;
    max-width: none;
    top: 0;
    left: 0;
    transform: none;
}
.dialogs .dialog .dialog-header,
.dialogs .dialog .dialog-footer {
    display: none;
}
.collapse {
    display: none;
}
.collapse + #view {
    width: 100% !important;
    height: auto !important;
    height: auto !important;
    background: #fff !important;
    z-index: 111 !important;
}
.reports .three {
    display: none;
}
.reports .nine {
    width: 100% !important;
}
.dialogs .dialog .dialog-body {
    overflow: visible !important;
    height: auto !important;
}