.btn-lg{
    width: 100px;
    margin-left: 10px;
    padding-left: 11px;
    margin-bottom: 10px;
}

#search {
    margin-left: 15px;
}

#accounts,
#statistics{
    margin-top: 25px;
}

.account,
.statistic{
    opacity: 0.8;
    width: 150px; /* yolo */
    height: 100px;
    margin-right: 30px;
    cursor: pointer;
}

.account .name,
.statistic .title{
    margin-top: 10px;
    font-size: 20px;
}

.account .credit,
.statistic .value{
    font-size: 20px;
}

.detail{
    margin-top: 25px;
}

.detail .name{
    margin-top: 25px;
    font-size: 30px;
}

.detail .credit{
    margin-top: -15px;
    font-size: 40px;
}

.userinfo{
    // height: 239px;
    height: 363px;
}

.pager li>a{
    font-size: 30px;
    cursor:pointer;
}

.newuser{
    margin-top: -5px;
    font-size: 70px;
    text-align: center;
}

#newUserForm{
    margin-top: 20px;
}

#newUserForm input{
    margin-top: 20px;
    font-size: 30px;
    height: 60px;
}

.renameuser{
    margin-top: -5px;
    font-size: 70px;
    text-align: center;
}

#renameUserForm #changeTokenForm {
    margin-top: 20px;
}

#renameUserForm input, #changeTokenForm input{
    margin-top: 20px;
    font-size: 30px;
    height: 60px;
}

.debt{
    background-color: #785D6C;
}

.pager a{
    width: 100%;
}

#pinwindow-pin {
    text-align: center;
    font-size: x-large;
    height: 60px;
}

#pinwindow-pad {
    text-align: center;
}


#pinwindow-pad .btn {
    height: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ffffff;
    font-size: xx-large;
    display: table-cell;
    vertical-align: middle;
}

ul.navbar-nav {
    max-width: 100%;
    opacity: 0.8;
}

.btn-credit-action {
    padding: 0;
    width: 115px;
    height: 115px;
}

.btn-product {
    height: 250px;
}

.fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0 0;
    padding: 0 0;
}

.uilock-status-icon {
    color: white;
    font-size: 15em;
    height: 33%;
    line-height: 0.75;
}

#uilock-success {
    background: rgba(153,204,51,0.9);
    color: white;
    text-align: center;
    display: none;
}

#uilock-failure {
    background: rgba(139, 11, 5,0.9);
    color: white;
    text-align: center;
    display: none;
}

.uilock-message {
    font-size: 3em;
    height: 66%;
}

.uilock-message > img {
    max-height: 80%;
    padding: 20px;
    
}

.btn-product > img {
    max-width: 110px;
    height: 195px;
}

body {
    background: url('/img/p5.svg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 40%;
    background-color: #2b3e50;
}

html {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    pointer-events: none;
}
