/* ========================================================================
 * BOOTSTRAP FILE UPLOAD
 * ======================================================================== */
.fileupload{
  .btn{
    margin-left: 0px;
    line-height: 20px;
  }
}
.fileupload-new{
  .input-append{
    .btn-file{
      .border-radius(0px);
    }
  }
}
.uneditable-input{
  width: 155px !important;
  .border-radius(0px);
  height: 32px;
}