﻿html, body {
    height: 100%;
    width: 100%;
    font-size: 18px;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    font-family: arial;
    font-size: 1rem;
}

.snarvei {
    position: absolute;
    background-color: transparent;
    color: transparent;
    z-index: 1000;
    left: 30%;
    opacity: 0;
}

    .snarvei:focus {
        color: #000;
        opacity: 1;
    }

h1 {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline;
}

footer h1 {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
}

h2 {
    font-size: 1.5rem;
    font-weight: bold;
    display: inline;
}

div:has(>table) {
    overflow: auto;
}

#wrapper {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: auto auto;
    width: 100%;
    padding: 0px;
    overflow: hidden;
}

.mheader {
    background-color: #fff;
}

.mheader-content {
    background-color: #fff;
    padding: 8px;
    padding-right: 30px;
}

.mheader-menu {
    text-align: right;
}

@media (max-width: 800px) {
    .mheader-content {
        background-color: #fff;
        padding: 8px;
    }

    .mheader-menu {
        text-align: right;
        margin-right: 5px;
    }
}

.mheader-links {
    display: inline;
}

@media (max-width: 800px) {
    .mheader-links {
        display: block;
        height: 30px;
        font-size: 0.8rem;
        margin-top: 8px;
    }
}

.mheader-icons {
    display: inline;
}

@media (max-width: 800px) {
    .mheader-icons {
        display: block;
        text-align: left;
        position: absolute;
        right: -20px;
        top: -40px;
    }
}

.mheader_icon {
    margin-left: 12px;
}

article {
    flex: 1;
}

#footer {
    background-color: #1a1836;
    color: #fff;
    font-size: 1rem;
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

    #footer h4 {
        padding-left: 0px;
    }

    #footer a {
        color: #fff;
        text-decoration: underline;
    }

.footer_section_r {
    text-align: left;
    margin-left: 50%;
}

@media (max-width: 1000px) {
    .footer_section_r {
        text-align: left;
        margin-left: 0px;
    }
}

    .footer_section_l {
        text-align: left;
        right: 30%;
    }

    .footer_soc li {
        display: inline;
    }

        .footer_soc li a {
            font-size: 20px;
        }

        .footer_soc li img {
            max-height: 50px;
            max-width: 50px;
        }

    @media (max-width: 800px) {
        .modal-dialog {
            width: 90%;
        }
    }

    @media (min-width: 800px) {
        .modal-dialog {
            width: 60%;
        }
    }

    .mthumbnail {
        background-color: #e7f3fb;
        border: solid 1px #ccc;
        float: left;
        padding: 8px;
        cursor: pointer;
        width: 220px;
        height: 240px;
        margin: 5px;
    }

    .mthumbnail_header {
        background-color: #dce9f2;
        padding: 4px;
        margin-bottom: 6px;
        overflow: hidden;
    }

    .menu_active {
        color: #000000 !important;
        text-decoration: underline;
    }

    .headerlink {
        color: #000000;
    }

        .headerlink:hover {
            color: #000000;
        }

    .speciallink {
        float: right;
        color: #666;
        padding: 8px;
    }

    .LagMenu {
        width: 200px;
        max-height: 600px;
        overflow: auto;
        padding-left: 3px;
        list-style-type: none;
        list-style-position: outside;
        list-style-image: none;
    }

        .LagMenu a {
            text-decoration: none;
            color: inherit;
        }

    .right {
        text-align: right;
    }

    .mlabel {
        word-wrap: break-word;
    }

    .mlabel_b {
        display: inline-block;
        word-wrap: break-word;
        font-weight: bold;
    }

    /*.mdate
{
    
}
*/
    /*.mCheckbox
{
    margin:8px;
    margin-top:3px;
}*/

    .required {
        color: red;
        font-size: 12px;
    }

    .clickable {
        cursor: pointer;
    }

    .vertical-spacer {
        height: 20px;
    }

    .infotext {
        background-color: #fff;
        margin: 0px;
        margin-bottom: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-list {
        list-style-type: none;
        font-size: 14px;
        padding: 10px;
        left: -120px;
    }

        .m-list li {
            padding: 3px;
            margin-right: 5px;
        }

            .m-list li:hover {
                background-color: #fcf8e3;
            }

            .m-list li a {
                display: block;
                height: 24px;
                overflow: hidden;
            }

                .m-list li a:hover {
                    background-color: #fcf8e3;
                }

        .m-list label {
            color: #333;
            font-weight: normal;
        }

    .adminmenu li {
        background-color: #f3f3f3;
        font-size: 18px;
        padding: 20px;
        margin: 10px;
    }

    .division {
        border-bottom: solid 1px #cccccc;
        height: 10px;
        margin-bottom: 10px;
    }

    .m-list li[class="division"]:hover {
        background-color: #ffffff;
    }

    .icon_small {
        font-size: 26px;
        color: #000;
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: top;
    }

        .icon_small:hover {
            color: #000;
            margin-left: 5px;
            margin-right: 5px;
            vertical-align: top;
            transform: scale(1.2);
            overflow: hidden;
        }

    .icon_header {
        color: #000;
    }

    .icon_alt {
        font-size: 23px;
        color: #000;
        margin-left: 5px;
        margin-right: 5px;
        vertical-align: top;
    }

    .icon_modal {
        font-size: 21px;
        color: #fff;
    }

    .green {
        color: #3c763d;
    }
}

