﻿
:root {
    --dark-blue-color: #00577C;
    --sea-green-color: #008E90;
    --turquiose-color: #99D6EA;
}

.navbar {
    background-color: #05bbd3 !important;
}

.footer {
    background-color: #05bbd3 !important;
    border-top: 3px solid var(--secondary-color) !important;
    color: white;
}

.footer-text {
    display: none !important;
}

.Personvernerklæring {
    padding-left: 15px !important
}

#HeaderText {
    display: none;
}

.footer a {
    color: white;
}

.footer.text-muted {
    color: #c9c9c9 !important;
}

img#clientLogo {
    left: 1.5em;
    padding-bottom: 5px;
    padding-top: 5px
}

#appBox :not(#activityRegistration) .nav-tabs .nav-link.active {
    color: black;
    background-color: rgba(0,142, 144, 0.3) !important;
}

#appBox :not(#activityRegistration) .nav-tabs :not(.nav-link.active) {
    color: black;
    background: #e9ecef;
}

    #appBox :not(#activityRegistration) .nav-tabs :not(.nav-link.active):hover {
        color: black;
        background-color: rgba(0,142, 144, 0.3) !important;
    }
#appBox nav:hover {
    background: rgba(0,142, 144, 0.3) !important;
    color: black;
}
/*.ConsioListContainer {
    height: 150px;
    border: 1px solid #067080;
    border-radius: 8px;
    margin: 1em 0;
    width: auto;
    display: grid;
    grid-template-columns: 0px auto 15%;
    grid-template-rows: 40% auto;
    grid-template-areas:
        "image title edit"
        ". ingress .";
}

    .ConsioListContainer .ConsioImageContainer {
        grid-area: image;
        grid-row: 0/3;
        height: 100%;
    }
*/
li.sidebar-item:hover a.parent, li.sidebar-item.active a.parent {
    background: var(--dark-blue-color);
    color: white !important;
}

li.sidebar-item-child:hover, li.sidebar-item-child.active {
    background: rgba(0,142, 144, 0.3) !important;
}

#contentLeft {
    overflow-y: auto;
}

.checkbox-wrapper {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
}

    .checkbox-wrapper::-webkit-scrollbar {
        width: 12px;
    }

    .checkbox-wrapper::-webkit-scrollbar-thumb {
        background-color: #cccccc;
        border-radius: 6px;
    }

    .checkbox-wrapper::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

@media (max-width: 767px) {
    img#clientLogo {
        left: unset;
        right: 1.5em !important;
    }

    .GreyLogo {
        max-height: 30px !important;
        float: right;
        margin-top: 18px
    }
}

@media (min-width:767px) {
    .navbar {
        min-height: 90px
    }

    .GreyLogo {
        height: 25px !important;
        float: right;
        margin-top: 15px;
    }
}
