a { color: rgb(33, 37, 41);}
h2 > small {
    white-space: nowrap;
}

/*
.row>div[data-switch]>div:not(div[data-switch]),
.row>div[data-switch]>div[data-switch]>div:not(div[data-switch]),
.row>div[data-switch]>div[data-switch]>div[data-switch]>div:not(div[data-switch]),
.row>div[data-switch]>div[data-switch]>div[data-switch]>div[data-switch]>div:not(div[data-switch]) {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    /*padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);*/
    /*margin-top: var(--bs-gutter-y);
}*/

.container-sm { max-width: 540px !important; 
  margin-left: 0!important;
  margin-right: 0!important;
}
.container-md { max-width: 720px !important; }
.container-lg { max-width: 960px !important; }
.hidden {
    display: none;
}
.toUpper {
    text-transform: uppercase;
}
input {
    /*transition: color 1s ease !important;
    color: inherit !important;*/
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .5s ease-in-out !important;
}
input[name="ort"] {
    text-transform: uppercase;
}
.loading {
    color: #fff !important;
}
@media screen and (max-width: 960px ) {
    header + div.container-lg.my-5 {
        margin-top: 1em !important;
        margin-bottom: 2em !important;
    }
    h2 + div.row.mt-5 {
        margin-top: 1em !important;
    }
    footer .text-end {
        text-align: left !important;
    }
    .of-scr { overflow: auto; overflow-x: scroll;  }
}

@media (min-width:720px) {
    .card-group>.card {
        /* flex: 0 0 50%; */
        margin-bottom: 0;
    }
}
#af h3, #af h4, #af h5, #af h6, #af h7, #af h8 {
    font-size: 1.25em;
    font-weight: 500;
}
#af .h3, #af .h4, #af .h5, #af .h6, #af .h7, #af .h8 {
    font-size: 1.25em;
    font-weight: 500;
}

.dropdown-item, input[type="checkbox"] { cursor: pointer; }
.btn-table-sort {
    padding: 0;
    font-weight: bold;
}
.btn-table-sort + .dropdown-toggle-split {
    padding: 0 .25em;
}
.btn-table-sort + .dropdown-toggle:after {
    vertical-align: .17em !important;
}
thead .dropdown-menu {
    font-size: .8em;
}
tbody > tr > td.table-sep {
    height: 1em;
}
.badge-full { width: 100%; }
.badge-static { width: 2.8em; }
header .bi { fill: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity));  }
.table-sm>:not(caption):not(thead)>*>* { padding-top: 0; padding-bottom: 0; font-size: .85em; white-space: nowrap; }
.card-body > :not(.table-sm) { font-size: .85em; }

button.table-sort {
    font-size: 1em;
    font-weight: bold;
    padding: 0;
    border: 0;
}

button.table-sort:after {
    vertical-align: .15em;
}

i.bi-copy {
    visibility: hidden;
    cursor: pointer;
    margin-left: .2em;
}

td:hover i.bi-copy {
    visibility: visible;
}

/*
table.table > thead > tr > th:not(:nth-of-type(3)),
table.table > tbody > tr > td:not(:nth-of-type(3)) { width: auto; }

table.table:not(.kontakter) > thead > tr > th:nth-of-type(3),
table.table:not(.kontakter) > tbody > tr > td:nth-of-type(3) { width: 100% !important; }
*/
table tr td label {
    display: block;
}

.card-body.textarea {
    padding: 0;
}
.card-body.textarea > .textarea {
    margin: 0;
    width: 100%;
    padding: 16px;
    border: 0;
    min-height: 128px;
    position: relative;
}

.card-body.textarea > input {
    line-height: 41px;
    width: 100%;
    border: 0;
    padding: 16px 16px 0 60px;
}

.card-body.textarea > label {
    position: absolute;
    left: 16px;
    line-height: 41px;
    padding-top: 16px;
    color: rgba(33, 37, 41, 0.75);
}

.card-body.textarea > hr {
    margin: 0 16px;
    opacity: .1;
}

label.form-check-label {
    cursor: pointer !important;
}

footer {
    font-size: .8em;
}

footer h2 {
    font-size: 1.75em;
    margin: 0;
}

footer ul {
    margin: .5em 0 0 0;
    list-style: none;
    padding: 0;
}

ul li.list-divider {
    display: block;
    height: .5em;
}

/*table.table.kontakter > thead > tr > th:last-of-type,
table.table.kontakter > tbody > tr > td:last-of-type { width: 100% !important; }*/