﻿:root {
  --title-color: #0851bd;
}

p {
  margin-bottom: 0.1em;
}

table {
  width: 100%;
}

.form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border: 1px solid var(--bs-gray-300);
  border-radius: 1rem 1rem 0 0;
  height: calc(100vh - 1rem);
  display: flex;
  flex-direction: column;
  box-shadow: 4px 2px 6px var(--bs-gray-400);
}

.form-header {
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
  border-radius: 1rem 1rem 0 0;
  background-color: var(--bs-highlight-bg);
}

.form-footer {
  padding: 0.5rem 1rem;
  border-top: 1px solid var(--bs-gray-300);
  background-color: var(--bs-light);
}

.form-content {
  padding: 1rem;
  height: 100%;
  overflow-y: auto;
}

.form-actions {
  padding: 8px;
  margin-top: 1rem;
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
}

.form-page-title {
  font-size: 1.4rem;
  color: var(--title-color);
  border-bottom: 1px solid var(--title-color);
}

.form-page-intro {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.form-sections {
  margin-top: 1rem;
}

.form-section {
  margin-bottom: 1rem;
}

.form-section-title, .form-summary-section-title {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--title-color);
}

.form-section-intro {
  font-size: 0.9rem;
}

.form-item {
  margin-top: 0.5rem;
}

.boolean-button .btn {
  min-width: 40px;
}

.form-item-label {
  margin: 0.2rem 0;
}

.form-item-annotation {
  font-size: 80%;
  font-style: oblique;
  margin-bottom: 0.1rem;
}

.form-epilogue {
  height: 100%;
}

.form-epilogue-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  text-align: center;
}

.requiredIndicator::after {
  content: "*";
  color: var(--bs-danger);
}

.k-upload .k-multiple-files-wrapper .k-file-summary {
  margin-top: 4px;
}

.form-item-identification {
  max-height: 600px;
}

#identificationFrame {
  width: 100%;
  height: 85vh;
  overflow: auto;
}

.form-item-identification {
  position: relative;
}

#fullScreen {
  position: absolute;
  right: 0;
  top: -2rem;
  border: 0;
}

.form-errors {
  text-align: center;
}

.form-errors-content {
  color: var(--bs-danger);
}

.form-error-list {
  list-style-type: disclosure-closed;
  display: inline-block;
  text-align: left;
}

.form-summary-section {
  margin-bottom: 1rem;
}

.form-summary-section-items {
  margin-left: 1rem;
}

.form-summary-item {
  display: flex;
}

.form-summary-item-label {
  width: 300px;
}

.form-summary-item-value {
  white-space: pre-line;
}

/*div[data-pagename='Page 1'] .form-section:first-child .form-items:last-child .form-item:first-child *[data-itemname]
{
  border: solid 1px red;
}*/
.k-menu-popup .k-menu-item img, .form-actions .k-icon-button img {
  width: 20px;
}

.cultureItem {
  height: 1.2rem;
}
.cultureItem img {
  width: 1.2rem;
  height: 1.2rem;
}

.cultureSelect .k-input-value-text:before, .k-list-item-text:before {
  content: none;
}

.cultureSelect .k-input-inner {
  padding-right: 0.2rem;
}
.cultureSelect .k-input-button {
  padding-left: 0;
}

.k-picker-flat {
  border: 0;
}
