div.settings-container {
  box-sizing: border-box;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 34px;
  margin: 15px 0;
  display: block;
  background-color: #ffffff;
  width: 100%;
}
div.settings-container * {
  box-sizing: border-box;
}
div.settings-container:before,
div.settings-container:after {
  content: " ";
  display: table;
}
div.settings-container:after {
  clear: both;
}
div.settings-container div.settings-controls {
  text-align: right;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-right: 15px;
}
div.settings-container div.sections-panel {
  position: relative;
  float: left;
  display: block;
  width: 180px;
}
div.settings-container div.sections-panel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div.settings-container div.sections-panel ul li {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  color: #224984;
}
div.settings-container div.sections-panel ul li div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
div.settings-container div.sections-panel ul li.active {
  background-color: #224984;
  color: #ffffff;
}
div.settings-container div.fields-panel {
  position: relative;
  float: left;
  display: block;
  border: 1px solid #224984;
  width: calc(100% - 180px);
  min-width: 500px;
  min-height: 300px;
}
div.settings-container div.fields-panel div.section-title {
  position: relative;
  float: left;
  display: block;
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #224984;
  color: #ffffff;
  width: 100%;
}
div.settings-container div.fields-panel .settings-input-group {
  position: relative;
  float: left;
  display: block;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
div.settings-container div.fields-panel .settings-input-group div.form-group {
  position: relative;
  float: left;
  display: block;
  padding: 10px;
  width: 60%;
}
div.settings-container div.fields-panel .settings-input-group div.form-group input {
  font-size: 14px;
}
div.settings-container div.fields-panel .settings-input-group div.form-group label {
  color: #9D9D9D;
}
div.settings-container div.fields-panel .settings-input-group div.field-description {
  position: relative;
  float: left;
  display: block;
  padding: 10px;
  width: 40%;
}
div.settings-container div.fields-panel .settings-input-group div.field-description div.text-container {
  text-align: justify;
  padding: 1px;
  min-height: 68px;
  font-size: 10px;
  background-color: #ffffff;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.settings-container div.fields-panel .settings-input-group div.checkbox {
  margin: 0;
}
div.settings-container div.fields-panel .settings-input-group div.checkbox label input {
  transform: scale(1.2);
}
div.settings-container div.fields-panel .settings-input-group:nth-child(2) {
  padding-top: 15px;
}
div.settings-container.narrow {
  max-width: 100%;
}
div.settings-container.narrow div.fields-panel {
  width: 100%;
  min-height: 0;
  max-height: 2000px;
  transition: max-height 200ms ease-in-out;
}
div.settings-container.narrow div.fields-panel.collapsed {
  max-height: 46px;
  overflow-y: hidden;
}
.text-danger {
  color: #F44336 !important;
}
.form-group input.ng-invalid,
select.ng-invalid {
  color: #F44336 !important;
  border-color: #F44336;
}
select.ng-invalid option {
  color: #000000 !important;
}
div.settings-container div.fields-panel div.settings-input-group div.form-group ul.json-input-errors {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #F44336;
  font-size: 0.8em;
  font-style: italic;
}
div.settings-container div.fields-panel div.settings-input-group div.form-group ul.json-input-errors li {
  background-color: #fff8f7;
  margin: 3px 0;
  border-radius: 2px;
}
.setting-highlight {
  background-color: #ffd54f !important;
}
.result-found {
  border: 2px solid #ad52ff !important;
}
.result-found.fields-panel {
  background-color: #fbfdd6 !important;
}
