/* BPM Protal------------------------- */

/* 儀錶板 */
.ntfb-ui-col-dashboard_grid1:hover,
.ntfb-ui-col-dashboard_grid2:hover,
.ntfb-ui-col-dashboard_grid3:hover,
.ntfb-ui-col-dashboard_grid4:hover,
.ntfb-ui-col-dashboard_grid7:hover {
  background-color: #f3f4f6;
  cursor: pointer;
}

.ntfb-ui-col-dashboard_grid5,
.ntfb-ui-col-dashboard_grid6 {
  background-color: whitesmoke
}

.ntfb-ui-col-dashboard_grid5:hover,
.ntfb-ui-col-dashboard_grid6:hover {
  background-color: #0278d5;
  color: white;
  cursor: pointer;
}

/* 表單管理 */

.ntfb-ui-col-formsManagement_grid1,
.ntfb-ui-col-formsManagement_grid2,
.ntfb-ui-col-formsManagement_grid3,
.ntfb-ui-col-formsManagement_grid4,
.ntfb-ui-col-formsManagement_grid5 {
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  margin-top: 8px;
}

.ntfb-ui-col-formsManagement_grid1:hover,
.ntfb-ui-col-formsManagement_grid2:hover,
.ntfb-ui-col-formsManagement_grid3:hover,
.ntfb-ui-col-formsManagement_grid4:hover,
.ntfb-ui-col-formsManagement_grid5:hover {
  background-color: whitesmoke;
  cursor: pointer;
}

.ntfb-ui-col-label12,
.ntfb-ui-col-space8 {
  border-radius: 5px;
}