/* deposit account page */
#depositaccount .account-book {
	color: black;
}

#depositaccount .account-book.type-1 {
	border-color: #4091ee;
	background-color: #4091ee;
	background-image: linear-gradient(to bottom, #2481eb, white);
}

#depositaccount .account-book.type-1 button:first-child {
	display: none;
}

#depositaccount .account-book.type-2 {
	border-color: #f18af1;
	background-color: #f18af1;
	background-image: linear-gradient(to bottom, #f17af1, white);
}

#depositaccount .account-book.type-4,
#depositaccount .account-book.type-5 {
	border-color: #f5562f;
	background-color: #f5562f;
	background-image: linear-gradient(to bottom, #f33f12, white);
}

#depositaccount .account-book.type-8 {
	border-color: #976897;
	background-color: #976897;
	background-image: linear-gradient(to bottom, #885288, white);
}

#depositaccount .account-book.type-1 .header.line {
	background-color: #4091ee;
}

#depositaccount .account-book.type-2 .header.line {
	background-color: #f18af1;
}

#depositaccount .account-book.type-4 .header.line,
#depositaccount .account-book.type-5 .header.line {
	background-color: #f5562f;
}

#depositaccount .account-book.type-8 .header.line {
	background-color: #976897;
}
/* ---------- */


/* loan agreement page */
#loanagreement .contract {
	color: black;
}

#loanagreement .contract.type-1 {
	border-color: #f7a2a2;
	background-color: #f7a2a2;
	background-image: linear-gradient(to bottom, #f79898, white);
}

#loanagreement .contract.type-2 {
	border-color: #b5f7c6;
	background-color: #b5f7c6;
	background-image: linear-gradient(to bottom, #a6f7ba, white);
}

#loanagreement .contract.type-3 {
	border-color: #e0e0e0;
	background-color: #f2f2f2;
	background-image: linear-gradient(to bottom, #f0f0f0, white);
}

#loanagreement .contract.type-1 .header.line {
	background-color: #f7a2a2;
}

#loanagreement .contract.type-2 .header.line {
	background-color: #b5f7c6;
}

#loanagreement .contract.type-3 .header.line {
	background-color: #f2f2f2;
}

#loanagreement > .row .column .contract.type-2 .btn.guarantors,
#loanrequest > .row .column .request.type-2 .btn.guarantors {
	display: none;
}
/* ---------- */


/* dividend page */
#dividend .card.status-1 {
	background-color: #f1a878;
	background-image: linear-gradient(to bottom, #f1995d, white);
}

#dividend .card.status-2 {
	background-color: #38be75;
	background-image: linear-gradient(to bottom, #25b365, white);
}

#dividend .card.status-1 .header.line {
	background-color: #f1a878;
}

#dividend .card.status-2 .header.line {
	background-color: #38be75;
}
/* ---------- */
