/* Custom styles */

/* to use along with position-absolute */
.b-0 {
	bottom: 0 !important
}
.b-1 {
  bottom: 0.25rem !important;
}
.b-2 {
  bottom: 0.5rem !important;
}
.b-3 {
  bottom: 1rem !important;
}
.b-4 {
  bottom: 1.5rem !important;
}
.b-5 {
  bottom: 3rem !important;
}

/* widths */
.w-4em{
    width: 4em;
}
.w-6em{
    width: 6em;
}
.w-8em{
    width: 8em;
}
.w-10em{
    width: 10em;
}
.w-12em{
    width: 10em;
}

/* font color for tables */
.table thead {
	color: #808080;
}
.table tbody {
	color: #404040;
}

/* color */
.color-money{ /* https://html-color.codes/green */
    color: #2e8b57;    /* seagreen */
}
.color-red{ /* https://html-color.codes/green */
    color: #ff0000;    /* red */
}
.color-red-light{
  color: #ff5c5c;
}
.color-blue{
  color: #0000ff;
}

/* form elements */
.btn-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
.btn-form {
  width: 30%;
}
form label{
  font-weight: bold;
}
.vsep-0 {
  height: 0rem;
}
.vsep-1 {
  height: 1rem;
}
.vsep-2 {
  height: 2rem;
}
.vsep-3 {
  height: 3rem;
}
.vsep-4 {
  height: 4rem;
}
.vsep-5 {
  height: 5rem;
}

