/* calendar.css */
.calendar table { font-size: 12px; }
.calendar table td,
.calendar table th { font-size: 12px; }
.calendar-title span { font-size: 12px; }
.calendar-menu { font-size: 12px; }
.calendar-menu-year { font-size: 12px; }

/* combobox.css */
.combobox-stick { font-size: 12px; }

/* datagrid.css */
.datagrid-header-row, .datagrid-row{
	height: 24px; /* 32px by tank. at 210806 */
}
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber { font-size: 12px; }
.datagrid-header .datagrid-cell span { font-size: 12px; }
.datagrid-view .datagrid-editable-input { font-size: 12px; }

/* databox.css */
.datebox-button a { font-size: 12px; }

/* easyui.css */
.panel-body { font-size: 12px; }
.panel-title { font-size: 12px; }
.l-btn-text { font-size: 12px; }
/* .textbox .textbox-text { font-size: 12px; height: 22px !important; } - multiline 에러로 importnat 제거  */
.textbox .textbox-text { font-size: 12px; height: 22px; }
.textbox .textbox-prompt { font-size: 12px; }
.form-floating-label.form-field-empty .textbox-label { font-size: 12px; }
.combobox-item,
.combobox-group,
.combobox-stick { font-size: 12px; }
.tabs-title { font-size: 12px; }
.datagrid-header-row, .datagrid-row{ height: 24px; }
.datagrid-cell,
.datagrid-cell-group,
.datagrid-header-rownumber,
.datagrid-cell-rownumber { font-size: 12px; }
.datagrid-header .datagrid-cell span { font-size: 12px; }
.datagrid-cell-rownumber { font-size: 12px; }
.datagrid-header .datagrid-cell span { font-size: 12px; }
.datagrid-view .datagrid-editable-input { font-size: 12px; }
.pagination .pagination-num { font-size: 12px; }
.pagination-info { font-size: 12px; }
.pagination span { font-size: 12px; }
.pagination-info { font-size: 12px; }
.pagination span { font-size: 12px; }
.calendar table { font-size: 12px; }
.calendar table td,
.calendar table th { font-size: 12px; }
.calendar-title span { font-size: 12px; }
.datebox-button a { font-size: 12px; }
.progressbar-text { font-size: 12px; }
.slider-tip { font-size: 12px; }
.slider-rulelabel span { font-size: 12px; }
.tree-title { font-size: 12px; }
.tree-node-proxy { font-size: 12px; }
.tree-title { font-size: 12px; }
.tree-node-proxy { font-size: 12px; }
.tree-editor { font-size: 12px; }
.tooltip-content { font-size: 12px; }
.switchbutton-on,
.switchbutton-off,
.switchbutton-handle { font-size: 12px; }
.switchbutton-on,
.switchbutton-off,
.switchbutton-handle { font-size: 12px; }

/* linkbutton.css */
.l-btn-text { font-size: 12px; }

/* pagination.css*/
.pagination .pagination-num { font-size: 12px; }
.pagination-info { font-size: 12px; }
.pagination span { font-size: 12px; }

/* panel.css */
.panel-body { font-size : 12px; }
.panel-title { font-size: 12px; }

/* progressbar.css */
.progressbar-text { font-size: 12px; }

/* slider.css */
.slider-tip { font-size: 12px; }
.slider-rulelabel span { font-size: 12px; }

/* switchbutton.css */
.switchbutton-on,
.switchbutton-off,
.switchbutton-handle { font-size: 12px; }


/* tabs.css */
.tabs-title {
  font-size: 12px; /* 14px by tank. at 210806. */
}

/* textbox.css */
/*.textbox .textbox-text { font-size: 12px; height: 22px !important;  } - multiline 에러로 importnat 제거  */
.textbox .textbox-text { font-size: 12px; height: 22px;  }
.textbox .textbox-prompt { font-size: 12px; }
.form-floating-label.form-field-empty .textbox-label { font-size: 12px; }

/* tooltip.css */
.tooltip-content { font-size: 12px; }

/* tree.css */
.tree-title { font-size: 12px; }
.tree-node-proxy { font-size: 12px; }
.tree-editor { font-size: 12px; }

