﻿/* 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 {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

/*.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
    height: calc(2em + 1.40rem + 2px);
    width: 100%;
    margin-bottom: 0px;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #e0e1fd;
    background-clip: padding-box;
    border: 1px solid #e0e1fd;
    border-bottom: 2px solid #0066cc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
    margin-top: 15px;
}

}

label {
    margin-bottom: 0rem;
    margin-top: 1rem;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    cursor: pointer;
    color: white;
}

.btn-circle {
    width: 26px;
    height: 26px;
    padding: 4px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
    cursor: pointer;
}

hr.Tratto {
    border-top: 3px dashed grey;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
}

.leftSideNav {
    width: 20%;
    min-width: 250px;
    height: 100vh;
    box-shadow: 4px 0 5px -2px #bdbdbd;
    margin-right: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 20px 10px 20px;
    transition: margin-left 600ms;
}

    .leftSideNav.closed {
        margin-left: calc(min(-20%, -250px));
    }

.layoutContainer {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
}

.buttonOverlay {
    width: -webkit-fill-available;
    height: 35px;
    background-color: #e0e1fd;
    box-shadow: 0px 0 5px 1px #4557ef78;
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    transition: margin-top 200ms;
}

.buttonsContainer {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: relative;
}

.navButton {
    height: 35px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-bottom: 1px;
    cursor: pointer;
    color: grey;
    transition: color 200ms;
}

    .navButton:not(:last-child) {
        margin-bottom: 10px;
    }

    .navButton i, .navButton svg {
        position: absolute;
        left: 12px;
        pointer-events: none;
    }

    .navButton:not(.active) svg {
        fill: #757575;
    }

    .navButton span {
        font-weight: 500;
        pointer-events: none;
        user-select: none;
    }

.navFooter {
    width: 100%;
    bottom: 0;
}

#logoutButton {
    transition: color 500ms;
}

    #logoutButton:hover {
        color: red;
    }

.navButton.active {
    color: blue;
}

    .navButton.active svg {
        fill: blue;
    }

#logoutForm {
    display: none;
}

.navArrow {
    position: absolute;
    right: -20px;
    top: calc(50% - 20px);
    height: 40px;
    width: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 4px 0 5px -2px #bdbdbd;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    .navArrow i {
        transition: transform 500ms;
    }

.pageContainer {
    margin: 10px;
    margin-left: 15px;
    width: 100%;
    height: 100%;
}

div#users_filter label {
    width: 100%;
}

div#moduliana_filter label {
    width: 100%;
}

div#articoliana_filter label {
    width: 100%;
}