﻿:root {
    --tabellramme: orange;
}

body {
}

.tabell {
    width: auto;
    border: thin solid var(--tabellramme);
    padding: 5px;
    font-size: 0.9rem;
    border-collapse: collapse;
}

    .tabell th {
        height: 28px;
        padding-right: 5px;
        color: black;
        border: 1px solid #ddd;
        padding: 8px;
        font-weight: normal;
    }

    .tabell td {
        height: 28px;
        margin-right: 25px;
        border: 1px solid #ddd;
        padding-left: 8px;
        padding-right: 8px;
    }

    .tabell tr {
        height: 25px;
    }

        .tabell tr:nth-child(even) {
            background-color: rgb(255, 140, 0, 0.02);
        }

        .tabell tr:hover {
            background-color: rgb(255, 140, 0, 0.08);
            cursor: pointer
        }

    .tabell thead {
        padding-left: 5px;
        background: rgba(255, 165, 0, 0.03);
        font-weight: normal;
        text-decoration-line: underline;
    }

    .tabell tbody {
        padding-left: 5px;
    }

.rth_div_tabell {
    overflow-y: auto;
    height: 500px;
}

.tabell_Lese {
    width: auto;
    border: thin solid #b6ff00;
    padding-left: 5px;
    padding-right: 5px;
    background: transparent;
    border-radius: 5px;
    margin-bottom: 5px;
}

.thead_Lese {
    padding-left: 5px;
    background: transparent;
    font-weight: normal;
}

.tr_Lese {
    font-weight: normal;
}

.th_Lese {
    font-weight: normal;
    padding-left: 5px;
}

.td_Lese {
    padding-left: 5px
}


tbody {
    padding-left: 5px;
}

.sokefelt {
    margin-top: 3px;
    margin-bottom: 3px;
}

.button_Liten {
    background-color: white; /*rgba(255, 165, 0, 0.60);*/
    width: 100%;
    display: inline-block;
    color: black;
    border: thin solid darkorange;
    border-radius: 8px;
    height: auto;
    box-shadow: 3px 3px 8px rgba(128, 128, 128, 0.2);
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 0.9em;
}

    .button_Liten:hover {
        animation-name: byttButtonLitenFarge;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
    }

.button_VeldigLiten {
    background-color: white; /*rgba(255, 165, 0, 0.60);*/
    width: 100%;
    /*display: inline-block;*/
    color: black;
    border: thin solid darkorange;
    border-radius: 8px;
    height: auto;
    box-shadow: 3px 3px 8px rgba(128, 128, 128, 0.2);
    font-weight: bold;
    margin-bottom: 6px;
    /*    margin-left: -15px;*/
    padding: 8px;
    /*    padding-right: 5px;*/
    padding-top: 6px;
    padding-bottom: 6px;
}

    .button_VeldigLiten:hover {
        animation-name: byttButtonLitenFarge;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
    }

@keyframes byttButtonLitenFarge {
    from {
        background-color: white; /*rgba(255, 165, 0, 0.60);*/
        color: black;
    }

    to {
        /*background-color: rgba(255, 165, 0, 0.60);*/
        background-color: #ffc006;
        color: black;
    }
}

.closeButton {
    background-color: #ffc006;
    /*rgba(255, 165, 0, 0.60);*/
    color: black;
    border-radius: 5px;
}

.button_Liten_Slett {
    background-color: white;
    width: 100%;
    /*max-width: 400px;*/
    color: black;
    border: 2px solid red;
    border-radius: 8px;
    height: auto;
    box-shadow: 3px 3px 8px rgba(128, 128, 128, 0.2);
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .button_Liten_Slett:hover {
        animation-name: byttButtonFargeSlett;
        animation-duration: 0.3s;
        animation-fill-mode: forwards;
        cursor: pointer;
    }

@keyframes byttButtonFargeSlett {
    from {
        background-color: white;
        color: black;
    }

    to {
        background-color: #ffc006;
        /*rgba(255, 165, 0, 0.60);*/
        color: white;
    }
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color: #f48819;
}

.kontaktTabell {
    height: 35px;
    width: calc(100vw - 40px);
    border: thin solid orange;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 15px;
    /*margin-right: -30px;*/
    /*overflow-y: auto;*/
    /*text-align: left;*/
    box-shadow: 3px 3px 8px rgba(128, 128, 128, 0.4);
}

    .kontaktTabell td {
        padding-left: 20px;
        padding-right: 20px;
    }

#pasientTabell {
    height: auto;
    max-height: 500px;
    width: 200px;
    /*border: thin solid orange;*/
    padding: 5px;
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    overflow-y: auto;
    text-align: left;
}

.checkbox__box {
    width: 2.0em;
    height: 2.0em;
    border: 2px solid #ffc006;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    transition: background 0.5s, transform 0.5s;
    background-color: green;
}

.ramme {
    border: thin solid darkgray;
}

.cellClass {
    background-color: rgb(38,176,80,0.10);
}

.padding10 {
    padding: 15px;
}

.hoyde {
    margin-top: 30px;
    max-height: 100vh;
    max-height: calc(100vh - 80px);
    max-width: 100%;
    overflow-y: auto;
}

.hoyde47 {
    height: 47px;
}

.hoydeInnstilling {
    margin-top: 60px;
    max-height: 100vh;
    max-height: calc(100vh - 80px);
    width: 100%;
    max-width: 900px;
    overflow: auto;
}

.margBunn {
    margin-bottom: 5px;
}

hr {
    border-top: thin solid orange;
}

.black1em {
    color: black;
    font-size: 1.1em;
    padding-left: 10px;
    z-index: 1;
}

.visInnhold {
    display: block;
}

.skjulInnhold {
    display: none;
}

.pink {
    background-color: lightpink;
}

.overFelt {
    margin-bottom: -5px;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 10px;
}

.overFelt-10 {
    margin-bottom: -5px;
    font-size: 0.9em;
    font-weight: bold;
    margin-left: 0;
}

.divSammendrag {
    float: left;
    background-color: white;
    border: thin solid orange;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    height: auto;
    margin: 5px;
    padding: 10px;
}

.synlig {
    display: block;
}

.usynlig {
    display: none;
}
