/* licenced under EUPL, https://eupl.eu/1.2/nl/*/
#onlyoffice_content{
	background: #e6e6e6;
    height: 100%;
	width: 100%;
    margin:0;
    padding:0;
}

.onlyoffice-background-grey{
	position: fixed;
    left:0px;
    bottom:0px;
	top:41px;
    height:100%;
    width:100%;
    background:#ddd;
    z-index:0;
}
.onlyoffice-panel-white{
	width:100%;
	height:100%;
}
.only_office_sluiten_en_opslaan{
    position: absolute;
    width: 125px;
    border: 1px solid black;
    padding: 5px;
    background-color: white;
    left: 250px;
    cursor: pointer;
}