﻿
.modal-backdropnew-tabs.open {
    display: flex;
    height: 100%;
    overflow-y: scroll;
}

.modal-backdropnew-tabs {
    position: fixed;
    z-index: 111;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 65%);
    display: none;
    align-items: center;
    justify-content: center;
}


.modal-backdropnew-tabs-overvak.open {
    display: flex;
    height: 100%;
    overflow-y: scroll;
}

.modal-backdropnew-tabs-overvak {
    position: fixed;
    z-index: 111;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(41 40 40);
    display: none;
    /*align-items: center;*/
    justify-content: center;
}


.modal-windownew {
    background: #fff;
    padding-top: 15px;
    padding: var(--size-regular);
    border-radius: var(--border-radius-large);
    width: 100vh;
}

.modal-tabs {
    background: #fff;
    padding: 0px;
    /* padding: var(--size-regular); */
    /*border-radius: var(--border-radius-large);*/
    width: 145.4vh;
    border-radius: 15px;
    height: 490px;
    /*    box-shadow: 0px 2px 20px 0px #3b3939;
    border: solid 2px #000000a6;*/
}

.mark-windownew-list {
    display: flex;
    flex-direction: column;
    gap: var(--size-smaller);
    padding-bottom: 20px;
    height: 305px;
    overflow: auto;
}

#bjelle-table th {
    padding: 5px 0px;
    padding-right: 10px;
    padding-left: 10px;
}

#bjelle-table td {
    padding: 5px 0px;
    padding-right: 10px;
    padding-left: 10px;
}


th, td {
}

.ovheaders {
    display: flex;
    width: 99%;
    flex-direction: row;
    font-size: 16px;
    justify-content: space-between;
    margin-top: 42px;
    margin-bottom: 45px;
    gap: 15px;
}

.hidden-div-active {
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content:space-between;
}

.hide-list {
    display: none !important;
}

.showFavorites {
    color: #3f7893;
}

    .showFavorites:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.hidden-div {
    display: none;
}

.active-header {
    background: #515151 !important;
    border: none !important;
    color: #ffffff !important;
}

.active-header2 {
    background: #515151 !important;
    border: none !important;
    color: #ffffff !important;
}

.underline-header {
    border-bottom: solid 2px #3f7893;
    width: 80%;
    display: none
}

.underline-hidden {
    display: none !important;
}

.tab-border-ov-headers {
    width: 100%;
    text-align: center;
    background: white;
    color: black;
    padding: 2px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.modal-tabs-header-prime {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    gap: 15px;
    margin-left: 25px;
    margin-top: 20px;
}

.tab-border-ov-headers-prime:hover {
    background: lightgray;
    cursor: pointer;
}

.tab-border-ov-headers-prime {
    text-align: center;
    background: white;
    color: black;
    padding: 2px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.fav-img {
    width: 20px;
    min-width: 20px;
}

    .fav-img:hover {
        opacity: 0.8;
    }

.tab-border-ov-headers:hover {
    cursor: pointer;
    background: lightgray;
}

.modal-tabs-content-background {
    background: white;
    height: 390px;
}

.modal-tabs-header {
    display: flex;
    display: none;
    background-color: #f1f1f1;
}

    .modal-tabs-header .active-tab {
        background: #ffffff !important;
    }

.modal-header-div:hover {
    background: #818181 !important;
}

.active-tab:hover {
    background: #fff !important;
}


.modal-tabs-header .active-tab .header-tab {
    background: #ffffff;
    color: black;
    font-weight: bold;
    color: #3f7893;
}

.modal-tabs-header .active-tab .header-text-tab {
    border-bottom: solid 2px white;
    background: #232323;
}

.modal-tabs-header .modal-header-div {
    padding: 12px 40px 4px;
    flex: 1;
    text-align: center;
    cursor: pointer;
    border-right: 1px solid #e5e5e5;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: #515151;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bold-firma {
    font-weight: bold;
    color: #737373;
}


.modal-tabs-header .active-tab .header-text-tab .underline {
    border-bottom: solid 2px;
    padding: 0px 9px 6px 8px;
}

.modal-tabs-header .active-tab .header-tab .underline {
    display: flex;
    align-items: center;
    border-bottom: solid 2px;
    width: 180px;
    flex-direction: column;
    padding-bottom: 5px;
}

.modal-tabs-header div:last-child {
    border-right: none;
}

.modal-tabs-content {
    padding: 20px;
    height: 100%;
    background: white;
}

.modal-windownew2 {
    background: #fff;
    padding: var(--size-regular);
    border-radius: var(--border-radius-large);
    width: 33vh;
}

.pulsing-circle {
    width: 15px;
    height: 15px;
    background-color: red;
    border-radius: 50%;
    animation: pulse 2.5s infinite;
    margin-top: 1px;
}

.firmanavnWidth2 {
    width: 250px;
    min-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 250px;
    padding-left: 0;
    padding-right: 0;
}

.mark-windownew {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding-bottom: 20px;
    height: 320px;
    /* height: calc(var(--width-large) - 4 * var(--size-regular)); */
    overflow: auto;
    flex-wrap: wrap;
}

.mark-windownew-large {
    display: flex;
    flex-direction: row;
    gap: 56px;
    padding-bottom: 20px;
    /* height: 320px; */
    /* height: calc(var(--width-large) - 4 * var(--size-regular)); */
    overflow: auto;
    flex-wrap: wrap;
    align-items: center;
}

.mark-row {
    display: flex;
    flex-direction: row;
    gap: var(--size-smaller);
    align-items: center;
}

.mark-row-large-old {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 223px;
    margin-bottom: 10px;
}

.mark-row-large {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: calc(33% - 8px);
    margin-bottom: 3px;
    background: #e5e2e2;
    /* background: #1e2199; */
    background: #f3f3f3;
    color: white !important;
    padding: 0px 7px;
    height: 32px;
    /* margin: 3px 0px 3px 5px; */
    border-radius: 5px;


}

.checkbox-merk-large input[type="checkbox"] {
    accent-color: #515151;
}

.mark-windownew-large-2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* padding-bottom: 20px; */
    /* height: calc(var(--width-large) - 4* var(--size-regular)); */
    overflow: auto;
    /* height: 320px; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.mark-windownew-large-2-old {
    display: flex;
    flex-direction: row;
    gap: 2px;
    /* padding-bottom: 20px; */
    /* height: calc(var(--width-large) - 4 * var(--size-regular)); */
    overflow: auto;
    flex-wrap: wrap;
    height: 320px;
}

.checkbox-merk {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-left: 0px;
}

.checkbox-merk-large {
    height: 14px;
    width: 14px;
    min-width: 20px;
    vertical-align: middle;
    margin-left: 0px;
}

.font-size-19-old {
    font-size: 18px;
}

.font-size-19 {
    font-size: 15px;
    color: black;
}

.font-size-19-merke {
    font-size: 15px;
    width: 179px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    color: black;
}

#marks {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.font-size-19-merke a {
    color: black !important;
}

