/* Add here all your CSS customizations */
/* fix theme.css panel 與 datagrid panel 不一樣 */
.datagrid-wrap {
    padding: 0px;
}

/* fix datagrid 的radio 跟 checkbox被bootstrap 影響，太下面了 */
.datagrid input[type="radio"], input[type="checkbox"] {
    margin: 1px 0 0;
}

/* fix 與easyui tabs 衝突 */
.tabs {
  width: auto;
  border-width: 0;
  height: auto;
  padding-left: 0;

}

/* fix panel 套在 tabs bug */
.tabs .tab-content .panel-footer {
    margin: 0px;
}
