#delete-profile,
.delete-field-map {
  color: #d9534f;
}

.delete-field-map:hover {
  color: #fff;
  background-color: #d9534f;
}

#save-changes {
  position: fixed;
  right: 0px;
  top: 80px;
  padding: 6px 18px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-right: none;
  border-radius: 4px 0 0 4px;
  z-index: 300;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

#save-changes hr {
  margin: 18px 0;
}

.column-def-toggle {
  cursor: pointer;
}

.add-profile-strategy {
  margin-top: 24px;
}

.add-profile-strategy li {
  line-height: 2;
}

#add-profile-from-file {
  border-right: 1px solid #ecf0f1;
  padding-bottom: 12px;
}

/* formatters */

.applied-formatters {
  margin: 8px 6px 0 8px;
  text-align: right;
}

.column-formatter {
  cursor: pointer;
  display: inline-block;
  margin-left: 6px;
  font-size: 0.9em;
}

.formatter-badge {
  padding: 4px;
  border-radius: 4px;
  font-weight: bold;
  background-color: #efefef;
}

.column-formatter:hover .formatter-badge {
  padding-right: 8px;
}

.column-formatter:hover .formatter-badge:after {
  font-family: FontAwesome;
  content: "\f00d";
  display: inline-block;
  margin-left: 4px;
}

/* runtime options */

.runtime-options > div {
  border-bottom: 1px solid #ddd;
}

.runtime-options > div:nth-last-of-type(-n + 2) {
  border: none;
}

.runtime-option-row {
  margin-bottom: 15px;
}

.runtime-option-row .Select {
  margin-top: -8px;
}

.runtime-option-row .btn-danger {
  margin-bottom: 15px;
}

.runtime-option-row .warning {
  color: #f11;
  font-size: 90%;
}
