/* ========================================================================
 * JASNY BOOTSTRAP
 * ======================================================================== */
.fileinput-new{
  .form-control{
    border-right: none;
  }
  .btn-file{
    .border-radius(0px);
  }
  &.input-group {
    .btn-file{
      .border-radius(0px);
    }
  }
  .input-group {
    .btn-file{
      .border-radius(0px);
    }
  }
}

.close {
  &.fileinput-exists{
    color: @color-danger;
  }
}