﻿html, body {
    font-family: Arial, sans-serif ; /*'Helvetica Neue', Helvetica, */
    font-size: 12px;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/*a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e51680;
}

.validation-message {
    color: #e51680;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "En feil har oppstått."
    }
*/

/*    ------------------------------------------------------------------*/

#blazor-error-ui {
    display: none;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 30vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    color: #856404;
    background-color: #fff3cd;
}

    #blazor-error-ui > div {
        padding: 1rem 0 .3rem 0;
    }

    #blazor-error-ui .reload {
        padding: .5rem;
        color: #212529;
        background-color: #ffc107;
        text-decoration: none;
    }

.k-tilelayout-item-header.k-card-header {
    display: none;
}

@media (min-width: 1200px) {
    html {
        font-size: 12px !important;
        /*  1vw = 1% of viewport width 
            1vh = 1% of viewport height
            1vmin = 1vw or 1vh, whichever is smaller
            1vmax = 1vw or 1vh, whichever is larger*/
    }

    .k-menu-link-text, .k-button-text, .k-pager-input, .k-grid-pager, k-input, k-input-md, k-input-inner, .k-link, .k-grid, .k-table-td, .k-header, .k-table-th, label {
        font-size: 1rem;
    }

    .k-button-md.k-icon-button .k-button-icon {
        min-width: 1rem !important;
        max-width: 1rem !important;
        font-size: 1rem !important;
    }

    .k-drawer-items, .k-drawer-wrapper {
       /* min-width: 12rem !important;
        max-width: 20rem !important;*/
    }

    /* body {
        font-size: 0.7em !important;
    }*/

    /*k-tilelayout, .k-scheduler {
        height: 80vh !important;
    }

    .k-tilelayout-item-body, .k-tilelayout, .k-scheduler {
        font-size: 1em !important;
    }
*/
    .k-grid, .k-dropdownlist, .k-button-md, .k-toolbar, .k-card, .k-card-header, .k-card-title, .k-card-subtitle,
    .k-menu-bar, .k-menu, .k-input-md, .k-picker-md, k-grid, .k-table-md, k-label, .k-icon, .k-tabstrip,
    .k-switch, .k-switch-lg, .k-label, .k-external-dropzone, .k-upload, .k-input-md, .k-input {
        font-size: 1rem !important;
    }
    /*.k-card {
        font-size: 0.7em !important;
    }*/

    /*.k-card-header, .k-card-title, .k-card-subtitle, .k-menu-bar, .k-menu, .k-input-md, .k-picker-md {
        font-size: 1rem !important;
    }

    .k-card-body {
        font-size: 1rem !important;
    }*/

    /*
    .k-toolbar {
        font-size: 0.7em !important;
    }
    .k-button-md {
        font-size: 0.7em !important;
    }*/
    .flex-center {
        overflow-y: scroll !important;
        height: 79.5vh !important;
    }

    .competenceIcon {
        font-size: 1.5rem !important;
    }
}

    #blazor-error-ui .reload {
        padding: .5rem;
        color: #212529;
        background-color: #ffc107;
        text-decoration: none;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}



.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* Sticky footer styles
-------------------------------------------------- */
/*html {
    position: relative;
    min-height: 100%;
}

body {*/
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;
}*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
    background-color: #121212 !important;
}

.containerFull {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
}

.containerMenu {
    width: 50%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
}

.containerUser {
    width: 20%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
}

.containerCompany {
    width: 50%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
}

.ListOverflow {
    /*overflow-y: auto;*/
    height: 100%;
    max-height: 1500px;
}

div.k-window.preview-window {
    border: 5px solid blue;
}

    /* titlebar */
    div.k-window.preview-window .k-window-titlebar {
        background: blue;
    }

    /* title */
    div.k-window.preview-window .k-window-title {
        color: white;
    }

    /* content container */
    div.k-window.preview-window .k-window-content {
        background: white;
    }

    div.k-window.preview-window .k-button-icon {
        color: white !important;
    }

.k-tilelayout-item-header.k-card-header {
    display: none;
}

/* for centered content */
.large-notification-center .k-notification,
/* for top content */
.large-notification-top .k-notification-content {
    width: 300px;
    height: 100px;
}

