[v-cloak] {
  display: none;
}

.login-help {
  margin-top: 9px;
}

.pointer {
  cursor: pointer;
}

.content-wrapper {
  min-height: calc(100vh - 101px);
}

.detail-number {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  white-space: normal;
}

.info-box-action {
  display: inline-block;
  margin-top: 7px;
  color: #fff;
  font-weight: 600;
}

.info-box-action:hover,
.info-box-action:focus {
  color: #fff;
  text-decoration: underline;
}

.file-meta {
  margin-bottom: 15px;
}

.dbf-table-wrap {
  max-height: calc(100vh - 330px);
  overflow: auto;
}

.dbf-table {
  white-space: nowrap;
}

.card-employees-wrap {
  max-height: calc(100vh - 360px);
  overflow: auto;
}

.card-employees-table {
  white-space: nowrap;
}

.card-marker-row > td {
  background-color: #fff7bf !important;
}

.uralhim-table-wrap {
  max-height: calc(100vh - 360px);
  overflow: auto;
}

.uralhim-table {
  white-space: nowrap;
}

.uralhim-change-row > td {
  background-color: #fff7bf !important;
}

.uralhim-actions {
  display: flex;
  gap: 6px;
  align-items: center;
}

.uralhim-date-input {
  display: inline-block;
  width: 150px;
}

.uralhim-month-input {
  display: inline-block;
  width: 145px;
}

.uralhim-recipient-row {
  margin-bottom: 10px;
}

.uralhim-recipient-modal-body {
  max-height: calc(100vh - 210px);
  overflow-y: auto;
}

.uralhim-actions .badge {
  margin-left: 4px;
}

.uralhim-file-list a {
  display: block;
  margin-bottom: 4px;
}

.uralhim-file-list a:last-child {
  margin-bottom: 0;
}

.uralhim-amount-link {
  font-weight: 600;
}

.uralhim-daily-sales-table tfoot th {
  border-top: 2px solid #d2d6de;
  font-weight: 700;
}

.uralhim-daily-sales-details-dialog {
  width: min(1170px, calc(100vw - 30px));
}

.uralhim-daily-sales-add-button {
  margin-right: 10px;
}

.uralhim-daily-sales-row-added > td {
  background-color: #edf9ed !important;
}

.uralhim-daily-sales-row-excluded > td {
  background-color: #fdeeee !important;
  color: #777;
  text-decoration: line-through;
}

.uralhim-daily-sales-comment {
  min-width: 180px;
  color: #555;
}

.uralhim-manual-employee-search,
.uralhim-filter-employee-search {
  position: relative;
}

.uralhim-manual-employee-results,
.uralhim-filter-employee-results {
  position: absolute;
  z-index: 1060;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  margin-top: 2px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.uralhim-manual-employee-results .list-group-item,
.uralhim-filter-employee-results .list-group-item {
  cursor: pointer;
}

.uralhim-manual-employee-results .list-group-item span,
.uralhim-filter-employee-results .list-group-item span {
  display: block;
  color: #555;
}

.uralhim-daily-sales-filters {
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 5px;
}

.uralhim-daily-sales-filters .form-group {
  margin-bottom: 10px;
}

.uralhim-filter-row .form-group {
  margin-bottom: 10px;
}

.uralhim-employee-full-name-cell {
  min-width: 220px;
  white-space: nowrap;
}

.uralhim-employee-name-edit {
  margin-left: 6px;
  opacity: 0;
  transition: opacity 0.12s ease-in-out;
}

.uralhim-table tbody tr:hover .uralhim-employee-name-edit,
.uralhim-employee-name-edit:focus {
  opacity: 1;
}

.uralhim-date-filter {
  position: relative;
}

.uralhim-date-filter input[readonly] {
  background-color: #fff;
  cursor: pointer;
}

.uralhim-date-picker {
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 1050;
  width: 254px;
  padding: 8px;
  background: #fff;
  border: 1px solid #d2d6de;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.uralhim-date-picker-header,
.uralhim-date-picker-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.uralhim-date-picker-header {
  margin-bottom: 8px;
}

.uralhim-date-picker-table {
  width: 100%;
  table-layout: fixed;
  text-align: center;
}

.uralhim-date-picker-table th {
  height: 24px;
  color: #444;
  font-size: 11px;
  font-weight: 700;
  text-transform: lowercase;
}

.uralhim-date-picker-table td {
  padding: 1px;
}

.uralhim-date-picker-day {
  width: 30px;
  height: 30px;
  padding: 0;
  border: 1px solid transparent;
  background: transparent;
  color: #222;
  line-height: 28px;
  text-align: center;
}

.uralhim-date-picker-day:hover,
.uralhim-date-picker-day:focus {
  border-color: #3c8dbc;
  outline: none;
}

.uralhim-date-picker-day.is-muted {
  color: #c4c9ce;
}

.uralhim-date-picker-day.is-in-range {
  background: #e8f2fb;
}

.uralhim-date-picker-day.is-selected {
  background: #3c8dbc;
  color: #fff;
}

.uralhim-date-picker-footer {
  margin-top: 8px;
  font-size: 11px;
}

@media (max-width: 767px) {
  .box-header .uralhim-actions {
    position: static;
    float: none !important;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .uralhim-date-input {
    width: 100%;
  }

  .uralhim-month-input {
    width: 100%;
  }

  .uralhim-date-picker {
    width: 100%;
  }
}
