/**
 * angular-stepper
 * @version v0.0.4 - 2014-10-28
 * @link https://github.com/revolunet/angular-stepper
 * @author Julien Bouquillon <julien@revolunet.com> (https://github.com/revolunet)
 * @license MIT License, http://www.opensource.org/licenses/MIT
 */
div[rn-stepper]{box-sizing:border-box;border:1px solid #bbb;display:inline-block;height:42px}div[rn-stepper].ng-invalid-out-of-bounds input{color:#FF3B34;border:3px solid #FF3B34}div[rn-stepper] button{box-sizing:border-box;appearance:none;margin:0;border:0;width:40px;height:40px;background:#4D4DFF;color:#fff;font-weight:700;font-size:20px;outline:0}div[rn-stepper] button[disabled]{opacity:.3}div[rn-stepper] button:active{box-shadow:inset 0 2px 2px rgba(0,0,0,.25);background:#33f}div[rn-stepper] input{vertical-align:top;padding:0;background:#eee;text-align:center;display:inline-block;height:40px;line-height:40px;box-sizing:border-box}