body{
    padding:0;
    margin:0;
    overflow:hidden;
    

}
.backgroundSTAIN {
    background-color: rgba(0, 123, 193, 0.20) !important;
    /*background-color: rgb(50, 173, 253) !important;*/
}

.navbar-STAIN-Menu {
    position:absolute;
    min-height: 36px;
    padding: 0;
    margin: 0;
    border-bottom-width: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: darkgray;
    border-style: solid;
    width: 36px;
    left:0;
    top:0;
}
.navbar-STAIN-other {
    margin-left: 36px !important;
    min-height:36px;
    padding: 0;
    
    border-bottom-width: 1px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: darkgray;
    border-style: solid;
    width: calc(100% -40px);
}

.drawer {
    height: calc(100vh - 36px);
    
}
    .drawer::before {
        content: "";
        background-image: url("Images/sw-terzisti-brawo.jpg");
        opacity: 0.1;
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
    }

.renderbody {
    margin-left: 0;
    margin-right: 0;
    z-index:0;
    margin-bottom: 5px;
    height: calc(100vh - 100px);
    width:100%;
}
/*
        .renderbody {
    margin-left: 0;
    margin-right: 0;
    z-index:0;
    display: flex;
    margin-bottom: 5px;
    height: calc(100vh - 90px);
    overflow: auto;
    overflow-x:hidden;
}

        .renderbody::before {
        content:"";
        background-image: url("Images/schermata_iniziale.jpg");
        opacity: 0.1;
        z-index:0;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
    }*/
.menu-STAIN {
    width: 200px;
    height: calc(100vh - 36px);
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 1px;
    border-color: darkgray;
    border-style: solid;
}
.menu-STAIN-list {
    height: calc(100vh - 36px - 130px );
}



.menu-STAIN-logo {
    position: absolute;
    left: 40px;
    bottom: 4px;
    border-color: white;
    border-style: groove;
    border-width: 1px;
}



.titolo-principale {
    font-weight: bold !important;
    margin-top:5px;
}


.button-left {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    margin-top: 10px;
}


.menu-funzioni {
    display: flex;
    justify-content: center;
    padding: 2px;
}
.menu-funzioni-contenutoPulsante {
    display: flex;
    justify-content: flex-start;
    
}
.menu-funzioni-contenutoPulsante-Testo {
    display: flex;
    justify-content: flex-start;
    vertical-align: central;
    padding: 2px;
    
}
.menu-funzioni-contenutoPulsante-img{
    margin-right:10px;
    width:24px;
    height:24px;
}

.padding-top{
    padding-top:10px;
}


.login-div {
    /*margin: auto;
    width: 40%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: absolute;*/
    /*left: 20px;*/
    /*left: 50%;
    transform: translate(-50%, 0);*/
}
.error-div {
    position: absolute;
    left: 20px;
    top:70px;
}

.loginMainDiv {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}
    /*.loginMainDiv::before {
        content: "";
        background-image: url("Images/schermata_iniziale.jpg");
        opacity: 0.5;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-repeat: no-repeat;
        background-size: cover;
    }*/

.homepageMainDiv {
    background-image: url("Images/sw-terzisti-brawo.jpg");
    opacity: 0.1;
    position: absolute;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-size: cover;
}

.titolo-pagina{
    height:30px;
}

.navlogo-right {
    justify-content: flex-end;
}

.logo-homepage{
    margin-top:20px;
    margin-left:20px;
}
.coloreCella-rosso {
    background-color: #d9534f !important;
}
.coloreCella-verde {
    background-color: #1bc34a !important;
}

.dx-treeview-node.disabled {
    opacity: 0.5; /* Riduce l'opacità per indicare che l'elemento è disabilitato */
    color: #888; /* Colore grigio per il testo */
    cursor: not-allowed; /* Cursore che indica che l'elemento non è cliccabile */
    pointer-events: none; /* Impedisce l'interazione con l'elemento */
}
.read-only .dx-datagrid-form-buttons-container .dx-button[aria-label="Salva"] {
    display: none !important;
}
