@charset "UTF-8";

/** 全モーダル共通 ***/
.modal-header {
  color : white;
  padding: 0.8rem;
}

.modal-footer {
  padding: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.modal-footer > button {
  width: 100px;
  height: 40px;
}

/** 検索モーダル共通 ***/

.search-modal-dialog {
  height: 80%;
}
.search-modal-content {
  min-height: calc(100% - (1.75rem * 2) - 40px) !important;
}

.search-modal-body {
  display: flex;
  flex-direction: column;
}

.search-modal-body > .nonGrow {
  flex: none;
}

.search-modal-body > .growUp {
  flex: auto;
  flex-basis: 0;
  overflow-y: scroll;
  padding-right: 0px;
}

.search-modal-body > .col-md-12 > .header-table {
  margin-top: 16px;
  margin-bottom: 0px;
}

.search-modal-body > .col-md-12 > .table th,
.search-modal-body > .col-md-12 > .table td {
  padding: 8px;
}

.search-modal-button {
  width: 60px;
  
}