.header {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 50%;
    height: 30pt;
    border-style: none;
    border-width: 2px;
    border-color: black;
    text-align: left;
/*    background: #f3f0f5 linear-gradient(to right, #f1e7f5, white);*/
    background-color:  rgb(199, 199, 199);
    padding-left: 50px;
}
.FileManager{
    display: flex;
	display: none;
    position: fixed;
    top: 40pt;
    left: 0pt;
    right: 0pt;
    height: 25pt;
    background-color:  rgb(199, 199, 199);
}



.navigation {
    min-width: 550px;
    z-index: 2;
    overflow-x: hidden;
    overflow-y: hidden;
    position: fixed;
    height: 30pt;
    left: 50%;
    right: 0;
    top: 0;
    border-radius: 0;
/*    background: #f1e7f5 linear-gradient(to right, white, #f1e7f5);*/
    background-color:  rgb(199, 199, 199);
    border-style: none;
    border-width: 2px;
    border-color: black;
}

.editoriFrame {
    width: 100%;
    height: 100%;

    border :none;
    padding: 0pt;
    margin: 0pt;    
}

.content {
    min-width: 200px;
    z-index: -3;
    position: fixed;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 0px;
    top: 30pt;
    left: 0pt;
    right: 0pt;
    bottom: 0pt;
}


.readOnly{
    visibility: hidden;
} 

