﻿body:not(footer) {
    color: var(--textBlue) !important;
}

.page-item .active {
    background-color: #007bff52 !important;
}

.itemDiv {
    border-bottom: 2px solid var(--textBlue) !important
}

.highlight {
    background-color: yellow !important;
}

.filterDiv {
    background-color: rgb(244, 246, 249);
    border-radius: 10px;
}

    .filterDiv label {
        margin: 0;
        overflow: hidden;
    }

    .filterDiv input[type="checkbox"] {
        min-height: 20px;
        min-width: 20px;
        margin-right: 1rem;
    }

    .filterDiv > div:not(#collapseart) {
        display: flex;
        align-items: center;
        margin-bottom: 0.25rem;
    }

#collapseart > div {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.dateRangeBtn {
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

    .dateRangeBtn > div {
        justify-content: space-between;
    }

    .dateRangeBtn:focus {
        outline: 0;
    }

.fa {
    color: var(--textBlue);
}

.filterBtnDiv {
    position: fixed;
    top: 110px;
    left: 15px;
    z-index: 2;
}

.filterBtn {
    border-radius: 20px;
    border: 1px solid #cde;
    border-radius: 20px !important;
    background-color: white;
}

.pagination {
    cursor: pointer;
}

.rounded {
    border-radius: .5rem !important;
}

.rundskrivDescription {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

::placeholder {
    color: var(--textBlue) !important;
    font-weight: 600;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--textBlue) !important;
    font-weight: 600;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--textBlue) !important;
    font-weight: 600;
}

div [aria-expanded=true] .fa-chevron-down {
    display: none;
}

.shareDiv {
    opacity: 1;
    /* display: none; */
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    position: absolute;
    right: 20px;
    min-width: 200px;
    z-index: 225;
    background: white;
    margin-top: 8px;
    padding: 15px;
    /*border: 1px solid var(--textBlue) !important;*/
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 20px 20px 0 rgb(5 41 76 / 10%), 0px -20px 20px 0 rgb(5 41 76 / 10%), -20px 0px 20px 0 rgb(5 41 76 / 10%), 20px 0px 20px 0 rgb(5 41 76 / 10%);
}

    .shareDiv li {
        list-style: none;
    }

    .shareDiv a {
        cursor: pointer;
    }

    .shareDiv a:hover {
        text-decoration: underline !important;
    }

.shareDiv li em{
    margin-right: 1rem;
}

    .shareDiv:after, .shareDiv:before {
        bottom: 100%;
        right: 20%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }

    .shareDiv:before {
        border-color: rgba(0,70,155,0);
        border-bottom-color: #14406b;
        border-width: 7px;
        margin-left: -7px;
    }

    .shareDiv:after {
        border-color: rgba(0,70,155,0);
        border-bottom-color: #14406b;
        border-width: 6px;
        margin-left: -6px;
    }

@media (min-width: 992px) {
    .d-desktop-inline {
        display: inline !important;
    }
}

@media (max-width: 991px) {
    .order-mobile-last {
        -ms-flex-order: 13;
        order: 13
    }

    .mb-mobile-2 {
        margin-bottom: 1rem !important;
    }
}

@media (max-width: 767px) {
    .modal-content .my-3 {
        margin-top: 0 !important;
    }

    .datepicker {
        max-height: 80vh;
    }
}

@media (min-width: 577px) {
    .d-desktop-inline {
        display: inline !important;
    }
}

@media (max-width: 576px) {
    h3 {
        font-size: 1.5rem;
        /*margin-left: -15px;*/
    }

    .marginOnSm {
        margin-top: 1rem;
    }

    .navbar {
        padding: 0;
    }

    .container {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .p-5 {
        padding: 1.5rem !important;
    }

    .noMarginOnSm {
        margin: 0;
    }

    .noPaddingOnSm {
        padding: 0;
    }

    .filterDiv.p-4{
        padding-top:  0.75rem !important;
        padding-bottom:  0.75rem !important;
    }

    .rundskrivDescription {
        -webkit-line-clamp: 3;
    }

    /*.rundskrivContentContainer > table {
        width: 100% !important;
    }*/
}

@media print {
    .fullWidthOnPrint {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.menu {
    right: 0;
    position: relative;
    z-index: 5;
}

#side {
    position: fixed;
    width: 250px;
}


#pdfmodal.modal-backdrop {
    opacity: 0.61;
    background-color: #000513;
    transition: opacity .25s ease-in-out;
}

.modal-body {
    margin: 0;
    padding: 0;
}

#pdfmodal .modal-content {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    border: 0;
    background-color:transparent !important;
}

.close {
    position: absolute;
    right: 3px;
    top: 4px;
    opacity: 1;
    cursor: pointer;
}

    .close span {
        display: block;
        background: url(../img/icons/close.svg);
        background-size: cover;
        width: 15px;
        height: 15px;
    }

        .close span:hover {
            opacity: .5;
        }

.modal-lg {
    max-width: unset !important;
    right: 0;
}

#pdfmodal {
    z-index:2001;
    width: 800px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
}

.pdflink {
    cursor: pointer;
    font-size: 18px;
    color: rgb(0, 40, 80);
    font-weight: bold;
    display: block;
    padding: 10px 25px;
}

.pdfiframe {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.VuePagination > nav {
    text-align: center !important;
}

.pagination {
    display: inline-block !important;
    align-items: center;
}

.page-link {
    position: relative;
    display: block;
    padding: .375rem .75rem;
    line-height: inherit;
    color: #007bff;
    background-color: #fff;
    margin-right: 3px;
    margin-bottom: 3px;
    background-color: rgb(244, 246, 249) !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none;
}

nav ul li.active a {
    color: var(--defaultColor) !important;
    /*border: 2px solid var(--darkBlue) !important;*/
}

.page-item .active {
    background-color: var(--selectBlue) !important;
}

.pagination li {
    display: inherit !important;
    word-break: normal;
    overflow-wrap: break-word !important;
}
