.progress-out { position: fixed; top: 50%; left: 50%; z-index: 11111111111; margin: -120px 0 0 -100px; border: 1px solid #10d1c6; background-color: #fff; display: none; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box;}
.progress-in { position: absolute; height: 100%; width: 0%; border: none; background-color: #10d1c6; background-image: linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -webkit-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -moz-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -o-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); background-image: -ms-linear-gradient(top, #15E5D8 0%, #12EADE 40%, #1ABFB4 100%); text-align: center; color: #fff; z-index: 2; }
.direction-left { left: 0; border-top-right-radius: 2px; border-bottom-right-radius: 2px; }
.direction-right { right: 0; border-top-left-radius: 2px; border-bottom-left-radius: 2px; }
.percent-show { position: absolute; width: 100%; height: 100%; top: 0; left: 0; color: #000; text-align: center; z-index: 3;}
.recharge-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /* -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.075); */
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}