#chart-container {
  background-color: #eee;
}
.orgchart {
  background: #fff;
}

.orgchart.view-state .edge {
  display: none;
}

.orgchart .node {
  width: auto !important;
}

.orgchart .node .title .symbol {
  margin-top: 1px;
}

#edit-panel {
  padding: 20px;
  background: #ddd;
}

#edit-panel .btn-inputs {
  font-size: 24px;
}

#edit-panel.view-state > :not(#chart-state-panel) {
  display: none;
}

#edit-panel label {
  font-weight: bold;
}

#edit-panel.edit-parent-node .selected-node-group {
  display: none;
}

#chart-state-panel,
#selected-node,
#btn-remove-input {
  margin-right: 20px;
}

#edit-panel button {
  color: #333;
  background-color: #fff;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

#edit-panel.edit-parent-node button:not(#btn-add-nodes) {
  display: none;
}

#edit-panel button:hover,
.edit-panel button:focus,
.edit-panel button:active {
  border-color: #eea236;
  box-shadow: 0 0 10px #eea236;
}

#new-nodelist {
  display: inline-block;
  list-style: none;
  margin-top: -2px;
  padding: 0;
  vertical-align: text-top;
}

#new-nodelist > * {
  padding-bottom: 4px;
}

.btn-inputs {
  vertical-align: sub;
}

#edit-panel.edit-parent-node .btn-inputs {
  display: none;
}

.btn-inputs:hover {
  text-shadow: 0 0 4px #fff;
}

.radio-panel input[type='radio'] {
  display: inline-block;
  height: 24px;
  width: 24px;
  vertical-align: top;
}

#edit-panel.view-state .radio-panel input[type='radio'] + label {
  vertical-align: -webkit-baseline-middle;
}

/* #btn-add-nodes {
  margin-left: 20px;
} */

.orgchart table {
  min-width: 250px;
}
.container-manual {
  display: flex;
  justify-content: space-between;
}
.card-empty-org {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #ccc;
  padding: 15px;
}
.card-empty-org p {
  font-size: 18px;
  font-weight: lighter;
  color: #616161;
}
.card-empty-org i {
  color: #f1d48d;
  font-size: 60px;
}
.file_name_selected span {
  display: block;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #616161;
  text-align: center;
  word-wrap: break-word;
}
#label-action {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  color: #0060b6;
}
