﻿.noclick {
    pointer-events: none;
    opacity: 0.5;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
div#maindiv {
    display: flex;
}
#menu_toggle, ul.navbar-right {
    padding: 13px 15px 7px;
}



body {
    font-family: "Arial", "Times New Roman", Times, serif;
    background-color: #f2f2f2;
}

main {
    margin-bottom: 80px;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
    text-align: center;
}

div.card{
    margin-bottom:20px;
}

ul li {
    list-style: none;
}

ul.flow > li > label, legend {
    width: 30%;
    max-width: 150px;
    float: left;
    padding-right: 10px;
}

ul.flow > li {
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0;
}

ul.kursinfo > li > div, ul.flow > li > fieldset > div {
    width: 70%;
    float: left;
}

.btn-yellow {
    background-color: #fd0 !important;
    color: #3c3c3c !important;
}

.btn {
    text-decoration: none;
}


.radiostyle {
    height: auto;
}

    .radiostyle label {
        margin-left: 3px !important;
        margin-right: 10px !important;
    }
.toplogin {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bottomlogin {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* navbar */
@media (max-width: 768px) {
    #sidebar {
        display: none;
    }
}
li.nav-item:has(li.current-page), li.current-page {
    background: rgba(255, 255, 255, 0.05);
}
#sidebar {
    background-color: #3c3c3c;
}

ul.nav li a {
    color: #75a8db;
}
/* end navbar */

/* footer */

#site-footer {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #3c3c3c;
    color: #fff;
}



#site-footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 37px;
    position: absolute;
    left: 0;
    background: rgba(0,0,0,0) repeat-x center top url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27398%27 height=%2717%27 viewBox=%270 0 864 37%27%3E%3Cpath fill=%27%233C3C3C%27 d=%27M864 37H0V31.2234H41.8923L71.7543 0H113.932L143.746 31.2234H185.972L215.786 0H257.964L287.826 31.2234H330.003L359.818 0H401.995L431.857 31.2234H474.035L503.897 0H546.075L575.889 31.2234H618.067L647.929 0H690.106L719.921 31.2234H762.146L791.96 0H834.138L864 31.2234V37Z%27%3E%3C/path%3E%3C/svg%3E");
    top: -17px;
}

@media (min-width: 896px) {
    #site-footer:before {
        background: rgba(0, 0, 0, 0) repeat-x center top url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%27864%27 height=%2737%27 viewBox=%270 0 864 37%27%3E%3Cpath fill=%27%233C3C3C%27 d=%27M864 37H0V31.2234H41.8923L71.7543 0H113.932L143.746 31.2234H185.972L215.786 0H257.964L287.826 31.2234H330.003L359.818 0H401.995L431.857 31.2234H474.035L503.897 0H546.075L575.889 31.2234H618.067L647.929 0H690.106L719.921 31.2234H762.146L791.96 0H834.138L864 31.2234V37Z%27%3E%3C/path%3E%3C/svg%3E");
        top: -37px;
    }
}

.site-footer__contact-info-phone-number a {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    padding: 10px 0;
}

.site-footer__contact-info a {
    -webkit-text-decoration: none;
    text-decoration: none;
    display: block;
    color: #75a8db;
}

.site-footer__logo img {
    display: block;
    margin: auto;
}

.site-footer__contact-info {
    text-align: center;
}

/* end footer */
