.dp-entries-entry-form .nav-justified {
  width: 100%;
}
.dp-entries-entry-form .nav-justified > li {
  display: table-cell;
  width: 1%;
  float: none;
  position: relative;
}
.dp-entries-entry-form .nav-justified > li > a {
  text-align: center;
}
.dp-entries-entry-form .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.dp-entries-entry-form .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: bold;
}
.dp-entries-entry-form h3.step-heading {
  font-family: "Montserrat", sans-serif;
  border-bottom: 1px solid black;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
}
.dp-entries-entry-form .setup-panel {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  text-transform: uppercase;
}
.dp-entries-entry-form .setup-panel li {
  border-bottom: 1px solid #e8295e;
  border-left: 0;
}
.dp-entries-entry-form .setup-panel li:first-child {
  border-left: 0;
}
.dp-entries-entry-form .setup-panel li a span {
  display: none;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  margin-left: -15px;
  margin-top: -2px;
}
.dp-entries-entry-form .setup-panel li a:hover {
  background: none;
}
.dp-entries-entry-form .setup-panel li.active {
  border-bottom: 5px solid #e8295e;
  background: #e8295e;
}
.dp-entries-entry-form .setup-panel li.active a {
  color: #fff;
}
.dp-entries-entry-form .setup-panel li.disabled:hover {
  cursor: not-allowed;
}
.dp-entries-entry-form .setup-content .content {
  background: #fef0f4;
  padding: 20px;
  min-height: 700px;
}
.dp-entries-entry-form .setup-content .dropzone {
  margin-bottom: 40px;
  border: 3px dashed #e8295e;
}
.dp-entries-entry-form .btn.step {
  background: #e8295e;
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dp-entries-entry-form .btn.step[disabled=disabled], .dp-entries-entry-form .btn.step:disabled {
  background-color: grey;
}
.dp-entries-entry-form .form-control {
  background: white;
  border: 2px solid #d40075;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 8px 12px;
  height: auto;
}

/*# sourceMappingURL=style.css.map */