.minfobox {
    overflow: auto;
}

.loadingscreen {
    background: #ffffff;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: auto;
    padding-top: 300px;
    text-align: center;
}

.input-error {
    border: solid 2px #a94442;
}

textarea {
    resize: none;
}

.table tr {
    height: 38px;
}

    .table tr:hover {
        background-color: #eee;
    }

.table input {
    min-height: 30px;
    padding-left: 4px;
}

.table select {
    height: 30px;
    padding-left: 4px;
}

.expdiv {
    display: none;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
}

.table > tbody > tr > td {
    line-height: 1;
    padding-bottom: 10px;
    vertical-align: middle;
}

/* .......... */
/* Kurs       */
/* .......... */
.kursdel_selected {
    background-color: #c4f3b2;
}

.kursdel_focus {
    color: #c7c67e;
}

.kursdel_focus_active {
    color: #dfe114;
}

.kurs_kalender_dato {
    font-size: 36px;
    font-weight: bold;
    color: #bf311a;
    line-height: 34px;
}

@media (min-width: 1000px) {
    .kurs_kalender_dato::after {
        content: "\a";
        white-space: pre;
    }
}

@media (max-width: 1000px) {
    .kurs_kalender_dato {
        font-size: 22px;
        font-weight: bold;
        color: #bf311a;
        line-height: 34px;
    }
}

.kurs_kalender_maned {
    font-size: 24px;
    font-weight: bold;
    color: #bf311a;
    line-height: 22px;
}

@media (max-width: 800px) {
    .kurs_kalender_maned {
        font-size: 22px;
        font-weight: bold;
        color: #bf311a;
        line-height: 22px;
    }
}

.kurs_kalender_ramme {
    height: 0;
    padding: 10px;
    padding-bottom: 7%;
    width: 7%;
    margin-bottom: 10px;
}

.kurs_utlopt > * {
    color: #aaa;
}

.kurs_header {
    display: inline-block;
    background-color: #fff;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
}

    .kurs_header:hover {
        background-color: #3576d7;
        color: #fff !important;
        text-decoration: none;
    }

.kurs_header_selected {
    display: inline-block;
    background-color: #3576d7;
    color: #fff !important;
    padding: 14px;
    width: 100%;
    font-size: 16px;
    text-decoration: none
}

/* .......... */
/* Datepicker */
/* .......... */

