@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
}

.t-devexpress .table {
    /*max-width: 1000px;*/
    /*width: 50%;*/
    /*table-layout: fixed;*/
}

    .t-devexpress .table tbody tr th.dxpg-header {
        /*max-width: 1000px;*/
        width: 100%;
    }

    .t-devexpress .table thead tr th.dxpg-header {
        text-align: right;
    }

        .t-devexpress .table thead tr th.dxpg-header.table-active {
            text-align: right;
        }

    .t-devexpress .table thead th.dxpg-area-data {
        display: none;
    }

    .t-devexpress .table tr th.dxpg-area-column {
        /*.dx-pivotgrid*/
        display: none;
    }

    .t-devexpress .table tr th.dxpg-area-row {
        visibility: hidden;
    }

.t-pointer {
    cursor: pointer;
}

.t-hover {
    /*float: right;*/
    /*@include font-size(1.5rem);*/
    /*font-weight: 700;*/
    /*line-height: 1;*/
    color: #000;
    /*text-shadow: 0 1px 0 #fff;*/
    opacity: .5;
}

    .t-hover:hover {
        color: #000;
        /*text-decoration: none;*/
        opacity: .75;
    }

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    /*color: #006080;*/
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        /*bottom: 125%; top */
        /*left: 50%; top*/
        /*margin-left: -60px; top*/
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

@supports(width: max-content) {
    .tooltip .tooltiptext {
        width: max-content; /*220px;*/
    }
}
/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltip-left {
    top: -5px;
    bottom: auto;
    right: 128%;
}

    .tooltip-left::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent transparent #555;
    }

.tooltip-top {
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
}

    .tooltip-top::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

#profileImage {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #512DA8;
    font-size: 35px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 20px 0;
}

.litenlabel {
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    font-size: 0.7rem;
    position: absolute;
    top: 5px;
    /*left: 0;*/
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    padding: 0rem 0.2rem; /* Tilsvarende form-control*/
    color: grey;
}

.dxmargin .card {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.auth0-lock-submit {
    border: 0;
    padding: 14px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    /*-ms-flex-negative: 0;*/
    flex-shrink: 0;
    -webkit-box-flex: 0;
    /*-ms-flex-positive: 0;*/
    flex-grow: 0;
    /*-ms-flex-preferred-size: auto;*/
    flex-basis: auto;
}

.auth0-label-submit {
    height: 42px;
    line-height: 42px;
}

.login-page {
    opacity: 0.9;
    background: #000000;
}

.login-wrapper {
    border-radius: 6px;
    width: 600px !important;
    min-width: 600px !important;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*padding: 30px 0;*/
    background: #fff;
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 40px 4px #111118;
    /*margin-top: 100px;*/
}

@media (max-width: 767.98px) {
    .login-wrapper {
        width: 300px !important;
        min-width: 300px !important;
    }
}

.login-image {
    margin-top: 16px;
    width: 100px;
}

.log-left {
    padding: 15px 30px;
    text-align: center;
}

.login-form {
    /*padding-top: 20px;*/
    border-left: 2px dashed rgb(47, 114, 159);
    /*#78a300;*/
}

@media (max-width: 767.98px) {
    .login-form {
        border-left: none;
    }
}

a {
    color: #0366d6;
}

app {
    position: relative;
    display: block;
}

app2 {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
    min-width: 0; /* avoid horizontal scroll auto is default */
}

    .main .top-row {
        background-color: #3c8dbc; /*AdminUI*/
        /*background-color: #e6e6e6;*/
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a {
            margin-left: 1.5rem;
            color: #fff; /*AdminUI*/
        }

.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #222d32; /*AdminUI*/
}

    .sidebar .top-row {
        /*background-color: rgba(0,0,0,0.4);*/
        background-color: #367fa9; /*AdminUI*/
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

.nav-item2 {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item2:first-of-type {
        padding-top: 1rem;
    }

    .nav-item2:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item2 a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }
        /*.selectionPill  {
            background: #F2C811;
            border-radius: 2px;
            flex: 0 0 auto;
            height: 24px;
            visibility: hidden;
            width: 4px;
        }*/
        .nav-item2 a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

        .nav-item2 a.active {
            /*background-color: rgba(255,255,255,0.25);*/
            background-color: rgb(0,0,0);
            color: white;
        }

.content {
    /*background-color: #ecf0f5;  kaldere*/
    /*background-color: #f1f1f1;*/
    padding-top: 1.1rem;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

#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;
    }
/*.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}*/
/*.validation-message {
    color: red;
}*/
/*767.98; 991.98px*/
@media (max-width: 1199.98px) {
    .main .top-row {
        display: none;
    }

    .content {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }
}

/*768px; 992px*/
@media (min-width: 1200px) {
    app2 {
        flex-direction: row;
    }

    .sidebar {
        width: 200px; /*250px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    .navbar-toggler {
        display: none;
    }

    .sidebar .collapse {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

/* Category Ads */

/*#ads {
    margin: 30px 0 30px 0;
}

    #ads .card-notify-badge {
        position: absolute;
        left: -10px;
        top: -20px;
    }

    #ads .card-notify-year {
        position: absolute;
        right: -10px;
        top: -20px;
        background: #ff4444;
        border-radius: 50%;
        text-align: center;
        color: #fff;
        font-size: 14px;
        width: 50px;
        height: 50px;
        padding: 15px 0 0 0;
    }

    #ads .card-detail-badge {
        background: #f2d900;
        text-align: center;
        border-radius: 30px 30px 30px 30px;
        color: #000;
        padding: 5px 10px;
        font-size: 14px;
    }

    #ads .card:hover {
        background: #fff;
        box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        border-radius: 4px;
        transition: all 0.3s ease;
    }

    #ads .card-image-overlay {
        font-size: 20px;
    }

        #ads .card-image-overlay span {
            display: inline-block;
        }

    #ads .ad-btn {
        text-transform: uppercase;
        width: 150px;
        height: 40px;
        border-radius: 80px;
        font-size: 16px;
        line-height: 35px;
        text-align: center;
        border: 3px solid #e6de08;
        display: block;
        text-decoration: none;
        margin: 20px auto 1px auto;
        color: #000;
        overflow: hidden;
        position: relative;
        background-color: #e6de08;
    }

        #ads .ad-btn:hover {
            background-color: #e6de08;
            color: #1e1717;
            border: 2px solid #e6de08;
            background: transparent;
            transition: all 0.3s ease;
            box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
        }

    #ads .ad-title h5 {
        text-transform: uppercase;
        font-size: 18px;
    }*/