/* /Pages/Security/AggiungiUtente.razor.rz.scp.css */
/* STILE PER SMARTPHONE */
html[b-k8ucywcwg6], body[b-k8ucywcwg6],
[b-k8ucywcwg6] html, body[b-k8ucywcwg6] {
	overflow-y: auto;
	overflow-x: hidden;
}

body[b-k8ucywcwg6],
[b-k8ucywcwg6] body {
	background: #F8F9FB;
	width: 100%;
}

/* stile per bottone di salvataggio */
.tastoSalva[b-k8ucywcwg6],
[b-k8ucywcwg6] .tastoSalva {
	position: relative;
	min-width: 80px;
	max-width: 120px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: auto;
	text-align: center;
	border-color: #046520;
	color: #424242;
	background-color: #1c9444;
	padding: 10px 22px;
	font-size: 14px;
	line-height: 1.4285714286;
	color: white;
}

	.tastoSalva:hover[b-k8ucywcwg6],
	[b-k8ucywcwg6] .tastoSalva:hover {
		background-color: #34b26c;
	}
/* fine stile per bottone di salvataggio */

/* stile per bottone di annulla */
.tastoAnnulla[b-k8ucywcwg6],
[b-k8ucywcwg6] .tastoAnnulla {
	position: relative;
	min-width: 120px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: auto;
	text-align: center;
	border-color: #b4b4b4;
	color: #424242;
	background-color: #e6e6e6;
	padding: 10px 22px;
	font-size: 14px;
	line-height: 1.4285714286;
	color: black;
}

	.tastoAnnulla:hover[b-k8ucywcwg6],
	[b-k8ucywcwg6] .tastoAnnulla:hover {
		background-color: #f2f2f2;
	}
/* fine stile per bottone di annulla */

/* stile per bottone di annulla */
.tastoPassword[b-k8ucywcwg6],
[b-k8ucywcwg6] .tastoPassword {
	position: relative;
	min-width: 120px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: auto;
	text-align: center;
	border-color: #004d99;
	color: #424242;
	background-color: #e6e6e6;
	padding: 10px 22px;
	font-size: 13px;
	line-height: 1.4285714286;
	color: #004d99;
	letter-spacing: 2px;
}

	.tastoPassword:hover[b-k8ucywcwg6],
	[b-k8ucywcwg6] .tastoPassword:hover {
		background-color: #f2f2f2;
	}
/* fine stile per bottone di annulla */

/* per umento carattere TelerikTextBox */
.k-input-md .k-input-inner[b-k8ucywcwg6], .k-picker-md .k-input-inner[b-k8ucywcwg6],
[b-k8ucywcwg6] .k-input-md .k-input-inner, .k-picker-md .k-input-inner[b-k8ucywcwg6] {
	font-size: 20px;
}

/* arrotondare TelerikTextBox */
.k-input[b-k8ucywcwg6], .k-picker[b-k8ucywcwg6],
[b-k8ucywcwg6] .k-input, .k-picker[b-k8ucywcwg6] {
	border-radius: 4px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-5sup0q2m0v] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-5sup0q2m0v] {
    flex: 1;
}

.top-row[b-5sup0q2m0v] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5sup0q2m0v]  a, .top-row[b-5sup0q2m0v]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5sup0q2m0v]  a:hover, .top-row[b-5sup0q2m0v]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5sup0q2m0v]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* SCHERMO SMARTPHONE */
@media screen and (min-width: 375px) and (max-width: 1023px) {
    /*.page {
        padding-bottom: 3rem;
    }*/

    .top-row[b-5sup0q2m0v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row:not(.auth)[b-5sup0q2m0v] {
        display: none;
    }

    .top-row.auth[b-5sup0q2m0v] {
        justify-content: space-between;
    }

    .top-row[b-5sup0q2m0v]  a, .top-row[b-5sup0q2m0v]  .btn-link {
        margin-left: 0;
    }
}

/* SCHERMO TABLET/DESKTOP */
@media screen and (min-width: 1024px) {
    .page[b-5sup0q2m0v] {
        height: 100%;
        flex-direction: row;
    }

    .sidebar[b-5sup0q2m0v] {
        /*width: 250px; Non limitare la larghezza altrimenti il nome utente e ruolo si incasinano se troppo lunghi*/
        min-width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5sup0q2m0v] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-5sup0q2m0v]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-5sup0q2m0v], article[b-5sup0q2m0v] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-02ylmp8efn] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-02ylmp8efn] {
    /*height: 3.5rem;*/
    background-image: url("/Immagini/HomePage/Background-home-superiore.png");
    background-repeat: round;
    /*background-repeat: no-repeat;*/
}

.navbar-brand[b-02ylmp8efn] {
    font-size: 1.1rem;
}

.oi[b-02ylmp8efn] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-02ylmp8efn] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    /*background-image: url("/Immagini/HomePage/Background-colonna-WebGrande.png");
    background-repeat: no-repeat;*/
    background-color: #349AC9;
    backdrop-filter: blur(10px);
}

    .nav-item:first-of-type[b-02ylmp8efn] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-02ylmp8efn] {
        padding-bottom: 1rem;
    }

    .nav-item[b-02ylmp8efn]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-02ylmp8efn]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-02ylmp8efn]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media screen and (min-width: 1024px) {
    .top-row[b-02ylmp8efn] {
        background-color: #349AC9;
    }

    .navbar-toggler[b-02ylmp8efn] {
        display: none;
    }

    .collapse[b-02ylmp8efn] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;
    }
}
