﻿/****************/
/****************/
/****************/
:root{
 --primary: #0088cc; /*Blå Sager*/
 --success: #47a447; /*Grøn Konti*/
 --warning: #ed9c28; /*Mørkegul Noter*/
 --danger: #d2322d; /*Rød Opgaver*/
 --info: #5bc0de; /*Lydeblå */
 --infoNy: #8770d0; /*Lilla*/
 --dark: #2e353e; /*Sort Filer/Dokumenter*/
 --orange: #ff5e00; /*Orange Kontaktpersoner*/
}
/*
.sys-show-on-edit,
.sys-show-on-create {
    display: none;
}*/

.max-width-100 {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.max-width-150 {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.max-width-200 {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #ed9c28;
    background-color: rgba(237,156,40, 0.1) !important;
    border-color: #ed9c28;
    webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}

/* Overskrifter */
/*3.0*/
thead th,
/*2.0*/
tr.tableheader th {
    background-color: #ffffff;
    color: #777777;
    border-bottom: 1px solid #dee2e6;
}
/*3.0*/
thead > td,
thead tr > td,
thead > th,
thead tr > th,
/*2.0*/
.tableheader > td, 
.tableheader > th {
    padding: 3px 4px 4px;
}
/*3.0*/
tr, tr > td,
/*2.0*/
.tablelineodd, .tablelineodd > td,
.tablelineeven, .tablelineeven > td {
    padding: 3px 4px;
}
/*3.0*/
thead tr th,
/*2.0*/
tr.tableheader th span.tableheader,
tr.tableheader th a.tableheader {
    color: #777;
    background-color: #ffffff;
    /*white-space: nowrap;*/
}

/*3.0*/
thead tr th, 
/*2.0*/
tr.tableheader th span.tableheader b,
tr.tableheader th a.tableheader b {
    font-weight: bold;
}

/*3.0*/
table thead + tbody tr td {
    color: #333;
    border-top: 1px solid #dee2e6;
    border-bottom-style: none;
    font-family: "Open Sans", Arial, sans-serif;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    vertical-align: middle;
}

/*Hide/Show klasser*/
.hide-10,
.hide-01,
.hide-1,
.hide-Ja,
.show-Nej,
.show-0,
.show-00,
.hide:not(.show-1):not(.show-10):not(.show-01):not(.show-Ja) {
    display: none;
}


.tooltip {
    position: relative;
    opacity: 1;
    color: #0088cc;
    z-index: 10;
}

a {
    color: #0088cc;
}

table tr:not(.tableheader) td:not(.groupheader) {
    font-size: 12px;
}
/**/
.ui-menu .ui-menu-item-wrapper {
    display: block;
    text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active,
.ui-button.ui-state-active:hover {
    background: #0088cc;
}

.btn.disabled, .btn:disabled {
    opacity: 0.50;
}/*
.form-group div:last-child {
    display: flex;
}*/
.form-group > div {
    /*line-height: 36px;*/
    padding-top: 7px;
    padding-bottom: 7px;
}
.form-group div:last-child .fas {
    /*line-height: 36px;*/
}

.input-group {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

body {
    margin: 0;
    font-family: "Open Sans", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #777777;
    line-height: 22px;
    font-size: 13px;
    background-color: #ECEDF0;
}

.header-right {
    float: right;
    height: 56px;
    margin: 0px 10px 0px 25px
}
.rounded-circle {
    overflow: hidden;
}

.row-btn>.col {
    margin-bottom: 0;
}
.row-btn .btn {
    margin-bottom: 15px;
}
.col {
    margin-bottom: 1.5rem;
}
.card .col,
.modal .col
{
     margin-bottom: 0;
}
.card.filter .row:not(:last-child) .col {
    margin-bottom: 1.5rem;
}
.card-sign .col {
    margin-bottom: 10px;
}

.form-group>.col>label{
    margin-bottom:0;
}

.uploadControl {
    margin-top: 7px;
}

.form-group .input-group {
    margin-top: 5px;
}

.text-right,
.text-sm-right,
.text-md-right,
.text-lg-right,
.text-xl-right {
    font-weight: 700;
}

.form-group .text-left,
.form-group .text-right,
.form-group .text-sm-right,
.form-group .text-md-right,
.form-group .text-lg-right,
.form-group .text-xl-right {
    display: grid;
    align-items: center;
}

.progress-bar {
    line-height: 17px;
}

/******/
/*card*/
/******/
.card {
    border: none;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.card-horizontal {
    display: -webkit-box;
    width: 100%;
}
.card-header {
    background: #f6f6f6;
    border-bottom: 1px solid #dadada;
}
.card-header.collapsed {
    border-radius: 0.5rem;
}
.card-header .card-title img {
    height: 21px;
    width: auto;
    margin-right: 5px;
}
.card-horizontal .card-header {
    border-radius: 5px 0 0 5px !important;
    width: 65px;
    text-align: center;
}
.card-horizontal .card-header i {
    color: #fff;
}

.card-title {
    color: #33353f;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 0;
    text-transform: none;
    margin: 0 25px 0 0;
}
.card-title > i,
.card-title > .fa-stack {
    margin-right: 5px;
}
.card-title > .fa-stack {
    width: 28px;
    height: 20px;
}
.card-title > .fa-stack > .fa-stack-2x {
    font-size: 28px;
    line-height: 20px;
}
.card-title > .fa-stack > .fa-stack-1x {
    font-size: 14px;
    line-height: 20px;
}
.card-subtitle {
    color: #808697;
    font-size: 12px;
    line-height: 1.2em;
    margin: 7px 0 0;
    padding: 0;
}

/*card scrollbar styling*/
.card-body {
    overflow-x: auto;
    overflow-y: hidden;
}
.card-body.sagsoversigt {
    padding: 1.25rem 0;
}
.card-body::-webkit-scrollbar {
    height: 10px;
}
.card-body::-webkit-scrollbar-track {
}
.card-body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    border: 1px #e9e9e9 solid;
    background: #F6F6F6;
}


.card-footer {
    overflow-x: auto;
}
.card-footer::-webkit-scrollbar {
    height: 0px;
}

.card-filter {
    border-top: 3px solid #d6d8d9;
}

.card-filter .checkbox-custom {
    margin-top: 7px;
}

/*card style*/
.card-featured {
    border-top: 8px solid #33353f;
}
.card-featured-left {
    border-left: 3px solid #33353f;
}
.card-featured-right {
    border-right: 3px solid #33353f;
}
.card-featured-bottom {
    border-bottom: 3px solid #33353f;
}

/*card colors*/
.card-primary .card-header {
    background: #0088CC;
    border-color: #0088CC;
}
.card-secondary .card-header {
    background: #d6d8d9;
    border-color: #d6d8d9;
}
.card-success .card-header {
    background: #47a447;
    border-color: #47a447;
}
.card-warning .card-header {
    background: #ed9c28;
    border-color: #ed9c28;
}
.card-danger .card-header {
    background: #d2322d;
    border-color: #d2322d;
}
.card-info .card-header {
    background: #5bc0de;
    border-color: #5bc0de;
}
.card-dark .card-header {
    background: #2e353e;
    border-color: #2e353e;
}
.card-orange .card-header {
    background: #ff5e00;
    border-color: #ff5e00;
}

.card-featured-primary {
    border-color: #0088cc;
}
.card-featured-secondary {
    border-color: #d6d8d9;
}
.card-featured-success {
    border-color: #47a447;
}
.card-featured-warning {
    border-color: #ed9c28;
}
.card-featured-danger {
    border-color: #d2322d;
}
.card-featured-info {
    border-color: #5bc0de;
}
.card-featured-dark {
    border-color: #2e353e;
}
.card-featured-orange {
    border-color: #ff5e00;
}
.card-featured-primary .card-title {
    color: #0088cc;
}
.card-featured-secondary .card-title {
    color: #d6d8d9;
}
.card-featured-success .card-title {
    color: #47a447;
}
.card-featured-warning .card-title {
    color: #ed9c28;
}
.card-featured-danger .card-title {
    color: #d2322d;
}
.card-featured-info .card-title {
    color: #5bc0de;
}
.card-featured-dark .card-title {
    color: #2e353e;
}
.card-featured-orange .card-title {
    color: #ff5e00;
}

.card-title-counter {
    margin: 0px;
    padding: 0px;
    display: inline;
    float: right;
}
.card-title-counter span {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    color: #fff;
    font-size: 0.9rem;
}
.card-featured-primary .card-title-counter span {
    background-color: #0088cc;
}
.card-featured-secondary .card-title-counter span {
    background-color: #d6d8d9;
}
.card-featured-success .card-title-counter span {
    background-color: #47a447;
}
.card-featured-warning .card-title-counter span {
    background-color: #ed9c28;
}
.card-featured-danger .card-title-counter span {
    background-color: #d2322d;
}
.card-featured-info .card-title-counter span {
    background-color: #5bc0de;
}
.card-featured-dark .card-title-counter span {
    background-color: #2e353e;
}
.card-featured-orange .card-title-counter span {
    background-color: #ff5e00;
}

.summary-icon {
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    text-align: center;
    display: inline-block;
}
.summary-icon i {
    font-size: 60px;
    line-height: 100px;
}
.summary-content {
    width: calc(100% - 120px);
    float: right;
    height: 100px;
}
.summary-footer {
    padding: 5px 0 0;
    border-top: 1px dotted #ddd;
    text-align: right;
    margin-top: 19px;
}

.summary-icon-small {
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-left: -15px;
}
.summary-icon-small i {
    font-size: 60px;
    line-height: 50px;
}

.card-featured-primary .summary-icon,
.card-featured-primary .summary-icon-small {
    background-color: #0088cc;
}
.card-featured-secondary .summary-icon,
.card-featured-secondary .summary-icon-small {
    background-color: #d6d8d9;
}
.card-featured-success .summary-icon,
.card-featured-success .summary-icon-small {
    background-color: #47a447;
}
.card-featured-warning .summary-icon,
.card-featured-warning .summary-icon-small {
    background-color: #ed9c28;
}
.card-featured-danger .summary-icon,
.card-featured-danger .summary-icon-small {
    background-color: #d2322d;
}
.card-featured-info .summary-icon,
.card-featured-info .summary-icon-small {
    background-color: #5bc0de;
}
.card-featured-dark .summary-icon,
.card-featured-dark .summary-icon-small {
    background-color: #2e353e;
}
.card-featured-orange .summary-icon,
.card-featured-orange .summary-icon-small {
    background-color: #ff5e00;
}

/*card actions*/
.card-actions {
    right: 15px;
    position: absolute;
    top: 10px;
}
.card-actions a, .card-actions .card-action {
    background-color: transparent;
    border-radius: 2px;
    color: #B4B4B4;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}
.card-action-toggle, .card-action-dismiss {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.collapsed.card-action-toggle:before {
    content: "\f0d7";
}
.card-action-toggle:before {
    content: "\f0d8";
}
.card-action-dismiss:before {
    content: "\f00d";
}
.card-actions a, .card-actions a:focus, .card-actions a:hover, .card-actions a:active, .card-actions a:visited, .card-actions .card-action, .card-actions .card-action:focus, .card-actions .card-action:hover, .card-actions .card-action:active, .card-actions .card-action:visited {
    outline: none !important;
    text-decoration: none !important;
}

/*text colors*/
.color-primary {
    color: #0088cc !important;
}
.color-secondary {
    color: #d6d8d9 !important;
}
.color-success {
    color: #47a447 !important;
}
.color-warning {
    color: #ed9c28 !important;
}
.color-danger {
    color: #d2322d !important;
}
.color-info {
    color: #5bc0de !important;
}
.color-dark {
    color: #2e353e !important;
}
.color-orange {
    color: #ff5e00 !important;
}

/*background colors*/
.bg-primary {
    background-color: #0088cc !important;
}
.bg-secondary {
    background-color: #d6d8d9 !important;
}
.bg-success {
    background-color: #47a447 !important;
}
.bg-warning {
    background-color: #ed9c28 !important;
}
.bg-danger {
    background-color: #d2322d !important;
}
.bg-info {
    background-color: #5bc0de !important;
}
.bg-light {
    background-color: #f3f3f3 !important;
}
.bg-dark {
    background-color: #2e353e !important;
}
.bg-orange {
    background-color: #ff5e00 !important;
}

/****************/
/*bordered table*/
/****************/
.table-bordered {
    min-width: 750px;
    margin-bottom: 0;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #bec2c5;
    vertical-align: middle;
    padding: 0.25rem;
}
.table-bordered th {
    text-align: right;
    background-color: #DBE3E4;
    color: #777;
    line-height: 22px;
}
.table-bordered td {
    background-color: #F3F5F7;
}

/********************/
/*not bordered table*/
/********************/
table.table-not-bordered td,
table.table-not-bordered th {
    border: 0;
}

/*******/
/*table*/
/*******/
table {
    border-collapse: separate;
    border-spacing: 0;
}

/* TableHeader */
tr.tableheader th {
    background-color: #ffffff;
    border-bottom: 1px solid #dee2e6;
    color: #777;
}
tr.tableheader th span.tableheader,
tr.tableheader th a.tableheader {
    color: #777;
    background-color: #ffffff;
    /*white-space: nowrap; Kan godt være den giver problemer*/
}
tr.tableheader th span.tableheader b{
    font-weight: bold;
}

/* Table lines */
table thead + tbody tr td,
tr.tablelineodd > td,
tr.tablelineeven > td {
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    border-top: 1px solid #dee2e6;
    border-bottom-style: none;
    padding-top: 0.50rem;
    padding-bottom: 0.50rem;
    vertical-align: middle;
}
table thead + tbody tr:hover,
tr.tablelineodd:hover, tr.tablelineeven:hover {
    background-color: #f0f0f0;
}

.groupheader{
    font-size: 17px;
    font-family: "Open Sans";
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
}
.card-featured-primary .groupheader{
    color: #0088cc;
}
.card-featured-success .groupheader{
    color: #47a447;
}
.card-featured-warning .groupheader{
    color: #ed9c28;
}
.card-featured-danger .groupheader{
    color: #d2322d;
}
.card-featured-info .groupheader{
    color: #5bc0de;
}
.card-featured-dark .groupheader{
    color: #2e353e;
}
.card-featured-orange .groupheader{
    color: #ff5e00;
}

/****************/
/*Page navigator*/
/****************/
/*padding around the page navigator*/
.pagingtable_top{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
/*removeing spaces between links in the page navigator*/
.pagingtable_top td span.section{
    font-size: 0px;
}
/*a = pages, span = current page*/
.pagingtable_top td span.section a{
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    margin: 0px;
    background-color: #fff;
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap;
}
.pagingtable_top td span.section span{
    padding: 0.5rem 0.75rem;
    border-top: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-color: #0088cc !important;
    background-color: #0088cc;
    color: #fff;
    margin: 0px;
    font-size: 12px;
}
.pagingtable_top td span.section a:hover{
    background-color: #F0F0F0;
}
/*rounding corners of the page navigator*/
.pagingtable_top td span.section a:first-child{
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    border-left: 1px solid #dee2e6;
}
.pagingtable_top td span.section a:last-child{
    border-radius: 0rem 0.25rem 0.25rem 0rem;
}
.pagingtable_top td span.section span:first-child{
    border-radius: 0.25rem 0rem 0rem 0.25rem;
    border-left: 1px solid #dee2e6;
}
.pagingtable_top td span.section span:last-child{
    border-radius: 0rem 0.25rem 0.25rem 0rem;
}

/***************/
/*Block Buttons*/
/***************/
.btn-custom-block {
    min-width: 62px;
    height: 72px;
    display: inline-grid;
    padding: 10px 5px 0px 5px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.btn-custom-block img {
    height: 32px;
}
.btn-custom-block i {
    font-size: 32px;
}
.btn-custom-block>span {
    width: 100%;
}
.btn-custom-block>span>.fa-stack {
    font-size: 16px;
}

.btn-custom-block.dropdown-toggle:after {
    content: none;
}
.btn-custom-block>i {
    display:block;
}


/**************/
/*Line Buttons*/
/**************/
.btn-custom-line:not(.btn-sm) {
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 7.52px 12px;
    padding: 0.47rem 0.75rem;
    cursor: pointer;
    line-height: 32px;
    margin-top: 3px;
}
.btn-custom-line:not(.btn-sm):not(.dropdown-toggle) {
    min-width: 60px;
}
.btn-custom-line:not(.btn-sm) img{
    height: 32px;
}

.card-header .btn-sm {
    margin-left: 5px;
}

/*********************/
/*Porto Button Colors*/
/*********************/
.btn-primary-solid {
    background-color: #0088cc;
    border-color: #0088cc #0088cc #006699;
    color: #FFF;
}
.btn-primary-solid:hover {
    color: #fff;
    background-color: #007eb6;
    border-color: #006699 #006699 #004466;
}
.btn-primary-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.5);
}
.btn-primary-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}
.btn-success-solid {
    background-color: #47a447;
    border-color: #47a447 #47a447 #388038;
    color: #FFF;
}
.btn-success-solid:hover {
    color: #fff;
    background-color: #2e8e44;
    border-color: #1c7430;
}
.btn-success-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.5);
}
.btn-success-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}
.btn-warning-solid {
    background-color: #ed9c28;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #FFF;
}
.btn-warning-solid:hover {
    background-color: #d39e00;
    border-color: #d6a500;
    color: #FFF;
}
.btn-warning-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,193,7,.5);
}
.btn-warning-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}
.btn-danger-solid {
    background-color: #d2322d;
    border-color: #d2322d #d2322d #a82824;
    color: #FFF;
}
.btn-danger-solid:hover {
    color: #fff;
    background-color: #cd3140;
    border-color: #b21f2d;
}
.btn-danger-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.5);
}
.btn-danger-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}
.btn-info-solid {
    background-color: #5bc0de;
    border-color: #5bc0de;
    color: #FFF;
}
.btn-info-solid:hover {
    color: #fff;
    background-color: #218a9b;
    border-color: #10707f;
}
.btn-info-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 192, 222, .5);
}
.btn-info-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}
.btn-dark-solid {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #fff;
}
.btn-dark-solid:hover {
    background-color: #2e353e;
    border-color: #2e353e;
    color: #fff;
}
.btn-dark-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(52,58,64,.5);
}
.btn-dark-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}
.btn-orange-solid {
    background-color: #ff5e00;
    border-color: #ff5e00;
    color: #fff;
}
.btn-orange-solid:hover {
    background-color: #ff5e00;
    border-color: #f55900;
    color: #fff;
}
.btn-orange-solid:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,94,0,.5);
}
.btn-orange-solid:active {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
}

