/* _content/AgroWeight/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-b06lsd6c9p] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-b06lsd6c9p] {
    color: #0077cc;
}

.btn-primary[b-b06lsd6c9p] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-b06lsd6c9p], .nav-pills .show > .nav-link[b-b06lsd6c9p] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-b06lsd6c9p] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-b06lsd6c9p] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-b06lsd6c9p] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-b06lsd6c9p] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-b06lsd6c9p] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}


body[b-b06lsd6c9p] {
    font-family: "Lato", sans-serif;
}

.sidebar[b-b06lsd6c9p] {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidebar a[b-b06lsd6c9p] {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidebar a:hover[b-b06lsd6c9p] {
            color: #f1f1f1;
        }

    .sidebar .closebtn[b-b06lsd6c9p] {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.openbtn[b-b06lsd6c9p] {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover[b-b06lsd6c9p] {
        background-color: #444;
    }

#main[b-b06lsd6c9p] {
    transition: margin-left .5s;
    padding: 16px;
}

#navbar[b-b06lsd6c9p] {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar[b-b06lsd6c9p] {
        padding-top: 15px;
    }

    .sidebar a[b-b06lsd6c9p] {
        font-size: 18px;
    }
}

