﻿body {
    height: 100%;
    min-height: 100%;
}
/* ** Bedrijfsnaam in brand ** */
/*.bsa-custom-comp-name::after{
    content: "Simplus B.V.";
}*/
/* ** Footer ** */
.bsa-custom-footer {
    /* --> Width en Height uit-commenten indien footer gewenst <-- */
    /*width: 0px;
    height: 0px;*/
    position: relative;
    background-color: #343a40 !important;
    bottom: 0;
    z-index: 145;
    left: 0;
    right: 0;
    height: 40px;
}
.bsa-custom-row {
    /* belangrijk voor dataweergave bij het gebruik van de footer*/
    padding-bottom: 50px!important;
}
.bsa-custom-footer-text {
    padding: 5px;
    /*margin-right: 15px;*/
    text-align: center;
    width: 100%;
    color: white;
    font-size: 20px;
}
/*.bsa-custom-footer-text::after {
    content: "Prevent Brandbeveiliging B.V.";
}*/
/* ** Logo linksboven ** */
/* URL VERANDEREN IN APPSETTINGS.JSON */
.bsa-custom-img {
    max-width: 80%;
}
/* ** Sidebar ** */
/* ** menu-item ** */
.sidebar .nav-link{
    color: #333;
}
/* ** menu-titels ** */
.bsa-custom-muted-menu {
    color: #6c757d !important;
}
/* ** menu-item actief ** */
.sidebar .nav-link.active {
    color: #007bff;
}
/* ** sidebar kleur ** */
.sidebar-sticky {
    background-color: #f8f9fa;
}
/* ** Hamburger button ** */
/* --> Vanaf 1042px breedte te zien. <--*/
.bar1, .bar2, .bar3 {
    background-color: white;
}

/* ** Navigatiebar bovenzijde pagina ** */
/* --> Belangrijk dat !important erachter staat! <--*/
.bg-dark {
    background-color: #343a40 !important;
}
.bsa-custom-nav-title{
    color: white;
}
/* --> Linkerhoek navbar waar bedrijfsnaam staat <-- */
.navbar-brand {
    color: white !important;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
/* ** Uitlog button ** */
.bsa-custom-logout {
    color: #808080;
}
@media screen and (max-width: 1042px) {
    /* ** dropdown menu ** */
    #drop-down-menu {
        background: #383838;
        width: 100%;
        color: white;
        display: none;
        top: 0;
        position: relative;
        padding-bottom: 20px;
    }

    #drop-down-menu a {
        color: white;
    }
}

/* *<---->* Login *<---->* */

/* ** Titels ** */
.bsa-custom-login-header{
    color: black;
}
/* ** Submit button ** */
.bsa-custom-login-submit {
    background-color: #007bff;
    border-color: #007bff;
    color: white;
}
/* ** Box om loginform heen ** */
.bsa-custom-container {
    background-color: #eeeeee;
    border: 1px solid #c4c4c2;
}