.edit.item-page .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.edit.item-page .nav-tabs > li > a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #333;
  display: block;
  line-height: 20px;
  margin-right: 2px;
  padding: 8px 12px;
}
.edit.item-page .nav-tabs > li > a:hover {
  color: #e1a232;
  text-decoration: none;
}
.edit.item-page .nav-tabs > li > a.active,
.edit.item-page .nav-tabs > li > a.active:hover,
.edit.item-page .nav-tabs > li > a.active:focus {
  background: #fff;
  border-color: #ddd;
  border-bottom-color: transparent;
  color: #e1a232;
  cursor: default;
}
.edit.item-page .input-group > input[type="text"] {
  height: 50px;
  line-height: 50px;
}
.edit.item-page .btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
}
.edit.item-page .chzn-container {
  min-width: 220px;
}
.edit.item-page .field-calendar button .fa {
  padding: 0;
}
#modules-form a {
  text-decoration: none;
}
#modules-form hr {
  display: inherit;
}
#modules-form .card .card-header {
  color: #333;
}
#modules-form .field-calendar button {
  height: 50px;
  line-height: 1;
}
#modules-form .field-calendar button .fa {
  padding: 0;
}
#modules-form .nav.flex-column {
  overflow: auto;
}
#modules-form .nav.flex-column .field-media-preview {
  max-width: unset;
}
#modules-form .nav.flex-column .input-group-btn > .btn {
  border: 1px solid #bbb;
  height: 50px;
  line-height: 36px;
  margin: 0;
  letter-spacing: inherit;
}
#modules-form .nav.flex-column .input-group-btn > .btn .icon-remove:before {
  content: "\f00d";
  font-family: "FontAwesome";
}
