﻿:root {
    --tabellramme: orange;
}

body {
    background-color: #151515;
}

.logo {
    position: fixed;
    left: 30px;
    top: 7px;
    z-index: 100;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 2px;
    border-radius: 5px;
    background-color: transparent;
}

.logoUtskrift {
    position: fixed;
    left: 20px;
    top: 0;
    z-index: 100;
}

.tabell {
    width: 900px;
    border: none; /*thin solid var(--tabellramme);*/
    padding: 5px;
    font-size: 0.9rem;
    border-collapse: collapse;
    /*background-color: #343434;*/
    z-index: 10;
}

    .tabell thead {
        /*padding-left: 5px;*/
        /*background-color: #343434;*/
        font-weight: normal;
        color: white;
        /*text-decoration-line: underline;*/
    }

    .tabell th {
        /*height: 25px;*/
        padding-left: 8px;
        color: white;
        border: 1px solid #ddd;
        /*padding: 8px;*/
        font-weight: bold;
        text-decoration: none;
        /*background-color: #343434;*/
        /*background-color: rgba(0,0,0,0.6);*/
    }

    .tabell td {
        /*height: 25px;*/
        /*margin-right: 25px;*/
        border: 1px solid #ddd;
        padding: 5px;
        /*background-color: #343434;*/
    }

    .tabell tr {
        height: 28px;
        font-weight: normal;
    }

        .tabell tr:nth-child(even) {
            background-color: #343434;
            color: white;
        }

        .tabell tr:nth-child(odd) {
            background-color: rgba(255, 255, 255, 0,64);
            color: white;
        }

        .tabell tr:hover {
            background-color: rgba(255, 165, 0, 0.4);
            cursor: pointer;
            color: white;
        }



    .tabell tbody {
        padding-left: 5px;
        /*background-color: #343434;*/
    }

.sokefelt {
    margin-top: 3px;
    margin-bottom: 3px;
}

.button_Liten {
    background-color: #ffc006;
    color: black;
    border: 1px solid rgb(255, 192, 6);
    border-radius: 5px;
    height: 35px;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    text-decoration: none;
}

    .button_Liten:hover {
        animation-name: byttButtonLitenFarge;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
        color: white;
        border: 1px solid antiquewhite;
    }

    .button_Liten:focus { 
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
        border: 1px solid antiquewhite;
    }
    .button_Liten:visited {
        cursor: pointer;
        border: 1px solid rgba(250,164,15);
    }

@keyframes byttButtonLitenFarge {
    from {
        background-color: rgba(250,164,15); /*rgba(255, 165, 0, 0.60);*/
        border: 1px solid rgba(250,164,15);
        /*border: 4px solid rgba(255, 165, 0, 0.60);*/
        color: black;
    }

    to {
        background-color: orange;
        border: 1px solid antiquewhite;
        color: black;
    }
}

.closeButton {
    background-color: #ffc006;
    font-size:larger;
    color: black;
    border-radius: 5px;
    vertical-align:middle;
}

/**********START RebeccaPurple **************************/
.button_Liten_Lilla {
    background-color: rebeccapurple;
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    height: auto;
    font-weight: bold;
    text-align: center;
    vertical-align: baseline;
    text-decoration: none;
}

    .button_Liten_Lilla:hover {
        animation-name: byttButtonLitenFarge_Lilla;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
        color: white;
        border: 1px solid antiquewhite;
    }

    .button_Liten_Lilla:focus {
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
        border: 1px solid antiquewhite;
    }

    .button_Liten_Lilla:visited {
        cursor: pointer;
        border: 1px solid rgba(250,164,15);
    }

@keyframes byttButtonLitenFarge_Lilla {
    from {
        background-color: rebeccapurple;
        border: 1px solid white;
        /*border: 4px solid rgba(255, 165, 0, 0.60);*/
        color: black;
    }

    to {
        background-color: mediumpurple;
        border: 1px solid antiquewhite;
        color: white;
    }
}

.closeButton_Lilla {
    background-color: rebeccapurple;
    font-size: larger;
    color: black;
    border-radius: 5px;
    vertical-align: middle;
    border: thin solid white;
}
/**********SLUTT RebeccaPurple **************************/


.button_Liten_Slett {
    background-color: rgba(255, 165, 0, 0.9);
    width: 100%;
    /*max-width: 400px;*/
    color: black;
    border: 4px solid red;
    border-radius: 8px;
    height: auto;
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: baseline;
    text-decoration: none;
}

    .button_Liten_Slett:hover {
        animation-name: byttButtonLitenFargeSlett;
        animation-duration: 0.5s;
        animation-fill-mode: forwards;
        cursor: pointer;
        border: 4px solid red;
    }

@keyframes byttButtonLitenFargeSlett {
    from {
        background-color: white; /*rgba(255, 165, 0, 0.60);*/
        color: black;
    }

    to {
        background-color: red;
        color: black;
    }
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
    color: #88b8cb;
    border: none;
}


