/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #063a11;
  background-color: #94f2a8;
  border-color: #81f099;
}

.alert-primary hr {
  border-top-color: #6aee87;
}

.alert-primary .alert-link {
  color: #010c03;
}

.badge-primary {
  color: #fff;
  background-color: #13a833;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #0d7a25;
}

.bg-primary {
  background-color: #13a833 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0d7a25 !important;
}

.border-primary {
  border-color: #13a833 !important;
}

.btn-primary {
  color: #fff;
  background-color: #13a833;
  border-color: #13a833;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0f8729;
  border-color: #0d7a25;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0f8729;
  border-color: #0d7a25;
  box-shadow: 0 0 0 0.2rem rgba(19, 168, 51, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #13a833;
  border-color: #13a833;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d7a25;
  border-color: #0c6c20;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 168, 51, 0.5);
}

.btn-outline-primary {
  color: #13a833;
  background-color: transparent;
  border-color: #13a833;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #13a833;
  border-color: #13a833;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 168, 51, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #13a833;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #13a833;
  border-color: #13a833;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(19, 168, 51, 0.5);
}

.list-group-item-primary {
  color: #063a11;
  background-color: #81f099;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #063a11;
  background-color: #6aee87;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #063a11;
  border-color: #063a11;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #81f099;
}

.table-hover .table-primary:hover {
  background-color: #6aee87;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #6aee87;
}

.text-primary {
  color: #13a833 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0d7a25 !important;
}

.link-primary {
  color: #13a833;
}
.link-primary:hover, .link-primary:focus {
  color: #0d7a25;
}


/*------------------------------------
- COLOR danger
------------------------------------*/
.alert-danger {
  color: #681c2b;
  background-color: #f4d6dc;
  border-color: #efc6ce;
}

.alert-danger hr {
  border-top-color: #eab2bd;
}

.alert-danger .alert-link {
  color: #40111a;
}

.badge-danger {
  color: #fff;
  background-color: #C93653;
}

.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: #fff;
  background-color: #a02b42;
}

.bg-danger {
  background-color: #C93653 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a02b42 !important;
}

.border-danger {
  border-color: #C93653 !important;
}

.btn-danger {
  color: #fff;
  background-color: #C93653;
  border-color: #C93653;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ac2e47;
  border-color: #a02b42;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ac2e47;
  border-color: #a02b42;
  box-shadow: 0 0 0 0.2rem rgba(201, 54, 83, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #C93653;
  border-color: #C93653;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #a02b42;
  border-color: #94273d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 54, 83, 0.5);
}

.btn-outline-danger {
  color: #C93653;
  background-color: transparent;
  border-color: #C93653;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #C93653;
  border-color: #C93653;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #C93653;
  border-color: #C93653;
  box-shadow: 0 0 0 0.2rem rgba(201, 54, 83, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #C93653;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #C93653;
  border-color: #C93653;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(201, 54, 83, 0.5);
}

.list-group-item-danger {
  color: #681c2b;
  background-color: #efc6ce;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #681c2b;
  background-color: #eab2bd;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #681c2b;
  border-color: #681c2b;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #efc6ce;
}

.table-hover .table-danger:hover {
  background-color: #eab2bd;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #eab2bd;
}

.text-danger {
  color: #C93653 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a02b42 !important;
}

.link-danger {
  color: #C93653;
}
.link-danger:hover, .link-danger:focus {
  color: #a02b42;
}

/*------------------------------------
- COLOR success
------------------------------------*/
.alert-success {
  color: #104960;
  background-color: #c2e6f4;
  border-color: #b0dff1;
}

.alert-success hr {
  border-top-color: #9bd6ee;
}

.alert-success .alert-link {
  color: #082834;
}

.badge-success {
  color: #fff;
  background-color: #2299C9;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #fff;
  background-color: #1a779d;
}

.bg-success {
  background-color: #2299C9 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1a779d !important;
}

.border-success {
  border-color: #2299C9 !important;
}

.btn-success {
  color: #fff;
  background-color: #2299C9;
  border-color: #2299C9;
}

.btn-success:hover {
  color: #fff;
  background-color: #1c81aa;
  border-color: #1a779d;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2299C9;
  border-color: #2299C9;
  box-shadow: 0 0 0 0.2rem rgba(34, 153, 201, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #2299C9;
  border-color: #2299C9;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1a779d;
  border-color: #186d90;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 153, 201, 0.5);
}

.btn-outline-success {
  color: #2299C9;
  background-color: transparent;
  border-color: #2299C9;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #2299C9;
  border-color: #2299C9;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 153, 201, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #2299C9;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #2299C9;
  border-color: #2299C9;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(34, 153, 201, 0.5);
}

.list-group-item-success {
  color: #104960;
  background-color: #b0dff1;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #104960;
  background-color: #9bd6ee;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #104960;
  border-color: #104960;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b0dff1;
}

.table-hover .table-success:hover {
  background-color: #9bd6ee;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #9bd6ee;
}

.text-success {
  color: #2299C9 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1a779d !important;
}

.link-success {
  color: #2299C9;
}
.link-success:hover, .link-success:focus {
  color: #1a779d;
}

/*------------------------------------
- COLOR info
------------------------------------*/
.alert-info {
  color: #084916;
  background-color: #a3f4b5;
  border-color: #90f3a6;
}

.alert-info hr {
  border-top-color: #79f093;
}

.alert-info .alert-link {
  color: #031b08;
}

.badge-info {
  color: #fff;
  background-color: #14B838;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #fff;
  background-color: #0f8a2a;
}

.bg-info {
  background-color: #14B838 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0f8a2a !important;
}

.border-info {
  border-color: #14B838 !important;
}

.btn-info {
  color: #fff;
  background-color: #14B838;
  border-color: #14B838;
}

.btn-info:hover {
  color: #fff;
  background-color: #10972e;
  border-color: #0f8a2a;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #10972e;
  border-color: #0f8a2a;
  box-shadow: 0 0 0 0.2rem rgba(20, 184, 56, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #14B838;
  border-color: #14B838;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0f8a2a;
  border-color: #0d7c25;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 184, 56, 0.5);
}

.btn-outline-info {
  color: #14B838;
  background-color: transparent;
  border-color: #14B838;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #14B838;
  border-color: #14B838;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 184, 56, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #14B838;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #14B838;
  border-color: #14B838;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 184, 56, 0.5);
}

.list-group-item-info {
  color: #084916;
  background-color: #90f3a6;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #084916;
  background-color: #79f093;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #084916;
  border-color: #084916;
}

.table-info,
.table-info > th,
.table-info > td {
  --bs-table-bg: #90f3a6;
}

.table-hover .table-info:hover {
  background-color: #79f093;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #79f093;
}

.text-info {
  color: #14B838 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f8a2a !important;
}

.link-info {
  color: #14B838;
}
.link-info:hover, .link-info:focus {
  color: #0f8a2a;
}

/*------------------------------------
- COLOR header for 会計バンク株式会社
------------------------------------*/
.bg-kkb-primary {
  background-color: #FC7753;
}

.bg-kkb-screen-name {
  background-color: #FC8364;
}