* {
    margin: 0;
    padding: 0;
}

body {
    overflow-y: scroll;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 10px;
    background: url(/app/static/graphics/background-6a99b150b4226ebee61454651c94e9bc.gif) repeat-x top left #ededed;
}

input {
    font-size: 1em;
    padding: 2px 5px;
}

input, textarea, select {
    font-weight: 600;
    border: 1px solid #66A5B3;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    padding: 2px 5px;
}

option {
    font-weight: 600;
}

.wrapper {
    display: table;
    min-width: 1400px;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    -webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    background: url(/app/static/graphics/bg-body-b38060ed890ddbaafc62c9223e024200.png) repeat-x top left #ededed;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    white-space: nowrap;
    max-width: 1600px;
}

.autolonLock {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(25, 61, 84, 0.9);
    z-index: 10;
    backdrop-filter: blur(6px);
}

.wrapper.xwide {
    min-width: 1332px;
}

.wrapper.support-wrapper {
    display: table;
}

.left-menu {
    min-height: 100vh;
    width: 275px;
    background: #F5F5F5;
    height: auto;
    float: left;
    display: flex;
    padding-bottom: initial;
    font-size: 1.2em;
}

.left-menu .list li {
    padding: 3px;
    color: #9B9792;
}

.left-menu .list li a {
    color: #003F41;
    color: #fff;
    color: #cdcbc8;
}

.left-menu .list li a.active {
    color: #FFF;
}

.print-list, .left-menu .menu, .print {
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.menu {
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-size: 1em;
}

.top {
    padding-top: 10px;
    height: 80px;
    background: #fff;
}

.top .top-header {
    display: inline-block;
}

.user {
    float: right;
    margin-right: 5px;
    margin-top: 5px;
    font-size: 1em;
}

.user-info {
    padding-bottom: 25px;
    margin-right: 25px;
    min-width: 1000px;
    height: 0px;
    line-height: 20px;
    font-size: 1.12em;
    font-weight: bold;
    text-align: right;
}

.user-info div {
    display: inherit;
    margin-left: 20px;
}

.user-info * img {
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-left: 5px;
    margin-right: 5px;
}

.user-info * a {
    color: black;
    text-decoration: none;
}

.user-settings form {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.user-settings {
    border-bottom: 1px solid #c3c3c3;
    margin-left: 200px;
    padding: 18px 20px 2px 100px;
    min-height: 34px;
}

.user-settings.support {
    padding: 18px 20px 2px 20px;
}

.user-settings.radio {
    padding-bottom: 36px;
    padding-left: 7px;
}

.data-settings {
    margin-left: 200px;
    padding-bottom: 14px;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}

.data-settings select {
    width: auto;
    padding-right: 20px;
    margin-right: 15px;
    margin-top: 15px;
}

.user-settings select.sortable-selector {
    margin-right: 3px;
}

.user-settings span.sortable-selector {
    display: inline-block;
    height: 30px;
    width: 26px;
    transform: rotate(90deg);
    background: url(/app/static/graphics/arrows-1f414b67702f0142c7c366383c3531e8.svg) no-repeat right 5px center;
    background-size: 21px;
    margin-right: 10px;
    margin-left: -20px;
    cursor: pointer;
}

.sortable-table-header {
    display: inline-block;
    height: 20px;
    width: 22px;
    transform: rotate(90deg);
    background: url(/app/static/graphics/arrows-white-2049b2ace64018eaaf69feb7e698f118.svg)  no-repeat right center;
    background-size: 21px;
    margin-right: 10px;
    cursor: pointer;
}


.user-settings select {
    margin-bottom: 10px;
    width: auto;
}

.user-settings-input-date {
    width: auto;
    margin-right: 1.5em;
    margin-bottom: 10px;
    text-align: left;
    padding: 2px 5px;
    padding-right: 18px;

    font-size: 1.37em;
    font-weight: 600;

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

    background-color: #fff;
}

.user-settings-input-date-div .ui-datepicker-trigger {
    margin-left: -43px;
    margin-top: -2px;
}

.username {
    display: inline-block;
}

p.user-text {
    /*display: none;*/
    padding-left: 20px;
    float: left;
}

.search {
    margin-right: 5px;
    padding: 3.5px 5px;
    width: 180px;
    border: none;
    background: url(/app/static/graphics/search-d6bc0dbf9ecb565d0af6379c9ae09f3d.png) no-repeat right 5px center;
    background-size: 16px;
    font-weight: normal;
    margin-right: 10px;
    border: 1px solid #66A5B3;
    border-radius: 5px;
    font-size: 1.2em;
}

input[type=radio] {
    margin-right: 40px;
    margin-left: 2px;
}

select::-ms-expand {
    display: none;
}

select {
    margin-right: 1.5em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    /*padding: 2px 5px;*/
    width: 207px;
    background: url(/app/static/graphics/select-3dce5a54371434b5245139101c9fea2e.png) no-repeat center right 3px;
    background-size: 19px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #fff;
    padding-right: 20px;
    font-weight: 600;
}

.left-top {
    height: 90px;
}

.left-top a.logo img {
    padding-top: 31px;
    margin-left: 10px;
}

.radio-button {
    float: left;
}

.user-settings span {
    float: left;
    margin-top: -1px;
    text-indent: 15px;
    font-size: 1.3em;
}

.list {
    display: block;
    list-style: none;
}

.level0 {
    padding-top: 1em;
    font-size: 1.1em;
}

.level1 {
    font-size: 0.9em;
    padding-left: 15px;
}

/*
.wrapper .level1{
     display: none;
}
.wrapper .level1.active{
     display: inherit;
}
*/
.left-menu .list a {
    text-decoration: none;
    color: #000;
}

p.print {
    color: #fff;
    padding-bottom: 0.5em;
    background: url(/app/static/graphics/printer-094fa575ba62dc55bfc1e6d3293a4e70.png) no-repeat left 17px top;
    background-size: 18px;
    background-position-y: -2px;
    text-indent: 23px;
}

.print-list {
    list-style: none;
    padding-bottom: 10px;
}

.print-list a {
    text-decoration: none;
    color: #fff;
}

/* -------- direct-leftmenu ---------- */

.direct-leftmenu-container {
    padding-top: 30px;
    padding-left: 0.8em;
    padding-right: 0.8em;
}

.direct-leftmenu-line {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 1px;
    background-color:#FFFFFF;
    opacity: 1;
    border: 0px;
}

p.direct-leftmenu-header {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 20px;
    color: #fff;
    background: url(/app/static/graphics/phone-inverted-6c22826809e57ccb30958c1b17656c64.png) no-repeat left 10px top;
    background-size: 16px;
    background-position-y: 0px;
    text-align: center;
}

.direct-leftmenu-table {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-top: 0px;
    padding-bottom: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-radius: 0px;
    display: block;
}

.direct-leftmenu-table td {
    color: #fff;
    font-weight: normal;
    font-size: 0.8em;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
}

.direct-leftmenu-table tr td.bold {
    font-weight: bold;
    font-size: 0.9em;
}

.direct-leftmenu-table td:first-child {
    width: 99%;
}

.direct-leftmenu-table td:last-child {
    width: 1%;
}

p.direct-leftmenu-header-big {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 0.2em;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}

p.direct-leftmenu-header-small {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 15px;
    color: #fff;
    font-size: 1em;
    font-weight: normal;
    text-align: center;
}

.direct-leftmenu-button {
    background: #436174;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: #FFFFFF solid 1px;
}

.direct-leftmenu-container a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: row;
}

.direct-leftmenu-container a div {
    width: 30%;
}

.direct-leftmenu-button-text {
    font-size: 12px;
    width: 40%;
    text-align: center;
}

.direct-leftmenu-button-phone {
    padding-left: 5px;
}

.direct-leftmenu-button-phone i{
    vertical-align: top;
    margin-top: 8px;
}

.direct-leftmenu-button-arrow {
    background-image: url(/app/static/graphics/arrow-79c68b97a98551ad1b9644d66acab57e.png);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position-x: 30px;
    background-position-y: 1px;
}

.direct-leftmenu-button:hover .direct-leftmenu-button-arrow {
    background-position-x: 31px;
}

.direct-leftmenu-tooltip-text {
    visibility: hidden;

    box-shadow: 2px 2px 2px rgb(0 0 0 / 0.3);
    -moz-box-shadow: 2px 2px 2px rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 2px 2px 2px rgb(0 0 0 / 0.3);

    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    font-weight: 600;
    width: 175px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
    padding: 5px 3px 5px 7px;

    border-style: solid;
    border-width: 2px;
    border-color: #737C82;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;

    position: absolute;
    margin-top: -15px;
    margin-left: 10px;
    z-index: 1;
}

.direct-leftmenu-tooltip-text:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-left: -3px;
    margin-top: -9px;
    border-width: 9px;
    border-style: solid;
    border-color: transparent #737C82 transparent transparent;
}

.fa-question-circle:hover .direct-leftmenu-tooltip-text {
    visibility: visible;
    display: inline;
}

p.newsletter-leftmenu-header-big {
    padding-left: 0.7em;
    padding-right: 0.7em;
    padding-bottom: 15px;
    color: #fff;
    font-size: 1.4em;
    text-align: center;
}

.newsletter-leftmenu-button-envelope {
    background: url(/app/static/graphics/envelope-b22523f60a10ca26994f872eb7bf5f99.svg) no-repeat left 5px center;
    background-size: 16px;
}

/* -------- content ---------- */
.content {
    display: block;
    padding-left: 295px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 55px;
    min-width: 844px;
    white-space: normal
}

.content .table-layout {
    width: auto;
    border-collapse: collapse;
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 15px;
    vertical-align: top;
    font-size: 1em;
    max-width: 80%;
}

.content .table-layout.data-table.afstemning-appregistrering {
    display: table;
}

.content .table-layout.data-table.afstemning-appregistrering td{
    vertical-align: top;
}

.content .table-layout.data-table {
    max-width: none;
}

.content .table-layout.width-33pct {
    display: table;
    width: 33%;
    table-layout: auto;
    min-width: max-content;
}

.button-panel-spacing {
    padding-bottom: 55px;
}

.table-layout.info-table {
    width: 80em;
}

.align-right {
    text-align: right;
    min-width: 30px;
}

.align-center {
    text-align: center;
    min-width: 30px;
}

.content .table-layout td.align-right:last-child {
    padding-right: 10px;
}

.table-layout tr:last-child td.align-right:last-child {
    margin-right: 10px;
}

.table-layout th.align-right {
    text-align: right;
    white-space: nowrap;
}

.list-header {
    display: table;
    margin-top: 10px;
    Width: 98.4%;
}

.payment.list-header {
    Width: 90.6%;
}

.contentHeader {
    padding-top: 10px;
    display: table-cell;
    padding-bottom: 10px;
    vertical-align: top;
    font-size: 2em;
    padding-left: 3px;
    float: left;
    margin-right: 10px;
}

.content .contentHeader p {
    font-size: 0.7em;
    font-weight: 600;
}

a.content-link {
    font-size: 1.4em;
    padding-left: 10px;
}

.content .table-layout.nets-payment {
    width: 890px;
}

.content-intro p {
    margin-bottom: 5px;

}

.content-intro ol {
    padding-left: 15px;
}

.content-intro {
    font-size: 1.25em;
    width: 80%;
}

.table-layout .contentHeader {
    font-size: 1.4em;
}

form[name="input"] {
    display: initial;
}

form[name=revisorSoegForm] {
    display: inline-block;
    padding-right: 10px;
    float: right;
    padding-top: 10px;
}

.buttongroup {
    vertical-align: middle;
    height: 25px;
    margin-top: 15px;
    white-space: nowrap;
}

table.table-layout.data-table {
    display: table-cell;
    word-wrap: break-word;
    border-collapse: collapse;
}

th.data-table-colgroup, td.data-table-colgroup {
    border-bottom: 1px solid #fff;
}

tbody.table-setup td p {
    padding: 2px 0px;
}

table.table-layout.support td {
    padding: 0.8em;
    height: 22px;
    white-space: nowrap;
}

table.table-layout.support {
    width: 750px;
    white-space: nowrap;
}

table.table-layout.support th .delete-icon {
    width: 23px;
    margin-left: -13px;
}

table.table-layout.support th.first {
    padding: 0.8em;
    text-align: left;
}

.table-layout.support p.subject {
    min-width: 350px;
}

select.select-support option {
    color: #000;
}