.checkbox__box {
    width: 2.0em;
    height: 2.0em;
    border: 2px solid #cccccc;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    transition: background 0.15s, transform 0.15s;
}

.synlig {
    display: block;
}   

.usynlig {
    display: none;
}

.visInnhold {
    display: block;
}

.skjulInnhold {
    display: none;
}

.ikkeBorder {
    border: none;
    /*margin-top: 5px;*/
}

.tittel {
    position: fixed;
    left: 220px;
    top: 12px;
    font-weight: bold;
    font-size: 1.5rem;
    width: auto;
    color: rgba(250,164,15);
    z-index: 99;
    font-family: 'Segoe UI';
}

.melding {
    position: fixed;
    left: 5px;
    top: 3px;
    font-weight: bold;
    /*font-size: 1.5rem;*/
    min-width: 350px;
    width: auto;
    color: black;
    z-index: 99;
    font-family: 'Segoe UI';
    z-index: 101;
}

.container1 {
    width: 100%;
    max-width: 650px;
    background-color: #343434;
    border-radius: 5px;
    border: thin solid gray;
    padding: 10px;
    z-index: 200;
    float: left;
    overflow: hidden;
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 5px;
}

.container2 {
    width: auto;
    max-width: 550px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    border: thin solid gray;
    padding: 10px;
    z-index: 200;
}

.container3 {
    width: auto;
    max-width: 500px;
    background-color: rgba(0,0,0,0.7);
    border-radius: 5px;
    border: thin solid gray;
    padding: 10px;
    z-index: 200;
}

.containerTabell {
    max-height: 200px;
    overflow-y: scroll;
}


.pad_topp_5{
    padding-top: 5px;
}

.border_bottom_rebeccapurple {
    border-bottom: 2px solid rebeccapurple;
}

.slidecontainer {
    width: 100%; /* Width of the outside container */
    background: transparent;
}

/* The slider itself */
.slider {
    /*-webkit-appearance: none;*/ /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 35px; /* Specified height */
    background: transparent; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 1.0; /* Set transparency (for mouse-over effects on hover) */
    /*-webkit-transition: .2s;*/ /* 0.2 seconds transition on hover */
    /*transition: opacity .2s;*/
}

    /* Mouse-over effects */
    .slider:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    /* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
    .slider::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        width: 25px; /* Set a specific slider handle width */
        height: 25px; /* Slider handle height */
        background: #88b8cb; /* Green background */
        border: thin solid blue;
        border-radius: 50%;
        cursor: pointer; /* Cursor on hover */
    }

    /*.slider::-moz-range-thumb {
        width: 25px;*/ /* Set a specific slider handle width */
        /*height: 25px;*/ /* Slider handle height */
        /*background: #88b8cb;*/ /* Green background */
        /*border-radius: 50%;
        cursor: pointer;*/ /* Cursor on hover */
    /*}*/

.sliderval {
    font-weight: bold;
    margin-left: -15px;
    margin-top: 2px;
}

.checkbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.checkbox__input {
    display: none;
}

.checkbox__box {
    width: 37px;
    height: 40px;
    border: 2px solid gray;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
    transition: background 0.15s, transform 0.15s;
}

    .checkbox__box::after {
        content: '\2714';
        color: #ffffff;
        transform: scale(0);
        transition: transform 0.15s;
    }

.checkbox__input:checked + .checkbox__box {
    background: #88b8cb;
    border-color: darkblue;
}

    .checkbox__input:checked + .checkbox__box::after {
        transform: scale(1);
        background: #88b8cb;
        border-color: darkblue;
    }

hr {
    border-top: thin solid #88b8cb;
}

.bakgrunnGra {
    background: rgb(128,128,128,0.05);
    margin-left: 0;
    margin-right: 1px;
    margin-bottom: 5px;
}

.bredde100 {
    width: 100%;
}
.bredde480 {
    width: 480px;
}
.bredde50 {
    width: 50%;
}
.hoyde40px{
    height: 30px;
}
.bredde40px {
    width: 30px;
}
.bredde50px {
    width: 50px;
}
.bredde100px {
    width: 100px;
}
.xtekstDekorasjon {
    text-decoration: none;
}

.hoyre{
    text-align: right;
}

.bakgrunnHvit{
    background-color: white;
}

.forgrunnBlack {
    color: black;
    font-size: 1.3em;
    font-weight: bold;
}

.forgrunnGreen {
    color: rgba(0, 133, 157);
    font-size: 1.3em;
    font-weight: bold;
}

.forgrunnRed {
    color: red;
    /*font-size: 1.3em;*/
    font-weight: bold;
}