.ui-datepicker {
    background-color: #fff;
    border: 1px solid #66AFE9;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(102,175,233,.6);
    display: none;
    margin-top: 4px;
    padding: 10px;
    width: 240px;
    z-index: 10000 !important;
}

    .ui-datepicker a,
    .ui-datepicker a:hover {
        text-decoration: none;
    }

        .ui-datepicker a:hover,
        .ui-datepicker td:hover a {
            color: #2A6496;
            -webkit-transition: color 0.1s ease-in-out;
            -moz-transition: color 0.1s ease-in-out;
            -o-transition: color 0.1s ease-in-out;
            transition: color 0.1s ease-in-out;
        }

    .ui-datepicker .ui-datepicker-header {
        margin-bottom: 4px;
        text-align: center;
    }

    .ui-datepicker .ui-datepicker-title {
        font-weight: 700;
    }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        cursor: default;
        font-family: 'Glyphicons Halflings';
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-weight: normal;
        height: 20px;
        line-height: 1;
        margin-top: 2px;
        width: 30px;
    }

    .ui-datepicker .ui-datepicker-prev {
        float: left;
        text-align: left;
    }

    .ui-datepicker .ui-datepicker-next {
        float: right;
        text-align: right;
    }

    .ui-datepicker .ui-datepicker-prev:before {
        content: "<<";
    }

    .ui-datepicker .ui-datepicker-next:before {
        content: ">>";
    }

    .ui-datepicker .ui-icon {
        display: none;
    }

    .ui-datepicker .ui-datepicker-calendar {
        table-layout: fixed;
        width: 100%;
    }

        .ui-datepicker .ui-datepicker-calendar th,
        .ui-datepicker .ui-datepicker-calendar td {
            text-align: center;
            padding: 4px 0;
        }

        .ui-datepicker .ui-datepicker-calendar td {
            border-radius: 4px;
            -webkit-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -moz-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            -o-transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
            transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
        }

            .ui-datepicker .ui-datepicker-calendar td:hover {
                background-color: #eee;
                cursor: pointer;
            }

            .ui-datepicker .ui-datepicker-calendar td a {
                text-decoration: none;
            }

    .ui-datepicker .ui-datepicker-current-day {
        background-color: #4289cc;
    }

        .ui-datepicker .ui-datepicker-current-day a {
            color: #fff
        }

    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
        background-color: #fff;
        cursor: default;
    }

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    cursor: pointer;
}

.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    cursor: default;
    //'Hand' is not a valid value here !!!
}

.ui-state-hover, &.ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    cursor: pointer;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: 200%;
}

/****************************************************/
/*                      Loading screen              */
/****************************************************/

.loadingdiv_back {
    background: #ffffff;
    display: none;
    position: fixed;
    padding-top: 300px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    opacity: 0.4;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

.chosen-container {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-image: none;
}

.chosen-container-active .chosen-choices {
    box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    height: 27px;
    padding-top: 7px;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        top: 8px;
    }

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
    height: 30px;
}

.mleftmenu {
    padding: 4px;
}

    .mleftmenu ul {
        width: 100%;
    }

.logo-blank {
    display: block;
    width: 15%;
    max-width: 357px;
    min-width: 200px;
}

.logo-full {
    display: block;
    width: 60%;
    max-width: 357px;
    min-width: 200px;
}

/*.mobile-img {
    display: none;
}

@media (max-width: 700px) {
    .desk-img {
        display: none !important;
    }

    .mobile-img {
        display: block;
    }
}*/

.m-rownum {
    font-size: 13px;
    padding-bottom: 10px;
    display: inline-block;
    float: right;
}

.username {
    color: #013f9b;
    margin-right: 16px;
    font-weight: bold;
}

.payment_div {
    height: 60px;
    border: solid 1px lightgrey;
    border-radius: 10px;
    cursor: pointer;
}

.altlogin_box {
    background-color: #f7fcff;
    background: linear-gradient(180deg, #e4f2fb 45px, #f7fcff 0%);
    padding: 12px;
    border: solid 1px #555;
    border-radius: 4px;
    text-align: center;
}

.altlogin_header {
    font-size: 18px;
}


#divLagMenu li {
    list-style-type: none;
}

.mnav {
    width: 100%;
    padding: 2px;
    margin-left: 30px;
}

.mnav_main {
    flex-direction: row;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .mnav_main {
        flex-direction: column;
        width: 100%;
    }
}

.mnav_main li {
    background-color: #e9e9e9;
    width: 250px;
    margin-right: 5px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    font-size: 1rem;
}

    .mnav_main li:hover {
        background-color: #c5d3a7;
    }

    .mnav_main li a {
        display: inline-block;
        width: 100%;
        text-decoration: none;
        color: #053030;
        font-weight: bold;
    }

        .mnav_main li a:hover {
            text-decoration: none;
            color: #000;
        }

    .mnav_main li:last-child {
        background-color: #e9e9e9;
        width: 200px;
        margin-right: 0px;
        padding: 10px;
        padding-left: 10px;
        padding-right: 10px;
        text-align: center;
        flex: 1;
    }