/**********************/
/*Custom Button Colors*/
/**********************/
.btn-primary {
    background-color: #fff;
    border-color: #0088cc #0088cc #006699;
    color: #0088cc !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #fff;
    color: #0088cc !important;
}
.btn-primary:hover {
    text-decoration: none;
    background-color: rgba(0,136,204, 0.1);
    border-color: #0088cc #0088cc #006699;
    color: #0088cc;
}
.btn-primary:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(0,136,204, 0.1) !important;
    border-color: #0088cc #0088cc #006699 !important;
    color: #0088cc !important;
}
.btn-success {
    background-color: #fff;
    border-color: #47a447 #47a447 #388038;
    color: #47a447 !important;
}
.btn-success.disabled,
.btn-success:disabled {
    background-color: #fff;
    color: #47a447 !important;
}
.btn-success:hover {
    text-decoration: none;
    background-color: rgba(71,164,71, 0.1);
    border-color: #47a447 #47a447 #388038;
    color: #47a447;
}
.btn-success:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(71,164,71, 0.1) !important;
    border-color: #47a447 #47a447 #388038 !important;
    color: #47a447 !important;
}
.btn-warning {
    background-color: #fff;
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #ed9c28 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #fff;
    color: #ed9c28 !important;
}
.btn-warning:hover {
    text-decoration: none;
    background-color: rgba(237,156,40, 0.1);
    border-color: #ed9c28 #ed9c28 #d18211;
    color: #ed9c28;
}
.btn-warning:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(237,156,40, 0.1) !important;
    border-color: #ed9c28 #ed9c28 #d18211 !important;
    color: #ed9c28 !important;
}
.btn-danger {
    background-color: #fff;
    border-color: #d2322d #d2322d #a82824;
    color: #d2322d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #fff;
    color: #d2322d !important;
}
.btn-danger:hover {
    text-decoration: none;
    background-color: rgba(210,50,45, 0.1);
    border-color: #d2322d #d2322d #a82824;
    color: #d2322d;
}
.btn-danger:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(210,50,45, 0.1) !important;
    border-color: #d2322d #d2322d #a82824 !important;
    color: #d2322d !important;
}
.btn-info {
    background-color: #fff;
    border-color: #5bc0de;
    color: #5bc0de !important;
}
.btn-info.disabled,
.btn-info:disabled {
    background-color: #fff;
    color: #5bc0de !important;
}
.btn-info:hover {
    text-decoration: none;
    background-color: rgba(91, 192, 222, 0.1);
    border-color: #5bc0de;
    color: #5bc0de;
}
.btn-info:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(91, 192, 222, 0.1) !important;
    border-color: #5bc0de !important;
    color: #5bc0de !important;
}
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(91, 192, 222,.5);
}
.btn-dark {
    background-color: #fff;
    border-color: #ccc #ccc #aaa;
    color: #2e353e !important;
}
.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #fff;
    color: #2e353e !important;
}
.btn-dark:hover{
    text-decoration: none;
    background-color: rgba(46,53,62, 0.1);
    border-color: #ccc #ccc #aaa;
    color: #2e353e;
}
.btn-dark:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(46,53,62, 0.1) !important;
    border-color: #ccc #ccc #aaa !important;
    color: #2e353e !important;
}
.btn-orange {
    background-color: #fff;
    border-color: #ff5e00;
    color: #ff5e00 !important;
}
.btn-orange:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,94,0,.5);
}
.btn-orange.disabled,
.btn-orange:disabled {
    background-color: #fff;
    color: #ff5e00 !important;
}
.btn-orange:hover{
    text-decoration: none;
    background-color: rgba(46,53,62, 0.1);
    border-color: #ccc #ccc #aaa;
    color: #f55900;
}
.btn-orange:active{
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.35), 0 1px 2px rgba(0, 0, 0, 0.25) !important;
    background-color: rgba(46,53,62, 0.1) !important;
    border-color: #ccc #ccc #aaa !important;
    color: #ff5e00 !important;
}

