@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.button_OK {
    background-color: #0075ff;
    width: 100%;
    /*max-width: 400px;*/
    color: white;
    border: thin solid #d0043c;
    border-radius: 5px;
    /*height: 35px;*/
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .button_OK:hover {
        color: black;
        animation-name: byttFarge;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        cursor: pointer;
    }

.button_OK_Liten {
    background-color: #0075ff;
    width: 80px;
    /*max-width: 400px;*/
    color: white;
    border: thin solid #d0043c;
    border-radius: 5px;
    height: 37px;
    box-shadow: 3px 3px 5px rgba(128, 128, 128, 0.2);
    /*font-weight: bold;*/
    font-size: 0.8rem;
    margin-top: 0;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
}

    .button_OK_Liten:hover {
        color: black;
        animation-name: byttFarge;
        animation-duration: 1s;
        animation-fill-mode: forwards;
        cursor: pointer;
    }
.button_Tabell {
    background-color: transparent;
    width: 100%;
    color: black;
    border: thin solid lightgray;
    border-radius: 5px;
    height: 25px;
    font-weight:normal;
    padding-left: 2px;
    padding-right: 2px;

}

    .button_Tabell:hover {
        color: black;
/*        animation-name: byttFarge;
        animation-duration: 1s;
        animation-fill-mode: forwards;*/
        cursor: pointer;
    }

@keyframes byttFarge {
    from {
        background-color: lightblue;
    }

    to {
        background-color: white;
    }
}

.logo {
    position: fixed;
    left: 5px;
    top: 7px;
}

.tittel {
    position: fixed;
    left: 155px;
    top: 10px;
    font-weight: bold;
    font-size: 1.5rem;
}

.ikon_20{
    background-image: url("../images/Sport1_ikon_20.png");
}

.breddeHele{
    width: 100%;
}

.small {
    font-size: medium;
    line-height: 12px;
    height: 12px;
    padding-left: 3px;
    padding-top: 5px;
    padding-bottom: 0;
    margin-top: 5px;
}

.feltbredde30 {
    width: 30px;
    height: 30px;
    border: none;
    margin-left: 13px;
}
.feltbredde50{
    width: 50px;
}
.feltbredde100 {
    width: 100px;
}
.feltbredde120 {
    width: 120px;
}
.feltbredde150 {
    width: 150px;
}

.feltbredde200 {
    width: 200px;
}
.feltbredde250 {
    width: 250px;
}
.feltbredde290 {
    width: 290px;
}
.feltbredde300 {
    width: 300px;
}

.feltbredde350 {
    width: 350px;
}
.feltbredde400 {
    width: 400px;
}
.feltbredde400x50 {
    width: 400px;
    height: 60px;
    vertical-align: top;
}

.divSMS {
    width: 100%;
    max-width: 400px;
    height: auto;
    margin-left: 0;
    margin-bottom: 5px;
    padding: 0;
    border: none; /*thin solid gray;*/
}

/***** TABELL ******/
:root {
    --tabellramme: #0075ff;
    --formramme: blue;
}

.tabell {
    width: auto;
    border: thin solid var(--tabellramme);
    padding: 5px;
    height: 200px;
    overflow-y: scroll;
}

th {
    border-right: thin solid #ccc;
    margin-top: 130px;
}

    th.rotate {
        white-space: nowrap;
        height: 120px;
        cursor: default;
        background-color: transparent;
    }

        th.rotate > div {
            transform:
            /* 3 fra venstre, 25 høyde */
            translate(3px, 50px)
            /* 45 is really 360 - 45 */
            rotate(270deg);
            width: 10px;
            margin-top: 2px;
            margin-left: 2px;
            margin-bottom: 2px;
        }

        th.rotate2 > div {
            transform:
            /* 3 fra venstre, 25 høyde */
            translate(15px, 50px)
            /* 45 is really 360 - 45 */
            rotate(270deg);
            width: 10px;
            margin-top: 2px;
            margin-left: 2px;
            margin-bottom: 2px;
        }
    th.rett {
        white-space: nowrap;
        cursor: default;
        background-color: transparent;
    }

        th.rett > div {
            margin-top: 130px;
            margin-left: 2px;
            margin-bottom: 2px;
        }

td {
    height: 35px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: thin solid lightblue;
}

    td:hover {
        background-color: rgb(0, 117, 255, 0.1);
        cursor: pointer
    }

tr:nth-child(even) {
    background-color: rgb(0, 117, 255, 0.07);
}

tr {
    margin: 0;
    padding: 0;
}
    tr:hover {
        background-color: rgb(0, 117, 255, 0.1);
        cursor: pointer
    }

thead {
    padding-left: 5px;
    background: white;
    border-bottom: solid thin black;
}

    thead:hover {
        cursor: pointer;
        background-color: white;
    }
/*
.sort-th {
    cursor: pointer;
    margin-top: 230px;
    margin-left: 22px;
    margin-bottom: 22px;
}

.fa {
    float: right;
}*/

tfoot {
    border-top: thin solid black;
    background: rgb(38, 176, 80, 0.15);
    height: 20px;
}
.ramme {
    height: auto;
    border: thin solid #0075ff;
    border-radius: 5px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.synligFarge{
    border: medium solid green;
    border-radius: 8px;
}
.hidden {
   display: none;
}

.maxbredde700{
    max-width: 700px;
    min-width: 500px;
}
