﻿/* print.css */
header, footer, aside, nav, form, iframe, .menu, .buttons-wrapper, .open-edit-lesson,
.open-delete-lesson, .menu-wrap, .buttons-th, .hide-in-print, #CookiebotWidget,
.obligatory-text, .btn-close, .saveAsPDF {
    display: none !important;
}

.print-only-table-cell {
    display: table-cell !important;
} 


@page {
    size: landscape
}

tr {
    border-bottom: 1px #e6e2da solid;
}

.content-wrap {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 100% !important;
    padding: 10px !important;
    padding-top: 1px !important;
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal-content {
    border: none;
}

.show-table-in-print {
    display: table !important;
}

.modal-backdrop {
    background-color: white;
}


footer {
    padding: 500px;
    margin: 500px;
}


.protocol-overview td:first-child, .protocol-overview th:first-child {
    position: static !important;
    display: table-cell !important;
}

th:nth-child(2), td:nth-child(2) {
    margin: 0 !important;
}

.list-of-participants-page .protocol-overview .table-wrap, .protocol-overview .protocol-overview .table-wrap, .list-of-lessions-page .protocol-overview .table-wrap, .myteams-page .protocol-overview .table-wrap, .test-from-teacher .protocol-overview .table-wrap {
    overflow: visible !important;
}

.modal {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    padding: 0 !important;
    overflow: visible !important;
}

.modal-body {
    padding: 10px;
}

.modal-dialog {
    margin: 0;
    max-width: 100%;
}
