.new-page {
    page-break-before: always !important;
}

fieldset {
    border-color: #fe7800;
    border-radius: 10px;
    margin: 0.5rem 0;
}

hr {
    height: 1px;
    background-color: #00ADC8;
    border: none;
}

fieldset legend, h3 {
    font-size: 1.2rem;
    color: #fe7800;
}

h2 {
    text-align: center;
}

h3 {
    margin: 0;
    padding: 0;
}

h3 + hr {
    background-color: #fe7800;
}

.text-danger {
    color: #dc3545;
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0.5rem 0;
}

li span {
    font-weight: bold;
}

thead th {
    color: #1e68ac;
}

th, td {
    text-align: left;
    padding: 0.25rem 0;
}

table, tbody {
    width: 100%;
}

table {
    border-collapse: collapse;
}

h1 {
    color: #00ADC8;
    text-align: center;
}

h2 {
    color: #5d9cec;
}

.no-border {
    border: none;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-column-gap: 1rem;
}

.d-flex > div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 0.25rem;
    gap: 1rem;
}

.d-flex > div.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    flex: 0;
    margin: 0 0.25rem;
    gap: 1rem;
}

.d-flex > div:first-child {
margin-left: 0;
}

.d-flex > div:last-child {
margin-right: 0;
}


.gap-1 {
    gap: 1rem;
}

.flex-grow-1 {
    flex-grow: 1;
    -webkit-flex-grow: 1;
}

.justify-content-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.align-items-center {
    align-items: center;
    -webkit-align-items: center;
}

.col {
    /*flex: 1 0 0%;*/
    flex: 1 0 calc(0% - 10px);
    -webkit-flex: 1 0 calc(0% - 10px);
}

body {
    padding-top: 1rem;
}

span.space-before {
    font-weight: normal;
    margin-left: 3rem;
}

div.information-display {
    margin: 0.5rem 0;
}

div.information-display > span {
    font-weight: bold;
}

