#edit-widget {
  max-height: 80vh;
  min-width: 65vh;
  overflow: hidden;
}

#editorView .form-section-invisible {
  display: none;
}

#editorView .form-section-visible {
  display: block;
}

#editorView header {
  display: flex;
  margin: auto;
  gap: 1rem;
}

#editorView header label {
  margin: 0 auto;
  font-style: italic;
  font-size: larger;
  font-weight: bold;
  color: black;
}

#editorView #disabledSection {
  display: none;
}

#editorView #disabledSection.enable {
  display: flex;
  font-weight: bold;
  justify-content: center;
  font-size: x-large;
  padding: 2rem;
}

#editorView .accordion {
  cursor: pointer;
}

#edit-widget button span[class^='esri-icon'] {
  vertical-align: bottom;
}

#editItemsActions {
  display: flex;
  flex-direction: row-reverse;
  margin-right: 5%;
}

#editItemsActions .esri-actions-btn {
  padding-top: 2px;
  border: none;
}

#editItemsActions .esri-actions-btn span {
  margin: 0 auto;
}

#editItemsActions .itemsListSeparationAction {
  border-left: 3px solid gray;
  border-radius: 15%;
  margin-left: 10px;
  margin-right: 10px;
}

#editItemsList {
  margin: 8px;
  list-style-type: none;
  padding-left: 0;
  overflow: auto;
  max-height: 200px;
}

#editItemsList li {
  background: white;
  margin: 6px;
  padding: 4px;
  clear: both;
  width: 95%;
  height: 26px;
}

#editItemsList li.selected {
  border: 1px dashed #a3a3a3;
}

#editItemsList li .edit-item-action {
  position: relative;
  float: right;
  padding-bottom: 4px;
  height: 20px;
  cursor: pointer;
  margin: 2px;
}

#editItemBtns {
  display: flex;
}
#editItemBtns button {
  margin: 0 auto;
}

#editorView .redmond .ui-dialog.ui-widget {
  font-size: 14px;
}

#editorView .ui-dialog form label {
  vertical-align: top;
}

#select-widget {
  padding: 4px;
}

#dialogRenameEntity,
#edit-upload-select-file,
#edit-upload-file-label {
  display: none;
}

#edit-upload-file,
#edit-simplify {
  display: inline;
}

#editorView .panel-default {
  border-color: #ddd;
}
#editorView .panel {
  margin-bottom: 22px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
#editorView .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

#editorView .panel-heading {
  padding: 5px 10px;
  border-bottom: 1px solid transparent;
  border-radius: 0.5rem;
}

#editorView #entities:has(.in) .panel-heading,
#editorView #operations:has(.in) .panel-heading {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#editorView .panel-heading h5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

#editorView .row {
  margin-left: -15px;
  margin-right: -15px;
}

#editorView .col {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

#editorView .col.col-11 {
  width: 91.66667%;
}

#editorView .col.col-1 {
  width: 8.33333%;
}

#editorView .icon {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-bottom: 4px;
  vertical-align: middle;
  border: solid currentColor;
  border-width: 0 0.1em 0.1em 0;
  padding: 0.2em;
  transform: rotate(45deg);
  content: '';
}

#editorView .icon-right {
  float: right;
  margin-top: 10px;
}

#editorView .icon.out {
  border-width: 0.1em 0 0 0.1em;
}

#tools {
  margin-bottom: 10px;
}

#msg-dialog {
  display: none;
}

#editorView section {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