select.select-support {
    /*   color: #999; */
    margin-bottom: 8px;
    -webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    box-shadow: 3px 3px 3px -3px #999, 3px 5px 3px -3px #999, -3px 3px 3px -3px #999;
    border: none;
    border: 1px solid #ccc;
    padding: 2px 8px;
}

.delete-question {
    width: 20px;
    margin-left: 5px;
}

a.delete-supportmsg {
    margin-left: 13px;
}

.content .data-table.payments {
    background: none;
}

.content .data-table.payments tr.zebra {
    background: #fff;
}

.content .data-table .txt {
    text-align: left;
}

table.table-layout.data-table td:first-child {
    border-left: none;
}

.container {
    width: 97%;
}

.container.holiday {
    width: 86%;
}

span.selectedWizardStep {
    font-weight: 700;
}

span.wizardStep {
    font-weight: normal;
}

th.align-right p {
    text-align: right;
    float: right;
}

a.styled-link {
    text-decoration: none;
    color: #003F41;
}

a.styled-link:hover {
    font-weight: bold;
}

a.list-link {
    text-decoration: none;
    color: #000;
    display: block;
}

a.list-link:hover {
    color: blue;
    text-decoration: underline;
}

.table-layout tr:first-child th:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

.table-layout tr:first-child th:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.table-layout tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 3px;
}