/* template */
div.custom-ellipsis,
span.custom-ellipsis,
/* OnCellRender */
.k-grid td.custom-ellipsis,
/* OnRowRender */
.k-grid tr.custom-ellipsis .k-table-td {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* For Telerik Forms */
.k-form-horizontal .k-form-field > .k-form-label {
    flex-direction: row !important;
}


/*Else mobil start 05.11.2024*/

.footerFixed {
    position: fixed;
    bottom: 0;
    background-color: white;
}


.Button100 {
    width: 100%;
}

.k-menu:not(.k-context-menu) > .k-item {
    color: white !important;
}


.filter-button {
    width: 45px;
}

.greenCir {
    color: green !important;
}

.redCir {
    color: red !important;
}

.yellowCir {
    color: #ffc20e !important;
}

.FinishBlueCir {
    color: #84A1C6 !important;
}

.BlackCir {
    color: black !important;
}

.textLabelMobile {
    font-weight: 600;
}

.mobilPadingSmallRowLeft {
    font-weight: 600;
    padding-right: 2px !important;
}

.mobilPadingSmallRowRight {
    font-weight: 600;
    padding-left: 2px !important;
}

.mobilPadingSmallRow {
    font-weight: 600;
    padding-left: 2px !important;
    padding-right: 2px !important;
}



.panelbar-template-mobil {
    padding: 2px;
    /*font-size: 0.9em;*/
    font-size: 1.0em;
    margin: 0 auto;
    width: 100% !important;
    text-align: left;
}

.headerbar-template-mobil {
    padding: 5px;
    font-size: 1.0em;
    margin: 0 auto;
    width: 100% !important;
    text-align: left;
}

.k-appbar {
    box-shadow: none !important;
}

.rightNumericTextbox .k-input-inner {
    text-align: right;
}

.custom-panelbar-colors.k-panelbar > .k-panelbar-header > .k-link {
    color: black;
    background: #d6d5d5;
    padding-inline: 4px;
    /*font-size: 0.9em;*/
    font-size: 1.0em;
}
    /* root selected items */
    .custom-panelbar-colors.k-panelbar > .k-panelbar-header > .k-link.k-selected {
        color: white;
        background: #1274AC !important;
        */ padding-inline: 4px;
        /* font-size: 0.9em;*/
        font-size: 1.0em;
    }

/* child items */
.custom-panelbar-colors.k-panelbar .k-group > .k-panelbar-header > .k-link {
    color: green;
    background: #eee;
}
    /* child selected items */
    .custom-panelbar-colors.k-panelbar .k-group > .k-panelbar-header > .k-link.k-selected {
        color: #fff;
        background: #666;
    }


.custom-panelbarchild-colors.k-panelbar > .k-panelbar-header > .k-link {
    color: black;
    background: #e6e6e6;
    padding-inline: 4px;
    /*font-size: 0.9em;*/
    font-size: 1.0em;
}
    /* root selected items */
    .custom-panelbarchild-colors.k-panelbar > .k-panelbar-header > .k-link.k-selected {
        color: white;
        background: #3294CC !important;
        padding-inline: 4px;
        /*font-size: 0.9em;*/
        font-size: 1.0em;
    }

/*  Sjekke hvor i mobil - BB 21.11.2024
.k-window-content, .k-dialog-content {
    padding-inline: 0px !important;
}
*/

/*Else mobil end 05.11.2024*/

.custom-textarea-class {
    height: 120px;
}

.custom-textarea-classEsks {
    height: 60px;
}

.custom-textarea-classEsks2 {
    height: 90px;
}


/*.show-tile-headers.k-tilelayout.show-tile-headers.k-tilelayout-item-header > .k-card-header {
    display: block !important;
}
*/




.task-blue {
    background-color: blue;
    color: white;
}

.task-yellow {
    background-color: yellow;
    color: black;
}

.task-aqua {
    background-color: aqua;
    color: black;
}

.task-green {
    background-color: green;
    color: white;
}

.task-mediumpurple {
    background-color: mediumpurple;
    color: white;
}

.task-violet {
    background-color: violet;
    color: white;
}

.task-palevioletred {
    background-color: palevioletred;
    color: white;
}

.task-crimson {
    background-color: crimson;
    color: white;
}

.task-darkblue {
    background-color: darkblue;
    color: white;
}

.task-slateblue {
    background-color: slateblue;
    color: white;
}

.task-lawngreen {
    background-color: lawngreen;
    color: white;
}

.task-sienna {
    background-color: sienna;
    color: white;
}
.task-turquoise {
    background-color: turquoise;
    color: white;
}

.task-olivedrab {
    background-color: olivedrab;
    color: white;
}

.task-seagreen {
    background-color: seagreen;
    color: white;
}

.task-palevioletred {
    background-color: palevioletred;
    color: white;
}

.task-activecaptiontext {
    background-color: ActiveCaption;
    color: white;
}

.task-orangered {
    background-color: orangered;
    color: white;
}

.task-gray {
    background-color: gray;
    color: white;
}

.task-red {
    background-color: red;
    color: white;
}

.task-wheat {
    background-color: wheat;
    color: black;
}

.task-brown {
    background-color: brown;
    color: white;
}

.task-tan {
    background-color: tan;
    color: white;
}

.task-sandybrown {
    background-color: sandybrown;
    color: white;
}

.task-orange {
    background-color: orange;
    color: white;
}

.task-lightblue {
    background-color: lightblue;
    color: black;
}

.task-black {
    background-color: black;
    color: white;
}

.task-lightyellow {
    background-color: lightyellow;
    color: black;
}


.task-mistyrose {
    background-color: mistyrose;
    color: black;
}

.task-tomato {
    background-color: tomato;
    color: black;
}

.task-forestgreen {
    background-color: forestgreen;
    color: black;
}

.task-olive {
    background-color: olive;
    color: black;
}


.task-steelblue {
    background-color: steelblue;
    color: black;
}

.task-plum {
    background-color: plum;
    color: black;
}

.task-orchid {
    background-color: orchid;
    color: black;
}

.task-orangered{
    background-color: orangered;
    color: black;
}

.task-burlywood {
    background-color: burlywood;
    color: black;
}



.ShowTileHeader .k-tilelayout-item-header.k-card-header {
    display: block !important;
}


