/* general rules for all pages */
div[role=banner]{
    display: none;
}
nav{
    display: none;
}
#footer{
    display: none;
}
.page {
    border: none;
    width: 100%;
    display: flex;
    justify-content: center;
}

/* Restore column next to side nav to full width. */
.row nav.col-md-3 + .col-md-9 {
    width: 100%;
}
.print-zoom {
    zoom: 150%;
}
.no-print {
    display: none;
}
.only-print {
    display: revert;
}



/* styles for printable questionnaires */
.questionnaire-row {
    page-break-inside: avoid;
}
.questionnaire-row-heading {
    page-break-after: avoid;
}


/* style buttons, links etc */
a.btn{
    display: none !important;
}
a[href]:after {
    content: none !important;
}
button[type=button]{
    display: none;
}


/* specific styles for the query form */
#default_queries_container{
    display: none;
}
th.hidden-print td.hidden-print{
    display: none !important;
}
div.queryform-add {
    display: none;
}
ul.filterfield-list {
    margin-bottom: 0;
}
div.queryform-fields {
    display: none;
}
div.queryform-searchbar {
    display: none;
}
div.query-result-mailto {
    display: none;
}
div.query-result-dynamic-actions {
    display: none;
}
#queryresult-sorted-column-marker {
    display: none;
}
