/* hide actions for edit folder */
.odysen_app_views_widgets_Edit {
  width: 80em;
  height: 60em;
}
.odysen_app_views_widgets_Edit .odysen_app_views_folders_Layout-CenterPane .app_helpers_layouts_resourceList-toolbar {
  display: none;
}

.odysen_app_views_widgets_Edit .dijitBorderContainer-dijitBorderContainer {
  padding: 0;
}

.odysen_app_views_widgets_Edit .dijitBorderContainer {
  border: 0;
}

.odysen_app_views_widgets_Edit .dojoxExpandoPane .dojoxExpandoTitle {
  background: #fff;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom: 1px solid #ccc;
}

.odysen_app_views_widgets_Edit .dojoxExpandoPane .dojoxExpandoIcon {
  display: none;
}

/* Folder Select. */
.odysen .odysen_app_views_widgets_CreateDialog .odysen_app_views_shared_form_FieldWithLabel-FormFieldCustomSelect .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen .odysen_app_views_widgets_CreateDialog .odysen_app_views_folders_SelectFolderIdField .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen .odysen_app_views_widgets_EditDialog .odysen_app_views_shared_form_FieldWithLabel-FormFieldCustomSelect .odysen_app_views_shared_form_FieldWithLabel-Value,
.odysen .odysen_app_views_widgets_EditDialog .odysen_app_views_folders_SelectFolderIdField .odysen_app_views_shared_form_FieldWithLabel-Value {
	display:block;
}
