﻿.btn-transparent {
  border: 0;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0, rgba(255, 255, 255, 0.2) 100%);
  color: #f3f3f3;
}
/*# sourceMappingURL=client-bootstrap-override.css.map */