/**   CTRL NUMBER INPUT    ***/
.ctrl-number{
    min-height: 20px;
    min-width: 90px;
    position: relative;
    display: table;
    text-align: center;
}
.ctrl-number button{
    border: none;
    background: #eee;
    color: white;
    height: 100%;
    min-height: 10px;
    max-height: 80px;
    width: 29.6% !important;
    min-width: 10px;
    max-width: 80px;
    display: inline-block;
    padding: 5px;
}
.ctrl-number input{
    width: 29.6% !important;
    max-width: 80px;
    min-width: 10px;
    height: 100%;
    min-height: 10px;
    max-height: 80px;
    display: inline-block;
    padding: 5px;
    margin: 0px 5px 0px 5px;
    text-align: center;
}

/**********************/