.numeric-overvak {
    text-align: right;
    padding-right: 60px;
}

.numeric {
    text-align: right;
}

.sletta-rad {
    background: #ff45454d;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
}

.firmanavnWidth3 {
    width: 185px;
    min-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 185px;
    padding-left: 0;
    padding-right: 0;
}

.header-buttons {
    display: flex;
    gap: 10px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0px rgba(255, 0, 0, 0.7);
    }

    100% {
        transform: scale(1.2);
        box-shadow: 0 0 0 14px rgba(255, 0, 0, 0);
    }
}

.credit-buttons-overvak {
    width: 100%;
    height: 26px;
    /* height: var(--ks-button-height,var(--size-button)); */
    background: #515151;
    color: #fff;
    font-weight: var(--font-weight-medium);
    font-size: 15px;
    font-family: sans-serif;
    border-radius: var(--border-radius-small);
    line-height: 26px;
    text-align: center;
    padding: 0 var(--size-small);
    cursor: pointer;
    border: none;
    outline: 0;
    box-sizing: border-box;
    white-space: nowrap;
    display: flex;
    gap: var(--size-smaller);
    --ks-button-height: var(--size-small);
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-items: center;
    width: 100px
}

.overvak-headertext {
    margin-left: 10px;
    font-size: 16px;
}

.header-button-overvak-div {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bell-overvak-div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bell-overvak {
    height: 22px;
    width: 22px;
}

#companyNameOvervakMobile {
    display: none;
}

.turnover-width {
    width: 18%;
    /* overflow: auto; */
    padding: 0 10px;
}

/*.mark-windownew-list {
 
    height: 89%;
   
}*/

