.myAppli_dlgExport{
	height:100%;
	}
.myAppli_dlgExport_textarea{
	width:100%;
	height:calc(100% - 50px);
	}
.sheet{
	display:flex;
	flex-direction:vertical;
	}
.sheet[opened=true]{
	display:flex;
	flex-direction:column;
	position:absolute;
	width:90%;
	height:90%;
	border:outset 2px;
	background:white;
	}
.sheet_icon{
	display:inline-flex;
	flex-direction:column;
	align-items: center;
	cursor:pointer;
	}
.sheet_icon[selected=true]{
	background-color:blue;
	}
	
.sheet_icon[selected=true] .postit_icon_textarea{
	background-color:#aaaac6;
	}
.sheet_icon_label{
	text-align:center;
	max-width: 100px;
	}
.sheet_header{
	display:flex;
	flex-direction:row;
	background:navy;
	color:white;
	}
.sheet_header[visible=false]{
	display:none;
	}
.sheet_titlebar{
	flex:1;
	margin-left: 10px;
	}
.sheet_closeButton{
	padding-right: 2px;
	}
.sheet_closeButton[visible=false]{
	display:none;
	}
.sheet_body{
	display:flex;
	flex-direction: column;
	flex:1;
	min-height: 1px;
	}
.sheet_content{
	flex:1;
	min-height: 1px;
	}
.tab_defaultContent{
	height:100%;
	}
.sheet_defaultContent{
	display:flex;
	flex-direction:row;
	align-items: center;
	}
.sheet_tab_possibleContent{
	display:flex;
	flex-direction:column;
	flex:1;
	align-items: center;
	}
.sheet_tab_possibleContent_label{
	text-align:center;
	}
.board, .freeboard{
	display:flex;
	flex-direction:column;
	/*position:relative;*/
	width:100%;
	height:100%;
	}
.board_body{
	flex:1;
	overflow: scroll;
	position: relative;
	}
.board_content{
	min-height: 100%;
	/*
	flex:1;
    overflow: scroll;
    position: relative;
	*/
	}
.board_child{
	
	}
.board_child_relative{
	margin:10px;
	}
.board_child_absolute{
	position:absolute;
	}
.sheet_tbSelection{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	position:absolute;
	left:1px;
	right:1px;
	bottom:1px;
	background:#777777;
	opacity:0.8;
	}
.postit_icon{
	align-items: start;
	background-color:cyan;
	}
.postit_icon_body{
	display:flex;
	flex-direction:column;
	padding-left:30px;
	position:relative;
	}
.postit_icon_textarea{
	pointer-events: bounding-box;
	background-color:white;
	border: inset 1px;
	white-space:pre;
	}
.postit_child{
	margin:5px;
	min-width:100px;
	min-height:20px;
	}
.postitDivTemp{
	display:flex;
	flex-direction:row;
	justify-content: space-around;
	align-items: center;
	width:100%; 
	height:50px; 
	/*border:solid 1px #aaaaaa;*/
	}
.postitDivTemp_button{
	font-size:50px;
	color:blue;
	}
.board_emptyText{
	display:flex;
	flex-direction:column;
	align-items: center;
    justify-content: center;
	height:100%;
	color: #777777;
    font-weight: bold;
	line-height: 30px;
	}
.sheet_tab_possibleContent_img{
	width:100px;
	}
.textboard{
	display:flex;
	flex-direction:row;
	height: 100%;
	}
.textboard_body{
	display:flex;
	flex-direction:row;
	flex:1;
	}
.textboard_textboard{
	flex:1;
	}
.sheet_tbSelection_tool{
	margin:4px;
	}
.sheet_tbSelection_tool[pushed=true]{
	margin:0px;
	border:inset;
	filter:brightness(1.5);
	}
.listReferences{
	display:flex;
	flex-direction:column;
	}
.listReferences_ref{
	border:solid 1px #aaaaaa;
	padding:5px 10px;
	margin:5px;
	background-color:#cccccc;
	border-radius:5px;
	}
.div0{
	position: absolute;
	min-width:10px;
	min-height:10px;
	align-items: unset;
	//overflow: hidden;
	}
.appElt_postit{
	border:solid 1px #aaaaaa;
	width: fit-content;
	margin:5px;
	padding:5px;
	}
.appElt_file_iconized{
	display:inline-flex;
	flex-direction:column;
	flex-wrap: wrap;
	align-items: center;
	width:100px;
	}
.appElt_file_iconized_label{
	max-width:90px;
	width: 90px;
	text-wrap: pretty;
	text-align:center;
	}
