/*
 * Dictionary
 */
.fs-dict-item {
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
}

.fs-dict-item-sel {
  font-weight: bold;
  background-color: #eee;
}

.fs-dict-detail {
  padding-left: 15px;
  padding-right: 0;
}

.fs-dict-form {
  max-height: 210px;
  overflow-y: auto;
}

/*
 * Sheet
 */
.fs-site-list {
  overflow-y: auto;
  min-height: 413px;
  max-height: 413px;
}

.fs-site-row {
  height: 42px;
  font-size: 12px;
  border-bottom: 1px solid #999;
}

.fs-site-active {
  font-weight: bold;
  background-color: #ccdcec;
}

.fs-site-col1 {
  width: 30px;
  text-align: center;
}

.fs-site-col2 {
  cursor: pointer;
  padding-left: 4px;
}

.fs-site-col3 {
  width: 20px;
  cursor: pointer;
}

.fs-tab {
  height: 40px;
  padding: 2px !important;
  font-size: 12px;
  font-weight: 600;
}

.fs-tab-content {
  height: 400px;
  margin-top: 10px;
  max-height: 400px;
  overflow-y: auto;
}

.fs-table-cell {
  width: 100%;
  height: 24px;
}

.fs-table-cell-invalid {
  border-width: 2px;
  border-color: red;
}

.fs-table-col-sum {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

/*
 * Report
 */
.fs-rep-tlb {
  margin-top: 10px;
  text-align: right;
  padding-right: 15px;
}

.fs-rep-tlb-no-top {
  text-align: right;
  padding-right: 15px;
}