.money-total {
    color:black;
    font-weight: bold !important;
}
.inv-title {
    font-size: 16px;
    font-weight: bold;
}

.receipt-title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    top: -8px;
    width:33.33%
}

.receipt-row {
    display: table;
    width: 100%;
    line-height: 30px;
}

.receipt-date {
    width:33.33%
}

.receipt-half {
    width:50%;
}

.receipt-sub-title {
    font-size: 16px;
    font-weight: bold;
    width:30%;
}

.receipt-with {
    font-size: 16px;
    font-weight: bold;
    width:20%;
}

.receipt-word {
    font-size: 16px;
    font-weight: bold;
    width:15%;
}

.receipt-amount {
    font-size: 20px;
    font-weight: bold;
    color: red;
    top: -3px;
}
.float-left {
    float: left;
}
.col-in {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    width:20%;
}

.select2-selection { overflow: hidden; }
.select2-selection__rendered { white-space: normal !important; word-break: break-all; }