@media (min-width: 576px) {
    .list-res .isi::before {
        content: ': ';
    }
}

@media (max-width: 576px) {
    .list-res > .row > .isi {
        margin-bottom: 10px;
    }
    .list-res > .row > label {
        margin-bottom: 0px;
    }
}

.list-res [data-format="capitalize"] {
    text-transform: capitalize !important;
}

.list-res .isi[data-format="lower"] {
    text-transform: lowercase !important;
}

.list-res .isi[data-format="upper"] {
    text-transform: uppercase !important;
}
.footer:not(.footer-client) {
    min-height: 65px;
}
.btn-tbl-tambah {
    padding: 7px 10px !important;
    background: #079d50 !important;
    color: whitesmoke;
    cursor: pointer;
}
.scroll-sidebar{
    overflow-y: scroll;
}

.scroll-sidebar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0);
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0);
}

.scroll-sidebar::-webkit-scrollbar
{
	width: 8px;
	background-color: rgba(0, 0, 0, 0);
}

.scroll-sidebar::-webkit-scrollbar-thumb
{
    cursor: pointer;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0);
    background-color: rgba(255, 255, 255, .2);
}
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active
{
    background-color: #079d50 !important;
}
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active
{
    background-color: rgba(7, 157, 80, .5) !important;
}
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active
{
    background-color: #079d50 !important;
}
.wizard>.actions a.btn-danger,
.wizard>.actions a.btn-danger:hover,
.wizard>.actions a.btn-danger:active {
    background-color: #d9534f !important;
    text-transform: capitalize;
}
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active
{
    background-color: #eee !important;
    color: #999 !important;
}
.wizard > .actions li:not(.disabled) a[href="#previous"]
{
    background-color: #ff9920 !important;
}
.btn-success {
    background-color: #079d50;
    color: white;
}
.btn-warning {
    background-color: #ff9920;
    color: white;
}
.navbar-nav .mitra-name {
	font-size: 16px;
    background: transparent !important;
    color: #333;
}