.bakgrunnGreen {
    /*background-image: linear-gradient(to right, rgba(51, 190, 173, 0.75), white);*/
    background-image: linear-gradient(to right, #75bdbc, white);
    padding: 5px 50px 5px 10px; /*#00859d*/
    border-radius: 5px;
}

.bg_Update {
    background-color: #00859d;
}

.hvit {
    color: white;
    font-weight: normal;
    text-decoration: none;
}

    .hvit:hover {
        color: white;
        font-weight: bold;
        text-decoration: underline;
    }

.fontCalibri{
    font-family: Calibri;
}

.border_svart {
    border: thin solid black;
    border-radius: 5px;
}

.svart {
    color: black;

}
.radioKnapp {
    width: 2rem;
    height: 20px;
    width: 20px;
    padding: 5px;
    margin-right: 20px;
    border: thin solid green;
}

.underLine {
    border-bottom: medium solid rgba(51, 190, 173, 0.75);
}

.border_bottom_green {
    border-bottom: medium solid rgba(51, 190, 173, 1.0);
}

.border_green {
    border: thin solid rgba(51, 190, 173, 1.0);
}

form-control:active {
    border-color: red;
    /*border-color: rgba(51, 190, 173, 1.0);*/
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 190, 173, 1.0);
}

/*select-control:active {
    border-color: rgba(51, 190, 173, 1.0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(51, 190, 173, 1.0);
}*/

form-select:active {
    border-color: rgba(51, 190, 173, 1.0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px green;
}

select option:hover,
select option:focus,
select option:active {
    background: linear-gradient(#000000, #000000);
    background-color: #000000 !important; /* for IE */
    color: #ffed00 !important;
}

select option:checked {
    background: linear-gradient(#d6d6d6, #d6d6d6);
    background-color: #d6d6d6 !important; /* for IE */
    color: #000000 !important;
}

.select1{
    color:darkgray;
    background:red;
}
/*Må byttes til Violet*/
.containerOrange {
    width: 100%;
    max-width: 900px;
    height: 92vh;
    border: 2px solid #4800ff;
    border-radius: 5px;
    padding: 0 10px 10px 10px;
    margin-left: -20px;
    margin-bottom: 0;
    margin-top: 0;
    overflow-y: scroll;
    overflow-x:hidden;
}

/*Bootstrap erstatning*/

.modal {
    width: 1000px;
    height: auto;
    text-align: left;
    margin-top: 50px;
    margin-left: 0;
    padding-right: 1px;
    border: 4px solid rebeccapurple;
    border-radius: 15px;
    overflow-y: scroll;
    box-shadow: 6px 6px 6px #404040; 
    background-color: #202020;
}
.modal-dialog {
    width: 1000px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 15px;
    background-color: #202020;
    /*border: 4px solid yellow;*/
}

.modal-content {
    width: 1000px;
    height: auto;
    /*max-width: 870px;*/
    border: none;
    padding: 10px;
    overflow: hidden;
    background-color: #202020;
    /*border: 4px solid orange;*/
}
.modal-header {
    width: 970px;
    margin-top: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border: none;
    height: 50px;
    /*border: 4px solid green;*/
}
.modal-body {
    /*width: 1000px;*/
    height: auto;
    border: none;
    background-color: #202020;
    /*border: 4px solid red;*/
}

/*------------------ TAB CONTROL -------------*/
.tab {
    overflow: hidden;
    border: 1px solid black;
    border-bottom: 1px solid darkgray;
    border-radius: 5px 5px 0 0;
    background-color: rgba(51, 190, 173, 0.10);
    max-width: auto;
}
    .tab:active {
        background-color: rgba(51, 190, 173, 0.45);
    }

    .tab button {
        background-color: rgba(51, 190, 173, 0.15);
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }

        .tab button:hover {
            background-color: rgba(51, 190, 173, 0.25);
            border: thin solid rgba(51, 190, 173, 0.35);
        }

.tabcontent {
    padding: 6px 12px;
    border: 1px solid black;
    border-radius: 0 0 5px 5px;
    border-top: none;
    max-width: auto;
}

    .tabcontent:disabled{
        background-color: gray;
    }

/*-----------------------------------------------*/

.storCheckBox {
    height: 30px;
    width: 30px;
    border: thin solid rgba(51, 190, 173, 1.0);
}

a:visited{
    color: black;
}

.hoyde{
    height: 700px;
}

/*BODY*/
.bodySvart{
    background-color: #343434;
}
/*
.bodyRebeccaPurple {
    background-color: rebeccapurple;
}*/

.tekstHvit{
    color: white;
}

/*NAVMENY*/
.orangeTekst{
    color: orange;
}

/*MIN MAX BREDDE*/
.bredde100 {
    width: 100px;
}
.bredde120 {
    width: 120px;
}
.bredde150 {
    width: 150px;
}
.minmax-10-20{
    min-width: 100px;
    max-width: 200px;
}

.minmax-20-30 {
    min-width: 200px;
    max-width: 300px;
}
.minmax-30-40 {
    min-width: 300px;
    max-width: 400px;
}
.ml-5{
    margin-left: 5px;
}