body {
    margin: 0px;
}

.outerframeadmin {
    margin: 0px;
    padding: 0px;
    width: 100%;

}


.admin_top {
    float: left;
    border-bottom: 1px solid #333;
    width: 100%;
    background: #333;
    height: 49px;
    overflow: auto;
    color: white;
}


.admin_top2 {
    float: left;
    border-top: 1px solid #999;
    border-bottom: 1px solid #333;
    width: 100%;
    background: #666666;
    height: 30px;
    overflow: auto;
    color: white;
}

.mainwindow {
    border: 0px solid red;
    float: left;
    width: 100%;

    background: #ffffff;

}

.admin_left {
    float: left;
    border-top: 1px solid #999;
    width: 100%;
    background: #666666;
    overflow: auto;
    color: white;

}

.admin_main {
    padding: 20px;
    float: left;
}

.adminitem {
    float: left;
    padding: 5px;
    margin: 5px;
    border-bottom: 1px dotted #999;
    width: 150px;
}

.adminitem_header {
    width: 200px;
    float: left;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    border-top: 1px dotted #333;
    border-bottom: 1px dotted #999;

}


.login_boks {
    background: #333333;
    border: 1px solid white;
    text-align: center;
    float: center;
    width: 30%;
    margin-top: 0px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    font-size: 1.2em;
    padding: 40px;
    color: white;
}

.lang_boks {
    border: 1px solid white;
    text-align: right;
    float: center;
    width: 30%;
    margin-top: 170px;
    left: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    font-size: 1.2em;
    padding: 40px;
    color: white;
}


.amenuitem {
    width: 150px;
    float: left;
    padding: 5px;
    border-bottom: 1px dotted white;
}

a .subamenuitem {
    font-size: 1.2em;
    width: 150px;
    float: left;

    font-weight: bold;
    padding: 10px;

    background: lightblue;
    color: black;
    padding-bottom: 10px;
    margin-bottom: 10px;
}


a .amenuitem {
    color: white;
    padding: 10px;
    text-decoration: none;
}

.amenuheader {
    float: left;
    width: 150px;
    font-size: 1.2em;
    font-weight: bold;
    background: lightblue;
    color: #333;
    padding: 5px;
    border-bottom: 1px dotted white;

}

.amenuheader a {
    text-decoration: none;
}

.amenuheader2 {
    float: left;
    width: 150px;
    font-size: 1.2em;
    font-weight: bold;
    color: black;
    padding: 5px;
    border-bottom: 1px dotted white;

}


.innercontent {
    float: left;
    margin: 10px;

}

.data {
    font-weight: normal;
}

td .Header {
    font-weight: bold;
    background: #666;
    color: white;
}


td .header {
    font-weight: bold;
    background: #666;
    color: white;
}

td .number {
    text-align: right;

}

td .sums {
    border-bottom: 1px solid black;
}

.admintextbox {

    float: left;
    margin-left: 20px;
    margin-top: 20px;
    font-size: 1.2em;
    width: 500px;
}

.letterselector {
    border: 1px solid #333;
    padding: 3px;
    float: left;
    margin-left: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
    padding-top: 3px;
}

.letterselectorselected {
    border: 1px solid #333;
    padding: 3px;
    float: left;
    margin-left: 10px;
    background: #333;
    color: white;
    height: 15px;
    width: 15px;
    text-align: center;
    padding-top: 3px;
}


.lettercontainer {
    margin-top: 5px;
    float: left;
    padding-left: 20px;
}

.frontbox {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    float: left;
    width: 30%;
}

.frontbox2 {
    margin: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    float: left;
    width: 50%;
}

.int {
    text-align: right !important;
}

.helptext {
    margin: 10px;
    float: left;
    border: 1px solid black;
    background: #FCF;
    color: black;
    padding: 20px;
}



.datatable3 th {
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 4px;
    text-align: left;
}

.datatable3 {
    padding: 10px;
}

.datatable3 td {
    border-bottom: 1px dotted #ccc;
    padding: 4px;
    padding-right: 10px;
}

.datatable3 tr:hover {
    background-color: #ccc;
    cursor: pointer;
}

.trans37 {
    background: #c0fba3;
    color: #333;
}

.trans19 {
    background: #ddd;
    color: #333;
}

.trans41 {
    background: #d704ad;
    color: black;
}


@media print {
    .int {
        text-align: right;
    }
}

.loader {
    position: relative;
    width: 80px;
    margin: 400px auto;
}

.duo {
    height: 20px;
    width: 50px;
    background: hsla(0, 0%, 0%, 0.0);
    position: absolute;

}

.duo,
.dot {
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.duo1 {
    left: 0;
}

.duo2 {
    left: 30px
}


.dot {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #333;
    position: absolute;
}

.dot-a {
    left: 0px;
}

.dot-b {
    right: 0px;
}


@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(180deg)
    }
}

