#theme-settings .theme-settings-open-btn {
  display: none !important;
}

.delete-btn .fa-stack {
  color: #e84e40;
}

.table-link {
  color: #26B4FF;
}

.table-link.danger {
  color: #e84e40;
}

.table-link.copy-btn {
  color: #26B4FF !important;
}

p.or {
  text-align: center;
  margin: 5px 0;
}

#header-logo {
  max-width: 85px;
}

a.ui-corner-all span {
  border: none;
}

.field-error {
  color: red;
}

.success-msg {
  color: #02BC77;
}

#get-link:hover {
  cursor: pointer;
}

body.auth-screen {
  background-color: #2f3337;
}

#logo-container {
  padding-bottom: 0 !important;
}

div.login-info {
  margin-bottom: 20px;
  padding: 0 10px;
}

#continue-as-guest {
  margin-top: 10px !important;
}

.has-error .help-block {
  width: 100%;
}

#account-general label, #smartwizard .tab-content, #VesselOwnerContactForm label {
  margin-bottom: calc(.438rem - 2px);
  font-weight: 500;
  font-size: 0.83125rem;
}

#saveDraftModal .form-inline {
  display: block;
}

@media screen and (min-width: 576px) {
  #saveDraftModal .form-inline input[type=text] {
    min-width: 300px;
  }

  #saveDraftModal .modal-body #draft-saved, #saveDraftModal .modal-body #share-link-container, #saveDraftModal .modal-body #new-account-created {
    max-width: 75%;
    margin: 0 auto;
  }
}
#get-link:hover {
  cursor: pointer;
}

#progress-bar {
  margin-bottom: 10px;
}

#smartwizard .step-content p {
  max-width: 60%;
  display: block;
  margin: 0 auto;
}
#smartwizard li.nav-item.sub-step {
  display: none;
}
#smartwizard .options {
  max-width: 800px;
  margin: 0 auto;
}
#smartwizard .options .option {
  height: 100px;
  display: table;
  width: 100%;
  padding: 5px;
}
#smartwizard .options .option:hover {
  cursor: pointer;
}
#smartwizard .options .option .card-body {
  display: table-row;
}
#smartwizard .options .option .card-body .text-center {
  display: table-cell;
  vertical-align: middle;
}
#smartwizard .options .option i.fa-question-circle-o {
  color: #26B4FF;
}
#smartwizard .options .option.active {
  background-color: #26B4FF;
  border-color: #26B4FF;
  color: white;
}
#smartwizard .options .option.active i.fa-question-circle-o {
  color: white;
}
#smartwizard .form-content {
  max-width: 60%;
  margin: 0 auto;
}
#smartwizard .multi-input-row .mobile-only {
  display: none;
}
#smartwizard #payments .payment {
  padding: 20px 0;
}
#smartwizard #payments .payment:not(:first-of-type) {
  border-top: 1px solid #eee;
}

#saveDraftModal .custom-checkbox {
  margin-top: 10px;
}

#welcome .form-content, #welcome p.lead {
  max-width: 60%;
  margin: 0 auto;
}
#welcome .custom-control {
  display: inline-block;
  margin: 10px 5px;
}
#welcome .g-recaptcha div {
  margin: 10px auto;
}

.step-list {
  list-style: none;
  max-width: 60%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

a.btn.btn-primary {
  color: white !important;
}

#welcome-list {
  list-style: none;
  max-width: 60%;
  margin: 20px auto;
  padding: 0;
  display: block;
}

#intro .alert {
  max-width: 60%;
  display: inline-block;
}

.tooltip-inner {
  background-color: white !important;
  color: #4E5155 !important;
  border: 2px solid #26B4FF;
  text-align: left !important;
  padding: 10px !important;
}

.arrow::before {
  border-top-color: transparent !important;
}

#logo-error {
  visibility: hidden;
}

#logo-preview img {
  width: 50%;
  float: right;
}

.download-btns {
  margin: 20px 0;
}

#copy-link {
  max-width: 500px;
  margin: 10px auto;
}
#copy-link input {
  width: 75%;
}
#copy-link button {
  width: 25%;
}

.more-options {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #welcome-list, .step-list, #welcome .form-content, #welcome p.lead, #intro .alert {
    max-width: 100%;
  }

  #smartwizard .step-content p, #smartwizard .form-content, #smartwizard .step-list {
    max-width: 100%;
  }
  #smartwizard .multi-input-row .mobile-only {
    display: block;
    font-weight: 300;
    font-size: 1em;
    margin: 10px 0;
  }
  #smartwizard tr.grid-row th {
    display: none;
  }
  #smartwizard tr.multi-input-row {
    display: table;
    width: 100%;
  }
  #smartwizard tr.multi-input-row a.table-link.danger.delete-btn {
    display: block;
    margin: 10px 0;
  }
  #smartwizard tr.multi-input-row td {
    display: table-row;
  }

  #download-pdf text, #download-word text {
    display: none;
  }
}
.table-link.download:first-of-type {
  margin-right: 15px;
}

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