﻿
body {
    background-color: white;
    padding: 0px;
    margin: 0px;
    min-height: 100vh;
    flex-direction: column;
    display: flex;
    justify-content: flex-start;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: verdana;*/
}



#header {
    background-color: white;
    display: flex;
    height: 100px;
    align-items: center;
    padding: 0 100px;
    min-height: 100px;
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 2px solid #d73f12;
    font-size: 18px;
}

    #header #navLinks {
        margin: 0 0 0 auto;
        display: flex;
        gap: 20px;
    }

        #header #navLinks a {
            color: black;
            text-decoration: none;
            transition-duration: 200ms;
            padding-bottom: 2px;
            border: 2px solid transparent;
            font-family: Arial, Helvetica, sans-serif;
        }

            #header #navLinks a:hover {
                border-bottom: 2px solid #d73f12;
            }

    #header img {
        height: 41px;
    }

#footer {
    color: white;
    margin-bottom: 0;
    margin-top: auto;
}

    #footer p {
        margin: 0;
    }

    #footer h2 {
        font-size: 21px;
        font-weight: 700;
    }
    #footer #information {
        display: grid;
        grid-template-columns: 1fr 1fr; /* Two equal columns */
        gap: 20px; /* Optional gap between columns */
    }
    .centered-link {
        display: flex;
        align-items: end; /* Centers the link vertically */
        justify-content: end;
        height: 100%; /* Ensures the div takes the full height of the parent div */
    }

    .centered-link a {
        text-decoration: none; /* Optional: removes the underline from the link */
        color: #000; /* Optional: changes the color of the link */
    }

    #footer #information {
        padding: 20px 100px;
        background-color: #595959;
    }

    #footer .informationIcon {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #footer #information a {
        color: white;
        text-decoration: none;
        transition-duration: 200ms;
        padding-bottom: 2px;
        border: 2px solid transparent;
    }

        #footer #information a:hover {
            border-bottom: 2px solid white;
        }

    #footer #information img {
        height: 20px;
    }

    #footer #bottombar {
        display: flex;
        background-color: #d73f12;
        padding: 16px 100px;
        justify-content: space-between;
    }

        #footer #bottombar img {
            height: 34px;
        }

        #footer #bottombar #linkedInIcon {
            color: white;
        }


#refusion-form .form-section {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

#refusion-form .form-group > label {
    display: inline-flex;
    width:450px;
}

#refusion-form #institution-form .form-group {
    display: flex;
    align-items: center;
}


#SpecificationTotalLabel, #SpecificationRefusionTotalLabel, #UpfrontTotalPayoutLabel {
    justify-content: right;
}

#refusion-form .form-group .calculate-button input {
    font-size: 12px;
    height: auto;
    width: auto;
}

#refusion-form .form-group .calculate-button {
    width: 100%;
    display: flex;
    justify-content: end;
}


#institution-form {
}

    #institution-form .form-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

#comment-field {
    width: 100%;
    height: 70px;
    display: flex;
}

    #comment-field textarea {
        flex-grow: 1;
    }

.form-section {
    border-bottom: 1px solid #EEE;
    padding: 10px;
    gap: 7px;
}

.form-subsection {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.sum-total {
    width: 61px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: end;
    border: 1px solid rgba(118, 118, 118, 0.3);
    background-color: #EFEFEF4D;
    color: rgb(84, 84, 84);
    height: 28px;
}

#aarsvaerks-blanket #MaternalLeaveForm .hidden-sum-total {
    width: 61px;
    flex-shrink: 0;
    font-size: 16px;
    font-weight: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

#institution-form .form-subsection {
}

#fleksjob-blanket .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-group span {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#institution-form .form-group label {
    display: inline-flex;
    width: 150px;
}

#aarsvaerks-blanket {
    width: 100%;
}

    #aarsvaerks-blanket #MaternalLeaveForm {
        width: 100%;
    }



.fulltime-information-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

    .fulltime-information-form h2 {
        margin: 7px 0;
    }

#aarsvaerks-blanket #MaternalLeaveForm .fulltime-information-form div:not(.sum-total, .hidden-sum-total) {
    width: 200px;
}

#aarsvaerks-blanket #MaternalLeaveForm .fulltime-information-form label {
    width: 335px;
}


#aarsvaerks-blanket #MaternalLeaveForm .fulltime-information-form input {
    width: 200px;
    margin-right: 42px;
}

#aarsvaerks-blanket .form-group {
    display: flex;
    align-items: center;
}

    #aarsvaerks-blanket .form-group .calculate-button input {
        font-size: 12px;
        height: auto;
        width: auto;
    }

    #aarsvaerks-blanket .form-group .calculate-button {
        width: 100%;
        display: flex;
        justify-content: end;
    }


#aarsvaerks-blanket #MaternalLeaveForm .aarsvaerk-result input {
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    width: 200px;
    margin-top: 10px;
}

#finish-button {
    margin-top: 7px;
    display: flex;
    justify-content: end;
}