@keyframes onOff {
    0% {
        opacity: 0;
    }

    49% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.duo1 {
    animation-name: spin;
}

.duo2 {
    animation-name: spin;
    animation-direction: reverse;
}

.duo2 .dot-b {
    animation-name: onOff;
}

.duo1 .dot-a {
    opacity: 0;
    animation-name: onOff;
    animation-direction: reverse;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.example li.placeholder {
    position: relative;
    /** More li styles **/
}

ol.example li.placeholder:before {
    position: absolute;
    /** Define arrowhead **/
}

.sorted_table tr {
    cursor: pointer;
}

.sorted_table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.sorted_table tr.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: red;
    margin-top: -5px;
    left: -5px;
    border-right: none;
}

.sorted_head th {
    cursor: pointer;
}

.sorted_head th.placeholder {
    display: block;
    background: red;
    position: relative;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

.sorted_head th.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: red;
    top: -6px;
    margin-left: -5px;
    border-bottom: none;
}

.watermark {
    opacity: 0.5;
    color: red;
    position: absolute;
    top: 300;
    left: 300;
}

.selskabsfisk {
    background-color: darkkhaki;
}

body.dragging,
body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

ol.vertical li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

/* line 25, /Users/jonasvonandrian/jquery-sortable/source/css/jquery-sortable.css.sass */
ol.vertical li.placeholder:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    margin-top: -5px;
    left: -5px;
    top: -4px;
    border: 5px solid transparent;
    border-left-color: red;
    border-right: none;
}



ol.vertical {
    margin: 0 0 9px 0;
    min-height: 10px;
    display: block;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    font-size: 18px;
}

.vertical-first {
    background: lightblue !important;
}

ol.vertical li {
    display: block;
    margin: 5px;
    padding: 5px;
    border: 1px solid #999999;
    background: #eeeeee;
    line-height: 18px;
}

ol.sorted_table {
    border: 1px solid #eeeeee;
}

ol.sorted_table li {
    cursor: pointer;

}


.w3-container:after,
.w3-container:before {
    content: "";
    display: table;
    clear: both
}

.w3-container {
    /* padding: 0.01em 16px; */
    font-size: 16px;
    line-height: 1.5;
}

.w3-blue {
    color: #fff !important;
    background-color: #2196F3 !important
}

.w3-lgreen {
    color: #fff !important;
    background-color: lightgreen !important;
    color: gray !important;
}

