/* /Components/MagoCheckbox.razor.rz.scp.css */
/* standard bootstrap checkbox telerik theme */
.themeCheckbox[b-56osf75u29],
[b-56osf75u29] .themeCheckbox {
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: #fff;
	border-radius: 0px;
}

	.themeCheckbox:checked[b-56osf75u29],
	[b-56osf75u29] .themeCheckbox:checked {
		position: relative;
		top: 5px;
		width: 20px;
		height: 20px;
		margin-top: 0.25em;
		vertical-align: top;
		border-color: #005890;
		color: white;
		background-color: #005890;
	}
/* /Pages/Login.razor.rz.scp.css */
/* BASIC */
html[b-ekjcxt27h4] {
    background-color: #56baed;
}

body[b-ekjcxt27h4] {
    font-family: "Poppins", sans-serif;
    height: 100vh;
}

h2[b-ekjcxt27h4] {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin: 40px 8px 10px 8px;
    color: #cccccc;
}

.backgroundLogo[b-ekjcxt27h4] {
    background-color: #006BAF;
    border-radius: 26px;
}


/* STRUCTURE */
.wrapper[b-ekjcxt27h4] {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
    margin: 5% auto 0;
}

#formContent[b-ekjcxt27h4] {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

/* TABS */
h2.inactive[b-ekjcxt27h4] {
    color: #cccccc;
}

