﻿@import url('https://fonts.googleapis.com/css?family=Signika:300,400,600');

@font-face {
    font-family: 'bebasneue-regular';
    src: url('../fonts/bebasneue-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'notosansdisplay-variablefont_wdth,wght';
    src: url('../fonts/notosansdisplay-variablefont_wdth,wght.ttf') format('truetype');
}

@font-face {
    font-family: 'taviraj-regular';
    src: url('../fonts/taviraj-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Taviraj-Medium';
    src: url('../fonts/Taviraj-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Taviraj-SemiBold';
    src: url('../fonts/Taviraj-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: 'ibmplexsans-light';
    src: url('../fonts/ibmplexsans-light.ttf') format('truetype');
}

@font-face {
    font-family: 'IBMPlexSans-Medium';
    src: url('../fonts/IBMPlexSans-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Taviraj-Italic';
    src: url('../fonts/Taviraj-Italic.ttf') format('truetype');
}

html {
    font-family: 'notosansdisplay-variablefont_wdth,wght';
    color: #0B1D27;
    font-size: 18px;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

#form1 {
    width: 100%;
    margin: 0;
}

body {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0;
}

a {
    color: #CC2229 !important;
}

.container {
    display: flex;
    flex-direction: column;
    align-content: space-between;
    width: 90%;
    margin: 0 auto;
}

    .container.custom {
        width: 90% !important;
        max-width: 90% !important;
        min-height: 100%;
    }

.container_header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
}

.container_header__logoright, .container_header__logokonf {
    height: 200px;
    width: auto;
}

.container_header__logo {
    height: 110px;
}

.container_registerform {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.container_registerform__texttxt {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-optical-sizing: auto;
    color: #091921;
    letter-spacing: normal;
    font-size: 1.7rem;
    text-align: center;
    line-height: 1.7rem;
    margin-top: 3rem;
}

    .container_registerform__texttxt.fm {
        font-size: 1.5rem;
    }

.container_content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.bg_apply {
    background-image: url(/Content/img/årsmøde2026.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    max-width: 100vw;
    min-height: calc(100vh - 160px);
    background-color: #0B1D27;
}

.blur {
    /*backdrop-filter: blur(2px);*/
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.container_content__header {
    font-size: 1.4rem;
}

.container_content__content-bold {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    padding-top: 0.5em;
    margin: 0;
}

.container_content__content-red {
    text-align: center;
    font-weight: 600;
    font-size: 1.2rem;
    color: #e5322c;
    margin: 0;
}

.container_registerform__textdata {
    font-family: 'Taviraj-SemiBold';
    text-align: center;
    font-size: 1rem;
    margin-bottom: 1rem;
    margin: 0;
}

.container_registerform__datafilled {
    font-family: 'Taviraj-Italic';
    font-size: 1.2rem;
}

.container_registerform__steps {
    width: 700px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    box-sizing: border-box;
    margin-top: 6%;
    margin-bottom: 4%;
    position: relative;
}

.container_registerform__step {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container_registerform__circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background-color: #d5d9df;
    text-align: center;
    box-sizing: border-box;
    z-index: 1;
    transition: all .35s ease-in-out;
}

.container_registerform__stepstxt {
    text-align: center;
    color: #7d7d7d;
    font-size: 0.8rem;
    max-width: 130px;
    height: 40px;
}


.active .container_registerform__circle,
.finish .container_registerform__circle {
    background-color: #e5322c;
    color: white;
    transition: all .25s ease-in-out;
}

.container_registerform__tab {
    padding-bottom: 30px;
}

.container_registerform__stepsline {
    position: absolute;
    top: 15px;
    margin-bottom: -15px;
    content: "";
    height: 2px;
    width: 0;
    background-color: #e5322c;
    transition: all .25s ease-in-out;
}

.container_content__reference {
    text-decoration: none;
    color: #0e71cd;
    cursor: pointer;
}

    .container_content__reference:hover {
        color: #0096ff;
        cursor: pointer;
    }

button::-moz-focus-inner {
    border: 0 !important;
}

.container_content__button {
    margin-top: 6%;
}

.container_content__buttonbtn {
    width: 150px;
    height: 30px;
    background-color: #e5322c;
    font-family: Signika;
    font-size: 1rem;
    color: #ffffff;
    outline: none;
    border-style: none;
    border-radius: 3px;
    cursor: pointer;
}

    .container_content__buttonbtn:hover {
        transform: scale(1.01);
        transition: ease-in-out 0.1s;
        box-shadow: 0 8px 6px -4px rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }

    .container_content__buttonbtn:active {
        background-color: #C20E1A;
        color: #ffffff;
    }

.container_registerform__buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

.container_registerform__buttonprevious {
    width: 120px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #0B1D27;
    background: url(/Content/svg/arrows_left.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 4px 9px;
    font-size: 1rem;
    color: #0B1D27;
    border-style: none;
    border-radius: 3px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

.container_registerform__buttonnext {
    width: 120px;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #0B1D27;
    background: url(/Content/svg/arrows_right.svg);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: 100px 10px;
    font-size: 1rem;
    color: #0B1D27;
    border-style: none;
    border-radius: 3px;
    cursor: pointer;
    transition: ease-in-out 0.3s;
}

    .container_registerform__buttonnext:hover {
        transition: ease-in-out 0.2s;
        background-position: 106px 11px;
        cursor: pointer;
    }

.container_registerform__buttonprevious:hover {
    transition: ease-in-out 0.2s;
    background-position: 0 9px;
    cursor: pointer;
}

.container_registerform__buttonnext:active {
    background-color: #ffffff;
    color: #ffffff;
}

.container_registerform__buttonprevious:active {
    background-color: #7F7F7F;
    color: #ffffff;
}

.error {
    font-family: 'taviraj-regular';
    position: absolute;
    right: 198px;
    margin-top: -63px;
    font-size: 0.8rem;
    color: #e5322c;
}

.requirederror {
    font-family: 'taviraj-regular';
    position: absolute;
    right: 1px;
    top: -4px;
    font-size: 0.8rem;
    color: #e5322c;
}

.inputerror {
    font-family: 'taviraj-regular';
    position: absolute;
    left: 6px;
    top: 34px;
    font-size: 0.8rem;
    color: #e5322c;
    display: none;
}

    .inputerror.show {
        display: block;
    }

.checkerror {
    font-family: 'taviraj-regular';
    position: absolute;
    margin-left: 30px;
    margin-top: 56px;
    font-size: 0.8rem;
    color: #e5322c;
}

    .checkerror.spec {
        margin-left: 60px;
        margin-top: -25px;
    }

#errmsg {
    color: red;
}

.container_footer {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    background-color: #0B1D27;
    font-family: 'ibmplexsans-light';
    font-size: 1rem;
    color: #ffffff;
    bottom: 0;
}

.container_footer__content {
    width: 50%;
}

.container_footer__contenttxt {
    font-size: 0.9rem;
    padding: 3%;
    line-height: 1rem;
}

.container_registerform__form-contentinput {
    width: 700px;
    height: 10em;
    background-color: #ffffff;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    text-align: justify;
    color: #434343;
    padding: 1rem;
    box-sizing: border-box;
}

.container_registerform__align-right {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    text-align: left;
    padding-bottom: 1em;
}

.container_content__content-bullet {
    margin-top: -0.3em;
    padding-right: 0.8em;
}

.container_registerform__form-checkbox {
    padding-bottom: 1em;
}

.container_footer__contenttxt {
    line-height: 1.1rem;
}

.generator_style {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 700;
    font-size: 1.3rem;
    color: #434343;
}

.iefix {
    width: 700px;
}

.container_registerform__form-importanttxt {
    font-family: 'Taviraj-SemiBold';
}

.container_registerform__formtitle {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 500;
}

.container_registerform__form-txt {
    font-family: 'Taviraj-Regular';
}

.container_registerform__form___wrapper {
    padding: 18px 23px;
}

input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
}

input[type='number']:focus-visible {
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.delete_btn {
    background-color: #CC2229;
    border: none;
    font-family: 'IBMPlexSans-Medium';
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.8rem;
}

    .delete_btn:hover {
        background-color: #E82D3A;
        transition: .3s ease-in-out;
    }

.container_registerform__form-checkbox.align-items-start input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-top: 4px;
}

.container_registerform__form-checkbox label {
}

input[type='checkbox']:hover {
    cursor: pointer;
}

.pd0 {
    padding-top: 0 !important;
}

.pd0 {
    padding-top: 0 !important;
}

.pt1 {
    padding-top: 1rem;
}

.pb1 {
    padding-bottom: 1rem;
}

.pl04 {
    padding-left: 0.4rem;
}

.ptb1 {
    padding: 1rem 0;
}

.ptb2 {
    padding: 2rem 0;
}

.mt04 {
    margin-top: 0.4rem !important;
}

.mt200 {
    margin-top: 200px;
}

.mt_-4 {
    margin-top: -4px;
}

.mb2 {
    margin-bottom: 2rem;
}

.p3-7 {
    padding: 3rem 7rem !important;
}

.w900 {
    width: 900px !important;
}

.validation {
    font-family: 'taviraj-regular';
    font-size: 1rem;
    color: #CC2229 !important;
}

.requiredinput.invalid {
    border: 1px solid #CC2229 !important;
}

.invalid .container_registerform__forminput input {
    border: 1px solid #CC2229 !important;
}

.secondary-font {
    font-family: 'taviraj-regular';
}

.container_registerform__form-checkbox.align-items-start input[type=checkbox] {
    margin-top: 4px;
}

html .RadAutoCompleteBox .racTokenList {
    white-space: nowrap;
}

html .RadAutoCompleteBox .racToken,
html .RadAutoCompleteBox .racInput {
    float: none;
    display: inline-block;
}

.block {
    display: block;
}

.center {
    display: flex;
    flex-flow: row;
    justify-content: center;
}

.divider {
    width: 8%;
    height: 0.1em;
    background-color: #CC2229;
    animation: divider-animated 0.5s forwards;
}

.bold-font {
    font-family: 'Taviraj-SemiBold';
    font-weight: 600;
}

.with_partner_tr {
    height: 70px;
}

    .with_partner_tr .additional_row {
        display: flex;
        flex-flow: row;
        position: absolute;
        left: 20px;
        margin-top: 32px;
    }

.additional_row span {
    padding: 0 4px;
    margin-top: -6px;
    font-size: 0.8rem;
}

.l-font {
    font-size: 1.3rem;
}

.mb-1 {
    margin-bottom: 5px;
}

.pl-3 {
    padding-left: 15px;
}

    .additional_row span.container_registerform__info-confirmed-registration-info_check:after {
        margin-top: 4px;
        margin-left: -1px;
        width: 16px;
        height: 16px;
    }

.c_accordion.accordion .accordion-item {
    border: 1px solid transparent;
}

.c_accordion.accordion .accordion-button {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 500;
    color: #777A87;
    z-index: -0;
}

    /*.c_accordion.accordion .accordion-button:hover {
        color: #191919;
    }*/

    .c_accordion.accordion .accordion-button[aria-expanded='true'] {
        font-family: 'Taviraj-SemiBold';
        font-weight: 600;
        color: #000000;
    }

    .c_accordion.accordion .accordion-button:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        margin-top: 40px;
        background-color: #CC2229;
        animation: divider-animated-short 0.5s forwards;
    }

    .c_accordion.accordion .accordion-button.spec:before {
        margin-top: 61px;
    }

    .c_accordion.accordion .accordion-button[aria-expanded='true']:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #CC2229;
        animation: divider-animated-full 0.5s forwards;
    }

.c_accordion.accordion {
    --bs-accordion-border-color: transparent;
}

.c_accordion .accordion-header, .c_accordion .accordion-item {
    cursor: default !important;
}

.register_form_border {
    border: 1px solid #DBDBDB;
}

@keyframes divider-animated {
    0% {
        width: 0;
    }

    100% {
        width: 8%;
    }
}

@keyframes divider-animated-full {
    0% {
        width: 8%;
    }

    100% {
        width: 93%;
    }
}

@keyframes divider-animated-short {
    0% {
        width: 93%;
    }

    100% {
        width: 8%;
    }
}

.c_accordion.accordion .accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #ffffff;
}

.c_accordion.accordion .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.c_accordion.accordion .accordion-button::after {
    display: none;
}

.pb-135 {
    padding-bottom: 135px;
}

.container_registerform__formname label {
    color: #000000;
}

.container_registerform__info-confirmed-registration div {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.container_registerform__table, #ContentPlaceHolder1_InvitedPeople_UpdatePanel2 {
    width: 100%;
    max-width: fit-content;
}

.btn_add {
    background-color: #ffffff;
    font-family: 'Taviraj-Medium';
    font-weight: 700;
    border: none;
    color: #0B1D27;
    font-size: 1rem;
}

    .btn_add:after {
        content: '+1';
        position: absolute;
        background-color: #0B1D27;
        width: 31px;
        height: 20px;
        color: #ffffff;
        border-radius: 5px;
        font-size: 0.8rem;
        margin-left: 7px;
        margin-top: 3px;
    }

    .btn_add:hover {
        color: #142a33;
    }


        .btn_add:hover:after {
            background-color: #142a33;
        }

    .btn_add:focus-visible {
        outline: none;
    }

@keyframes divider-animated {
    0% {
        width: 0;
    }

    100% {
        width: 8%;
    }
}

.c_table div, .c_table div table {
    width: 100% !important;
    border: none;
    position: relative;
}

    .c_table div table tbody tr td {
        font-family: 'ibmplexsans-light';
        font-size: 14px;
        text-align: left;
        padding: 8px 6px;
        vertical-align: top;
    }

    .c_table div table tbody tr:last-child td:not(:last-child) {
        border-bottom: 1px solid rgb(204, 203, 216);
    }

    .c_table div table tbody tr td:first-child, .c_table div table tbody th:first-child {
        border-left: 1px solid rgb(204, 203, 216);
    }

    .c_table div table tbody tr td:nth-child(7), .c_table div table tbody th:nth-child(7), .c_table.thanks_table div table tbody tr td:nth-child(5), .c_table.thanks_table div table tbody tr th {
        border-right: 1px solid rgb(204, 203, 216);
    }

    .c_table div table tbody tr td:nth-child(5), .c_table div table tbody tr td:nth-child(6), .c_table div table tbody tr td:nth-child(7) {
        text-align: center;
        vertical-align: middle;
    }

.c_table.thanks_table div table tbody tr td:nth-child(4) {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid rgb(204, 203, 216);
    padding: 0 16px;
}

.c_table div table tbody tr th {
    background-color: #CCCBD8;
    font-family: 'IBMPlexSans-Medium';
    font-size: 0.8rem;
    padding: 6px 2px;
    line-height: 16px;
}

.c_table .preline {
    background-image: url(/Content/svg/pre_line.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: auto;
}

.red_f {
    color: #E20016;
}

.f_bold {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 500;
}

.special_link {
    font-family: 'Taviraj-Medium', Tofu;
    font-weight: 500;
    font-size: 1.2rem;
    color: #E20016;
    text-decoration: none;
    display: flex;
    flex-flow: column;
    align-items: center;
}

    .special_link p {
        text-align: center;
        width: 100%;
        margin-bottom: 1px;
    }

.link_divider {
    display: block;
    width: 100%;
    height: 0.01em;
    background-color: #CC2229;
}

.link_divider_hover {
    display: block;
    height: 0.1em;
    background-color: #CC2229;
    margin-top: -2px;
}

.special_link:hover .link_divider_hover {
    animation: divider-animated-link 0.5s forwards;
}

@keyframes divider-animated-link {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}



.container_registerform__info-confirmed-registration-info_check.check_no:after {
    content: '';
    position: absolute;
    background-image: url(/Content/svg/checkbox_no.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -9px;
}

.container_registerform__info-confirmed-registration-info_check.check_yes:after {
    content: '';
    position: absolute;
    background-image: url(/Content/svg/checkbox_yes.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -9px;
}

.with_partner_tr .container_registerform__info-confirmed-registration-info_check.busride_yes:after {
    content: '';
    position: absolute;
    background-image: url(/Content/svg/bustur_yes.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 17px;
    margin-top: 3px;
    margin-left: 5px;
}

.h-100 {
    height: 100%;
}

/*CLOSED WEB START*/

.wrapper {
    position: relative;
    pointer-events: none;
}

.closed {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .75);
    width: 100%;
    height: 100%;
    z-index: 1000;
    pointer-events: all;
}

input {
    caret-color: transparent;
}

/*CLOSED WEB FINISH*/

@media(min-width: 1920px) {
    .container_registerform__formdark {
        width: 1270px;
    }

    .container_registerform__texttxt {
        font-size: 2rem;
        line-height: 2rem;
    }

    .container_header__logoright, .container_header__logokonf {
        height: 265px;
    }

    .container_header__logo {
        width: 300px;
    }

    .container_registerform__textdata {
        font-size: 1.2rem;
    }

    .c_mt {
        margin-top: -12.5rem !important;
    }

    .requirederror {
        font-size: 0.6rem;
        top: 1px;
    }

    .error {
        right: 129px;
    }

    .checkerror {
        margin-top: 50px;
    }
}

@media(min-width: 2500px) {
    .container_registerform__formdark {
        width: 1270px;
    }

    .bg_apply {
        background-image: url(/Content/img/årsmøde2026-retina.jpg);
    }

    .container_header__logoright, .container_header__logokonf {
        height: 380px;
    }

    .container_header__logo {
        width: 300px;
    }

    .divider {
        margin-top: 1.4rem;
        margin-bottom: 1.4rem;
    }
}