/*****************/
/*detail form row*/
/*****************/
.form-group:not(:last-child),
.form-group.form-group-border {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 2px;
}
.form-group:last-child{
    margin-bottom: -18px;
}
.form-group:first-child{
    margin-top: -18px;
}
.form-group {
    margin-bottom: 2px;
    width: 100%;
    margin-left: 0px;
}

/**********************/
/*custom radio buttons*/
/**********************/
input[type="radio"] {
    display: none;
}

input[type="radio"] + label,
input[type="radio"] + span.section label {
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 25px;
    padding: 5px 0 5px 0;
}

input[type="radio"] + label:before,
input[type="radio"] + span.section label:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f111';
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 20px;
    position: relative;
    top: 3px;
}

input[type="radio"]:checked + label:before,
input[type="radio"]:checked + span.section label:before {
    content: '\f192';
}

.required input[type="radio"] + label:before,
.required input[type="radio"] + span.section label:before {
    color: #d2223d;
}
.required {
    border-color: rgba(255,0,0,.3) !important;
}

select.required + span.select2-container span.select2-selection {
    border-color: rgba(255,0,0,.3) !important;
}

/*******************/
/* Custom Checkbox */
/*******************/
input[type="checkbox"]:not(.TangoraRecordSelectAll):not(.TangoraRecordSelector) {
    display: none;
}

