/* THEME NAVBAR TOP  */
.navbar-top-left{
    position: absolute;
    bottom: 0;
    left: 0;

}

.navbar-top-left a{
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 0;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    min-height: 32px;
    line-height: 32px;
    transition: none !important;
    min-width: 156px;
    text-align: center;
}

.navbar-top-left a.mini{
    background-color: #9BB0C3;
}
.navbar-top-left a.konfirmand{
    background-color: #C61E23;
}
.navbar-top-left a.behov{
    background-color: #647d37;
}

.navbar-top-left a:hover{
    height: 43px;
    line-height: 43px;

    margin-top: 0 !important;
}

.navbar-top-left a:after{
    content: "";
    display: none;
}

body.behov .navbar-top-left a.behov{
    height: 43px;
    line-height: 43px;
}
body.behov .navbar-top-left a.konfirmand{
    margin-top: 10px;
}
body.behov .navbar-top-left a.mini{
    margin-top: 10px;
}

body.mini .navbar-top-left a.behov{
    margin-top: 10px;
}
body.mini .navbar-top-left a.konfirmand{
    margin-top: 10px;
}
body.mini .navbar-top-left a.mini{
    height: 43px;
    line-height: 43px
}

body.konfirmand .navbar-top-left a.behov{
    margin-top: 10px;
}
body.konfirmand .navbar-top-left a.konfirmand{
    height: 43px;
    line-height: 43px
}
body.konfirmand .navbar-top-left a.mini{
    margin-top: 10px;
}

 @media screen and (max-width: 992px){
    body.konfirmand .navbar-top-left a{
        width: 32% !important;
        float: left !important;
    }

    .navbar-top-left{
        margin-left: 0;
        margin-top: 30px;
        bottom: -5px;
    }

    .container>.navbar-header{
        min-height: 80px;
    }
 }

 @media screen and (max-width: 500px){
    .navbar-top-left a{
        width: auto !important;
        min-width: 0;
        font-size: 12px;
    }

    body.konfirmand .navbar-top-left a{
        width: auto !important;
        float: left !important;
    }
 }

 @media screen and (max-width: 400px){
    .navbar-top-left a{
        width: auto !important;
        min-width: 0;
        font-size: 11px;
    }

    body.konfirmand .navbar-top-left a{
        width: auto !important;
        float: left !important;
    }
 }