.overvak-width {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.popup {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0;
    background-color: white;
    box-shadow: 2px 2px 8px 0px #818181;
    /* border: 1px solid #ccc; */
    padding: 5px;
    max-width: none;
    border-radius: 5px;
    white-space: normal;
}

.overvak-width:hover + .popup {
    display: block;
}

.overvak-antall {
    width: 35px;
    text-align: right;
    margin-right: 5px;
}

.overvak-a {
    /* display: flex;
    width:70%;
    justify-content:space-between;*/
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

@media (max-width: calc(767px)) {
    .main-none {
        display: none;
    }

    #ovbox {
        width: calc(100% - 44px);
        padding-left: 22px;
        padding-right: 22px;
        overflow: hidden;
    }

    .underline {
        border: #292828;
        padding-bottom: 2px;
        padding-top: 2px;
        border-width: 2px;
    }

    .desktop {
        display: none !important;
    }

    .modal-backdropnew-tabs {
        z-index: 100000000000000000000001;
        background: unset;
        position: unset;
    }

    .margin-top-26 {
        margin-top: 4px !important;
    }

    .modal-tabs {
        height: 100%;
    }

    .no-padding {
        padding: 0px;
        margin-top: 230px !important;
    }

    .no-padding-header {
        padding-top: 0px;
        padding-bottom: 0px;
        width: 100% !important;
    }

    .black-bg {
        background: #292828;
    }

    .contents-padding {
        padding: 0px 30px;
        padding-top: 30px;
    }

    .padding-bottom-cstm {
        padding-bottom: 9px !important;
        margin-bottom: 0;
        border-bottom: none;
    }

    .modal-windownew, .modal-tabs {
        width: 100%;
        height: 100%;
        border-radius: 0;
        /* margin-top: 177px; */
        margin-top: 268px;
        /* max-height: 72vh !important; */
        overflow: auto;
        padding-top: 0px !important;
    }

    .modal-tabs {
        margin-top: 0px;
    }

    .modal-tabs-header .modal-header-div {
        padding: 0px;
        font-size: 16px;
        background: #292828;
        color: white;
        width: 33%;
        border-right: none;
    }

    .modal-tabs-content {
        padding: 0px;
        margin-top: 70px;
    }

    .overvak-a {
        justify-content: space-around;
        margin-right: 5px;
    }

    .modal-tabs-header .active-tab .header-tab {
        width: 100%;
        background: #292828;
        color: white;
        font-weight: normal;
    }

        .modal-tabs-header .active-tab .header-tab .underline {
            display: flex;
            align-items: center;
            /* border-bottom: solid 3px; */
            flex-direction: column;
            /* padding-bottom: 0px; */
            width: 100%;
            border-radius: 5px;
            border: solid 2px white;
            padding-bottom: 2px;
            padding-top: 2px;
        }

    .modal-tabs-header {
        margin-bottom: 20px;
        gap: 4px;
        background: #292828;
        padding-right: 22px;
        padding-left: 22px;
        margin-top: 0px;
        padding-bottom: 8px;
        gap: 4px;
        position: fixed;
        z-index: 100;
        width: 89%;
    }

    .mark-windownew-list {
        display: flex;
        flex-direction: column;
        gap: var(--size-smaller);
        padding-bottom: 20px;
        height: 100%;
        /* overflow: auto; */
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 22px;
        padding-right: 22px;
        padding-top: 15px;
    }

    .credit-buttons-overvak {
        /*   font-size: 13px;
        line-height: 17px;
        height: 17px !important;*/
        font-size: 14px;
        line-height: 22px;
        height: 22px !important;
        padding: 0px 10px;
        position: relative;
        width: 65px;
        background: #292828;
    }

    .overvak-headertext {
        margin-left: 0px;
        font-size: 15px;
        font-weight: bold;
    }

    .header-button-overvak-div {
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        /* gap: 5px; */
        flex-direction: row;
        padding-left: 22px;
        padding-right: 10px;
    }

    .font-size-19 {
        font-size: 16px;
    }

    .Overvak-percent {
        width: 100% !important;
    }

    .bell-overvak {
        width: 14px;
        height: 14px;
    }

    .bell-overvak-div {
        display: flex;
        align-items: center;
        gap: 3px;
    }

    #companyNameOvervak {
        display: none;
    }

    #companyNameOvervakMobile {
        display: unset;
    }

    .header-buttons {
        display: flex;
        gap: 10px;
    }

    .header-buttons-kritisk {
        float: right;
        width: 81px;
        flex-direction: row-reverse;
    }

    input[type="checkbox"] {
        accent-color: black;
        appearance: auto !important;
    }


    .header-buttons-reverse {
        width: 120px;
        justify-content: flex-end;
    }

    .modal-tabs-content-background {
        height: unset !important;
    }

    .margin-right-25 {
        margin-right: 10px;
    }

    .modal-tabs-header .active-tab {
        background: #292828 !important;
        padding-bottom: 6px;
    }

    .modal-tabs-header {
        display: flex;
    }

    .modal-tabs-header-prime {
        display: none;
    }

    modal-tabs-content-background {
        height: unset;
    }

    .mark-windownew-large-2 {
        height: unset;
    }

    .mark-row-large {
        width: calc(100% - 40px);
        margin-left: 10px;
        height: 26px;
    }

    .overvak-width {
        min-width: 185px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 250px;
    }

    #ovbox2 {
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 10px;
        padding-bottom: 50px;
    }
}

@media (max-width: 350px) {
    .header-button-overvak-div {
        padding-right: 13px;
    }

    .header-buttons-kritisk {
        width: 59px;
    }

    .overvak-width {
        width: 185px;
        margin-left: 25px;
    }

    .credit-buttons-overvak {
        background: #292828;
        width: 55px;
    }

    .margin-right-25 {
        margin-right: 0px;
    }

    .Overvak-percent {
        width: 100% !important;
    }
}
