@charset "UTF-8";

.table-title {
  font-size: 30px;
  font-weight: bold;
  padding: 20px;
  padding-left: 0px;
}

.mt-table-container {
  overflow: auto;
}

.table thead tr th {
  white-space: nowrap;
}

.card-list .table.datatable-basic th {
  border-bottom: 3px solid #006346;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.table .table-empty-list {
  border: 1px dashed #007bff;
  min-height: 200px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  height: calc(100% - 24px);
}

.table .panel-fileupload .table-empty-list {
  min-height: 100px;
}

.table .table-empty-list .txt-info {
  color: #007bff;
  font-size: 30px;
  text-align: center;
  cursor: default;
  opacity: 0.5;
  font-weight: 800;
}

.table th:first-child,
.table td:first-child {
  white-space: nowrap;
}

.table .bg-dark .form-check-input {
  border-color: white;
  border-width: 0;
}

.table-fixed {
  table-layout: fixed;
}

.table-data .dataTables_scrollHeadInner {
  min-width: 100%;
}

.table-data .table {
  min-width: 100%;
}

.table-data .table thead {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
}

.table-data .table tbody td.width-fixed {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 600px;
}

table th .sorting-field {
  cursor: pointer;
}

table th .sorting-field i.i-sort {
  transform: rotate(90deg);
  font-size: 14px;
  vertical-align: middle;
}

#tbl_company_per_year td,
#tbl_company_per_year th {
  font-size: 16px !important;
}

table .highlight {
  background-color: yellow;
}

table .btn-delete {
  padding: 5px;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

/***************************************************
 * 
 * table input
 * 
 ***************************************************/

.modal-content.modal-input {
  background-color: #f7f9fb !important;
}

.modal-input .card-input,
.modal-input .card-list,
.card-content-list {
  box-shadow: none !important;
  border: 1px solid var(--card-border-color);
  background: transparent;
  margin-bottom: 12px;
  background-color: white;
}

.modal-input .card-list .card-header,
.card-content-list .card-header {
  border-bottom: var(--card-border-width) dashed var(--card-border-color);
  display: flex;
  align-items: center !important;
  padding: 0 !important;
}

.modal-input .card-list .card-body,
.card-content-list .card-body {
  padding: 4px;
}

.modal-input .card-list .card-header .title,
.card-content-list .card-header .title {
  font-weight: bold;
}

.modal-input .card-list .card-header .header-icon,
.card-content-list .card-header .header-icon,
.modal-input .modal-header .header-icon {
  width: 52px;
  height: 52px;
  border-right: 1px solid #006346;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  color: white;
  margin-bottom: 0px;
  background: #006346;
}

.modal-input .modal-header.bg-danger .header-icon {
  border-right: 1px solid white;
  background: #ef4444;
}

.modal-input.modal-error .modal-header .header-icon {
  border: 0px;
  background: transparent;
}

table td.td-alert {
  white-space: normal !important;
  color: white;
  font-weight: bold;
  padding: 10px 16px !important;
  font-size: 18px;
  background: #12183d;
  border-radius: 5px;
  text-align: center;
}

table.table-input {
  table-layout: fixed;
}

table.table-input td {
  padding: 4px;
}

td.td-label {
  width: 200px;
  padding-left: 16px !important;
}

td.td-input-label {
  height: 50px;
  padding-left: 16px !important;
}

.table-data tr {
  border-width: 0px !important;
}

.table-data .table {
  border-collapse: separate;
  border-spacing: 0;
}

.table-data .table th,
.table-data .table td {
  border-left: 0;
}

.table-data .fixed-column {
  border-left-width: 0px !important;
  position: sticky;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
}

.table-data .fixed-column-first {
  left: 0;
  min-width: 77px !important;
}

.table-data .fixed-column-second {
  left: 77px;
  min-width: 58px !important;
}

.table-data .fixed-column-third {
  left: calc(77px + 58px);
  min-width: 200px !important;
}

.table-data .fixed-column-fourth {
  left: calc(77px + 58px + 200px);
}

.table-data .fixed-column-third.fixed-short {
  min-width: 80px !important;
}

.table-data .fixed-column-fourth.fixed-short {
  left: calc(77px + 58px + 80px);
}

.table-data tr th:last-child,
.table-data tr td:last-child {
  border-right-width: 1px !important;
}

.table-data tr.column-selector th {
  text-align: center;
  padding: 0;
  background: white;
}

.table-data tr.column-selector th .total-field {
  padding: 8px;
  border-bottom: 1px solid var(--border-btn-menu);
  background-color: #f7f9fb;
  height: 40px !important;
}

.table-data tr.column-selector th .check-field {
  padding: 8px;
  border-bottom: 1px solid var(--border-btn-menu);
  background-color: #f7f9fb;
}

.table-data tr.column-selector th .title-field {
  padding: 8px;
}

.table-data thead.header-expand tr.column-selector th .title-field {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: 60px;
}

table.dataTable {
  width: 100%;
  margin: 0;
  border-spacing: 0;
}

.table-checked .dataTable thead .sorting:after,
.table-checked .dataTable thead .sorting:before,
.table-checked .dataTable thead .sorting_asc_disabled:before,
.table-checked .dataTable thead .sorting_desc_disabled:after {
  top: 74%;
}

/***************************************************
 * 
 * 검색 패널 테이블
 * 
 ***************************************************/
.table.table-search {
}

.table.table-search td {
  padding: 5px;
  border-bottom: 1px solid var(--card-border-color);
}

.table.table-search td.pnl-search-excel {
  background: #f7f9fb;
}

.table.table-search td.pnl-search-input {
  background: #ebf0f4;
}

.table.table-search td .pnl-field {
  padding: 4px !important;
}

.table-search .input-search {
  width: 400px;
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.table-search .btn-search {
  width: 38px;
  height: 38px;
}

/***************************************************
 * 
 * table data
 * 
 ***************************************************/
.table-data {
  border: 1px solid var(--border-color);
  border-radius: 5px;
}

.table-data .table > thead > * > * {
  border-bottom: 3px solid #006346;
}

.table-data .table .column-selector .field-patent {
  background-color: #e7f3ff;
}

.table-data .table .column-selector .field-patent .check-field {
  background-color: #e7f3ff;
}

.table-data .table .column-selector .field-program {
  background-color: #e6f5f0;
}

.table-data .table .column-selector .field-program .check-field {
  background-color: #e6f5f0;
}

#tbl_company_ir_body td.td-ing {
  background-color: #4caf50;
}

/***************************************************
 * 
 * table 관련 부속 UI
 * 
 ***************************************************/
.panel-table-footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}

.page-link {
  border-radius: 5px;
}

.dataTable thead .sorting:not(.sorting_asc):after,
.dataTable thead .sorting_desc_disabled:after {
  /*content: "";*/
}

.dataTable thead .sorting:not(.sorting_desc):before,
.dataTable thead .sorting_asc_disabled:before {
  /*content: "";*/
}

.table-data table tr td {
  white-space: nowrap;
}

@keyframes blink-effect {
  50% {
    background-color: #42c7f1;
  }
}

.table-data tr.blink td {
  animation: blink-effect 1s step-end infinite;
  color: black !important;

  /*
animation-name: blink-effect;
animation-duration: 1s;
animation-iteration-count:infinite;
animation-timing-function:step-end;
*/
}
