.full-h {
    height:100vh;
}

.strong, .bold {
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.form-control {
    min-height: 44px;
    height: 44px;
}

td > .form-control, td > * > .form-control, td > * > * > .form-control {
    min-height: 40px;
}

.jurnal > tr > td {
    border-top: 0px;
    padding: 2px 2px 0px 0px;
}

.jurnal > tr > td > .btn-account {
    min-height: 40px;
}

.table thead th {
    border-bottom: 0px;
    border-top: 0px;
}

.table-no-border-row > tr > td {
    border: 0px;
}

.input-error{
    outline: 1px solid red;
}

.digit {
    text-align: right;
}

.nominal {
    text-align: right;
}

.bg-nominal-negative {
    background-color: rgb(231, 231, 231);
}

.trans-meta-label {
    width: 200px;
    margin-right: 10px;
    background-color: red;
}

.w-200 {
    width: 200px;
}
.w-250 {
    width: 250px;
}
.w-300 {
    width: 300px;
}
.w-400 {
    width: 400px;
}

.tag-item {
    background-color: white;
    border-radius: 4px;
    color: rgb(85, 85, 85);
}

.border-collapse {
    border-collapse:collapse;
}
.border-collapse td, .border-collapse th {
    border-color: rgba(0,0,0,0);
}

.action-light {
    color: rgb(223, 223, 223);
}
.action-light:hover {
    color: rgb(42, 151, 214);
}
.action-dark {
    color: rgb(94, 94, 94);
}
.action-dark:hover {
    color: rgb(42, 151, 214);
}
.action-delete:hover {
    color: rgb(214, 42, 114);
}

a {
    color: rgb(42, 151, 214);
}

.btn-add-row {
    width: 100%;
    min-width: 100%;
}

.border-right {
    border-right: 0.5px solid #d1d1d1;
}

.border-left {
    border-left: 0.5px solid #d1d1d1;
}

.border-right-bold {
    border-right: 2px solid #b6b6b6;
}

.border-right-light {
    border-right: 0.5px solid #e9e8e8;
}

.border-top {
    border-top: 0.5px solid #d1d1d1;
}

.border-top-bold {
    border-top: 2.2px solid rgb(172, 172, 172);
}

.border-top-bold-blue {
    border-top: 2.2px solid rgb(144, 201, 228);
}

.border-top-white, .border-bottom-white {
    border-bottom: 0.5px solid #ffffff;
}

.border-top-bottom-bold {
    border-top: 2.2px solid rgb(139, 139, 139);
    border-bottom: 2.2px solid rgb(139, 139, 139);
}

.border-top-bottom-bold-blue {
    border-top: 2.2px solid rgb(144, 201, 228);
    border-bottom: 2.2px solid rgb(144, 201, 228);
}

.border-bottom {
    border-bottom: 0.5px solid #d1d1d1;
}

.border-bottom-bold-blue {
    border-bottom: 2.2px solid rgb(144, 201, 228);
}

.border-top-bottom {
    border-bottom: 0.5px solid #d1d1d1;
    border-top: 0.5px solid #d1d1d1;
}

.border-top-bottom-dash {
    border-top: 1.5px dashed rgb(202, 202, 202);
    border-bottom: 1.5px dashed rgb(202, 202, 202);
}

.bg-green {
    background-color: rgb(43, 221, 162);
}

.bg-soft-green {
    background-color: rgb(152, 235, 207);
}

.bg-blue {
    background-color: rgb(127, 240, 255);
}

.bg-soft-blue {
    background-color: rgb(193, 236, 241);
}

.bg-red {
    background-color: rgb(240, 84, 84);
}

.bg-soft-red {
    background-color: rgb(255, 195, 195);
}

.no-border-top-bottom {
    border-top: 0px;
    border-bottom: 0px;
}

.text-small {
    font-size: 0.9em;
}

.text-smaller {
    font-size: 0.8em;
}

.text-smallest {
    font-size: 0.7em;
}

.text-big {
    font-size: 1.1em;
}

.text-bigger {
    font-size: 1.2em;
}

.text-biggest {
    font-size: 1.3em;
}

.font-dark-1 {
    color:rgb(214, 214, 214)
}

.font-dark-2 {
    color:rgb(199, 199, 199)
}

.font-dark-3 {
    color:rgb(177, 177, 177)
}

.font-dark-4 {
    color:rgb(99, 99, 99)
}

.font-dark-5 {
    color:rgb(0, 0, 0)
}

.bg-grey-1 {
    background-color:rgb(250, 250, 250)
}

.bg-grey-2 {
    background-color:rgb(230, 229, 229)
}

.bg-grey-3 {
    background-color:rgb(214, 213, 213)
}

.bg-grey-4 {
    background-color:rgb(201, 201, 201)
}

.bg-grey-5 {
    background-color:rgb(189, 187, 187)
}

.bg-grey-6 {
    background-color:rgb(177, 175, 175)
}

#simpan > img, #save > img, .loading {
    height: 20px;
    margin-right: 10px;
}

.chart-info-margin {
    margin-left: 20px;
}

.btn-size-1 {
    width: 300px;
}
.btn-size-2 {
    width: 200px;
}
.btn-size-3 {
    width: 150px;
}
.btn-size-4 {
    width: 100px;
}
.btn-size-5 {
    width: 70px;
}