@media screen and (max-width: 768px) {
    .mnav_main li {
        width: 100%;
    }

        .mnav_main li:last-child {
            display: none;
        }

        .kursmeny .mnav_main li:last-child {
            display: list-item;
            width: 100%;
        }
}

.mnav_main_selected {
    background-color: #c5d3a7 !important;
    color: #000;
}

input + label {
    margin-left: 10px;
}

.contact-icon {
    max-height: 50px;
    max-width: 50px;
}

/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */
/* Tremeny og rollebytte */
/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */

.treeMenuBox {
    border: solid 1px #1a1836;
    background-color: #1a1836;
    width: 700px;
    z-index: 10000;
    height: 65px;
    margin: 6px;
}

    .treeMenuBox span {
        color: #fff;
    }

    .treeMenuBox .icon_header {
        color: #fff;
    }

    .treeMenuBox ul li span {
        color: #000;
    }

    .treeMenuHeader {
        padding: 8px;
        cursor: pointer;
    }

.treeMenuList {
    position: absolute;
    display: none;
    width: 700px;
    max-height: 700px;
    overflow-y: auto;
    z-index: 1000;
    border: solid 1px #000;
    background-color: #fff;
}

.treeMenuPath_text {
    margin-left: 40px;
    font-size: 0.7rem;
    color: #fff;
}

.treeMenuPath_divider {
    color: #fff;
    font-weight: bold;
}

.treeMenuHeader:hover {
    background-color: #000;
}

.roleChangeBox {
    float: right;
    text-align: right;
    border: solid 1px #1a1836;
    background-color: #1a1836;
    width: 600px;
    height: 65px;
    margin: 6px;
    padding: 8px;
    cursor: pointer;
}

    .roleChangeBox .icon_header {
        color: #fff;
    }

    .roleChangeBox span {
        color: #fff;
    }

    .roleChangeBox:hover {
        background-color: #1a1836;
    }

    .roleChangeBox span {
        font-size: clamp(0.6rem,2vw,1rem);
    }


.changerole {
    background-color: #fff;
    display: none;
    position: absolute;
    width: 550px;
    border: solid 1px #000;
    border-radius: 0px;
    z-index: 100;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .changerole {
        background-color: #fff;
        display: none;
        position: absolute;
        right: 30px;
        width: 350px;
        border: solid 1px #000;
        border-radius: 0px;
        z-index: 100;
        text-align: left;
    }
}

}

.changerole ul {
    list-style-type: none;
    padding-left: 10px;
}

.changerole a {
    text-decoration: none;
    font-size: 10pt;
    color: #000000;
}


/* ¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤ */

.orginfo_header {
    font-size: 1.5rem;
}

    .orginfo_header:before {
        content: ' - ';
    }

.subheader {
    background-color: #fff;
    color: #053030;
    font-size: 18px;
    font-weight: bold;
    border-color: #053030;
    border-bottom: solid 3px #053030;
    border-radius: 0px;
    width: 100%;
}

.epostDDL {
    display: inline;
    width: 180px;
}

.streik_lonnsslipp {
    cursor: pointer;
    text-decoration: underline;
}

    .streik_lonnsslipp i {
        font-size: 16px;
        margin-right: 10px;
    }

.row_saved {
    background-color: #e1f5de;
}

.row_error {
    background-color: #f3aa9a;
}

.streik_tall {
    width: 80px;
}

.streik_personnavn {
    font-size: 16px;
    font-weight: bold;
    color: #1265bb;
}

.streik_periodevelger {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
}

.stat_num {
    float: right;
}

.stat_tot {
    font-weight: bold;
}

.stat_endring {
    text-align: right;
}

/* Utmeldingsprosess */

#main_divProcess {
    padding: 20px;
}

.utmelding {
    font-family: Santral, sans-serif;
}

