.transactions .in {
    color: #443ca6;
}


.module-action-title.in {
    background-color: #22d478;
}

.transactions .out {
    color: #ff4700;
}

.transactions .transaction {
    font-size: 1rem;
    transition: font-size 0.2s;
}

.transactions .transaction:hover {
    font-size: 1.2rem;
    cursor: pointer;
    background-color: #F4f4f4;
}

.transactions .col1 {
    width: 20%;
}
.transactions .col2 {
    width: 25%;
}
.transactions .col3 {
    width: 20%;
}
.transactions .col4 {
    width: 15%;
}
.transactions .col5 {
    width: 15%;
}
.transactions .col6 {
    width: 5%;
    text-align: center;
}


.btn-out {
    background-color: #ff4700 !important;
}
.btn-out:hover {
    background-color: #d73e02 !important;
}


.module-action-title.in {
    background-color: #443ca6;
}

.module-action-title.out {
    background-color: #d73e02;
}

.module-action-title.in h1, .module-action-title.out h1{
    color: #FFF
}


.transactions .cancel{
    text-decoration: line-through;
    color: #AAA
}

.balance {
    background-color: #EEE;
    font-weight: 900;
    border-bottom: 2px solid #E7E7E7;
}

.balance .positive {
    color: #443ca6;
    font-size: 1.3rem;
}

.balance .negative {
    color: #ff4700;
    font-size: 1.3rem;
}

.balance .zero {
    color: #888;
    font-size: 1.3rem;
}

.no-validated {
    color: #888;
}

.transactions INPUT {
    color: #000;
    border: 1px solid #999;
}


.transactions INPUT:disabled {
    border: 1px solid #CCC;
}

.transactions .complete {
    font-weight: bold;
    font-style: italic;
    color:#377b59
}
.transactions .fail {
    font-weight: bold;
    font-style: italic;
    color:#a36108 !important;
}

.transactions .total {
    border-bottom: 2px solid #6ea387;
    font-weight: 900;
    color: #1f5a3c;
}