body {
    background-color: #f2f2f2;
    /*background-image: url('/clevrprojects/images/background.jpg');*/
    background-size: cover;
    margin-top: 60px;
    font-size: 0.85em;
    font-family: 'Pathway Extreme', sans-serif;
}

.forminformation {
    height: 80vh; /* 50% af viewportens højde */
    min-height: 450px; /* Minimumshøjde */
    padding: 60px;
    background-image: url('/images/login.jpg');
    background-size: cover;
}

.formwrapper {
    /*height: 600px;*/
    margin: 90px;
}

.formcontent {
    height: 80vh; /* 50% af viewportens højde */
    min-height: 450px; /* Minimumshøjde */
    padding: 60px;
}

.formactive {
    height: 80vh; /* 50% af viewportens højde */
    min-height: 450px; /* Minimumshøjde */

    background-color: #6d778b;
}

.formspacer {
    margin-top: 50px;
}

.bg-dark {
    background-color: #203563!important;
}

.btn-primary {
    color: #fff;
    background-color: #203563;
    border-color: #203563;
}

.btn-primary:hover{
    background-color: #8db7ce;
    border-color: #8db7ce;
}

/* NEW STYLED TABLE */
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.7em;
    font-family: 'Pathway Extreme', sans-serif;
    font-weight: 100;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

}

.styled-table thead tr {
    background-color: #8db7ce;
    color: #ffffff;
    text-align: center;
}

.styled-table th {
    padding: 22px 8px;
}
.styled-table td {
    padding: 6px 8px;
}

.styled-table th:not(:first-child),
.styled-table td:not(:first-child) {
    min-width: 70px;
    max-width: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.styled-table tfoot td {
    padding: 6px 8px;
    white-space: nowrap;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #8db7ce;
}

.styled-table th:first-child {
    border-top-left-radius: 10px;
}

.styled-table th:last-child {
    border-top-right-radius: 10px;
}

.styled-table tfoot tr {
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
}

.styled-table tfoot tr:first-child,
.styled-table tfoot tr:last-child {
    font-weight: bold;
}

.styled-table tfoot td {
    text-align: right;
}

.styled-table tbody td {
    text-align: center;
}

.styled-table tbody td:first-child {
    text-align: left;
    font-weight: bold;
}

.styled-table tfoot td:first-child {
    text-align: left;
    font-weight: bold;
}

.styled-table tfoot tr:first-of-type {
    background-color: #f3f3f3;
    border-bottom: 2px solid #8db7ce;
}

.styled-table tfoot tr:last-of-type {
    background-color: #f3f3f3;
    border-top: 2px solid #8db7ce;
    border-bottom: 2px solid #8db7ce;
}

.styled-table thead th:nth-child(3n+1):not(:last-child),
.styled-table tbody td:nth-child(3n+1):not(:last-child),
.styled-table tfoot td:nth-child(3n+1):not(:last-child){
    border-right: 1px dashed #8db7ce;
}

table th:not(:first-child),
table td:not(:first-child) {
    width: 1fr;
}

.gradient-stripe {
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, transparent 100%);
}

.page-content-container {
    margin-top: 32px;
    margin-bottom: 32px;
    padding-top: 15px;
    padding-bottom: 30px;
    border: 1px solid #bbbbbb;
    border-radius: 20px;
    background-color: #ffffff;
}

.listheader {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid #bbbbbb;
}

.listitem {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 6px;
    margin-bottom: 6px;
    border-bottom: 1px dotted #bbbbbb;
}

ol.breadcrumb {
    margin-top: 15px !important;
    margin-left: -15px !important;
}

/* unvisited link */
.breadcrumb a:link {
    color: #203563;
}

/* visited link */
.breadcrumb a:visited {
    color: #203563;
}

/* mouse over link */
.breadcrumb a:hover {
    color: #8db7ce;
}

/* selected link */
.breadcrumb a:active {
    color: #8db7ce;
}