.w3-light-grey {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.w3-round,
.w3-round-medium {
    border-radius: 4px
}

.stickyrow {
    position: sticky;
    top: 0;
    background: white;
}

:root {
    --logo-blue: hsl(213, 100%, 22%);
    --gradient-1: hsl(213, 100%, 33%);
    --gradient-2: hsl(213, 100%, 37%);
    --gradient-3: hsl(213, 100%, 41%);
    --gradient-4: hsl(213, 100%, 45%);
    --gradient-5: hsl(213, 100%, 49%);
    --gradient-6: hsl(213, 100%, 53%);
    --gradient-7: hsl(213, 100%, 57%);
    --gradient-8: hsl(213, 100%, 61%);
    --gradient-9: hsl(213, 100%, 65%);
    --gradient-10: hsl(213, 100%, 69%);
    --gradient-11: hsl(213, 100%, 73%);
    --gradient-12: hsl(213, 100%, 77%);
    --gradient-13: hsl(213, 100%, 80%);
    --ds-color: hsla(0, 0%, 0%, 0.67);
}

html {
    overflow-y: scroll;
}

.navbar-brand {
    padding-left: 10px;
    font-size: 1.0rem;
    font-weight: bold;
}

.navbar-custom ul {
    padding-top: 0px;
}

.navbar-custom {
    background: white;
    background-color: white;
    border-bottom: 1px solid hsl(204, 33%, 19%);
    border-top: 1px solid hsl(204, 33%, 19%);
    height: 45px;
    font-size: 1em;
}

.navbar-custom li {
    margin-bottom: 0.02rem !important;
    padding-top: 0px;
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: white;
}

.navbar-custom .nav-item .nav-link {
    color: hsl(204, 33%, 19%);
    margin: 0 5px 0 5px;
    padding-left: 12px;
    padding-right: 12px;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item .nav-link:active,
.navbar-custom .nav-item .nav-link:focus {
    border-radius: 25px;
    border-color: white;
    background-color: hsl(204, 33%, 79%);
    padding-left: 12px;
    margin: 0 5px 0 5px;
    padding-right: 12px;
}

.navbar-custom .nav-item:hover .nav-link {
    border-radius: 25px;
    border-color: white;
    background-color: hsl(204, 33%, 89%);
    padding-left: 12px;
    margin: 0 5px 0 5px;
    padding-right: 12px;
}

.navbar-custom .nav-item {
    border-right: 1px solid var(--logo-blue);
}

.navbar-top .active {
    color: green;
    background-color: hsl(207, 90%, 32%) !important;
}

.navbar-lvl3 {
    /* background: var(--logo-blue); */
    background-color: var(--logo-blue);
    border-bottom: 1px solid var(--logo-blue);
    border-top: 1px solid var(--logo-blue);
    font-size: 1em;
    /* margin-bottom: -2px; */
    height: 30px;
    /* line-height: 20px; */

}

.navbar-lvl3 li {
    /* margin-bottom: 0.02rem !important; */
    padding-top: 0px;

}

.navbar-lvl3 .navbar-brand,
.navbar-lvl3 .navbar-text {
    color: white;
}

.navbar-lvl3 .nav-item .nav-link {
    color: white;
    /* margin: 0 5px 0 5px; */
    padding-left: 12px;
    padding-right: 12px;
    height: 30px;
    line-height: 12px;
}

.navbar-lvl3 .nav-item.active .nav-link,
.navbar-lvl3 .nav-item .nav-link:active,
.navbar-lvl3 .nav-item .nav-link:focus {
    color: white;
    background-color: var(--logo-blue);
    -webkit-text-stroke: 1px white;
    height: 30px;

}

.navbar-lvl3 .nav-item:hover .nav-link {
    /* border-radius: 25px; */
    border-color: white;
    background-color: var(--logo-blue);

    /* padding-left: 12px; */
    /* margin: 0 5px 0 5px; */
    /* padding-right: 12px; */
    /* font-weight: bold; */
    -webkit-text-stroke: 1px white;
    height: 20px;

}

.navbar-lvl3 .nav-item {
    /* border-right: 1px solid white; */

}

.navbar-top .active {
    color: white;
    background-color: hsl(207, 90%, 32%) !important;
}

.ontop {
    z-index: 40 !important;
    background: white;
    background-color: white;

}


.nav-tabs {
    border-bottom: 1px solid var(--logo-blue) !important;
    /* height: 25px; */
    height: 30px;
    /* line-height: 25px; */
}

.nav-tabs>li>a:hover {
    border-color: var(--logo-blue) !important;
    background: var(--logo-blue) !important;

    line-height: 15px;

}

.nav-tabs .nav-link.d-flex.align-items-center {
    height: 100%;
}

.nav-tabs .nav-item .nav-link {
    /* background-color: #00BFFF; */
    color: white;
    height: 30px;
    line-height: 15px;

    margin: 0px -5px 0px 0px;
    border-bottom: 1px solid var(--logo-blue) !important;
    /* border: 1px solid white; */
    position: relative;
    -webkit-box-shadow: 4px 0 5px -2px var(--ds-color);
    box-shadow: 4px 0 5px -2px var(--ds-color);
}

.nav-tabs .nav-item .nav-link.active {
    background: var(--logo-blue) !important;
    border-bottom: 2px solid var(--logo-blue) !important;
    border: none;
    /* z-index: 100; */
    -webkit-box-shadow: 4px 0 5px -2px var(--ds-color);
    box-shadow: 4px 0 5px -2px var(--ds-color), -4px 0 5px -2px var(--ds-color);
}

.nav-item-sep {
    margin-top: 0.55em;
    height: 12px;
    border-right: solid white 1px;
}

.dropdown-item {
    color: var(--logo-blue);
    font-size: 0.7em;
}

.gradient-1 {
    background: var(--gradient-1) !important;
    color: #fff;
    z-index: 50;
}

.gradient-2 {
    background: var(--gradient-2) !important;
    color: #fff;
    z-index: 49;
}


.gradient-3 {
    background: var(--gradient-3) !important;
    color: #fff;
    z-index: 48;
}

.gradient-4 {
    background: var(--gradient-4) !important;
    color: #fff;
    z-index: 47;
}

.gradient-5 {
    background: var(--gradient-5) !important;
    color: #fff;
    z-index: 46;
}

.gradient-6 {
    background: var(--gradient-6) !important;
    color: #fff;
    z-index: 45;
}

.gradient-7 {
    background: var(--gradient-7) !important;
    color: #fff;
    z-index: 44;
}

.gradient-8 {
    background: var(--gradient-8) !important;
    color: #fff;
    z-index: 43;
}

.gradient-9 {
    background: var(--gradient-9) !important;
    color: #fff;
    z-index: 42;
}

.gradient-10 {
    background: var(--gradient-10) !important;
    color: #fff;
    z-index: 41;
}

.gradient-11 {
    background: var(--gradient-11) !important;
    color: #fff;
    z-index: 40;
}

.gradient-12 {
    background: var(--gradient-12) !important;
    color: #fff;
    z-index: 39;
}

.gradient-13 {
    background: var(--gradient-13) !important;
    color: #fff;
    z-index: 38;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.bs-plus-minus-btn {
    padding: 0.1rem 0.2rem;
    padding-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: .6rem;
    line-height: 01;
    border-radius: 0.2rem;
}

/* .tab-nav {
    background-color: #40505B !important;
    color: red !important;
} */

/* .navbar-custom .nav-item .nav-link {
    background-color: #203340;
    color: white;
}

.navbar-top .active {
    color: white;
    background-color: hsl(207, 90%, 32%) !important;
}

.lvl3-nav .nav-item .nav-link {
    background-color: #F2F4F5;
    color: white;
}

.lvl3-nav .nav-item .nav-link.active {
    background-color: #F2F4F5;
    color: black;
} */