.utmelding_header {
    font-size: 22px;
    color: #013e55;
    font-weight: bold;
}

.utmelding_button {
    background-color: #fff;
    border: solid 1px #009ee0;
    border-radius: 1.3em;
    padding: 6px;
    width: 400px;
    color: #146291;
    font-weight: bold;
    margin-bottom: 10px;
}

    .utmelding_button:hover {
        background-color: #009ee0;
        border: solid 1px #009ee0;
        color: #fff;
    }

.utmelding_icon {
    font-size: 24px;
    color: #ff008f;
}

    .utmelding_icon:hover {
        color: #009ee0;
    }

.listlink {
    border: solid 1px #8c95c1;
    background-color: #fafafd;
    color: #3b6249 !important;
    padding: 5px;
    display: block;
    width: 190px;
    text-align: center;
}

.listlink:hover {
    border: solid 1px #8c95c1;
    background-color: #dbdbf3;
}

.listlink:empty {
    border: none;
    background-color: transparent;
}

.listlink:empty:hover {
    border: none;
    background-color: transparent;
}

/* Select2 */
.img-flag {
    width: 26px;
}

/* Loader screen */
.please-wait {
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.95);
    z-index: 10000;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding-top: 200px;
}

.loader {
    position: fixed;
    display: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background-color: #ffe9e4;
    overflow: hidden;
    z-index: 10001;
}

    .loader::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #cf0000;
        animation: loop 2s linear infinite;
    }

@keyframes loop {
    from {
        transform: translateX(-200%);
    }

    to {
        transform: translateX(200%);
    }
}

.mx-tree {
    --spacing: 1.5rem;
    --radius: 10px;
    background-color: #fff;
}

    .mx-tree ul {
        margin-left: calc(var(--radius) - var(--spacing));
        padding-left: 0;
    }

    .mx-tree li {
        display: block;
        position: relative;
        padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
    }

    .mx-tree ul li {
        border-left: 2px solid #ddd;
    }

.mx-tree ul li:last-child {
    border-color: transparent;
}

        .mx-tree ul li::before {
            content: '';
            display: block;
            position: absolute;
            top: calc(var(--spacing) / -2);
            left: -2px;
            width: calc(var(--spacing) + 2px);
            height: calc(var(--spacing) + 1px);
            border: solid #ddd;
            border-width: 0 0 2px 2px;
        }

    .mx-tree li::after,
    .mx-tree summary::before {
        content: '';
        display: block;
        position: absolute;
        top: calc(var(--spacing) / 2 - var(--radius));
        left: calc(var(--spacing) - var(--radius) - 1px);
        width: calc(2 * var(--radius));
        height: calc(2 * var(--radius));
        border-radius: 50%;
        background: #ddd;
    }

    .mx-tree summary {
        display: block;
        cursor: pointer;
    }

.mx-tree summary::before {
    z-index: 1;
    background: #000 url("../Images/Icons/expand-collapse.svg") 0 0;
}

.mx-tree details[open] > summary::before {
    background-position: calc(-2 * var(--radius)) 0;
}


.mx-tree .mx-link {
    display: block;
    background-color: transparent;
    color: #000;
    opacity: 0;
    height: 0px;
    padding: 0px;
}

.mx-tree .mx-link:focus {
    color: #000;
    opacity: 1;
    height: 30px;
    padding: 5px;
}

    .mx-tree a {
        text-decoration: none;
        padding: 5px;
        display: block;
    }

    .mx-tree a:hover {
        background-color: #eee;
    }

    .mx-tree span {
        color: #000;
        padding: 5px;
        user-select: none;
        display: block;
    }

    .mx-tree span:hover {
        background-color: #eee;
    }


.mx-tree-selected {
    font-weight: bold;
    background-color: #eee;
}

.tidslinje-boks {
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    margin: 5px;
    padding: 10px;
    height: 240px;
}

.tidslinje-boks-exp {
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    margin: 5px;
    padding: 10px;
    height: auto;
    min-height: 240px;
}

.tidslinje-tekst {
    height: 80px;
    min-height: 80px;
    overflow: hidden;
}

.tidslinje-boks-exp .tidslinje-tekst {
    height: auto;
    overflow: hidden;
}