body, html {
    width: 100%
}

*::selection {
    background: var(--prim-light);
}

header, header nav {
    height: 60px
}

.clearfix, header nav ul:after {
    clear: both
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.h1, .label, h1, table th {
    font-weight: 700;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: none;
}

* {
    box-sizing: border-box;
    /*border: 1px solid black !important;*/
}

html {
    background-color: #fff;
    font-size: 100%
}

body {
    line-height: 1.2;
    font-family: Arial, sans-serif;
    font-size: 8pt
}

a {
    color: unset;
    text-decoration: unset;
}

label {
    margin-bottom: 1em;
    font-size: medium;
    display: inline-block;
    width: 10em;
}

.h1, h1 {
    text-transform: capitalize;
    font-size: 15pt;
    text-align: center;
    margin-bottom: 20px
}

.container {
    width: 92%;
    margin-left: 4%
}

footer.print_visible {
    display: none;
    position: relative;
    bottom: 0;
}

.toggle-position {
    position: fixed !important;
}

.content {
    margin-top: 10px
}

header {
    width: 100%;
    background-color: rgba(33, 33, 33, .2)
}

header a {
    color: unset
}

header nav ul {
    float: right
}

header nav ul li {
    float: left;
    height: 60px;
    padding: 5px;
    margin-right: 5px;
    line-height: 50px;
    min-width: 80px;
    text-align: center
}

header nav ul li a {
    height: 50px;
    display: block
}

header nav ul li.active {
    background-color: rgba(33, 33, 255, .2)
}

header nav ul li.active:hover {
    background-color: rgba(99, 99, 99, .2)
}

header nav ul li:hover {
    background-color: rgba(66, 66, 66, .2)
}

table {
    border-spacing: 0;
    width: 100%;
    border-radius: 5px;
    border-collapse: collapse;
}

table a:hover {
    text-decoration: underline;
}

table th {
    padding: 5px;
    font-size: 1.2em;
    border-block: 1px solid var(--prim);
    background-color: var(--th-background);
}

table tr {
    display: flex;
    min-height: fit-content;
    font-size: 12px;
    border-bottom: 1px solid var(--prim-light);
}

tbody tr:first-child, tbody tr:last-child {
    border: 0;
}

table tr.row-success {
    background-color: var(--success);
}

table tr.row-warning {
    background-color: var(--warning);
}

.time-warning {
    color: red;
}

.text-warning {
    color: red;
}

.entry-row {
    padding: 5px;
}

.entry-row td {
    font-size: 13px;
    width: 100%;
}

.entry-row td input {
    width: 100%;
    border: unset;
    padding: unset;
    background-color: unset;
}

.entry-row td:first-child input {
    width: 99%;
}

input:focus {
    border: 2px solid var(--prim-light);
    outline: unset !important;
}

input[type=text] {
    width: 30px;
}

input[type=number] {
    padding: 5px;
    max-width: 70px;
}

.row, table {
    margin-top: 20px;
    margin-bottom: 8px
}

.row .col-1, table .col-1 {
    width: 8.33333%;
    float: left
}

.row .col-2, table .col-2 {
    width: 16.66667%;
    float: left
}

.row .col-3, table .col-3 {
    width: 25%;
    float: left
}

.row .col-4, table .col-4 {
    width: 33.33333%;
    float: left
}

.row .col-5, table .col-5 {
    width: 41.66667%;
    float: left
}

.row .col-6, table .col-6 {
    width: 50%;
    float: left
}

.row .col-7, table .col-7 {
    width: 58.33333%;
    float: left
}

.row .col-8, table .col-8 {
    width: 66.66667%;
    float: left
}

.row .col-9, table .col-9 {
    width: 75%;
    float: left
}

.row .col-10, table .col-10 {
    width: 83.33333%;
    float: left
}

.row .col-11, table .col-11 {
    width: 91.66667%;
    float: left
}

.row .col-12, table .col-12 {
    width: 100%;
    float: left
}

.row .offset-col-1, table .offset-col-1 {
    margin-left: 8.33333%;
    float: left
}

.row .offset-col-2, table .offset-col-2 {
    margin-left: 16.66667%;
    float: left
}

.row .offset-col-3, table .offset-col-3 {
    margin-left: 25%;
    float: left
}

.row .offset-col-4, table .offset-col-4 {
    margin-left: 33.33333%;
    float: left
}

.row .offset-col-5, table .offset-col-5 {
    margin-left: 41.66667%;
    float: left
}

.row .offset-col-6, table .offset-col-6 {
    margin-left: 50%;
    float: left
}

.row .offset-col-7, table .offset-col-7 {
    margin-left: 58.33333%;
    float: left
}

.row .offset-col-8, table .offset-col-8 {
    margin-left: 66.66667%;
    float: left
}

.row .offset-col-9, table .offset-col-9 {
    margin-left: 75%;
    float: left
}

.row .offset-col-10, table .offset-col-10 {
    margin-left: 83.33333%;
    float: left
}

.row .offset-col-11, table .offset-col-11 {
    margin-left: 91.66667%;
    float: left
}

.row .offset-col-12, table .offset-col-12 {
    margin-left: 100%;
    float: left
}

.logo .col-3 {
    width: 10%;
    position: absolute; top: 50px; right: 80px;
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

button {
    display: inline-block;
    padding: 5px;
    background-color: unset;
    font-size: small;
    color: #000;
    border-radius: 5px;
    box-shadow: 0 4px var(--prim-light);
    cursor: pointer;
    border: 1px solid var(--prim-light);
    -webkit-transition: border, .1s;
    transition: border .1s;
}

button:focus {
    border-color: var(--prim-light);
    outline: unset !important;
}

button:active {
    border: 1px solid var(--prim-light);
    box-shadow: 0 2px var(--prim-light);
    transform: translateY(3px);
}

.signatur-button {
    border: 1px solid red !important;
    box-shadow: 0 4px red !important;
    -webkit-transition: border, .1s;
    transition: border .1s;
}

.toggle-signature-button {
    border: 1px solid limegreen !important;
    box-shadow: 0 4px limegreen !important;
    -webkit-transition: border, .1s;
    transition: border .1s;
}

.signatur-button:active {
    border: 1px solid red !important;
    box-shadow: 0 2px red !important;
    transform: translateY(3px);
}

.toggle-signature-button:active {
    border: 1px solid limegreen !important;
    box-shadow: 0 2px limegreen !important;
    transform: translateY(3px);
}

footer {
    position: relative;
    margin-top: 6em;
    width: 100%;
}

footer div.point {
    border-top: 1px solid black;
    width: 30%;
    text-align: center;
    float: left;
    padding-top: 4px;
}

.row-hidden {
    color: #444;
    background: #eee !important;
}

.toggle-visible {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: -25px;
    cursor: pointer;
}

.relative {
    position: relative;
}

@page {
    size: A4;
}

@media print {
    .print_hide {
        display: none;
    }

    footer.print_visible {
        display: block;
    }

    .text-warning {
        color: unset;
    }

    input {
        border: none;
        font: inherit;
    }

    input::placeholder {
        color: #000;
        opacity: unset;
    }

    .placeholder_hide::placeholder {
        color: transparent;
    }

    table {
        margin: 0 -4px;
    }

    tbody {
        page-break-inside: avoid;
    }

    table th {
        border: 0;
        border-bottom: 2px solid #333;
    }

    table tr {
        font-weight: unset;
    }

    .entry-row {
        border-bottom: 1px solid #555 !important;
    }

    table td {
        font-size: 10px !important;
    }

    .logo .col-3 {
        width: 25%;
        position: relative;
        top: -20px;
        right: 0;
    }

}

:root {
    --prim: rgb(30, 130, 170);
    --prim-light: rgba(31, 162, 213, 0.7);
    --th-background: rgba(81, 205, 255, 0.4);
    --success: rgba(113, 255, 86, 0.15);
    --warning: rgba(255, 103, 103, 0.2);
}