﻿Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets.

.container {
    min-width: 100%;
}

.container_front {
    min-width: 50%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}


Sticky footer stylesz
--------------------------------------------------
html {
    font-size: 14px;
}

h5.special {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-top: 5px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.required:after {
    content: " *";
    color: red;
    font-weight: bold;
}

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;
    Set the fixed height of the footer here height: 60px;
    line-height: 60px;
    Vertically center the text there
}

Colapse
--------------------------------------------------

Icon when the collapsible content is shown
.btnx:after {
    font-family: 'Font Awesome 5 Free';
    content: "\25B2 ";
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

Icon when the collapsible content is hidden
.btnx.collapsed:after {
    content: "\25BC ";
}


--------------------------------------------------
<showmore >
--------------------------------------------------


a.morelink {
    text-decoration: none;
    outline: none;
}

.morecontent span {
    display: none;
}


--------------------------------------------------
</showmore >
--------------------------------------------------



--------------------------------------------------
<showmore > med html
--------------------------------------------------

.initialRichTextBox {
    height: auto;
    overflow: auto;
}

.initialRichTextBox ul li {
    margin-left: 10px;
}


--------------------------------------------------
</showmore > med html
--------------------------------------------------


pre {
    margin: 0;
    font-family: "Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 0.87rem;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    text-align: left;
    background-color: #fff;
    padding-bottom: 12px;
}


--------------------------------------------------
<Til at centrere billeder >
--------------------------------------------------

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

--------------------------------------------------
</Til at centrere billeder >
--------------------------------------------------



--------------------------------------------------
<Til Filter-menu >
--------------------------------------------------


.sidebar {
    position: absolute;
    z-index: 1;
    left: 0;
    overflow-x: hidden;
    white-space: nowrap;
    overflow-y: auto;
    height: calc( 100vh - 95px );
    table-layout: fixed;
}

.sidebar_top {
    height: calc(100vh-400px);
    overflow-x: scroll;
}

.sidebar a {
    display: block;
    transition: 0.3s;
}

.sidebarX a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }



--------------------------------------------------
</Til Filter-menu >
--------------------------------------------------



--------------------------------------------------
<Til wheel-zoom >
--------------------------------------------------


.embed-responsive-item {
    overflow: hidden;
    cursor: grab;
}


--------------------------------------------------
</Til wheel-zoom >
--------------------------------------------------



--------------------------------------------------
<Til træstruktur >
--------------------------------------------------


input[type=checkbox] {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}


ul, #myUL {
    list-style-type: none;
}

.treeList {
    list-style-type: none;
}

#myUL {
    overflow: hidden;
    width: inherit;
    margin: 0;
    padding: 0;
    list-style-type: none;
}


.caret {
    cursor: pointer;
    -webkit-user-select: none;
    Safari 3.1+ -moz-user-select: none;
    Firefox 2+ -ms-user-select: none;
    IE 10+ user-select: none;
    font-size: 10px;
}

    .caret::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
        background-image: url(../icons8-chevron-right-24.png);
        background-size: 10px 10px;
        display: inline-block;
        width: 10px;
        height: 10px;
        content: "";
        margin-right: 4px;
    }

.caret-down::before {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.treeelement {
    cursor: pointer;
}


#myUL li {
    margin-bottom: 4px;
    font-size: 14px;
}

#myUL .treeelement {
    padding: 1px;
    font-size: 14px;
}

    #myUL .treeelement:hover {
        background-color: #ccc;
    }

.tree-menu-toggler {
    flex: 1
}

.nested {
    display: none;
    list-style-type: none;
}

.active {
    display: block;
}

/*ul {
    padding-left: 10px;
}*/

.ExcelTable {
    font-size: 12px;
    display: block;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}


--------------------------------------------------
</Til træstruktur >
--------------------------------------------------


Scrollbar på textarea
width
textarea::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

Track
textarea::-webkit-scrollbar-track {
    background: #f1f1f1;
}

Handle
textarea::-webkit-scrollbar-thumb {
    background: #888;
}

Handle on hover
textarea::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.card-header {
    background-color: transparent;
}

.textarea {
    font-family: inherit;
}

pre {
    font-family: inherit;
}
