#main{
    width:100% !important
}
.container {
    max-width: 100% !important
}

#tblFooter{

    display:none;
}
footer{
    display:none;
}

@font-face {
    font-family: 'inputpassword';
    font-style: normal;
    font-weight: 400;
    src: url(/font/password.ttf);
}

input.inputpassword {
    font-family: 'inputpassword' !important;
}

body{
    touch-action: manipulation;
}

.button-addcredit {
    padding: 3px 10px;
    border-radius: 5px;
    margin-right: 10px;
    background-color: green;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.button-deductcredit {
    padding: 2px 10px;
    border-radius: 5px;
    margin-left: 10px;
    background-color: #b23;
    color: white;
    font-weight: bold;
    font-size: 18px;
}
.text-credit-tran{
    width:100px;
}