#CalculateButton {
    margin-top: 7px;
    display: flex;
    justify-content: end;
    width: 200px;
    margin-top: 10px;
}


.form-group select {
    padding: 2px 5px;
    height: 28px;
}


#aarsvaerks-blanket #MaternalLeaveForm input:not(.calculate-button, input) {
    font-size: 18px;
    padding: 2px 5px;
    width: 230px;
    box-sizing: border-box;
    height: 28px;
}

#aarsvaerks-blanket .parttime-information-header, #aarsvaerks-blanket #parttime-information-item {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

    #aarsvaerks-blanket .parttime-information-header div:not(.sum-total, .hidden-sum-total) {
        text-align: left;
        box-sizing: border-box;
        width: 200px;
    }


    #aarsvaerks-blanket #parttime-information-item span {
        border: 1px solid rgba(118, 118, 118, 0.3);
        width: 200px;
        background-color: #EFEFEF4D;
        color: rgb(84, 84, 84);
        font-weight: initial;
    }

    #aarsvaerks-blanket #parttime-information-item span, #aarsvaerks-blanket #parttime-information-item input {
        text-align: left;
        width: 200px;
    }

#aarsvaerks-blanket #institution-form input {
    font-size: 15px;
    padding: 2px 5px;
    width: 215px;
    box-sizing: border-box;
    height: 28px;
}


#aarsvaerks-blanket #parttime-information-item {
    width: 100%;
    justify-content: space-between;
    display: flex;
}

#aarsvaerks-blanket .parttime-information-form {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.parttime-sum-item {
    display: flex;
    justify-content: space-between;
}

#aarsvaerks-blanket #MaternalLeaveForm .parttime-sum-item input {
    width: 200px;
}

#aarsvaerks-blanket #MaternalLeaveForm .parttime-sum-item div:not(.sum-total, .hidden-sum-total) {
    width: 200px;
}

#offentlig .contentTXT, #offentlig td, #offentlig p {
    font-size: 16px;
    line-height: 20px;
}

#fleksjob-blanket .flex-person-information-header, #fleksjob-blanket #flex-person-information-item {
    display: flex;
    font-weight: bold;
    text-align: center;
    gap: 2px;
}

#fleksjob-blanket .flex-person-information-header /*div:not(.sum-total, .hidden-sum-total)*/ {
    text-align: left;
    box-sizing: border-box;
}


#fleksjob-blanket #flex-person-information-item span {
    background-color: #EFEFEF4D;
    color: rgb(84, 84, 84);
    font-weight: initial;
}

#fleksjob-blanket #flex-person-information-item span, #fleksjob-blanket #flex-person-information-item input:not(input[type=radio]), #fleksjob-blanket #flex-person-information-item select {
    text-align: left;
    flex-grow: 1;
    display: flex;
    width: 0;
    height: 28px;
}

#fleksjob-blanket #flex-person-information-item .sum-total {
    width: unset;
    flex-grow: 1;
    flex-shrink: 0;
}

#fleksjob-blanket #flex-person-information-item select {
    height: 28px;
}


#fleksjob-blanket #flex-person-information-item {
    width: 100%;
    display: flex;
}

#fleksjob-blanket .flex-person-information-header {
    font-size: 12px;
    display: flex;
    gap: 10px;
}

#fleksjob-blanket #institution-form input {
    font-size: 15px;
    padding: 2px 5px;
    width: 215px;
    box-sizing: border-box;
    height: 28px;
}

#fleksjob-blanket .flex-person-information-header div:not(.sum-total, .hidden-sum-total) {
    flex: 1;
    word-break: break-word;
    display: flex;
    align-items: end;
}
#fleksjob-blanket .flex-person-information-header label {
    flex: 1;
    word-break: break-word;
    display: flex;
    align-items: end;
}



.sum-line {
    display: flex;
    justify-content: space-between;
}

    .sum-line span {
        display: flex;
        width: 33.3%;
        justify-content: end;
    }

    .sum-line div {
        display: flex;
        width: calc(33% - 11px);
        justify-content: end;
    }


#barselsblanket .flex-person-information-header, #barselsblanket #flex-person-information-item {
    display: flex;
    font-weight: bold;
    text-align: center;
    gap: 2px;
}

#barselsblanket .flex-person-information-header /*div:not(.sum-total, .hidden-sum-total)*/ {
    text-align: left;
    box-sizing: border-box;
}


#barselsblanket #flex-person-information-item span {
    font-weight: initial;
}

.radio-button {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

    .radio-button > * {
        display: flex;
        width: 60px;
        justify-content: end;
        height: 25px;
        align-items: center;
        margin-left: 20px;
    }

#barselsblanket #flex-person-information-item > * {
    text-align: left;
    flex-grow: 1;
    display: flex;
    width: 0;
}

#barselsblanket #flex-person-information-item .sum-total {
    flex-grow: 1;
    flex-shrink: 0;
}

