#notif-account {
    display:none;
}

#togglePassword {
    /* display:inline-block; */
    margin-top:5px;
}

.showrecords-holder {
    text-align:right;
}

.labelcust1 {
    display:inline-block;
    float:left;
    padding-top:7px;
    width:20%;
}

.inputcust1 {
    width:70%;
    display:inline-block;
    float:left;
    margin-left:10px;
}

.margtop10 {
    margin-top:10px;
}

.margtop20 {
    margin-top:20px;
}

.modal-pinlock {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.modal-pinlock .modal-content {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    border: 0 !important;
}


.martop10 {
    margin-top: 10px !important;
}
.martop20 {
    margin-top: 20px !important;
}
.width100 {
    width:100%;
}



/* modal */
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 100%;
    }
}


