.mt_widget[fullExtent=true]{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:lime;
	margin:0px;
	}
.mt_widget{
	display:flex;
	flex-direction:column;
	border:solid 1px #aaaaaa;
    border-radius: 5px;
	//margin: 10px;
	min-height:50px;
	background: white;
	}
.mt_widget[size=icon]{
	display: inline-flex;
	align-items: center;
	font-size: 11pt;
	min-height:unset;
	}
.mt_widget[size=normal]{
	
	}
.mt_widget[size=wholeParent]{
	position:absolute;
	left:-10px; /* 10px correspond à la taille de la marge */
	top:-10px;
	right:-10px;
	bottom:-10px;
	}
.mt_widget[size=wholeScreen]{
	position:fixed;
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	}
.mt_widget{
	min-width:250px;
	min-height:75px;
	}
/*
.mt_sheet, .mt_list, .mt_cards, .mt_grid, .mt_folder, .mt_note{
	min-width:250px;
	min-height:75px;
	}
*/
.mt_widget_header{
	display:flex;
	color:white;
	background:navy;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	}
.mt_widget_header_label{
	flex:1;
	padding: 2px;
    padding-left: 7px;
	}
.mt_widget_header_cmds{
	display:flex;
	align-items: center;
    justify-content: center;
	}
.mt_widget_header_cmd{
	margin-left:5px;
	}
.mt_widget_body{
	display:flex;
	flex:1;
	}
.mt_widget_footer{
	display:flex;
	height:4px;
	background:#d9d4d4;
	}
/*
.mt_widget_resizer{
	background:gray;
	width:5px;
	height:2px;
	}
*/
.mt_widget_main{
	width: 100%;
	}
.mt_treeview{
	display:flex;
	}
.mt_treeview_viewer{
	flex:1;
	}
.mt_treeview_viewer_empty{
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
	min-height: 80px;
	background-color:buttonface;
	opacity:0.9;
	font-size: 14pt;
	user-select:none;
	}
.multiDisplay_cmdPlus{
	display:flex;
	align-items: center;
	position:fixed;
	}
.mt_divPlus_label{
	min-width:100px;
	background:white;
	margin-right:5px;
    font-size: 9pt;
    color: red;
	text-align:center;
	}
.mt_widget_systemClose{
	margin-right: 5px;
	}
.mt_widget_systemClose[visible=false]{
	display:none;
	}
.mt_widget_undoRedo_img{
	margin:2px;
	}
.dashboard_record{
	border:none;
	}
.mt_dashboard{
	min-height:100px;
	}
.mt_note{
	overflow:hidden;
	}
.mt_note_textarea{
	width:95%;
	height:95%;
	resize:none;
	//min-height:250px;
	padding:5px;
	}