#barselsblanket #flex-person-information-item input[type=radio] {
    height: 18px;
    width: 18px;
}

#barselsblanket #flex-person-information-item {
    width: 100%;
    display: flex;
    align-items: center;
}

#barselsblanket .flex-person-information-header {
    font-size: 12px;
    display: flex;
    gap: 10px;
}

.flex-person-information-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#barselsblanket .form-group input {
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    height: 28px;
}


#barselsblanket .flex-person-information-header div:not(.sum-total, .hidden-sum-total) {
    flex: 1;
    word-break: break-word;
    display: flex;
    align-items: end;
}

#barselsblanket #institution-form input {
    font-size: 15px;
    padding: 2px 5px;
    width: 215px;
    box-sizing: border-box;
    height: 28px;
}

#barselsblanket .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#barselsblanket .add-line input {
    font-size: 12px;
    width: 150px;
    height: auto;
}



#offentlig th {
    font-size: 11px;
    font-family: Verdana;
    line-height: 15px;
    font-weight: bold;
    text-align: left;
    vertical-align: bottom;
}

#offentlig .validationSummaryHeader {
    font-family: arial;
    font-weight: bold;
    font-size: 11px;
    color: red;
}

#offentlig .validation {
    font-family: verdana;
    font-weight: bold;
    font-size: 11px;
    color: #BD2810;
    background-color: #DEDDDD;
    padding: 0px;
    border-top: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

#offentlig input:not(.add-line), #offentlig textarea, #offentlig select {
    font-family: verdana;
    height: 28px;
    font-size: 12px;
    box-sizing: border-box;
}

#fleksjob-blanket .form-group .calculate-button {
    width: 100%;
    display: flex;
    justify-content: end;
}

    #fleksjob-blanket .form-group .calculate-button input {
        font-size: 12px;
        width: auto;
        height: auto;
    }

#fleksjob-blanket .add-line input {
    font-size: 12px;
    width: 150px;
    height: auto;
}

#maternalregulation-dropdown #maternal-regulation-csv {
    display: flex;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 3px;
    border: 0.5px solid rgb(118, 118, 118);
    color: black;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;
    width: 130px;
}

    #maternalregulation-dropdown #maternal-regulation-csv:hover {
        background: #e5e5e5;
    }

#maternalperson-dropdown #maternal-person-csv {
    display: flex;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 3px;
    border: 0.5px solid rgb(118, 118, 118);
    color: black;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;
    width: 130px;
}

    #maternalperson-dropdown #maternal-person-csv:hover {
        background: #e5e5e5;
    }

#flexperson-dropdown #flex-person-csv {
    display: flex;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 3px;
    border: 0.5px solid rgb(118, 118, 118);
    color: black;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;
    width: 130px;
}

#flexperson-dropdown #flex-person-csv:hover {
    background: #e5e5e5;
}

#flexregulation-dropdown #flex-regulation-csv {
    display: flex;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 3px;
    border: 0.5px solid rgb(118, 118, 118);
    color: black;
    font-size: 14px;
    height: 20px;
    margin-bottom: 15px;
    width: 130px;
}

#flexregulation-dropdown #flex-regulation-csv:hover {
    background: #e5e5e5;
}


#fleksjob-blanket .add-from-csv {
    display: flex;
}

#fleksjob-blanket #dropdown input {
    font-size: 12px;
    width: auto;
    height: auto;
}

#fleksjob-blanket .add-line .add-csv-person input {
    width: auto;
}

#barselsblanket .form-group .calculate-button {
    width: 100%;
    display: flex;
    justify-content: end;
}

    #barselsblanket .form-group .calculate-button input {
        font-size: 12px;
        width: auto;
        height: auto;
    }

.TextBoxAlignRight {
    text-align: right;
}

#offentlig th {
	font-size: 11px;
	font-family: Verdana;
	line-height: 15px;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
}

#offentlig .input1 {
    width: 100px;
}


#offentlig h1 {
    font-size: 30px;
    font-family: verdana;
    font-weight: bold;
    color: #333333;
}

#offentlig h2 {
    font-size: 15px;
    font-family: verdana;
    font-weight: bold;
    color: #090D2E;
}

#offentlig a {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    /*font-family: verdana;*/
    line-height: 20px;
    text-decoration: none;
    color: #034e99;
}

    #offentlig a:hover {
        color: #9D262A;
    }

#offentlig .indent {
    border: 1px solid #CCC;
    border-top: 3px solid #d73f12;
    padding: 15px;
}

#offentlig .indentWhite {
    border: 1px solid #999999;
    padding: 5px;
    background-color: #ffffff;
}

#offentlig .button {
    margin-top: 3px;
}

#toplinks {
    padding-top: 20px;
    padding-left: 3px;
}

    #toplinks a {
        color: #ffffff;
        font-family: verdana;
        font-size: 10px;
        text-decoration: none;
    }

        #toplinks a:hover {
            color: #D3E6CA;
        }

.layoutdiv {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.hidePrint {
}
