/* misc show */
.hidden {
  display: none;
}

.preview-image {
  max-width: 300px;
}

.menu-icon {
  font-size: 0.9rem;
  color: #000;
}

.job-status_request {
  background: #aaf0ad;
}

.job-status_rejected {
  background: #f26363;
}

.currency-label {
  text-align: right;
  font-style: italic;
}

/* grid show */
.grid-wrapper {
  overflow-x: auto;
  max-height: 1200px;
}

.grid-action-wrapper {
  display: flex;
  margin-bottom: 10px;
}

.grid-action {
  margin-right: 10px;
}

.grid-body-action__icon-wrapper {
  float: left;
  margin-right: 5px;
}

.items {
  width: 100%;
  border: 1px solid #dee2e6;
  border-collapse: collapse;
  font-size: 8pt;
}

.items th, td {
  border: 1px solid #dee2e6;
  padding: 2mm;
}

.pagination-list {
  max-width: 100vh;
  overflow: scroll;
}

/* layout */
body {
  font-size: 0.8rem;
}

.global-wrapper {
  margin-bottom: 40px;
}

.container-wrapper, button, label, .breadcrumb-item {
  font-size: 0.8rem !important;
}

.footer {
  width: 100%;
  max-height: 40px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #343a40 !important;
  color: rgba(255, 255, 255, 0.5);
}

.footer__copy {
  max-height: 25px;
  text-align: center;
  font-size: 0.8rem;
}

.components__card-section-wrapper {
  margin-bottom: 10px;
}

.breadcrumb-item {
  display: inline-flex;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}

/* component */
.year-month-picker {
  width: 300px;
  text-align: center;
  margin: auto;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
}

.row-group {
  display: flex;
  flex-direction: row;
}

.month-selection {
  width: 100%;
  margin: 10px;
  border: 1px solid #ccc;
  background: white;
}

.monthly-wage-salary {
  width: 300px;
  text-align: center;
  margin: auto;
}

.icon-wrapper {
  border: 1px solid #6c757d;
  display: inline-block;
  padding: 3px;
  border-radius: 3px;
  background: #6c757d;
}

.e_required {
  color: #AA0000;
}

.c_form__error-block {
  color: #AA0000;
  font-size: small;
  font-style: italic;
}

/* overwrite */
ul.ui-autocomplete {
  z-index: 1100;
}

.nav-link, .dropdown-item {
  color: #000 !important;
}

.btn {
  font-size: 0.8rem;
}

.table-bordered td::-webkit-scrollbar, .table-bordered th::-webkit-scrollbar {
  display: none;
}

.table-bordered td, .table-bordered th {
  max-width: 120px;
  overflow: scroll;
  white-space: nowrap;
}
