.table-signature {
    margin-top: 50px;
}

.table.table-signature th,
.table.table-signature td {
    border: none;
    width: 33%;
    white-space: nowrap;
    height: 100px;
}

h1.header {
    margin-bottom: 20px;
}

i.fa {
    margin: 0.33em
}

.content-head {
    margin-bottom: 20px;
}

.list-group-margin > a {
    margin: 5px 0;
}

.table.table-summary th {
    vertical-align: middle;
}

.total-row {
    background-color: #d3d3d3;
}

.flatpickr-calendar.open {
    z-index: 10000;
}

.table th:last-child {
    width: 10% !important;
}

form {
    margin-bottom: 50px;
}


@media print {
    .no-print {
        display: none !important
    }
    body {
        width: 275mm !important;
    }
}

@page {
    size: auto;
    margin: 0 50px;
}