.appElt{
	display:flex;
	flex-direction:column;
	position:absolute;
	left:1px;
	top:1px;
	right:1px;
	bottom:1px;
	}
.appElt_titlebar{
	display:flex;
	background:#afafd6;
	}
.appElt_titleMain{
	flex:1;
	padding: 3px 5px;
	}
.appElt_body{
	display:flex;
	flex:1;
	min-height:1px;
	background:buttonface;
	}
.appElt_file_content{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	}
.appElt_doc_content{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	}
.appElt_doc_text{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	}
.appElt_doc_files{
	background: white;
	width: calc(100% - 25px);
    height: calc(100% - 25px);
	padding: 10px;
    border: inset 1px;
	}
.app_g_action_label{
	font-weight:bold;
	margin-left:5px;
	}
.appElt_code{
	padding:10px;
	width:calc(100% - 15px);
	height:calc(100% - 15px);
	min-height: 150px;
	}
.app_g_actions{
	height: 450px;
	overflow:auto;
	border:solid 1px #000000;
	}
.jsIniBox{
	width:236px;
	height:80px;
	}
.jsIniBox_body{
	white-space: pre;
	width:100%;
	height:100%;
	}
.app_g_graphic{
	display: flex;
	position:relative;
	transform-origin:top left;
	border:solid 1px #aaaaaa;
	overflow: auto;
	width:100%;
	height:100%;
	//box-sizing:border-box;
	}
.appElt_default{
	border:dotted 1px red;
	min-width:40px;
	min-height:30px;
	}
.app_g_areaMain, .app_obj_areaMain{
	width:calc(100% - 10px);
	height:calc(100% - 10px);
	white-space:pre;
	//padding:10px;
	}
.app_array, .app_obj{
	display:flex;
	flex-direction:column;
	height: 100%;
	}
.app_array_areaMain, .app_obj_areaMain{
	width: calc(100% - 10px);
    height: calc(100% - 10px);
	}
.app_classes{
	display: flex;
    flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	height: 100%;
	}
.app_dlgChoice_content{
	display:flex;
	flex-wrap: wrap;
	}
.app_dlgChoice_txt{
	margin:10px;
	}
.app_dlgChoice_possibleValue{
	display:flex;
	flex-direction:column;
	border:solid 1px #aaaaaa;
	margin:5px;
	padding:5px;
	min-width:50px;
	background-color:#cccccc;
	width: 60px;
    height: 35px;
	align-items: center;
    justify-content: center;
	border-radius: 3px;
	}
.appElt_postit[toimplement=true]{
	background-color:#ff9797;
	}
*.eltSelectable[selected=true]{
	background-color:yellow !important;
	}
.appElt_members{
	height:100%;
	overflow:scroll;
	border:solid 1px;
	}
.app_dirs{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	}
.docClass{
	display:flex;
	flex-direction:column;
	height: 100%;
	}
.docClass_header{
	display:flex;
	flex-direction:row;
	justify-content: flex-end;
	}
.docClass_body{
	flex:1;
	overflow:scroll;
	min-height:1px;
	}
.docClass_members_fieldset{
	font-weight:bold;
	}
.docClass_member_id{
	font-weight:bold;
	}
.docClass_member_type[type=null]{
	color:green;
	}
.docClass_member_type[type=string]{
	color:blue;
	}
.docClass_member_type[type=number]{
	color:dkgreen;
	}
.docClass_member_type[type=boolean]{
	color:#009688;
	}
.docClass_member_type[type=obj]{
	color:red;
	}
.docClass_member_type[type=array]{
	color:purple;
	}
.docClass_member_type[type=function]{
	color:#9E9E9E;
	}
.docClass_toolbar{
	display:flex;
	flex-direction:row;
	}
.docClass_tool{
	display:flex;
	flex-direction:row;
    margin-left: 10px;
    margin-right: 10px;
	}
.docClass_tool_ctrl{
	margin-right:5px !important;
	}
.app_obj_noObject{
	display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #555555;
	}
.appElt_fnShortcut{
	display:flex;
	flex-direction:column;
	border:outset;
	text-align:center;
	background-color: #f3fbfb;
	}
.appElt_fnShortcut{
	margin:10px;
	padding: 10px 20px;
	}
.appElt_fnShortcut[selected=true]{
	background-color:cyan;
	}
.app_fnShortcuts{
	display:flex;
	flex-direction:column;
	}
.app_fnShortcut{
	border:outset;
	background-color:#b6ddf1;
	padding:10px 20px;
	margin:10px;
	}