h2.active[b-ekjcxt27h4] {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:focus[b-ekjcxt27h4] {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

input[type=text]:placeholder[b-ekjcxt27h4] {
    color: #cccccc;
}

/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown[b-ekjcxt27h4] {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@@-webkit-keyframes fadeInDown {
    0%[b-ekjcxt27h4] {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100%[b-ekjcxt27h4] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@@keyframes fadeInDown {
    0%[b-ekjcxt27h4] {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100%[b-ekjcxt27h4] {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@@-webkit-keyframes fadeIn {
    from[b-ekjcxt27h4] {
        opacity: 0;
    }

    to[b-ekjcxt27h4] {
        opacity: 1;
    }
}

@@-moz-keyframes fadeIn {
    from[b-ekjcxt27h4] {
        opacity: 0;
    }

    to[b-ekjcxt27h4] {
        opacity: 1;
    }
}

@@keyframes fadeIn {
    from[b-ekjcxt27h4] {
        opacity: 0;
    }

    to[b-ekjcxt27h4] {
        opacity: 1;
    }
}

.fadeIn[b-ekjcxt27h4] {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

    .fadeIn.first[b-ekjcxt27h4] {
        -webkit-animation-delay: 0.4s;
        -moz-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .fadeIn.second[b-ekjcxt27h4] {
        -webkit-animation-delay: 0.6s;
        -moz-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .fadeIn.third[b-ekjcxt27h4] {
        -webkit-animation-delay: 0.8s;
        -moz-animation-delay: 0.8s;
        animation-delay: 0.8s;
    }

    .fadeIn.fourth[b-ekjcxt27h4] {
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        animation-delay: 1s;
    }

/* Simple CSS3 Fade-in Animation */
.underlineHover[b-ekjcxt27h4]:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover[b-ekjcxt27h4] {
    color: #0d0d0d;
}

    .underlineHover:hover[b-ekjcxt27h4]:after {
        width: 100%;
    }

h3[b-ekjcxt27h4] {
    color: #3678c9;
    font-size: 18pt;
    font-weight: 600;
}

/* OTHERS */
*:focus[b-ekjcxt27h4] {
    outline: none;
}

#icon[b-ekjcxt27h4] {
    width: 30%;
}

.input-group-addon[b-ekjcxt27h4] {
    background-color: #3678c9;
    border-color: #3678c9;
    color: white;
    padding: 8px 14px;
    border-radius: 4px;
}

.btn1[b-ekjcxt27h4] {
    background-color: #3678c9;
    color: white;
    transition: all 0.5s;
    max-width: 110px;
    height: 45px;
    font-size: 16pt;
}

.textBoxOrdinato[b-ekjcxt27h4] {
    padding: 0;
    margin: 0;
}
.customLoginDiv[b-ekjcxt27h4] {
    background-color: white;
    width: 450px;
    border: none;
    padding: 40px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.customLoginButton[b-ekjcxt27h4] {
    height: 30px;
}

/* /Pages/Settings/Impostazioni.razor.rz.scp.css */
.column-title[b-26prfd8xhx] {
    font-size: 13px;
}

.text-center[b-26prfd8xhx] {
    text-align: center;
}

.custom-textbox[b-26prfd8xhx] {
    width: 220px;
}

.no-headers-form .k-form-legend[b-26prfd8xhx] {
    display: none;
}

.no-headers-form-margin[b-26prfd8xhx] {
    margin-top: -20px;
}

.grandezzaPiccola[b-26prfd8xhx] {
    width: 40%;
}

.grandezzaFormGrande[b-26prfd8xhx] {
    width: 55%;
}

.textbox-small[b-26prfd8xhx] {
    width: 50px;
}

.k-form .k-form-fieldset[b-26prfd8xhx] {
    margin: 0.5rem 0 0 !important;
}

.space-10[b-26prfd8xhx] {
    height: 0px;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */

.loginContent[b-mdudh8wgog] {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-direction: row-reverse;*/
    height: 100%;
}

.linkLogin[b-mdudh8wgog] {
    color: white;
    font-size: 25px;
    padding-right: 16px;
}

.changeMouse[b-mdudh8wgog] {
    cursor: pointer;
}

.btn:focus[b-mdudh8wgog] {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.boxLogout[b-mdudh8wgog] {
    position: relative;
    background-color: #005890;
    color: white;
    text-align: center;
    text-wrap: nowrap;
    font-size: 20px;
    padding: 8px;
    border: none;
    border-color: #004f80;
}
/*.boxLogout:hover {
        background-color: #004f80;
        border-color: #003f66;
    }*/

.newoi[b-mdudh8wgog] {
    width: 40px !important;
    height: 40px !important;
    vertical-align: sub;
    font-size: 30px;
}

.boxAccount[b-mdudh8wgog] {
    color: white;
    text-align: center;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

div.k-window.profilo-utente .k-window-content[b-mdudh8wgog] {
    background: #005890 !important;
    color: white !important;
}

.bg-blue[b-mdudh8wgog] {
    /*--bs-bg-opacity: 1;
	--bs-blue-rgb: #005890;
	background-color: rgba(var(--bs-blue-rgb),var(--bs-bg-opacity)) !important;*/
    background-color: #CED3DB !important;
}

.labelBox[b-mdudh8wgog] {
    font-size: 13px;
    padding: 0px;
    margin: 0px;
}

.labelBoxScelte[b-mdudh8wgog] {
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}
/* /Shared/MainLayout.razor.rz.scp.css */

.navbarContent[b-aj5y7cnnfp] {
    background-color: #006baf;
    height: 100%;
    display: flex;
}

.btn:focus[b-aj5y7cnnfp] {
    outline: 0;
    box-shadow: 0 0 0 0;
}

.customNavbarDivButton[b-aj5y7cnnfp] {
    color: white;
    font-size: 25px;
    display: flex;
    align-items: center;
    height: 100%;
}

/* DESKTOP */

.myPage[b-aj5y7cnnfp] {
    background-color: transparent;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.myNavbar[b-aj5y7cnnfp] {
    background-color: transparent;
    height: 56px;
    margin-bottom: 2px;
}

.myContainer[b-aj5y7cnnfp] {
    background-color: transparent;
    display: flex;
    flex: 1;
}

.mySidebar[b-aj5y7cnnfp] {
    background-color: transparent;
    transition: 0.5s;
    /*width: 260px;*/
}

.mySidebarCollapsed[b-aj5y7cnnfp] {
    margin-left: -300px;
}

.mySidebarHiddenOnSmallScreen[b-aj5y7cnnfp] {
    background-color: transparent;
    transition: 0.5s;
    width: 300px;
}

.mySidebarHiddenOnSmallScreenCollapsed[b-aj5y7cnnfp] {
    margin-left: -300px;
}

.myContent[b-aj5y7cnnfp] {
    background-color: transparent;
    flex: 1;
    padding: 20px;
}

.myFooter[b-aj5y7cnnfp] {
    background-color: transparent;
    height: 30px;
    padding-right: 40px;
}

.buttonSidebar[b-aj5y7cnnfp] {
    display: block;
}

.buttonSidebarSmallScreen[b-aj5y7cnnfp] {
    display: none;
}


/* TABLET - SMARTPHONE (?) */
@media screen and (min-width: 375px) and (max-width: 1023px) {

    .myNavbar[b-aj5y7cnnfp] {
        background-color: transparent;
        height: 56px;
        margin-bottom: 2px;
    }

    .myContainer[b-aj5y7cnnfp] {
        background-color: transparent;
    }

    .mySidebar[b-aj5y7cnnfp] {
        background-color: transparent;
        position: absolute;
        width: 100%;
        height: 50px;
        z-index: 999;
    }

    .mySidebarCollapsed[b-aj5y7cnnfp] {
        margin-left: 0px;
    }

    .mySidebarHiddenOnSmallScreen[b-aj5y7cnnfp] {
        display: none;
    }

    .mySidebarHiddenOnSmallScreenCollapsed[b-aj5y7cnnfp] {
        margin-left: 0px;
    }

    .myContent[b-aj5y7cnnfp] {
        background-color: transparent;
        width: 100%;
        padding: 20px;
    }

    .myFooter[b-aj5y7cnnfp] {
        background-color: transparent;
        height: 30px;
        padding-right: 40px;
    }

    .buttonSidebar[b-aj5y7cnnfp] {
        display: none;
    }

    .buttonSidebarSmallScreen[b-aj5y7cnnfp] {
        display: block;
    }
}
/* /Shared/SideBar.razor.rz.scp.css */


/* /Shared/TelerikLayout.razor.rz.scp.css */