.table-layout tr:last-child td:last-child {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table-layout tr.sectionHeader th:first-child {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-layout tr.sectionHeader th:last-child {
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.content .table-layout p.section-spacer {
    padding-top: 15px;
}

.content .employee .table-layout .input {
    margin: 5px;
    width: 197px;
    margin-right: 10px;
    padding: 2px 5px;
    font-weight: 600;
}

input .amount,
.input.amount {
    text-align: right;
}

.content .table-layout .input.date {
    float: left;
    margin-right: 10px;
    min-width: 100px;
}

.content .table-layout .input.amount {
    width: 90px;
    text-align: right;
    float: left;
}

.content .employee .table-layout .input.zipcode {
    margin: 5px;
    width: 50px;
    margin-right: 15px;
    float: left;
}

.content .table-layout .input, .table-content .table-layout .zipcode {
    margin: 5px;
    margin-right: 10px;
    margin-left: 4px;
    text-align: left;
    float: left;
}

.content .table-layout input.input.city {
    margin-left: 1px;
}

tr.contentHeader th {
    text-align: center;

}

tr.contentHeader th:first-child {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
}

tr.contentHeader th:last-child {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.contentpositioner {
    white-space: nowrap;
}

.contentpositioner .col-1, .contentpositioner .col-2 {
    vertical-align: top;
}

.contentpositioner.employee {
    white-space: normal;
}

td.col-2, td.col-1 {
    width: 440px;
}

.table-layout td p.block {
    display: block;
}

table {
    font-size: 1em;
    border-spacing: initial;
}

.content .table-layout table {
    font-size: 0.75em;
    max-width: none;
    margin: 0;
}

div.col-1 {
    float: left;
    white-space: normal;
}

div.col-1, div.col-2 {
    width: auto;
}

.content .table-layout p.noinput {
    padding: 7px 7px;
    margin-right: 14px;
    max-width: 250px;
}

.content .table-layout p.noinput.align-right {
    text-align: right;
    float: right;
    padding-right: 0px;
}

.content .table-layout select:enabled {
    border-radius: 0;
    margin: 5px 4px;
    font-weight: 600;
    padding: 2px 5px;
    min-width: 207px;
    width: 94%;
}

.content .table-layout select.short {
    min-width: 20px;
    vertical-align: top;
}

.content .table-layout td {
    margin: 2px;
    font-size: 1.3em;
    font-weight: 600;
    max-width: 700px;
}

.content .table-layout tr.sum-row td {
    font-weight: bold;
}

.content .table-layout tr.excluded-row td {
    color: #c1c1c1;
}

.content .table-layout td.message {
    padding-top: 10px;
    background: #fff;
    width: 650px;
    padding-bottom: 5px;
    padding-left: 13px;
}

td.message p.help-text {
    font-size: 1em;
    padding: 0px;
}

.message p.help-text.first {
    margin-bottom: 7px;
    margin-top: -10px;
}

td.message p.help-text:last-child {
    margin-bottom: 0px;
}

.support-wrapper .content .message ul, .support-wrapper .content .message ol {
    font-size: 1em;
    margin-bottom: 20px;
    padding-left: 20px;
    margin-left: 0px;
}

.content .table-layout th {
    color: #fff;
    padding: 8px 10px;
    font-size: 1.45em;
    font-weight: 600;
    background: #193d54;
    letter-spacing: 0.4px;
    text-align: left;
    border-left: 1px solid #193d54;
}

.content .table-layout th.checkboxheader {
    padding: 8px 0px;
    padding-left: 10px;
}

.content .table-layout.data-table th {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.content .table-layout tr > th:only-of-type {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.content .table-layout tr:first-child > th:first-child {
    border-top-left-radius: 4px;
    border-left: none;
}

.content .table-layout tr > th:first-child {
    border-left: none;
}

.content .table-layout tr:first-child > th:last-child {
    border-top-right-radius: 4px;
}

.content .table-layout tr.doublethead {
    border-bottom: 3px solid #193d54;
}

.content .table-layout th .table-header-info {
    float: left;
    padding: 0px 20px;
    background: url(/app/static/graphics/info-65b04ce86472b2b5920fc3f6fb73b3be.png) no-repeat left center;
    color: #fff;
    letter-spacing: 0.3px;
    text-indent: 3px;
}

.content .table-layout .detail {
    padding: 7px 10px;
    min-width: 120px;
}

p.detail.align-top {
    margin-bottom: 35px;
}

.content .table-layout span.detail.bold {
    font-weight: bold;
}

.content .table-layout span.detail {
    line-height: 30px;
    white-space: nowrap;
}

.table-layout td p, .table-layout td a {
    padding: 2px 10px;
    display: inline-block;
}

.table-layout td ul a {
    padding: 3px;
}

.table-layout td ul {
    margin-left: 40px;
}

.table-layout td p a {
    padding: 0px;
}

.table-layout th p, .table-layout th a {
    padding: 0px;
}

.table-layout tr.light-row .data-table-no-data {
    background: #ececec;
}

.light {
    background: #fff;
}

.data-table-no-data span {
    font-size: 1.2em;
    line-height: normal;
    padding-left: 5px;
}

.content .data-table td {
    border-left: 1px solid #fff;
    text-align: right;
    padding: 7px 7px;
    white-space: normal;
}

.content .data-table td.left {
    text-align: left;
}

.content .data-table td.center {
    text-align: center;
}

.content .data-table td.first {
    text-align: left;
    padding: 7px;
    padding-left: 0.8em;
    white-space: nowrap;
    border-left: none;
    margin-left: 1px;
}

.content .data-table tr.sum td {
    font-weight: bold;
}

.content .data-table .header td {
    color: #fff;
    background: #999;
}

.content .data-table tr.header.zebra {
    background: #999;
    letter-spacing: 0.2px;
}

.content .data-table tr.light {
    background: #fff;
}

.content .data-table tr.sum {
    background: #ededed;
}

.content .data-table tr.seperator {
    background: #ededed;
}

.content .data-table .header.blue td {
    color: #fff;
    background: #193d54;
}

.content .data-table tr {
    background: #F5F5F5;
}

.content .data-table tr.sum.total {
    background: #002841;
    background: #193d54;
    font-size: 1.1em;
    letter-spacing: 0.2px;
}

.content .data-table tr.sum.total td {
    padding: 10px 15px;
    color: #fff;
}

.table-layout.data-table th.first {
    text-align: left;
    padding: 10px;
    border-left: 0px;
}

.content .data-table th {
    border-left: 1px solid #fff;
    white-space: nowrap;
}

.wrapper .content .table-layout tr td select#penhedvalg {
    min-width: 110px;
}

/* Messages */
.content .table-layout.message-box {
    max-width: 600px;
    margin-bottom: 15px;
}

table.message-box.head.table-layout {
    margin-bottom: 5px;
    display: inline-block;
}

table.message-box.head.table-layout th {
    background: #193d54;
    width: 340px;
    padding: 8px;
}

table.message-box.head.table-layout th:first-child {
    border-top-right-radius: 0px;
}

table.message-box.head.table-layout th:last-child {
    border-top-left-radius: 0px;
}

table.message-box.head.table-layout.closed th:last-child {
    background: #193d54 url(../graphics/plus.png) no-repeat right 5px center;
    background-size: 20px;
}

table.message-box.table-layout th {
    background: #999;
}

.message-box div {
    display: inline-block;
    width: 100%;
    float: left;
}

.message-box.table-layout th {
    padding: 8px;
}

.message-box .delete-message {
    float: right;
    margin-right: -10px;
    padding-bottom: 5px;
}

.message-box .message {
    background: #fff;
    padding: 15px 20px;
    font-size: 1.1em;
    padding-bottom: 5px;
}

.message-box .message-date {
    color: #fff;
    font-size: 0.95em;
    font-weight: normal;
    margin-right: 5px;
    text-align: left;
    margin-left: 10px;
    margin-top: 3px;
    float: right;
}

.message-box .message-header {
    text-align: left;
    padding-left: 5px;
    float: left;
    max-width: 85%;
}

.message-box .message .read-more {
    float: left;
    font-size: 1em;
    text-decoration: none;
    margin-right: 30px;
    margin-bottom: 5px;
    font-weight: normal;
}

.message-box.personal {
    background: #999;
}

.content .table-layout.message-box.general th {
    background: #999;
}

.message-box .read-more-message {
    display: block;
    width: 95%;
    padding-bottom: 10px;
}

.message-box .daylimit img.delete-message {
    margin-top: -5px;
    padding-left: 3px;
}

table.message-box.head.table-layout th.daylimit {
    font-size: 1.25em;
    text-align: right;
    padding-top: 0px;
    padding-bottom: 0;
    padding: 8px;
    font-weight: 400;
}

th.daylimit a {
    color: #fff;
    text-decoration: none;
    margin-top: 15px;
}

th.daylimit a.active {
    /* text-decoration: underline; */
    border-bottom: 1px solid #fff;
}

th.daylimit a:hover {
    color: #ccc;
}

img.delete-all-messages {
    margin-bottom: -3px;
}

.table-layout td.message a {
    padding: 0px;
}

td.contentDetail-right {
    text-align: right;
    padding-right: 10px;
}

.icon-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: small;
    padding: 1px 10px 0 0;
    color: #df0f0f;
}

/*--------- mini payslip start ------- */


.mini-payslip-box {
    display: inline-block;
    width: 280px;
}

.mini-payslip-box-section {}

.mini-payslip {
    background: #fff;
    width: 280px;
    margin-bottom: 30px;
    display: inline-block;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    vertical-align: top;
    font-size: 1.1em;
    border: 1px solid #d5d5d5;
}

.mini-payslip .mini-payslip-header {
    margin-left: 15px;
    padding-top: 10px;
}

.mini-payslip-header a {
    text-decoration: none;
    font-size: 1.03em;
}

img.mini-payslip-logo {
    padding-right: 13px;
    padding-top: 5px;
    padding-bottom: 10px;
}

.mini-payslip-header .payslip {
    margin-right: 6px;
    margin-bottom: 2px;
    background-size: 50px;
    width: 50px;
    height: 45px;
    float: right;
}

.mini-payslip table {
    margin: 0 auto;
    width: 261px;
    margin-bottom: 20px;
    border-collapse: collapse;
    margin-top: 5px;
    border-left: 0;
    border-bottom: none;
    font-size: 1.03em;
    font-weight: 600;

}

table.mini-payslip-table td {
    border: none;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    white-space: normal;
}

.mini-payslip-table tr:last-child {
    border-bottom: none;
}

a.showPayslip {
    display: block;
    text-align: center;
    text-decoration: none;
}

.payslip-header {
    text-align: left;
}

.contentDetail {
    padding: 5px;
    padding-left: 10px;
    width: 175px;
}

.contentAmount {
    text-align: right;
    padding: 5px;
    padding-right: 10px;
}

.contentDetail a {
    text-decoration: none;
}

.contentDetail.last {
    font-size: 1em;
}

.hide {
    display: none;
}

.content table span.contentDetail {
    padding: 0px;
    width: auto;
}

/* ------- tooltip -------- */
a.tooltip {
    outline: none;
}

a.tooltip strong {
    line-height: 30px;
}

a.tooltip:hover {
    text-decoration: none;
}

a.tooltip span {
    z-index: 10;
    display: none;
    padding: 7px 10px;
    margin-top: 23px;
    margin-left: 3px;
    width: 150px;
    line-height: 16px;
    font-size: 0.9em;
    text-align: left;
    font-weight: normal;
}

a.tooltip:hover span {
    display: inline;
    position: absolute;
    color: #fff;
    background: #66A5B2;
}

.callout {
    z-index: 20;
    position: absolute;
    width: 15px;
    top: -11px;
    border: 0;
}

a.tooltip span {
    box-shadow: 5px 5px 8px #CCC;
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
}

/* Edit container tooltip styles */
.arrow-tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    color: #333;
    padding: 12px 16px;
    border-radius: 6px;
    font-size: 14px;
    white-space: nowrap;
    z-index: 10000;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    transition: opacity 0.3s, visibility 0.1s;
    pointer-events: none;
}

.arrow-tooltip.compact {
    padding: 8px 12px;
    white-space: nowrap;
    width: auto;
    max-width: none;
}

.arrow-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

.edit-container {
    position: relative;
    z-index: 10001;
}

.edit-container:hover .arrow-tooltip {
    /* Keep original tooltip hidden - we use cloned version */
    visibility: hidden;
    opacity: 0;
}

.tooltip-label {
    font-weight: bold;
    margin-bottom: 2px;
}

/* Ensure body tooltip has proper styling */
.body-tooltip {
    position: fixed !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10000 !important;
    background-color: #ffffff !important;
    color: #333 !important;
    padding: 8px 12px !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
    transform: none !important;
    bottom: auto !important;
    left: auto !important;
}

.body-tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
}

/*  ---------- tool tip end -------- */
th.showaccountants p {
    display: inline-block;
    float: right;
}

th.showaccountants p a {
    text-decoration: none;
    color: #fff;
}

th.showaccountants p a:hover {
    color: #ccc;
}

th.showaccountants p:first-child {
    float: left;;
}

th.showaccountants p:last-child {
    font-size: 0.9em;
    font-weight: 600;
}

th.showaccountants a.active {
    text-decoration: underline;
}

table.table-layout.accountant {
    min-width: 800px;
}

.pdf-box {
    margin-bottom: 30px;
}

.support-button {
    margin-bottom: 20px;
    margin-top: 15px;
    width: 760px;
}

.support-button.btn-grp {
    width: 50%;
    float: right;
    margin-right: 8px;
    text-align: right;
}

.content .pdf-box a.btn span {
    padding: 7px 20px;
    padding-left: 30px;
    background-image: url(../graphics/document.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    font-weight: bold;
}

input[type="checkbox"] {
    opacity: 0;
    margin-left: -3px;
    padding: 0;
}

th input[type="checkbox"].checkall + label {
    margin-left: 5px;
}

input[type="checkbox"] + label {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: #fff url('/app/static/graphics/checkbox-unchecked-b919abae0587c6386e4831f8af046ddf.png') center center no-repeat;
    background-size: 20px;
    cursor: pointer;
    margin-left: 5px;
}

.checkallbox[type="checkbox"] + label {
    background: url('../graphics/cb-danlon-unchecked.svg') center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    margin-left: -4px;
    margin-bottom: -4px;
}

.table-layout td input[type="checkbox"] + label {
    margin-right: 5px;
}

.table-layout td p.checkbox-label {
    line-height: 20px;
    padding: 0px;
    padding-top: 10px;
    display: inline;
}

.pension input[type="checkbox"] + label {
    float: right;
}

input[type="checkbox"]:checked + label {
    background: url('/app/static/graphics/checkbox-checked-c102d88611db74f37c76ce7b1affcf98.png') right center no-repeat;
    background-size: 20px;
}

input[type="checkbox"].half-checked + label {
    background: url('/app/static/graphics/checkbox-half-checked-22d263e16f2e079e52e88131c964de80.png') center center no-repeat;
    background-size: 20px;
}

.table-layout td input[type="checkbox"].readonly-checkbox[disabled] + label {
    cursor: default;
    background: url('/app/static/graphics/checkbox-unchecked-readonly-a812fad963cfdb630db87e678b038f35.png') center center no-repeat;
    background-size: 20px;
}

.checkallbox[type="checkbox"]:checked + label {
    background: url('../graphics/cb-danlon-checked.svg') right center no-repeat;
    background-size: 20px;
    margin-left: -4px;
    margin-bottom: -4px;
}

input[type="checkbox"][id=allcheckbox] + label {
    margin-left: 8px;
}

input.error[type="checkbox"] + label {
    background: url('/app/static/graphics/checkbox-unchecked-error-b23b25bf95551ecd263bd10da4403c93.png') center center no-repeat;
    background-size: 20px;

}

input.error[type="checkbox"]:checked + label {
    background: url('/app/static/graphics/checkbox-checked-error-ceeeaa56b45420243e61002689bacc84.png') right center no-repeat;
    background-size: 20px;
}

.table-layout td input[type="checkbox"]:disabled:checked + label{
    cursor: default;
    background: url('/app/static/graphics/checkbox-disabled-ec3893ad7624c40a58530c325b421b05.png') right center no-repeat;
    background-size: 20px;
}

.table-layout td input[type="checkbox"][disabled] + label {
    cursor: default;
    background: none;
    background-size: 20px;
}

.table-layout td input[type="checkbox"].readonly-checkbox[disabled] + label {
    cursor: default;
    background: url('/app/static/graphics/checkbox-unchecked-readonly-a812fad963cfdb630db87e678b038f35.png') center center no-repeat;
    background-size: 20px;
}

div#pop-up {
    display: none;
    position: absolute;
    width: auto;
    padding: 5px;
    background: #fff;
    color: #000000;
    font-size: 1.2em;
    z-index: 5;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #ccc;
}

.content .table-layout tr.normal-row td div {
    padding: 4px;
}

.content .table-layout tr.light-row td div {
    padding: 4px;
}

.content .table-layout tr.normal-row td[valign=top] div {
    padding: 4px;
    padding-left: 0px;
}

span.withhover {
    margin-right: 10px;
    white-space: nowrap;
}

/* ----- radio buttons start ------ */
input[type=radio   ]:not(old) {
    display: none;
}

input[type=radio   ]:not(old) + label {
    display: inline-block;
    padding-left: 32px;
    background: url('/app/static/graphics/radio-button-unchecked-57dfc2941eef4aac6ebce9acaa88ccd1.png') no-repeat 0 0;
    background-size: 15px;
    line-height: 30px;
}

input[type="radio"]:disabled {
    accent-color: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

input[type=radio]:not(old):checked + label {
    background: url('/app/static/graphics/radio-button-checked-f113791f825cce7893223298325a92c3.png') no-repeat 0 0;
    background-size: 15px;
}

input[type=radio]:not(old):checked + label, input[type=radio ]:not(old) + label {
    background-position: 10px 8px;
}

.error[type=radio ]:not(old) + label {
    background: url('/app/static/graphics/radio-button-unchecked-error-130a2a612b817a5d18e21ed38f07f953.png') no-repeat center center;
    background-size: 15px;
}

.error[type=radio]:not(old):checked + label {
    background: url('/app/static/graphics/radio-button-checked-error-3f258db5134815fd068551a6868b4470.png') no-repeat center center;
    background-size: 15px;
}

form.radio-form div {
    display: table-cell;
    /* line-height: 18px; */
}

form.radio-form {
    display: table;
    float: left;
    padding-top: 12px;
    /* margin-bottom: 10px; */
}

form.radio-form .search {
    display: table-cell;
}


/* ----- radio buttons end ------ */

/* ------- buttons start ------ */
/* Typisk er een knap i en form en submit knap, Det for at 'enter' udløser submit */
input[type="submit"].btn, input[type="button"].btn  {
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    background: #436174;
    padding: 5px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 1.25em;
    letter-spacing: 0.5px;
    font-weight: normal;
    border: 1px solid #3c5768;
    cursor:pointer;
}
input[type="submit"].btn:hover, input[type="button"].btn:hover {
    background: #557081;
}

input[type="submit"].btn:active, input[type="button"].btn:active {
    background: #3c5768;
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type="button"].btn-cancel {
    text-decoration: none;
    color: #436174;
    margin-bottom: 10px;
    background: #ffffff;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 1.25em;
    letter-spacing: 0.5px;
    font-weight: normal;
    border: 1px solid #666;
    cursor: pointer;
}

input[type="button"].btn-cancel:hover {
    background: #eaeaea;
}

input[type="button"].btn-cancel:active {
    background: #666;
}

a.btn {
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
}

a.btn span {
    background: #436174;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 1.25em;
    letter-spacing: 0.5px;
    font-weight: normal;
    border: 1px solid #3c5768;
    display: inline-block;
}

a.btn span:hover {
    background: #557081;
}

a.btn span:active {
    background: #3c5768;
}

a.btn span:active {
    background: #3c5768;
}

a.btn span.active {
    text-decoration: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

a.btn span.active:focus {
    outline: #FF0000;
}

a.attach-btn {
    margin-left: 0px;
}

td a.btn span {
    font-size: 1em;
}

.single-btn {
    float: right;
    margin-top: 12px;
    margin-left: 3px;
}

.buttonrow {
    position:fixed;
    bottom: 0;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #99A5AD;
    margin-left: -15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:rgba(245, 245, 245, 0.75);
}

.buttonrow input[type="submit"].btn {
    margin-top: 0;
    margin-bottom: 0;
}

.table-layout td .buttonrow a.btn {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

a.btn.show span {
    float: right;
    margin-left: 5px;
}

a.btn.close span {
    float: right;
}

a.btn.support.delete {
    float: right;
}

a.btn.support.first {
    margin-left: 0px;
}

.table-layout td a.btn {
    display: inline-block;
    padding-left: 2px;
    padding-top: 15px;
}

.table-layout .buttongroup a.btn {
    padding: 0px;
    float: right;
    margin-left: 3px;
}

.table-layout .buttongroup {
    padding: 0px;
}

a.inaktivbtn {
    cursor: not-allowed;
}

a.inaktivbtn span, a.inaktivbtn span:hover {
    background: #BFC2C5;
    color:  #FFFFFF;
}

/* ------- buttons end ------ */

.remark {
    width: auto;
    font-size: 1.25em;
    margin-left: 5px;
    white-space: initial;
    display: inline-block;
}

.remark-header {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 1.35em;
}

.remark p {
    margin-bottom: 20px;
    max-width: 900px;
}

a.helplink, a.helplink-required {
    text-decoration: none;
    color: #000;
    white-space: nowrap;

}

a.helplink:hover, a.helplink-required {
    cursor: help;
}

a.helplink-required:after {
    content:" *";
    color: #FF0000;
}

p.helplink, p.helplink-required {
    cursor: help;
}

p.helplink-required:after {
    content:" *";
    color: #FF0000;
}

p.markrequired:after {
    content:" *";
    color: #FF0000;
}

a.pdf-link {
    display: block;
}

.help-list {
    font-size: 1.31em;
    padding-left: 20px;
    margin-bottom: 10px;
}

p.help-text a.list {
    text-decoration: none;
    color: #000;
}

p.help-text a.list:hover {
    color: blue;
    text-decoration: underline;
}

.content .table-layout .input.procent {
    width: 25px;
    background: url(/app/static/graphics/percent-6ea479ff85870f0840033eaf05b9fe85.png) no-repeat right 3px center #fff;
    background-size: 12px;
    padding-right: 17px;
    text-align: right;
}

.input[readonly] {
    outline: none;
    color: grey;
    background-color: lightgray;
}

select[readonly] {
    outline: none;
    color: gray;
    background-color: lightgray;
}

select[readonly] option, select[readonly] optgroup {
    outline: none;
    display: none;
}

/* ----- help pages start -------- */
.help-header {
    margin-bottom: 10px;
    margin-top: 20px;
    max-width: 800px;
    font-size: 1.5em;
}

.help-text {
    font-size: 1.31em;
    max-width: 740px;
    margin-bottom: 20px;
}

p.help-text.first {
    margin-bottom: 0px;
}

.support-wrapper .content ul, .support-wrapper .content ol {
    font-size: 1.3em;
    padding-left: 20px;
    margin-bottom: 25px;
}

.support-wrapper .content ul ul, .support-wrapper .content ul ol {
    font-size: 1em;
    margin-bottom: 2px;
    padding-left: 15px;
}

iframe {
    border: none;
}

.check-all label {
    width: 30px;
}

table.table-layout.support .created-date a, table.table-layout.support .support-subject a, table.table-layout.support .last-answer a {
    text-decoration: none;
    color: #000;
}

table.table-layout.support .created-date a:hover, table.table-layout.support .support-subject a:hover, table.table-layout.support .last-answer a:hover {
    text-decoration: underline;
    color: blue;
}

table.table-layout.support .unread td {
    font-weight: bold;
}

.unread td {
    font-weight: bold;
}

.support-pdf {
    width: 45px;
    margin: -10px;
    float: right;
    padding-right: 35px;
}

.attached-icon {
    width: 30px;
    float: left;
    padding-right: 15px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.table-layout td p.attach {
    padding-right: 30px;
}

.table-layout td p.attach a {
    height: 20px;
    width: 20px;
    background: url(/app/static/graphics/expenses-505a5b2e5af2975b9f410de8ed6fc4c9.png) no-repeat right center;
    background-size: 20px;
}

img.get-Adobe {
    margin-right: 50vw;
    margin-top: 10px;
}

.attached-img {
    width: 45px;
    float: left;
    padding-right: 15px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.attached-txt {
    width: 45px;
    float: left;
    padding-right: 10px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.download-pdf-data {
    display: block;
    width: 50px;
    padding-right: 5px;
    padding-top: 5px;
}

.download-pdf {
    display: table-cell;
    width: 50px;
    padding-right: 5px;
    padding-bottom: 5px;
    float: right;
    vertical-align: top;
}

.download-excel {
    display: table-cell;
    width: 33px;
    padding-top: 10px;
    float: right;
}

.youtube-frame {
    width: 500px;
    height: 300px;
    -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    border: none;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.table-layout td .excelInTable {
    padding: 0px;
    float: right;
}

.table-layout td div.row {
    padding: 4px;
}

.attach-box {
    float: left;
    margin-left: 5px;
}

.response .attach-box {
    width: 370px;
}

.response .attach-box input {
    width: 220px;
}

.attach-box input {
    width: 200px;
    padding: 0.2em;
    margin-top: 12px;
    margin-bottom: 10px;
    margin-left: 5px;
}

a.attached-file {
    float: left;
    text-indent: -60px;
    display: inline-block;
    line-height: 90px;
    text-decoration: none;
    color: #000;
    margin-left: 20px;
    font-size: 0.95em;
}

attached-documents {
    width: 50px;
    height: 50px;
}

.support-message {
    width: 80%;
    max-width: 900px;
    min-width: 650px;
}

.support-message .response {
    width: 100%;
    margin-bottom: 60px;
    display: block;
}

.support-message textarea {
    width: 100%;
    height: 150px;
    font-size: 1.3em;
    padding: 0.8em;
    resize: none;
    -webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    box-shadow: 3px 3px 3px -3px #999, 3px 5px 3px -3px #999, -3px 3px 3px -3px #999;
    border: none;
    border-radius: 5px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.support-message textarea.create {
    height: 300px;
}

.support-message p {
    width: 70px;
    float: left;
    font-size: 1.3em;
    padding-left: 10px;
}

.support-message p.description-attach {
    width: 320px;
    font-size: 1em;
    padding-left: 0px;
}

.support-message input.support-header {
    display: block;
    font-size: 1.4em;
    padding: 0.2em;
    margin-bottom: 0.6em;
    width: 101%;
    -webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding-left: 10px;
}
h2.message-header {
    font-weight: 600;
    font-size: 1em;
}

h1.support-message-header {
    margin-bottom: 10px;
    width: 500px;
    margin-left: 5px;
    margin-top: -40px;
    padding-top: 40px;
    display: inline-block;
}

.support-message .message {
    width: 100%;
    min-height: 100px;
    background: #fff;
    -webkit-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    -moz-box-shadow: 3px 3px 3px -3px #999, 3px 3px 3px -3px #999, -3px 3px 3px -3px #999;
    box-shadow: 3px 3px 3px -3px #999, 3px 5px 3px -3px #999, -3px 3px 3px -3px #999;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* border-top:1px solid #ccc; */
    margin-bottom: 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 1.25em;
}

.message .support.message-content {
    padding: 20px;
}

.message-content {
    width: 95%;
    margin-bottom: 10px;
    float: left;
    margin: 0 auto;
    padding-bottom: 10px;
    /* padding-left: 10px; */
    white-space: normal;
}

.message-content p {
    padding: 0.8em;
    width: 94%;
}

.table-layout td.message p.message-content {
    padding-left: 0px;
}

.bottom-box {
    display: flex;
    border-top: 1px dashed #ccc;
    width: 95%;
    padding-top: 5px;
    margin: 0 auto;
    height: auto;
    min-height: 25px;
    margin-top: 15px;
}

.support-message p.signature {
    width: 60%;
    font-size: 1em;
    padding-left: 0px;
}

.support-message p.time-stamp {
    width: 33%;
    font-size: 1em;
    margin-left: 10px;
    font-size: 1em;
    text-align: right;
}

table.table-layout.help-table {
    margin-left: -3px;
    border-collapse: collapse;
    border-spacing: 10px 0px;
    border-radius: 0px;
    padding: 5px;
    display: block;
}

tr.help-table-bottom {
    background: #666;
    padding: 10px 15px;
    font-size: 1.2em;
}

.content .help-table .detail {
    border-bottom: 1px solid #ddd;
    min-width: 20px;
    width: 100%;
    padding: 5px 0px;
}

.content .help-table tr td:first-child .detail {
    padding-left: 5px;
    padding-right: 10px;
}

.content .help-table tr:last-child td:first-child .detail {
    border-bottom: none;
}

.content .help-table tr:last-child .detail {
    border-bottom: none;
}

.table-layout.help-table p.detail-header {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    padding: 0px;
    padding-right: 15px;
    display: block;
}

.content .help-table tr.dark td:first-child .detail-header {
    padding-left: 5px;
}

tr td:last-child p.detail-header {
    padding-right: 60px;
}

.message-col-1, .message-col-2 {
    width: 60em;
}

/* ----- help pages end -------- */

.report-error-container form input.input {
    margin: 3px;
    padding: 2px 5px;
    width: 100%;
    font-weight: 600;
    border: 1px solid #66A5B3;
}

.report-error-container .reporterror {
    margin-left: 3px;
    width: 100%;
    min-height: 150px;
    padding: 2px 5px;
    font-size: 1em;
}

.report-error-container {
    width: 300px;
    font-size: 1.3em;
}

.clear {
    clear: both;
}

.clear-right {
    clear: right;
}

.error-page {
    white-space: normal;
    width: 80%;
    font-size: 1.2em;
}

.error-page ul {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    margin-left: 1.7em;
}

.error-page a.btn {
    display: block;
    font-size: 0.80em;
}

/* Help search bar  */

.form-wrapper {
    width: 362px;
    padding: 6px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    border-color: #dedede #bababa #c7c7c7 #bababa;
    border-radius: 5px;
    background-color: #f6f6f6;
    background-image: linear-gradient(top, #f6f6f6, #eae8e8);
}

.form-wrapper .search-help {
    width: 308px;
    padding: 3px;
    float: left;
    font-size: 1.3em;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
    border-radius: 2px;
    padding-bottom: 4px;
}

.form-wrapper .search-help:focus {
    outline: 0;
    border-color: #aaa;
    box-shadow: 0 1px 1px #bbb inset;
}



.form-wrapper .search-help::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper .search-help:-moz-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper .search-help:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
}

.form-wrapper .submit {
    float: right;
    border: 1px solid #193d54;
    height: 27px;
    width: 50px;
    padding: 0;
    cursor: pointer;
    font-size: 1.1em;
    color: #fafafa;
    text-transform: uppercase;
    background-color: #436174;
    background-image: linear-gradient(top, #31b2c3, #0483a0);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.form-wrapper .submit:hover,
.form-wrapper .submit:focus {
    background-color: #31b2c3;
    background-image: linear-gradient(top, #0483a0, #31b2c3);
}

.form-wrapper .submit:active {
    outline: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
}

.form-wrapper .submit::-moz-focus-inner {
    border: 0;
}

/* ------------------ */

/* old css tempoary */

font.errorTextSmall, span.errorTextSmall {
    color: Red;
    font-weight: bold;
    font-size: 1.05em;
}

/* ------------------------------------ */
/*                Pension               */

table.table-layout.pension td a {
    text-decoration: none;
    color: #000;
}

table.table-layout.pension td {
    width: 150px;
    text-decoration: none;
    padding: 4px 21px;
}

/* -------------------------------- */
/*  errors & warnings               */
/*----------------------------------*/
.error-box {
    margin-left: 3px;
    font-size: 1.35em;
    font-weight: bold;
}

.errortext {
    background: url(/app/static/graphics/error-5a718b996654037ef49001ff1f042681.png) no-repeat left center;
    background-size: 17px;
    background-position-y: 1px;
    margin: 10px;
    margin-left: 0px;
    color: red;
    padding-left: 25px;
}

.bemaerkning-box {
    margin: 0 0 16px 8px;
    font-size: 1.3em;
}

.bemaerkning-box p {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.bemaerkning-box div {
    margin-bottom: 8px;
}


input.input.error, input.support-header.error, textarea.create.error, textarea.input.error, input.search-help.error {
    outline: none;
    border: 2px solid red;
}

select.error {
    border: 2px solid red;
}

input.input.warning {
    border: 2px solid orange;
}

.float-unset{
    /*margin: 0 auto !important;*/
    float: unset !important;
}

.lvdisabled {
    background: #8a8a8a;
}

.notification-container {
    margin-bottom: 20px;
}

p.top-notification {
    font-size: 1.4em;
    padding-bottom: 20px;
    padding-left: 8px;
}

p.sub-notification {
    font-size: 1.3em;
    padding-left: 12px;
}

.top-notification a.btn {
    font-size: 0.75em;
    display: inline-block;
    margin: 5px;
}

.top-notification a.btn span {
    padding: 2px 20px;
}

.top-notification.warning {
    padding: 7px 30px 7px 10px;
    background: #FFBB00;
    width: 100%;
    margin-left: -20px;
}

.top-notification.accept {
    padding: 7px 30px 7px 10px;
    background: #47ACEC;
    color: #fff;
    width: 100%;
    margin-left: -20px;
}

.top-notification.info {
    padding: 7px 30px 7px 10px;
    width: 100%;
    margin-left: -20px;
}

p.top-notification i.fa {
    padding-right: 10px;
    font-size: 1.4em;
    vertical-align: middle;
    margin-bottom: 1px;
}

.top-notification.accept .close {
    float: right;
    text-decoration: none;
    color: #fff;
    font-size: 1.2em;
    margin-right: -15px;
}

.content > .notification-container {
    margin-top: -20px;
}

span.update-error {
    display: block;
    margin-bottom: 20px;
    font-size: 1.3em;
    color: #ff0000;
}

.data-table tr.error {
    color: red;
}

h2.support-alert {
    margin: 5px;
    margin-bottom: 20;
    background: url(/app/static/graphics/padlock-closed-c01566a12f62c49a29dde2c2a7e2f9ce.png) no-repeat left center;
    background-size: 17px;
    text-indent: 20px;
    background-position-y: 1px;
}

table.table-layout.error {
    margin: 5px;
    border: 3px solid red;
    padding: 5px;
    border-radius: 0px;
}

span.red-text {
    color: red;
}

.table-layout th p {
    white-space: nowrap;
}

td .remove {
    position: static;
    display: inline-block;
    background-size: 17px;
    top: 12px;
    width: 20px;
    height: 20px;
    margin-left: -3px;
    padding: 9px 3px 0 0 !important;
    margin-bottom: -12px;
    color: red;
}

td .add-delete {
    position: static;
    display: inline-block;
    background-size: 17px;
    top: 12px;
    width: 20px;
    height: 20px;
    margin-left: -3px;
    padding: 9px 3px 0 0 !important;
    margin-bottom: -12px;
}

th .remove {
    position: absolute;
    display: inline-block;
    background-size: 17px;
    top: 12px;
    width: 20px;
    height: 20px;
    margin: 4px 0 0 -5px;
    color: red;
}

.remove .fa-times {
    font-size: 1.23333333rem;
}

/* ---------------------------------- */
/*        Zebra Striping start        */
/*------------------------------------*/

.table-layout tr.light-row {
    background-color: #fff;
}

.table-layout tr.normal-row {
    background-color: #F5F5F5;
}

.table-layout tr.spacer-row tr.transparent-row {
    background-color: #ededed;
}

.light-row .row:nth-child(even) {
    background-color: #ededed;
}

.light-row .row span {
    padding-right: 40px;
    padding-left: 20px;
}

/* Hidden submit button to enable <enter> submits */

.hidden-submit {
    border: 0 none;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

/* ---------------------------------- */
/*            Print start           - */
/*------------------------------------*/
@media print {
    .left-menu {
        display: none;
    }

    .content {
        margin-left: 0px;
        padding-left: 0px;
    }

    .user-settings {
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media screen and (min-width: 1920px) {
    .message-col-1, .message-col-2 {
        display: table-cell;
        vertical-align: top;
        min-width: 640px;
    }

    .message-col-2 {
        display: table-cell;
        vertical-align: top;
    }
}

@media screen and (max-width: 1366px) {
    .list-header {
        Width: 98.3%;
    }
}

@media only screen and (max-width: 1024px) {
    .content .table-layout .mini {
        margin-left: -10px;
    }

    .data-table th {
        border-left: 1px solid #fff;
        max-width: 75px;
        word-wrap: break-word;
        white-space: normal;
    }

}

@media only screen and (max-device-width: 850px), screen and (max-height: 700px) {
    .wrapper.support-wrapper {
        display: inline-block;
        min-width: 0px;
        width: 100%;
    }

    .wrapper.support-wrapper .content {
        min-width: 0px;
    }

    .wrapper.support-wrapper .user-info {
        min-width: 0px;
        margin-right: 0px;

    }
}

/* browser specific styling */

.search::-ms-clear {
    display: none;
}

.date::-ms-clear {
    display: none;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder { /* Firefox 18- */
    color: #999;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

/* Internet explorer 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    table.table-layout.head.message-box th {
        border-right: 1px solid #193d54;
    }

    th.align-right {
        border-right: 1px solid #193d54;
    }

    tr.contentHeader th:last-child {
        border-left: 1px solid #193d54;
    }

    .content .support.table-layout tr th:last-child {
        border-left: 1px solid #193d54;
    }

    input[type='checkbox'] {
        margin-left: -13px;
    }

    .button-group {
        margin-left: -10px;
    }
}

@-moz-document url-prefix() {
    .user-settings select {
        margin-bottom: 10px;
        width: auto;
    }
    input[type="checkbox"] {
        opacity: 0;
        margin-left: -3px;
    }
    .button-group {
        white-space: normal;
        margin-left: -10px;
    }

}

/* ---------- Vis ikke dato-widget-knap i disablede dato felter --- */
.date:disabled + button.ui-datepicker-trigger {
    display:none
}

.tekst:disabled {
    border: none;
    background: none;
    color: black;
    opacity: 1;
    margin: 0;
    font-size: 1em;
}

/* ---------- safari ---------------- */
@media screen and (-webkit-min-device-pixel-ratio: 0) {

    ::i-block-chrome, .ui-datepicker-trigger {
        margin-top: 1px;
    }

    ::i-block-chrome, .content .table-layout .input.date {
        padding-right: 10px;
    }

    ::i-block-chrome, input {
        font-size: 1.1em;
    }
}

/*--------------- tablet IOS ----------------*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

    _::-webkit-:not(:root:root), .content .table-layout .input.date {
        float: left;
        margin-right: 10px;
        padding-right: 10px;
    }

    input {
        -webkit-appearance: none; /*remove shadow in iOS*/
        @include border-radius(0); /*remove border-radius in iOS*/
    }
}

/* jquery */
/*! jQuery UI - v1.11.4 - 2016-04-29
* http://jqueryui.com
* Includes: core.css, autocomplete.css, menu.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix {
    min-height: 0; /* support: IE7 */
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/*-------- Loading Spinner -------------- */

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal .spinner-block {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px 10px 20px 20px;
    width: 250px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #888;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.modal.htmx-request {
    display: block;
}

h2.spinner-header {
    padding: 0 0 10px 5px;
}

.spinner-block p {
    display: inline-block;
    width: 180px;
    font-size: 0.75rem;
    padding: 12px 0 0 5px;
}

.spinner {
    display: inline-block;
    vertical-align: middle;
}

@keyframes lds-spin {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes lds-spin {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.lds-spin {
    position: relative;
}

.lds-spin div > div {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #193d54;
    -webkit-animation: lds-spin 1s linear infinite;
    animation: lds-spin 1s linear infinite;
}

.lds-spin div:nth-child(1) > div {
    left: 148px;
    top: 88px;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.lds-spin > div:nth-child(1) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 160px 100px;
    transform-origin: 160px 100px;
}

.lds-spin div:nth-child(2) > div {
    left: 136.54101964px;
    top: 123.26711512px;
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.lds-spin > div:nth-child(2) {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
    -webkit-transform-origin: 148.54101964px 135.26711512px;
    transform-origin: 148.54101964px 135.26711512px;
}

.lds-spin div:nth-child(3) > div {
    left: 106.54101964px;
    top: 145.06339096px;
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.lds-spin > div:nth-child(3) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
    -webkit-transform-origin: 118.54101964px 157.06339096px;
    transform-origin: 118.54101964px 157.06339096px;
}

.lds-spin div:nth-child(4) > div {
    left: 69.45898036px;
    top: 145.06339096px;
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.lds-spin > div:nth-child(4) {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
    -webkit-transform-origin: 81.45898036px 157.06339096px;
    transform-origin: 81.45898036px 157.06339096px;
}

.lds-spin div:nth-child(5) > div {
    left: 39.45898036px;
    top: 123.26711512px;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.lds-spin > div:nth-child(5) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
    -webkit-transform-origin: 51.45898036px 135.26711512px;
    transform-origin: 51.45898036px 135.26711512px;
}

.lds-spin div:nth-child(6) > div {
    left: 28px;
    top: 88px;
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.lds-spin > div:nth-child(6) {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 40px 100px;
    transform-origin: 40px 100px;
}

.lds-spin div:nth-child(7) > div {
    left: 39.45898036px;
    top: 52.73288488px;
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.lds-spin > div:nth-child(7) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
    -webkit-transform-origin: 51.45898036px 64.73288488px;
    transform-origin: 51.45898036px 64.73288488px;
}

.lds-spin div:nth-child(8) > div {
    left: 69.45898036px;
    top: 30.93660904px;
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.lds-spin > div:nth-child(8) {
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
    -webkit-transform-origin: 81.45898036px 42.93660904px;
    transform-origin: 81.45898036px 42.93660904px;
}

.lds-spin div:nth-child(9) > div {
    left: 106.54101964px;
    top: 30.93660904px;
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.lds-spin > div:nth-child(9) {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
    -webkit-transform-origin: 118.54101964px 42.93660904px;
    transform-origin: 118.54101964px 42.93660904px;
}

.lds-spin div:nth-child(10) > div {
    left: 136.54101964px;
    top: 52.73288488px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.lds-spin > div:nth-child(10) {
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
    -webkit-transform-origin: 148.54101964px 64.73288488px;
    transform-origin: 148.54101964px 64.73288488px;
}

.lds-spin div:nth-child(11) > div {
    left: 148px;
    top: 88px;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.lds-spin > div:nth-child(11) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 160px 100px;
    transform-origin: 160px 100px;
}

.lds-spin {
    width: 52px !important;
    height: 52px !important;
    -webkit-transform: translate(-26px, -26px) scale(0.26) translate(26px, 26px);
    transform: translate(-26px, -26px) scale(0.26) translate(26px, 26px);
}

/* ------------------- Dialog / Popup ------------- */
/* ------------------- Dialog / Popup ------------- */

.flex {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalcontainer .modal {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    display: none;
    position: fixed;
    width: 420px;
    height: 255px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #FFF;
    overflow-x: hidden
}

.modalcontainer {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
}

.title-bar {
    padding: 15px 0;
}

.title-bar .close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 18px;
    cursor: pointer;
    color: #303F49;
}

.dialog-header {
    font-weight: 600;
    text-align: center;
    font-size: 26px;
    margin-bottom: 5px;
    color: #303F49;
}

.dialog-logo {
    height: 20px;
    padding: 10px 0 0 8px;
}

.text-container {
    text-align: center;
    white-space: normal;
    padding: 0 20px;
}

.text-container p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 10px;
}

.button-group {
    font-family: 'Open Sans', sans-serif;
    background: #193d54;
    position: absolute;
    bottom: 0px;
    padding: 0 10px;
    width: 100%;
    width: -webkit-fill-available;
}

.button-group a {
    background: red;
    border-radius: 15px;
    display: inline-block;
    padding: 12px 25px;
    margin: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial Rounded MT';
}

.button-group a.btn:last-child {
    float: right;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 47%;
    margin-top: -1px;
}

.fixed {
    overflow: hidden;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: none;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0; /* support: IE7 */
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.banner {
    display: block;
    vertical-align: middle;
    align-items: center;
    padding: 4px 20px 4px 210px;
    min-width: 844px;
    white-space: normal;
    font-size: 1.3em;
    background-color: #FFBB00;
}

.banner > i {
    vertical-align: middle;
}

/* Til visning af brugerid mm. hvor antal af spaces er signifikant */
.preformatted {
    white-space: pre;
    font-family: monospace;
    background-color: lightgray;
}

/* Ting til spring-mvc eksperiment */

.template .add-delete {
    display: none;
}

tr.slettet td {
    position: relative;
}

tr.slettet td:not(:last-child):before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid gray;
    width: 100%;
}

tr.slettet td:last-child {
    padding-left: 7px;
}

.material-icons {
    font-size: 20px;
}

/*tr.slettet img {
    display: none;
}*/

/*tr:not(.slettet) i {*/
/*    display: none;*/
/*}*/

.separator {
    height: 6px;
    border-bottom: solid 1px grey;
}

.separator.hidden {
    display: none;
}

input[type="number"] {
    width: 3.1em;
    padding-left: 5px;
}

.godkendelse td {
    padding-right: 1em;
}

.godkstatus {
    border: solid 2px orange;
    padding: 2px;
}

/* Dashboard styles */
.dashpage {
    display: flex;
    flex-direction: column;
}

.dashrow {
    display: flex;
    flex-direction: row;
}

.dash {
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 0px 20px 15px 0px;
    border-radius: 4px;
}

.dash a {
    padding: 7px 10px 7px 10px;
}

.dash .varsel-content a {
    padding: 0 !important;
}

.dash-heading {
    background-color: rgb(25, 61, 84);
    color: white;
    padding: 8px 10px 8px 10px;
    font-size: 1.45em;
    border-radius: 4px 4px 0px 0px;
}

.dash-keynumber {
    flex: 1;
    padding: 15px 20px 15px 20px;
    text-align:center
}

.dash-keynumber span:first-child {
    font-size: 0.8rem;
    color: #999999;
    padding-bottom: 0px !important;
}

.dash-keynumber span:last-child {
    font-size: 1.5rem;
    padding-top: 0px !important;
}

.dash-message {
    color: white;
    background-color: rgb(153, 153, 153);
    margin-top: 8px;
    padding: 8px;
    border-radius: 4px 4px 0px 0px;
    font-size: 1.45em;
}

.dash-message span:first-child {
    float: left;
}

.dash-message span:last-child {
    font-size: 0.95em;
    font-weight: normal;
    float: right;
}

.dash-no-message {
    padding-top: 12px;
    padding-left: 10px;
    font-size: 1.3em;
    color: rgb(153, 153, 153);
}

.dash-media-container {
    padding: 10px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center
}

.dash-media {
    width: 100%;
    height: 100%;
}

.content .table-layout.data-table.no-padding td{
    border: 0;
    height: 12px;
}

/*.content .table-layout .data-table tr td .left {*/
tr td.left, th.left {
    text-align: left !important;
}

tr td.right, th.right {
    text-align: right !important;
}

tr td.center, th.center {
    text-align: center !important;
}

.fixed-value {
    font-size: 13.3px;
    border: 1px solid #66A5B3;
    border-radius: 3px;
    padding: 2px 5px;
}

.content .table-layout td.narrow select {
    min-width: 110px;
}

/* ------- Left menu -------- */

.left-menu-main {
    width: 80px;
    min-height: 100vh;
}

.left-menu-main-empty {
    width: 80px;
    background: #193d54;
}


.left-menu-main-top {
    height: 90px;
    width: 80px;
    background: #193d54;
}

.left-menu-main-icon-btn {
    height: 80px;
    font-size: 10px;
    color: #000000;
    background: #F5F5F5;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.left-menu-main-icon-btn p {
    padding-top: 4px;
}

.left-menu-main-icon-btn:hover {
    background: #D3D3D3;
}

.left-menu-main-icon-btn-active {
    color: #fff;
    background: #193d54;
}

.left-menu-main-icon-btn-active .svg-icon {
    /*Make active left-menu svg-icon white*/
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(205deg) brightness(104%) contrast(102%);
}

.left-menu-main-icon-btn-active:hover {
    background: #193d54;
}

.left-menu-main-icon-btn-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.left-menu-submenu{
    width: 200px;
    background: #193d54;
    display: block;
}

.integration-tile {
    background-image: url('/back/graphics/integration-tile.svg');
    width: 41px;
    height: 41px;
    margin-left: -10px;
}
/* ------- Direct popup -------- */

.top-icon-btn-direct-container{
    padding: 13px 4px 4px 4px;
    position: relative;
}

.top-icon-btn-direct{
    cursor: pointer;
}

.direct-popup-container{
    width: 430px;
    border: 1px solid #193d54;
    display: none;
    flex-direction: row;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 32px;
    right: 0;
    cursor: default;
}

.user-info div.direct-popup-container{
    display: flex;
}

/* ------- Direct popup left subcontainer -------- */

.user-info div.direct-popup-container-left{
    width: 170px;
    margin: 0;
    display: block;
    color: white;
    background: #193d54;
    text-align: center;
    position: relative;
}

@supports (-webkit-appearance:none) {
    .user-info div.direct-popup-container-left{
        margin: -1px;
    }
}

.direct-popup-container-left-header{
    margin-top: 20px;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 0;
}

.user-info div.direct-popup-container-left-icon-container i{
    position: absolute;
    left: 45px;
    bottom: 30px;
}

/* ------- Direct popup right subcontainer -------- */

.user-info div.direct-popup-container-right{
    width: 265px;
    margin-left: 0;
    text-align: center;
    color: black;
    background: white;
    display: block;
}

/* ------- Direct popup right subcontainer with active agreement -------- */

.user-info div.direct-popup-active-agreement-container{
    margin-left: 0;
    display: block;
}

.direct-popup-active-agreement-phone-number-text{
    margin-top: 40px;
    font-size: 20px;
    font-weight: normal;
}

.direct-popup-active-agreement-phone-number{
    margin-top: 5px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
}

/*!* ------- Special Firefox css for direct-popup-active-agreement-phone-number -------- *!*/

@supports (-moz-appearance:meterbar) {
    .direct-popup-active-agreement-phone-number {
        margin-bottom: 5px;
    }
}

.direct-popup-active-agreement-cvr-text-container{
    font-weight: normal;
    font-size: 17px;
}

.direct-popup-active-agreement-cvr{
    margin-top: 35px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: normal;
    display: block;
}

.direct-popup-active-agreement-cvr-number{
    font-size: 22px;
    font-weight: bold;
}

/* ------- Direct popup right subcontainer with no agreement -------- */

.user-info .direct-popup-no-agreement-top-sub-container{
    width: 225px;
    margin-top: 35px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 2px;
    padding-left: 2px;
    font-size: 16px;
    font-weight: normal;
    overflow-wrap: anywhere;
    overflow-y: hidden;
    white-space: normal;
    text-align: center;
    display: flex;
}

div.user-info .direct-popup-no-agreement-bottom-sub-container{
    margin: 0;
    display: block;
}

.direct-popup-no-agreement-price{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
}

.direct-popup-no-agreement-contact-administrator{
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: normal;
    text-align: center;
}

div.user-info .direct-popup-no-agreement-btn-container{
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.user-info a.direct-popup-no-agreement-btn{
    border-radius: 17px;
    padding: 8px 28px 8px 28px;
    font-size: 14px;
    font-weight: bold;
    background-color: #193d54;
    color: white;
}

/* ------- User-info -------- */

.user-info-icon{
    line-height: 15px;
    vertical-align: middle;
}

.user-info-text{
    margin-left: 5px;
    line-height: 15px;
    vertical-align: middle;
    font-size: 13px;
}

/* ------- Aftale side -------- */

.aftale-logo {
    color: #193d54;
    padding: 20px 30px 20px 20px;
    display: inline-block;
    vertical-align: top;
}

.aftale-text {
    vertical-align: middle;
    padding: 20px 30px 20px 20px;
    display: inline-block;
}

.aftale-knap {
    float: right;
}

.aftale-accept-logo {
    font-size: 0.8em;
    color: green;
    left: 20px;
    top: 15px;
}

.aftale-accept-logo-background-circle {
    font-size: 0.7em;
    color: white;
    left: 20px;
    top: 15px;
}

/* ------- Help system-------- */

.help-system-left-menu {
    width: 200px;
    background: #193d54;
    display: block;
}

.help-system-content {
    padding-left: 220px;
    min-height: 460px;
    height: calc(100vh - 167px);
}

/* ------- Demo-band image -------- */

.demo-band-img {
    position: absolute;
    width: 48px;
    left: 0;
    top: 0;
}

/* ------- Aftale pop-up -------- */

.modalcontainer .aftale-modal {
    height: 440px;
    width: 720px;
}

.aftale-text-container {
    height: 250px;
    display: flex;
    flex-direction: column;
}

.aftale-text-container-heading {
    float: left;
    padding-top: 10px;
}

.aftale-popup-media-container {
    height: 100%;
    padding: 5px 150px 5px 150px;
    display: flex;
    align-items: center;
    justify-content: center
}

.aftale-popup-media {
    height: 100%;
    width: 100%;
}

.aftale-button-group {
    height: 180px;
    display: flex;
    flex-direction: row;
    text-align: center
}

.aftale-button-container {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 350px;
}

.button-group .aftale-button-container a {
    margin-left: 75px;
    margin-right: 75px;
    padding: 16px 5px;
    background: #E9514E;
    font-size: 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    white-space: normal;
}

.aftale-button-container-p {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
    color: white;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    box-sizing: border-box;
}

.arrow-down-size-large {
    border-left-width: 22px;
    border-right-width: 22px;
    border-top-width: 22px;
}

.hvid-graa tr:nth-child(even) {
    background-color:  #fff;
}

.graa-hvid tr:nth-child(odd) {
    background-color:  #fff;
}

.hvid-graa tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.graa-hvid tr:nth-child(even) {
    background-color: #F5F5F5;
}

.hvid-graa tr.spacer-row {
    background-color: #ededed;
}

tbody.luft-efter:after {
    content: '';
    display: block;
    height: 15px;
}

.note-felt {
    display: flex;
    flex-direction: column;
    width: min-content;
}

.note-felt p {
    padding: 0px !important;
    font-size: 0.9em;
    color: grey;
    margin: -4px 12px 4px 10px;
}

.note-felt p:not(:empty):before {
    content: "("
}

.note-felt p:not(:empty):after {
    content: ")"
}

.note-felt2 {
    display: flex;
    flex-direction: column;
    width: min-content;
}

.note-felt2 p {
    padding: 1px 0 0 0 !important;
    font-size: 0.9em;
    color: grey;
    margin: -12px 12px 4px 6px;
}

.hoejre {
    text-align: right;
}

/* ------- Køb løn og køb HR landing pages -------- */

.landing-page-yt-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.landing-page-yt-wrapper-intro {
    position: relative;
    padding-bottom: 50.25%;
    height: 0;
}

.landing-page-yt-wrapper-intro iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-page-yt-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.landing-page-read-more-modal-content-text p{
    padding-bottom: 10px;
}

#landing-page-grid-container-hr {
    position: relative;
    border-radius: 13px;
    background: white;
    color: #333333;
    display: grid;
    grid-template-areas:
            'leftborder topborder topborder topborder topborder topborder hrleftborder descriptionItem'
            'leftborder danlonIntroVideoItem danlonIntroVideoItem danlonIntroVideoItem danlonIntroVideoItem danlonIntroVideoItem hrleftborder descriptionItem'
            'leftborder danlonVideoItem danlonVideoItem danlonVideoItem danlonVideoItem danlonVideoItem hrleftborder descriptionItem'
            'leftborder infoItemOne infoItemTwo infoItemThree infoItemFour infoItemFive hrleftborder descriptionItem'
            'leftborder KobDanlonHeaderItem KobDanlonHeaderItem KobDanlonHeaderItem KobDanlonHeaderItem KobDanlonHeaderItem hrleftborder descriptionItem'
            'leftborder howDanlonHelpsItem howDanlonHelpsItem howDanlonHelpsItem howDanlonHelpsItem howDanlonHelpsItem hrleftborder descriptionItem'
            'leftborder widgetItems widgetItems widgetItems widgetItems widgetItems hrleftborder descriptionItem'
            'leftborder bottomborder bottomborder bottomborder bottomborder bottomborder hrleftborder descriptionItem';
    grid-template-columns: 50px 5fr 5fr 5fr 5fr 5fr 50px 339px;
    grid-template-rows: 50px auto auto auto auto auto auto auto 50px ;
}

#landing-page-grid-container-lon {
    position: relative;
    border-radius: 13px;
    background: white;
    color: #333333;
    display: grid;
    grid-template-areas:
            'leftborder topborder topborder topborder topborder hrleftborder descriptionItem'
            'leftborder danlonIntroVideoItem danlonIntroVideoItem danlonIntroVideoItem danlonIntroVideoItem hrleftborder descriptionItem'
            'leftborder danlonVideoItem danlonVideoItem danlonVideoItem danlonVideoItem hrleftborder descriptionItem'
            'leftborder infoItemOne infoItemTwo infoItemThree infoItemFour hrleftborder descriptionItem'
            'leftborder KobDanlonHeaderItem KobDanlonHeaderItem KobDanlonHeaderItem KobDanlonHeaderItem hrleftborder descriptionItem'
            'leftborder howDanlonHelpsItem howDanlonHelpsItem howDanlonHelpsItem howDanlonHelpsItem hrleftborder descriptionItem'
            'leftborder widgetItemOne widgetItemOne widgetItemTwo widgetItemTwo hrleftborder descriptionItem'
            'leftborder bottomborder bottomborder bottomborder bottomborder hrleftborder descriptionItem';
    grid-template-columns: 50px 5fr 5fr 5fr 5fr 50px 339px;
    grid-template-rows: 50px auto auto auto auto auto auto 50px ;
}

.landing-page-header-item, .landing-page-info-item-one, .landing-page-info-item-two, .landing-page-info-item-three,
.landing-page-info-item-four, .landing-page-info-item-five, .landing-page-picture-icon-text, .landing-page-picture-icon-read-more,
.landing-page-how-danlon-helps-header-item-text, .landing-page-description-item-header-price,
.landing-page-description-item-header-btn-container, .landing-page-faq-container-text, .landing-page-faq-container-icon-text {
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: center;
}

.landing-page-header-item {
    grid-area: KobDanlonHeaderItem;
    margin: 2em;
    color: #193d54;
}

.landing-page-header-item-text {
    font-size: 25px;
}

.landing-page-info-item-one {
    grid-area: infoItemOne;
    margin-top: 30px;
    padding-bottom: 50px;
}

.landing-page-info-item-two {
    grid-area: infoItemTwo;
    margin-top: 30px;
    padding-bottom: 50px;
}

.landing-page-info-item-three {
    grid-area: infoItemThree;
    margin-top: 30px;
    padding-bottom: 50px;
}

.landing-page-info-item-four {
    grid-area: infoItemFour;
    margin-top: 30px;
    padding-bottom: 50px;
}

.landing-page-info-item-five {
    grid-area: infoItemFive;
    margin-top: 30px;
    padding-bottom: 50px;
}

.landing-page-picture-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 10px auto;
}

.landing-page-picture-red-circle {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.landing-page-picture-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.landing-page-picture-icon-text {
    font-size: 14px;
    font-weight: 700;
}

.landing-page-picture-icon-read-more {
    position: relative;
    margin-top: 5px;
}

.landing-page-picture-icon-read-more-text {
    color: red;
    cursor: pointer;
}

.landing-page-read-more-modal-triangle {
    display: none;
    z-index: 100;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #E9514E;
    margin: auto;
}

.landing-page-read-more-modal-wrapper {
    display: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    margin: 0;
}

#landing-page-read-more-modal-wrapper-position-danlon {
    top: -11px;
}

#landing-page-read-more-modal-wrapper-position-hr {
    top: -11px;
}

@supports (-moz-appearance:meterbar) {
    #landing-page-read-more-modal-wrapper-position-danlon {
        top: -11px;
    }

    #landing-page-read-more-modal-wrapper-position-hr {
        top: -11px;
    }
}

.landing-page-read-more-modal .landing-page-read-more-modal-header {
    display: flow-root;
    background: #E9514E;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.landing-page-read-more-modal-header .landing-page-read-more-modal-header-cross {
    float: right;
    cursor: pointer;
    margin-right: 1em;
}

.landing-page-read-more-modal .landing-page-read-more-modal-content {
    min-height: 145px;
    padding: 2em 4em;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.landing-page-read-more-modal-content {
    background: #193d54;
    color: white;
    text-align: left;
}

.landing-page-read-more-modal-content-text {
    background: #193d54;
    color: white;
    font-size: 14px;
    font-weight: 500;
}

.landing-page-danlon-intro-video-item {
    grid-area: danlonIntroVideoItem;
    margin-bottom: 30px;
}

.landing-page-danlon-video-item {
    grid-area: danlonVideoItem;
    margin-bottom: 6px;
}

/*.landing-page-danlon-recommendation-item {*/
/*    grid-area: danlonRecomendationItem;*/
/*    margin-right: 6px;*/
/*    margin-bottom: 6px;*/
/*    padding-top: 14px;*/
/*    padding-left: 14px;*/
/*    background: #999999;*/
/*    color: white;*/
/*}*/

/*.landing-page-danlon-recommendation-large-text {*/
/*    font-size: 16px;*/
/*}*/

/*.landing-page-danlon-recommendation-small-text {*/
/*    font-size: 12px;*/
/*}*/

.landing-page-how-danlon-helps-item {
    grid-area: howDanlonHelpsItem;
    margin-top: 1em;
    margin-right: 6px;
    border-radius: 30px 30px 0px 0px;
    padding-top: 40px;
    padding-bottom: 35px;
}

.landing-page-how-danlon-helps-header-item-text {
    font-size: 20px;
}

.landing-page-how-danlon-helps-danlon-background {
    background: #193d54;
    color: white;
}

.landing-page-how-danlon-helps-hr-background {
    background: #193d54;
    color: white;
}


.landing-page-widget-item-one-lon {
    grid-area: widgetItemOne;
    position: relative;
    margin-right: 6px;
}

.landing-page-widget-item-two-lon {
    grid-area: widgetItemTwo;
    position: relative;
    margin-right: 6px;
}

.landing-page-widget-items {
    grid-area: widgetItems;
    display: flex;
    gap: 6px;
    align-items: flex-start;
}

.landing-page-widget-item-one {
    flex: 1;
    position: relative;
}

.landing-page-widget-item-two {
    flex: 1;
    position: relative;
}

.landing-page-widget-item-one img,
.landing-page-widget-item-two img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.landing-page-description-item {
    grid-area: descriptionItem;
    position: relative;
    border-radius: 0px 13px 13px 0px;
    background: #E9514E;
    color: white;
    /*margin-bottom: 50px;*/
}

.landing-page-description-item-header {
    padding: 29px;
}

.landing-page-description-item-header-text {
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: 600;
}

.landing-page-description-item-header-agreement-terms-and-conditions {
    margin-bottom: 78px;
    font-size: 12px;
}

.landing-page-description-item-header-agreement-terms-and-conditions-danlon {
    margin-bottom: 110px;
    font-size: 12px;
}

.landing-page-description-item-header-price {
    margin-bottom: 3em;
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}

.landing-page-description-item-header-price-text {
    font-size: 20px;
    font-weight: 600;
}

.landing-page-description-item-header-btn-container {
    margin-bottom: 3em;
    color: white;
    padding-top: 20px;
}

.landing-page-description-item-header-btn {
    background: #193d54;
    color: white;
    text-decoration: none;
    padding: 20px 50px;
    border-radius: 90px;
    font-size: 2em;
    font-weight: normal;
    border: 1px solid #193d54;
}

/* Yellow promotion styling for landing page button */
.landing-page-description-item-header-btn.promotion-yellow-btn {
    background: #FFBB00 !important;
    color: #2f3e48 !important;
    border: 1px solid #e6a600 !important;
}

.landing-page-description-item-header-btn.promotion-yellow-btn:hover {
    background: #e6a600 !important;
    color: #2f3e48 !important;
}

.landing-page-description-item-header-btn.promotion-yellow-btn:active {
    background: #cc9500 !important;
    color: #2f3e48 !important;
}

.landing-page-description-item-header-btn-text {
    font-size: 16px;
    font-weight: 700;
}

.landing-page-description-item-h1 {
    margin-bottom: 0.1em;
    font-weight: 600;
    font-style: normal;
    font-size: 25px;
    padding-top: 16px;
}

.landing-page-description-horizontal-white-borders {
    border-top: 4px solid white;
    border-bottom: 4px solid white;
    padding-top: 15px;
    padding-bottom: 15px;
}

.landing-page-faq-container-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 13px 13px 0px 0px;
    background: #193d54;
}

.landing-page-faq-container-wrapper-header {
    display: flex;
}

.landing-page-faq-container-wrapper-header .landing-page-faq-container-wrapper-header-label {
    width: 100%;
    padding: 1em 1em 1em 1em;
    margin: 1em;
    cursor: pointer;
}

.landing-page-faq-container {
    width: 100%;
    margin: auto;
    display: none;
}

.landing-page-faq-container-icon {
    background: url("/back/graphics/circle-plus-white-transparent.png");
    width: 40px;
    height: 41px;
    float: left;
}

.landing-page-faq-p {
    margin-top: 3px;
    font-size: 14px;
}

/*change label icon when input checked*/
#landing-page-faq-header-input:checked + .landing-page-faq-container-wrapper-header .landing-page-faq-container-icon {
    background: url("/back/graphics/circle-minus-white-transparent.png");
}

input:checked + label .landing-page-faq-container-icon {
    background: url("/back/graphics/circle-minus-white-transparent.png");
}

#landing-page-faq-header-input:checked ~ .landing-page-faq-container {
    display: block;
}

.landing-page-faq-container-item {
    border-top: 1px white solid;
}

.landing-page-faq-container-item input[type=radio]:not(old) + label {
    cursor: pointer;
    width: 85%;
    font-weight: 400;
    margin: 0 1em;
    padding: 1em 1em;
}

.landing-page-faq-container input {
    display: none;
}

.landing-page-faq-container .landing-page-faq-body {
    display: none;
    font-weight: 400;
    padding: 10px 30px 10px 70px;;
}

.landing-page-faq-container input:checked ~ .landing-page-faq-body {
    display: block;
}

.landing-page-faq-container input[type=radio ]:not(old) + label,
.landing-page-faq-container input[type=radio]:not(old):checked + label {
    background: none;
}

/* ------- Landing page widget -------- */

.landing-page-widget {
    max-width: 940px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.landing-page-widget h5 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
}

.landing-page-widget .landing-page-widget-btn {
    background: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 10px;
    margin: 8px 0 0 8px;
    margin-top: auto;
    padding: 10px;
    width: 180px;
    align-self: flex-end;
    align-items: center;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
}

.landing-page-widget .landing-page-widget-btn i {
    font-size: 2.5rem;
    margin: auto 2px;
    color: #fff;
    padding-left: 8px;
}

.landing-page-widget .landing-page-widget-btn span {
    width: 80%;
    word-break: break-word;
    display: inline-block;
    font-weight: 500;
}

.landing-page-widget .row {
    margin: 0;
}

.landing-page-widget .col {
    padding: 0;
    position: unset;
}

.landing-page-widget .landing-page-widget-danlon-direct {
    background: #c6cdd2;
    height: 60px;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 0;
    left: 0;
}

.landing-page-widget .landing-page-widget-danlon-direct h5 {
    padding-top: 10px;
    width: 100%;
}

.landing-page-widget .landing-page-widget-danlon-hr {
    background: #9ea6ae;
    height: 240px;
    margin-top: 1px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 70px;
    right: 50.5%;
    left: 0;
}

.landing-page-widget-danlon-hr-h5 {
    position: absolute;
    left: 35.5%;
    bottom: 180px;
}

.landing-page-widget-danlon-hr-h5-show {
    position: absolute;
    left: 18%;
    bottom: 180px;
}

.landing-page-widget .landing-page-widget-danlon-std {
    background: #74818D;
    height: 240px;
    margin-top: 1px;
    border-left: 1px solid #fff;
    position: absolute;
    top: 70px;
    right: 0;
    left: 50.5%;
}

.landing-page-widget-danlon-std-h5 {
    position: absolute;
    right: 35.5%;
    bottom: 180px;
}

.landing-page-widget-danlon-std-h5-show {
    position: absolute;
    right: 18%;
    bottom: 180px;
}

.landing-page-widget-content-text {
    font-size: 14px;
    font-weight: 500;
}

.landing-page-widget .landing-page-widget-danlon-std, .landing-page-widget .landing-page-widget-danlon-hr, .landing-page-widget .landing-page-widget-danlon-direct {
    cursor: pointer;
    transition: left 200ms, top 200ms, right 200ms, bottom 200ms, height 200ms;
}

.landing-page-widget-danlon-std.show, .landing-page-widget-danlon-hr.show, .landing-page-widget-danlon-direct.show {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    height: 300px;
    border: 0;
    display: flex;
}

.landing-page-widget-index-control {
    z-index: 10 !important;
}

.landing-page-widget-danlon-direct-content {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 25px;
    left: 25px;
    bottom: 25px;
    min-height: 200px;
    border: 1px solid #334B5D;
    border-radius: 10px;
    z-index: 100;
    background: #c6cdd2;
    pointer-events: none;
    padding: 12px 20px;
}

.landing-page-widget-danlon-hr-content {
    display: none;
    flex-direction: column;
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 400px;
    min-height: 200px;
    border: 1px solid #334B5D;
    border-radius: 10px;
    z-index: 100;
    background: #9ea6ae;
    pointer-events: none;
    padding: 12px 20px;
}

.landing-page-widget-danlon-std-content {
    display: none;
    flex-direction: column;
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 400px;
    min-height: 200px;
    border: 1px solid #334B5D;
    border-radius: 10px;
    z-index: 100;
    background: #74818D;
    color: #fff;
    padding: 12px 20px;
    pointer-events: none;
}

.landing-page-widget-danlon-direct-content.show, .landing-page-widget-danlon-hr-content.show, .landing-page-widget-danlon-std-content.show {
    display: flex;
}

.landing-page-widget-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing-page-widget-steps {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    pointer-events: none;
    position: absolute;
    bottom: 105px;
    left: 50px;
    right: 50px;
}

.landing-page-widget-steps .dashed-line {
    position: absolute;
    border-bottom: 5px dashed #223D51;
    width: 100%;
    transform: translateY(22px);
    z-index: 0;
}

.landing-page-widget-step-circle {
    height: 45px;
    width: 45px;
    background: #D85C55;
    border-radius: 40px;
    z-index: 1;
}

.landing-page-widget-step {
    z-index: 1;
}

.landing-page-widget-step .list {
    transform: translateX(-50px);
    position: absolute;
    width: 150px;
    text-align: center;
    margin-top: 8px;
}

.landing-page-widget-step i {
    color: #fff
}

.landing-page-widget-step i:before {
    transform: translate(7px, 0px);
    display: inline-block;
    font-size: 2.8rem;
}

.landing-page-widget-step .list p {
    margin-bottom: 4px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
}

/* ------- headline -------- */

.headline {
    font-size: 2.1em;
    padding-top: 10px;
    padding-bottom: 4px;
    display: inline-block;
}

.cvrUnpaid {
    border: 5px solid #FFBB00;
    background: #fff8e4;
    border-radius: 13px;
    padding: 8px 10px 8px 10px;
    width: calc(100% - 50px);
    position: relative;
    font-size: 1.3em;
    margin-bottom: 7px;
}

/* Danlon Promotion box */
.promotion-container {
    border: 5px solid #FFBB00;
    background: #fff8e4;
    border-radius: 13px;
    margin-top: 12px;
    padding: 8px 10px 8px 10px;
    width: calc(100% - 50px);
    position: relative;
}
.promotion-container p {
    font-size: 1.3em;
    margin-bottom: 7px;
}

.promotion-container .close {
    position: absolute;
    top: 2px;
    right: 8px;
    text-decoration: none;
    color: #000;
    font-size: 16.5px;
}

.promotion-heading {
    margin-bottom: 5px;
}

.promotion-checklist {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

.promotion-checklist li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    line-height: 18px;
}

.promotion-checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #28a745;
    color: white;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Specific styling for account page promotion container */
.promotion-container-account {
    background: #fff8e4;
    width: 300px;
    font-size: 0.7em;
    margin-left: 19%;
}

.promotion-container-account .promotion-heading {
    padding: 0;
    margin: 0 0 3px 0;
}

.promotion-container-account p {
    padding: 0;
    margin: 0 0 2px 0;
}

.promotion-container-account p:not(:first-of-type) {
    margin-top: 0;
}

.promotion-container-account .promotion-checklist {
    margin-left: 10px;
    font-size: 1.2em;
}

.promotion-container-account .promotion-checklist li {
    line-height: 1.3;
}

/* Special styling for the "Nyhed" (New) item */
.promotion-checklist li:first-child {
    font-weight: 600;
}

.promotion-checklist li:first-child::after {
    content: 'NYHED';
    background: #e9514e;
    color: white;
    font-size: 0.95em;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 10px;
    margin-left: 8px;
}

/* ------- Danlon HR promotion -------- */
.hr-promotion-yellow-border {
    border: 5px solid #FFBB00;
    border-radius: 13px;
    margin-bottom: 40px;
    padding: 10px 25px 10px 10px;
    background-color: #FFF8E4;
}

/* Yellow button styling for promotion */
a.btn.btn-promotion-yellow span {
    background: #FFBB00 !important;
    color: #2f3e48 !important;
    border: 1px solid #e6a600 !important;
    font-weight: 600;
}

a.btn.btn-promotion-yellow span:hover {
    background: #e6a600 !important;
    color: #2f3e48 !important;
}

a.btn.btn-promotion-yellow span:active {
    background: #cc9500 !important;
    color: #2f3e48 !important;
}

.hr-promotion-agreements-page-container {
    margin-left: 110px;
    margin-bottom: 10px;
    padding: 8px 10px 8px 10px;
    width: 400px;
}

.hr-promotion-margin-bottom-5px {
    margin-bottom: 5px;
}

.hr-promotion-standard-text {
    font-size: 14px;
}

.hr-promotion-standard-link {
    padding-left: 0px !important;
}

.hr-promotion-standard-list-ul {
    list-style-position: inside;
}

.hr-promotion-standard-list-item-ul {
    font-size: 14px;
    white-space: nowrap;
}

.hr-promotion-dash-page-container-p-how-to {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.hr-promotion-dash-page-container {
    height: 280px;
    padding: 8px 10px 8px 10px;
    display: flex;
}

.hr-promotion-dash-page-container-left {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 0px;
}

.hr-promotion-dash-page-container-right {
    width: 50%;
}

.hr-promotion-dash-page-media-container {
    height: 95%;
    padding-top: 10px;
    padding-bottom: 15px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center
}

.hr-promotion-landing-page-container {
    grid-area: danlonIntroVideoItem;
    margin-bottom: 40px;
    padding: 10px 25px 10px 10px;
}

.hr-promotion-standard-list-ol {
    list-style-position: inside;
    margin-left: 35px;
}

.hr-promotion-standard-list-item-ol {
    font-size: 14px;
}

#hr-promotion-dash-page-demo-video {
    height: 93%;
}

.cancel-agreement-radio input[type=radio]:not(old):checked + label , .cancel-agreement-radio input[type=radio ]:not(old) + label  {
    line-height: 20px;
    background-position: 9px 2px;
    padding-left: 30px;
    margin-left: -15px;
}

#danloen-embedded {
    position: relative;
    width: calc(100vw - 260px);
    max-width: 1350px;
    min-height: 50px; /* at least 50px are needed to display the search bar  */
}

#danloen-embedded > .relative {
    min-height: 365px;
    height: calc(100vh - 270px);
}

#danlon-embedded-search {
    position: relative;
    width: calc(100vw - 260px);
    max-width: 500px;
    min-height: 34px; /* at least 34px are needed to display the search bar  */
}

.coi-banner__page {
    max-height: 538px!important;
}

.checkbox-disabled-label {
    pointer-events: none;
    opacity: 0.3;
}

.help-bottombar-container {
}

.help-bottombar-content {
    padding-top: 5px;
    padding-left: 210px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.help-bottombar {
    border-top: 1px solid #000000;
    padding: 10px 10px 5px 10px;
    min-height: 25px;
}

.help-bottombar-tekst {
    height: 20px;
    font-size: 10px;
    font-weight: 600;
    padding-left: 0.7em;
}

.dimmed {
    color: #B0B0B0;
}

.inline-link-button {
    background: #436174;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 1px;
    border: #436174 solid 1px;
    alignment: center;
}

.inline-link-button:hover {
    transform: scale(1.03);
}

.inline-link-button a {
    text-decoration: none;
}

.inline-link-button-text {
    margin-left: 3px;
    margin-right: 3px;
    line-height: 12px;
    font-size: 10px;
    color: white;
}

/* ------------------------------- Danløn confirmation box ------------------------------- */

.confirm-dialog-header {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.confirm-dialog-text {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.jconfirm .jconfirm-box {
    padding: 0;
    background: #FFFFFF;
}

.jconfirm.jconfirm-light .jconfirm-box {
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
    color: #000000;
    font-size: 20px!important;
    font-weight: normal;
    opacity: 100%;
    border: none;
    top: 6px;
    right: 6px;
    height: 16px;
    width: 16px;
}

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
    color: #000000;
    font-weight: normal;
    background: #D0D7DC;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
}

.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
    background: #F5F5F5;
    border-color: #D0D7DC;
    border-top-width: 1px;
    border-top-style: solid;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-std {
    font-weight: 600;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
    margin: 0;
    padding: 4px 15px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-default-left {
    color: #FFFFFF;
    background: #436174;
    border: #FFFFFF solid 1px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    margin-left: 20px;
    float: left;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-default-left:hover {
    color: #FFFFFF;
    background: #193D54;
    border: #FFFFFF solid 1px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-not-default-right {
    color: #193D54;
    background: #FFFFFF;
    border: #193D54 solid 1px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    margin-right: 20px;
    float: right;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-not-default-right:hover {
    color: #193D54;
    background-color: #F5F5F5;
    border: #193D54 solid 1px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
}



.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-left {
    color: #193D54;
    background: #FFFFFF;
    border: #193D54 solid 1px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    margin-left: 20px;
    float: left;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-left:hover {
    color: #193D54;
    background-color: #F5F5F5;
    border: #193D54 solid 1px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-middle {
    float: none;
    margin-left: 15px;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-right {
    color: #FFFFFF;
    background: #436174;
    border: #FFFFFF solid 1px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 0.3);
    margin-right: 20px;
    float: right;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-danlon-right:hover {
    color: #FFFFFF;
    background: #193D54;
    border: #FFFFFF solid 1px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgb(0 0 0 / 0.3);
}

#sessionCountDown {
    font-size: 20px;
}

/* ------------------------------- Danløn alert box ------------------------------- */

.jconfirm .jconfirm-box .jconfirm-type-red {
    border-top-color: #AF3D3B;
}

.jconfirm .jconfirm-box .jconfirm-type-green {
    border-top-color: #008000;
}

.jconfirm .jconfirm-box .jconfirm-type-orange {
    border-top-color: #FFBB00;
}

.jconfirm .jconfirm-box .jconfirm-type-blue {
    border-top-color: #47ACEC;
}

.alert-dialog-header {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.alert-dialog-text {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.not-selectable-element{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* ------------------------------- Danløn flash message ------------------------------- */

#gritter-notice-wrapper {
    width: 450px;
}

.danlon-flash {
    padding: 0;
    background: #FFFFFF;
    border-left-style: solid;
    border-left-width: 8px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.3);
    -webkit-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.3);
    -moz-box-shadow: 0 5px 5px 0 rgb(0 0 0 / 0.3);
}

.danlon-flash-error {
    border-left-color: #AF3D3B;
}

.danlon-flash-success {
    border-left-color: #008000;
}

.danlon-flash-aware {
    border-left-color: #FFBB00;
}

.danlon-flash-info {
    border-left-color: #47ACEC;
}

.danlon-flash .gritter-item {
    line-height: 100%;
    vertical-align: middle;
}

.danlon-flash .gritter-item .gritter-image {
    width: 35px;
    height: 35px;
}

.danlon-flash .gritter-item .gritter-with-image {
    width: 350px;
    color: #000000;
    font-size: 12px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    float: left;
    padding-left: 15px;
    padding-right: 10px;
}

.danlon-flash .gritter-item .gritter-with-image .gritter-title {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 5px;
    text-shadow: unset;
}

.danlon-flash .gritter-item .gritter-close {
    right: 0px;
    left: unset;
    background: url(/back/graphics/flash/close.png) no-repeat left top;
    background-size: 17px;
}

.danlon-flash .gritter-item .gritter-close:hover {
    background: url(/back/graphics/flash/close-hover.png) no-repeat left top;
    background-size: 17px;
}

/* ------------------------------- Danløn sticky columns ------------------------------- */

.horizontal_slider_table_wrapper {
    overflow-x: auto;
}

.vertical_slider_table_wrapper {
    overflow-y: auto;
}

.sticky-col {
    position: -webkit-sticky;
    position: sticky;
}

.first-col {
    left: 0px;
}

/* ------------------------------- Danløn slider panel ------------------------------- */
.grey_out_text{
    color: #99a5ad;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #707070;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #436174;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}

/* ------------------------------- Danløn slider panel ------------------------------- */

.search_box{
    width: 300px;
    height: 30px;
    font-size: 1.3em;
    font-weight: 600;
    padding-left: 6px;
}

.search_clear_button{
    font-size: 16px;
    margin-left: -20px;
    background-color: #FFFFFF;
    border: none
}

.fa-td {
    display: flex;
    width: 28px;
    height: 28px;
    padding: 7px 0px 9px 10px;
    justify-content: center;
    align-items: center;
}

.fa-circle-envelope {
    display: flex;
    height: 12px;
    width: 12px;
    padding: 8px 7px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #FC3D39;
}

.dlToggle {
    --width: 25px;
    --height: calc(var(--width) / 2);
    --border-radius: calc(var(--height) / 2);

    display: inline-block;
    cursor: pointer;
}

.dlToggle__input {
    display: none;
}

.dlToggle__fill {
    position: relative;
    width: var(--width);
    height: var(--height);
    border-radius: var(--border-radius);
    background: #D1DADF;
    transition: background 0.2s;
    padding: 0!important;
}

.dlToggle__fill::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: var(--height);
    width: var(--height);
    background: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-radius: var(--border-radius);
    transition: transform 0.2s;
}

.dlToggle__input:checked ~ .dlToggle__fill {
    background: #436174;
}

.dlToggle__input:checked ~ .dlToggle__fill::after {
    transform: translateX(var(--height));
}

.white_background {
    background-color: white;
}

.no_float {
    float: none;
}

.substatus_td {
    padding-left: 25px;
}

.date-separator {
    background-color: #193D54;
    border-radius: 3px;
    height: 3px;
    width: 10px;
    display: inline-flex;
    position: relative;
    top: 10px;
    margin-left: -12px;
    margin-right: 8px;
}

.page-tabs {
    display: flex;
    alignment-baseline: bottom;
    padding: 2em 0 5em 0;
}
.page-tabs > * {
    float: left;
    font-size: 1.6em;
    padding: 0 1em 3px 1em;
    margin: 0;
}
.page-tabs > span {
    color: #303F49;
    font-weight: bold;
    cursor: default;
    border-bottom: 2px solid #E9514E;
}
.page-tabs > a {
    text-decoration: none;
    color: #303F49;
    border-bottom: 1px solid #D9D9D9;
}

.page-tabs > a:hover {
    color: #59656D;
    border-bottom: 2px solid #D9D9D9;
}

.unmatchedRow {
    background: yellow;
}

/* Back button styling */
.tilbage-knap-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.tilbage-knap {
    color: inherit;
    text-decoration: none;
    font-size: 1.4em;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.tilbage-knap i {
    font-weight: 300;
    padding-right: 30px;
    font-size: 1.7em;
}

.dl-udskrifts-header {
    display: none;
}


