.lock_icon {
    width: 20px;
    height: 20px;
    margin: 0 0 0 20px;

    background: url(../images/lock_sprite.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}
.lock_icon.locked {
    background: url(../images/lock_sprite.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
}
.ui-datepicker {
    z-index: 50 !important;
}

.main_transactions_table {

}
.main_transactions_table tr {

}
.main_transactions_table tr td {
    width: 100px;
}