/**** Forms styles  **/
/* line 5, ../../app/assets/stylesheets/form.scss */
.select-sm-btn-group select.form-control {
  height: 34px;
}

/* line 12, ../../app/assets/stylesheets/form.scss */
.input-sm-btn-group input {
  height: 34px;
}

/* line 17, ../../app/assets/stylesheets/form.scss */
input[name="rebalance_frequency"] {
  height: 30px;
  margin-right: 5px;
}

/* line 22, ../../app/assets/stylesheets/form.scss */
span.required-asterisk {
  color: #d15b47;
}

/* line 35, ../../app/assets/stylesheets/form.scss */
.help-inline-block {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
/* line 39, ../../app/assets/stylesheets/form.scss */
.help-inline-block.cash-error {
  line-height: 17px;
}

/* line 44, ../../app/assets/stylesheets/form.scss */
.has-error .help-inline-block {
  color: #d16e6c;
}

/* line 48, ../../app/assets/stylesheets/form.scss */
.backtest-edit-type-radio {
  padding-left: 3px;
}

/* line 52, ../../app/assets/stylesheets/form.scss */
.ajax-form-msg {
  display: none;
}

/* line 56, ../../app/assets/stylesheets/form.scss */
.error-overlaps {
  position: absolute;
}

/* line 60, ../../app/assets/stylesheets/form.scss */
.form-horizontal .radio {
  padding-top: 2px !important;
}

/* line 64, ../../app/assets/stylesheets/form.scss */
select:disabled {
  background: #EEE;
}

/* line 69, ../../app/assets/stylesheets/form.scss */
.broker-integration-fields.broker-integration-fields-hide, .all-notifications.all-notifications-hide {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

/* line 75, ../../app/assets/stylesheets/form.scss */
.broker-integration-fields, .all-notifications {
  overflow: hidden;
  transition: max-height 0.5s ease-in;
}

/* line 79, ../../app/assets/stylesheets/form.scss */
.broker-integration-fields {
  max-height: 200px;
}

/* line 82, ../../app/assets/stylesheets/form.scss */
.all-notifications {
  max-height: 350px;
}

/* line 85, ../../app/assets/stylesheets/form.scss */
.base-error {
  display: block !important;
}

/* line 89, ../../app/assets/stylesheets/form.scss */
.alert-title {
  display: block !important;
  font-weight: 600;
  font-size: 120%;
}

/* line 95, ../../app/assets/stylesheets/form.scss */
.download-csv-btn-pos {
  position: absolute;
  margin-top: 164px;
  right: 0;
}

@media (max-width: 989px) {
  /* line 101, ../../app/assets/stylesheets/form.scss */
  .download-csv-btn-pos {
    margin-top: 223px;
  }

  /* line 104, ../../app/assets/stylesheets/form.scss */
  .download-csv-btn-pos.realized {
    margin-top: 228px;
  }

  /* line 107, ../../app/assets/stylesheets/form.scss */
  .filter-text-pos {
    text-align: center !important;
  }
}
@media (max-width: 1200px) and (min-width: 990px) {
  /* line 112, ../../app/assets/stylesheets/form.scss */
  .download-csv-btn-pos {
    margin-top: 156px;
  }
}
/* line 118, ../../app/assets/stylesheets/form.scss */
.download-csv-small-btn-pos {
  position: absolute;
  margin-top: 109px;
  right: 0;
}

@media (max-width: 989px) {
  /* line 124, ../../app/assets/stylesheets/form.scss */
  .download-csv-small-btn-pos {
    margin-top: 148px;
  }
}
@media (max-width: 1199px) and (min-width: 990px) {
  /* line 129, ../../app/assets/stylesheets/form.scss */
  .download-csv-btn-pos {
    margin-top: 177px;
  }
}
