/* line 5, app/assets/stylesheets/accounts.scss */
.edit-modal input[type="text"][name*="email"] {
  margin-bottom: 0;
}

/* line 11, app/assets/stylesheets/accounts.scss */
.primary {
  color: #44aa44 !important;
}

/* line 15, app/assets/stylesheets/accounts.scss */
.primary-modal-header {
  background: #44aa44 !important;
  color: #ffffff !important;
}

/* line 19, app/assets/stylesheets/accounts.scss */
.primary-modal-header h4 {
  color: #ffffff !important;
}

/* line 24, app/assets/stylesheets/accounts.scss */
.alert,
.alert-info {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #666;
}

/* line 31, app/assets/stylesheets/accounts.scss */
.alert-warning {
  background: #fff7d6;
  border-color: #f2ce2a;
  color: #cca63e;
}

/* line 37, app/assets/stylesheets/accounts.scss */
.alert-error,
.alert-danger {
  background: #fbe7e7;
  border-color: #eea09e;
  color: #e25856;
}

/* line 44, app/assets/stylesheets/accounts.scss */
.alert-success {
  background: #daf0da;
  border-color: #4a4;
  color: #358635;
}

/* line 50, app/assets/stylesheets/accounts.scss */
.stock_box .alert {
  margin: 10px;
}

/* line 54, app/assets/stylesheets/accounts.scss */
.container .alert {
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  /* line 60, app/assets/stylesheets/accounts.scss */
  form.edit_account_information .actions .save_button {
    float: right !important;
  }
}

/* line 65, app/assets/stylesheets/accounts.scss */
.account_form__logo_form_group {
  margin-bottom: 50px;
}

/* line 69, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__container {
  position: relative;
  margin-bottom: 5px;
}

/* line 74, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_remove {
  position: absolute;
  right: -5px;
  top: -8px;
  cursor: pointer;
  background: #fff;
  color: #d9534f;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  height: 24px;
  width: 24px;
}

/* line 87, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_remove :hover {
  color: #c9302c;
}

/* line 92, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_input {
  display: block;
  padding-top: 8px;
}

/* line 96, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_input span {
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* line 105, app/assets/stylesheets/accounts.scss */
.account_form__account_form__logo_form_group__logo_input input {
  display: none;
}

/* line 111, app/assets/stylesheets/accounts.scss */
.accountTable .btn-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

/* line 118, app/assets/stylesheets/accounts.scss */
.popover-item-button {
  font-weight: bold;
  color: #6a63ff;
}

/* line 123, app/assets/stylesheets/accounts.scss */
.tool-tip-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0px;
}

/* line 130, app/assets/stylesheets/accounts.scss */
.settings-section {
  margin-bottom: 40px;
}

/* line 134, app/assets/stylesheets/accounts.scss */
.account-settings-button {
  margin-left: 8px;
  padding: 2px 9px;
}

/* line 138, app/assets/stylesheets/accounts.scss */
.account-settings-button .cog-icon {
  margin-right: 8px;
}

/* line 143, app/assets/stylesheets/accounts.scss */
.entities-checkbox {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/* line 148, app/assets/stylesheets/accounts.scss */
.export-container {
  display: flex;
}

/* line 152, app/assets/stylesheets/accounts.scss */
.export-box {
  flex: 1;
}

/* line 156, app/assets/stylesheets/accounts.scss */
.export-label {
  margin-left: 7px;
}

/* line 161, app/assets/stylesheets/accounts.scss */
.export-modal-actions > *:not(:last-child) {
  margin-right: 10px;
}

/* line 166, app/assets/stylesheets/accounts.scss */
.export-modal-container {
  max-height: 445px;
  margin-top: 5px;
  padding: 5px 5px;
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 100%;
}

/* line 177, app/assets/stylesheets/accounts.scss */
.add-payment-method-modal {
  font-size: 14px;
}
