.nowrap {
  white-space: nowrap;
}

#autorefresh {
  display: inline-block;
  height: .6em;
  width: .6em;
}

.formtable {
  width: 0px;
}

  .formtable th, .formtable td {
    white-space: nowrap;
  }

input.is-short {
  width: 100px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.field.has-addons .control:last-child:not(:only-child) .textarea {
  border-end-start-radius: 0;
  border-start-start-radius: 0;
}

.field .dropdown, .field .dropdown-trigger, .field .dropdown-menu {
  width: 100%;
}

.with-textarea {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}

.dbflow-fullwidth {
  width: 100%;
}

select option[disabled] {
  display: none;
}

a.skudoc .icon {
  margin-left: 0.1em !important;
  width: 0.8em !important;
}

a.skudoc:hover .icon {
  color: hsl(217, 71%, 53%) !important;
}

table.is-v-middle td {
  vertical-align: middle;
}

mark {
  background: #FFD700;
}

hr.or {
  overflow: visible;
  text-align: center;
}

hr.or::after {
  background: #fff;
  content: "або";
  padding: 0 4px;
  position: relative;
  top: -13px;
}

@keyframes blink {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.has-text-blink {
  animation: blink 1s step-start infinite;
}

.table .user-actions {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .table thead {
    display: none;
  }

  .table tr {
    display: flex;
    flex-direction: column;
  }

  .table td {
    display: block;
    width: 100% !important;
  }

  .table td:not(:last-child) {
    border: none;
    padding-bottom: 0;
  }

  .table .user-actions {
    text-align: center !important;
  }
}