input[type="checkbox"] + label,
input[type="checkbox"] + span.section label {
    cursor: pointer;
    margin-bottom: 0;
    padding: 5px 0 5px 0;
}

input[type="checkbox"] + label:before,
input[type="checkbox"] + span.section label:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f0c8';
    display: inline-block;
    background-color: #fff;
    margin: 0 5px 0 0;
    font-size: 20px;
    position: relative;
    top: 3px;
}

input[type="checkbox"]:checked + label:before,
input[type="checkbox"]:checked + span.section label:before {
    content: '\f14a';
}

input[type="checkbox"].required + label:before,
input[type="checkbox"].required + span.section label:before {
    color: #d2223d;
}

/************/
/*Timepicker*/
/************/
.bootstrap-timepicker-widget table td input {
    width: 40px;
}
.bootstrap-timepicker-widget input {
    border: 0;
}

/*************/
/* Datepicker*/
/*************/
.datepicker {
    padding: 10px;
    /*margin: 0 auto;*/
    line-height: 1.1em;
    border-radius: 4px;
    direction: ltr;

}

div.datepicker {
    z-index: 2000 !important;
}

input.datepicker {
    width: 100px !important;
}

.datepicker.datepicker-inline {
    line-height: 1.7em;
    width: 100%;
}

.datepicker table {
    width: 100%;
}

.datepicker table tr td {
    border-radius: 0;
}

.datepicker table thead tr th {
    cursor: pointer;
    font-size: 12.8px;
    font-size: 0.8rem;
    text-align: center;
    font-weight: normal;
}

.datepicker table thead tr th.prev {
    content: '\f0d9';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.datepicker table thead tr th.next {
    content: '\f0da';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.datepicker table thead tr th:hover {
    color: #FFF;
}

.datepicker table td {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    vertical-align: middle;
}

.datepicker table td.day {
    -webkit-transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
    transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
    cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td span:hover {
  background: #0088CC;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover {
  background: #0088CC;
}
.datepicker table tbody tr td.day:hover {
  background: #0088CC;
  color: #fff;
}
.datepicker table tbody tr td.day.active {
  background: #006699;
}
.datepicker.datepicker-primary table thead tr:first-child {
  background-color: #0088CC;
}
.datepicker.datepicker-primary table thead tr:first-child th:hover {
  background-color: #006699;
}
.datepicker.datepicker-primary table thead tr:last-child {
  background-color: #0099e6;
}
.datepicker.datepicker-primary table thead tr:last-child th:hover {
  background-color: #0088CC;
}
    
.datepicker table tr td.today {
    color: #000;
    background-color: #ccddee;
}

/*****************************/
/********** Userbox **********/
/*****************************/
@media only screen and (max-width: 768px) {
    #userbox {
        margin: 7px 0 7px 0;
    }
}

.userbox {
    display: inline-block;
    margin: 12px 0 0 0;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
}

.userbox > a {
    display: inline-block;
    text-decoration: none;
    min-width: 140px;
}

.userbox .profile-info,
.userbox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.userbox .profile-info {
    margin: 0 15px 0 5px;
}

.userbox .profile-picture img {
    width: 35px;
    height: 35px;
    color: transparent;
}

.userbox .profile-picture div {
    background-color: #ccc;
    width: 35px;
    height: 35px;
}

.userbox .name {
    color: #000011;
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.userbox .name,
.userbox .role {
    display: block;
}

.userbox .role {
    color: #ACACAC;
    font-size: 0.7rem;
    line-height: 0.7rem;
    max-width: 70px;
}

.userbox.show > a {
    position: relative;
    z-index: 1993;
}

.userbox.show .dropdown-menu {
    border: none;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: -11px !important;
    padding: 45px 10px 0;
    top: -10px !important;
    transform: none !important;
    width: 100%;
    z-index: 1992;
    min-width: 1em;
}

.userbox.show .dropdown-menu.show {
    display: block;
}

.userbox.show .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.userbox.show .dropdown-menu li {
    margin-bottom: 5px;
}

.userbox.show .dropdown-menu a {
    border-radius: 2px;
    color: #7d7d7d;
    display: block;
    line-height: 1.3rem;
    padding: 4px 10px;
    font-size: 0.75rem;
}

.userbox .fa-angle-down {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
    transition: transform .3s;
    float: right;
    margin-top: 10px;
}

.userbox.show .dropdown-menu a i {
    font-size: 0.9rem;
}

.userbox.show .dropdown-menu i {
    margin-right: 3px;
    vertical-align: middle;
}

.userbox.show .dropdown-menu a:hover {
    background: #0088CC;
    color: #FFF;
    text-decoration: none;
}

.userbox.show .fa-angle-down {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: transform .3s;
}

/*****************/
/* Notifications */
/*****************/
.notifications {
    display: inline-block;
    list-style: none;
    margin: 4px -10px 0 0;
    padding: 0;
    vertical-align: middle;
}

.notifications > li {
    float: left;
    margin: 0 15px 0 0;
    position: relative;
}

.notifications > li .notification-icon {
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
    display: inline-block;
    height: 30px;
    position: relative;
    width: 30px;
    text-align: center;
}

.notifications > li .notification-icon i {
    color: #777;
    line-height: 30px;
    vertical-align: middle;
}

.notifications > li .notification-icon .badge {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -8px;
    top: -3px;
    border-radius: 100%;
}

.badge-warning {
    color: #fff;
}

/**************/
/*Form-control*/
/**************/
.card input:not(.select2-search__field):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not(.form-control),
.card select,
.card textarea,
.modal input:not(.select2-search__field):not([type="button"]):not([type="submit"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]),
.modal select,
.modal textarea,
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1.85;
    /*min-height: 38.4px;
    min-height: 2.4rem;*/
    /*display: block;*/
    width: 100%;
    min-height: 26px;/*height: calc(2.25rem + 2px);*/
    padding: 0 .2rem;/*padding: .375rem .75rem;*/
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.card input:not([type=button]):not(.select2-search__field):focus,
.card select:focus,
.card textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.input-group > input:not(:first-child),
.input-group > select:not(:first-child),
.input-group > textarea:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.input-group > input,
.input-group > select,
.input-group > textarea {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1% !important;
    border-raduis: 0;
    margin-bottom: 0;
}
.input-group-text {
    padding: 0 .75rem;
}
.card input::placeholder,
.card select::placeholder,
.card textarea::placeholder {
    color: #bfbfbf;
}



/* Disabled and readonly fields */
input[type="text"]:disabled, input[type="text"][readonly],
input[type="password"]:disabled, input[type="password"][readonly],
input[type="search"]:disabled, input[type="search"][readonly], 
textarea:disabled, textarea[readonly], 
select:disabled, select[readonly] {
    /*pointer-events: none;*/ /* MÅ IKKE BRUGES - smadrer ontouchevents på fx Tangora underskrift felter */
    background-color: #e9ecef;
    opacity: 1;
}
input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    /*pointer-events: none;*/ /* MÅ IKKE BRUGES - smadrer ontouchevents på fx Tangora underskrift felter */
    filter: none;
    opacity: .5;
}
input[type="radio"]:disabled ~ label, 
input[type="checkbox"]:disabled ~ label {
    opacity: .5;
}

/**************/
/*search input*/
/**************/
.search {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
}
.search .input-group-text{
    background-color: #ffffff;
    line-height: 14px;
    font-size: 14px;
    color: #333333;
}
.search .input-group input {
    border-color: #EDEDED;
    font-size: 14px;
}
.search .card input, .search .input-group-text {
    border-color: #EDEDED;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*************************/
/*tangora buttons styling*/
/*************************/
.card .TangoraEditButton {
    font-size: 0;
}
.card .TangoraEditButton:hover {
    text-decoration: none;
}
.card .TangoraEditButton:before {
    visibility: visible;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f303";
}
.card .TangoraEditButton:not(.disabled):before {
    color: #0088cc;
}

.card .TangoraCopyButton {
    font-size: 0;
}
.card .TangoraCopyButton:hover {
    text-decoration: none;
}
.card .TangoraCopyButton:before {
    visibility: visible;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f0c5";
}
.card .TangoraCopyButton:not(.disabled):before {
    color: #0088cc;
}

.card .TangoraDeleteButton {
    font-size: 0;
}
.card .TangoraDeleteButton:hover {
    text-decoration: none;
}
.card .TangoraDeleteButton:before {
    visibility: visible;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f2ed";
}
.card .TangoraDeleteButton:not(.disabled):before {
    color: #d2322d;
}
.card .tabletext .tangorasavebutton {
    font-size: 0;
}
.card .tabletext .tangorasavebutton img {
    visibility: hidden;
    height: 0;
    width: 0;
}
.card .tabletext .tangorasavebutton:hover {
    text-decoration: none;
}
.card .tabletext .tangorasavebutton:before {
    visibility: visible;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f0c7";
    cursor: pointer;
}
.card .tabletext .tangorasavebutton:not(.disabled):before {
    color: #47a447;
}
.card .TangoraCreateButton {
    font-size: 0;
}
.card .TangoraCreateButton:hover {
    text-decoration: none;
}
.card .TangoraCreateButton:before {
    visibility: visible;
    font-size: 16px;
    line-height: 16px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 600;
    content: "\f055";
    position: relative;
    top: 3px;
}
.card .TangoraCreateButton:not(.disabled):before {
    color: #0088cc;
}

.btn.TangoraCreateButton:before {
    content: "\f055";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 3px;
}

.btn.TangoraEditButton:before {
    content: "\f303";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 3px;
}

.btn.TangoraDeleteButton:before {
    content: "\f2ed";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    position: relative;
    top: 3px;
}

.TangoraDeleteButton:not(.disabled):before {
    color: #d2322d;
}

/****************************/
/*formreq - form input error*/
/****************************/
.formreq {
    background-color: rgba(255,0,0,.3) !important;
}
span.formreq {
    display:none;
    /*background-color: unset;
    color: rgba(255,0,0,1);*/
}
.formreq, select[multiple].formreq + span.select2 span.select2-selection {
    border-color: rgba(255,0,0,.3) !important;
}
.required:after:not(.displaytext) {
    content: ' *';
    color: rgba(255,0,0,1);
    white-space: nowrap;
}

/*****************************/
/*Triangle Breadcrumbs Arrows*/
/*****************************/
.btn-breadcrumb .btn/*:not(:last-child)*/:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn/*:not(:last-child)*/:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}
.btn-group.btn-breadcrumb>.btn:focus,
.btn-group.btn-breadcrumb>.btn:hover {
    z-index: unset;
}
.btn-group.btn-breadcrumb>.btn:focus {
    box-shadow: unset;
}
.btn-group.btn-breadcrumb>.btn:active {
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}

.btn-breadcrumb .btn.disabled, .btn-breadcrumb .btn:disabled {
    opacity: 1;
}

.btn-breadcrumb .btn {
  padding:6px 6px 6px 18px;
    font-size: 12px;
    line-height: 20px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}/*
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}*/

/** Primary button **/
.btn-breadcrumb .btn.btn-primary-solid/*:not(:last-child)*/:after {
  border-left: 10px solid #0088CC;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn.btn-primary-solid/*:not(:last-child)*/:before {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-primary-solid:hover/*:not(:last-child)*/:after {
  border-left: 10px solid #007EB6;
}
.btn-breadcrumb .btn.btn-primary-solid:hover/*:not(:last-child)*/:before {
  border-left: 10px solid #285e8e;
}

/** Success button **/
.btn-breadcrumb .btn.btn-success-solid/*:not(:last-child)*/:after {
  border-left: 10px solid #47a447;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn.btn-success-solid/*:not(:last-child)*/:before {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-success-solid:hover/*:not(:last-child)*/:after {
  border-left: 10px solid #2E8E44;
}
.btn-breadcrumb .btn.btn-success-solid:hover/*:not(:last-child)*/:before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger-solid/*:/*not(:last-child)*/:after {
  border-left: 10px solid #d2322d;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn.btn-danger-solid/*:/*not(:last-child)*/:before {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-danger-solid:hover/*:/*not(:last-child)*/:after {
  border-left: 10px solid #CD3140;
}
.btn-breadcrumb .btn.btn-danger-solid:hover/*:/*not(:last-child)*/:before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning-solid/*:/*not(:last-child)*/:after {
  border-left: 10px solid #ed9c28;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn.btn-warning-solid/*:/*not(:last-child)*/:before {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-warning-solid:hover/*:/*not(:last-child)*/:after {
  border-left: 10px solid #D39E00;
}
.btn-breadcrumb .btn.btn-warning-solid:hover/*:/*not(:last-child)*/:before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info-solid/*:/*not(:last-child)*/:after {
  border-left: 10px solid #5bc0de;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn.btn-info-solid/*:/*not(:last-child)*/:before {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-info-solid:hover/*:/*not(:last-child)*/:after {
  border-left: 10px solid #218a9b;
}
.btn-breadcrumb .btn.btn-info-solid:hover/*:/*not(:last-child)*/:before {
  border-left: 10px solid #269abc;
}

/** Orange button **/
.btn-breadcrumb .btn.btn-orange-solid/*:/*not(:last-child)*/:after {
  border-left: 10px solid #ff5e00;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-breadcrumb .btn.btn-orange-solid/*:/*not(:last-child)*/:before {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-orange-solid:hover/*:/*not(:last-child)*/:after {
  border-left: 10px solid #ff5e00;
}
.btn-breadcrumb .btn.btn-orange-solid:hover/*:/*not(:last-child)*/:before {
  border-left: 10px solid #ff5e00;
}

/* Filtype icon før filnavn */
/*[data-filename$="pdf"]:before, [data-filename$="PDF"]:before
{
    font-family: 'Font Awesome 5 Pro';
    content: "\f1c1";
    font-weight: 400;
    font-size: 20px;
    color: #E90C0C;
    margin-right: 5px;
}*/
[data-filename$="msg"]:before
{
    font-family: 'Font Awesome 5 Pro';
    content: "\f0e0";
    font-weight: 400;
    font-size: 20px;
    color: #E90C0C;
    margin-right: 5px;
}
[data-filename$="pdf"]:before, [data-filename$="PDF"]:before
{
 margin:0 5px 0 0;
 content:" ";
 display:inline-block;
 width:24px;
 height:24px;
 background:url(/setup/filetypeIcons/pdf.gif); 
 background-size:contain;
 vertical-align:middle;
}
[data-filename$="docx"]:before, [data-filename$="doc"]:before, [data-filename$="dot"]:before
{
 margin:0 3px 0 0;
 content:" ";
 display:inline-block;
 width:24px;
 height:24px;
 background:url(/setup/filetypeIcons/word.gif); 
 background-size:contain;
 vertical-align:middle;
}
[data-filename$="xlsx"]:before, [data-filename$="xls"]:before
{
 margin:0 3px 0 0;
 content:" ";
 display:inline-block;
 width:24px;
 height:24px;
 background:url(/setup/filetypeIcons/excel.gif); 
 background-size:contain;
 vertical-align:middle;
}
[data-filename$="pptx"]:before, [data-filename$="ppt"]:before
{
 margin:0 3px 0 0;
 content:" ";
 display:inline-block;
 width:24px;
 height:24px;
 background:url(/setup/filetypeIcons/powerpoint.gif); 
 background-size:contain;
 vertical-align:middle;
}
[data-filename$="zip"]:before
{
 margin:0 3px 0 0;
 content:" ";
 display:inline-block;
 width:24px;
 height:24px;
 background:url(/setup/filetypeIcons/zip.gif); 
 background-size:contain;
 vertical-align:middle;
}
[data-filename$="jpg"]:before
{
 margin:0 3px 0 0;
 content:" ";
 display:inline-block;
 width:24px;
 height:24px;
 background:url(/setup/filetypeIcons/image.gif); 
 background-size:contain;
 vertical-align:middle;
}


/**************************/
/* Table Break Responsive */
/**************************/
@media screen and (min-width: 1px) {
    .table-break table .tableheader {
        display: none;
    }
    
    .table-break table tr {
        display: block;
        margin-bottom: .625em;
        border-bottom: none;
    }
    
    .table-break table td {
        display: block;
        text-align: right;
    }
    
    .table-break table td:before {
        content: attr(data-label);
        float: left;
        color: #777;
        font-weight: bold;
    }
    
    .table-break [data-label] {
        width: auto;
    }
  
    .table-break td:first-child {
        border-top: none;
    }
}
@media screen and (max-width: 575px) {
    .table-sm-break table .tableheader {
        display: none;
    }
    
    .table-sm-break table tr {
        display: block;
        margin-bottom: .625em;
        border-bottom: none;
    }
    
    .table-sm-break table td {
        display: block;
        text-align: right;
    }
    
    .table-sm-break table td:before {
        content: attr(data-label);
        float: left;
        color: #777;
        font-weight: bold;
    }
    
    .table-sm-break [data-label] {
        width: auto;
    }
  
    .table-sm-break td:first-child {
        border-top: none;
    }
}
@media screen and (max-width: 767px) {
    .table-md-break table .tableheader {
        display: none;
    }
    
    .table-md-break table tr {
        display: block;
        margin-bottom: .625em;
        border-bottom: none;
    }
    
    .table-md-break table td {
        display: block;
        text-align: right;
    }
    
    .table-md-break table td:before {
        content: attr(data-label);
        float: left;
        color: #777;
        font-weight: bold;
    }
    
    .table-md-break [data-label] {
        width: auto;
    }
  
    .table-md-break td:first-child {
        border-top: none;
    }
}
@media screen and (max-width: 991px) {
    .table-lg-break table .tableheader {
        display: none;
    }
    
    .table-lg-break table tr {
        display: block;
        margin-bottom: .625em;
        border-bottom: none;
    }
    
    .table-lg-break table td {
        display: block;
        text-align: right;
    }
    
    .table-lg-break table td:before {
        content: attr(data-label);
        float: left;
        color: #777;
        font-weight: bold;
    }
    
    .table-lg-break [data-label] {
        width: auto;
    }
  
    .table-lg-break td:first-child {
        border-top: none;
    }
}
@media screen and (max-width: 1199px) {
    .table-xl-break table .tableheader {
        display: none;
    }
    
    .table-xl-break table tr {
        display: block;
        margin-bottom: .625em;
        border-bottom: none;
    }
    
    .table-xl-break table td {
        display: block;
        text-align: right;
    }
    
    .table-xl-break table td:before {
        content: attr(data-label);
        float: left;
        color: #777;
        font-weight: bold;
    }
    
    .table-xl-break [data-label] {
        width: auto;
    }
  
    .table-xl-break td:first-child {
        border-top: none;
    }
}
@media screen and (max-width: 1399px) {
    .table-xxl-break table .tableheader {
        display: none;
    }
    
    .table-xxl-break table tr {
        display: block;
        margin-bottom: .625em;
        border-bottom: none;
    }
    
    .table-xxl-break table td {
        display: block;
        text-align: right;
    }
    
    .table-xxl-break table td:before {
        content: attr(data-label);
        float: left;
        color: #777;
        font-weight: bold;
    }
    
    .table-xxl-break [data-label] {
        width: auto;
    }
  
    .table-xxl-break td:first-child {
        border-top: none;
    }
}


/*******************/
/* Developer Tools */
/*******************/
/*Skjuler elementer med [data-test="ravnit"]*/
[data-test]:not([data-test="ravnit"]) {
    display: none !important;
}
[data-test="ravnit"] {
    opacity: 50%;
}
[data-test="ravnit"]:hover {
    opacity: 100%;
}