/* src/assets/css/theme-user.css */
.glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
:root {
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
.glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
html {
  background: #ffffff;
}
body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
a.link {
  color: #4b5064;
}
a.link:hover,
a.link:focus {
  color: #385590;
}
.page-item.active .page-link {
  color: #f2f4f8 !important;
  background-color: #385590 !important;
  border-color: #385590 !important;
}
.img-rounded {
  border-radius: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4b5064;
  font-family: "Roboto", sans-serif;
}
.box {
  border-radius: 4px;
}
html body blockquote {
  border-left: 5px solid #385590;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.radius {
  border-radius: 4px;
}
.text-white {
  color: #ffffff !important;
}
.text-danger {
  color: #fc4b6c !important;
}
.text-muted {
  color: #99abb4 !important;
}
.text-warning {
  color: #ff9512 !important;
}
.text-success {
  color: #26da5c !important;
}
.text-info {
  color: #4b72c2 !important;
}
.text-inverse {
  color: #2f3d4a !important;
}
html body .text-blue {
  color: #02bec9 !important;
}
html body .text-purple {
  color: #7460ee !important;
}
html body .text-primary {
  color: #385590 !important;
}
html body .text-megna {
  color: #00897b !important;
}
html body .text-dark {
  color: #000000 !important;
}
html body .text-themecolor {
  color: #385590 !important;
}
.bg-primary {
  background-color: #385590 !important;
}
.bg-success {
  background-color: #26da5c !important;
}
.bg-info {
  background-color: #4b72c2 !important;
}
.bg-warning {
  background-color: #ff9512 !important;
}
.bg-danger {
  background-color: #fc4b6c !important;
}
html body .bg-megna {
  background-color: #00897b;
}
html body .bg-theme {
  background-color: #385590;
}
html body .bg-inverse {
  background-color: #2f3d4a;
}
html body .bg-purple {
  background-color: #7460ee;
}
html body .bg-light-primary {
  background-color: #e8edf6;
}
html body .bg-light-success {
  background-color: #e8fdeb;
}
html body .bg-light-info {
  background-color: #cfecfe;
}
html body .bg-light-extra {
  background-color: #ebf3f5;
}
html body .bg-light-warning {
  background-color: #fff8ec;
}
html body .bg-light-danger {
  background-color: #f9e7eb;
}
html body .bg-light-inverse {
  background-color: #f6f6f6;
}
html body .bg-light {
  background-color: #f2f4f8 !important;
}
html body .bg-white {
  background-color: #ffffff;
}
.round {
  color: #ffffff;
  background: #4b72c2;
}
.round.round-info {
  background: #4b72c2;
}
.round.round-warning {
  background: #ff9512;
}
.round.round-danger {
  background: #fc4b6c;
}
.round.round-success {
  background: #26da5c;
}
.round.round-primary {
  background: #385590;
}
.label {
  color: #ffffff;
  border-radius: 4px;
}
.label-custom {
  background-color: #00897b;
}
.label-success {
  background-color: #26da5c;
}
.label-info {
  background-color: #4b72c2;
}
.label-warning {
  background-color: #ff9512;
}
.label-danger {
  background-color: #fc4b6c;
}
.label-megna {
  background-color: #00897b;
}
.label-primary {
  background-color: #385590;
}
.label-purple {
  background-color: #7460ee;
}
.label-red {
  background-color: #fb3a3a;
}
.label-inverse {
  background-color: #2f3d4a;
}
.label-default {
  background-color: #f2f4f8;
}
.label-white {
  background-color: #ffffff;
}
.label-light-success {
  background-color: #e8fdeb;
  color: #26da5c;
}
.label-light-info {
  background-color: #cfecfe;
  color: #4b72c2;
}
.label-light-warning {
  background-color: #fff8ec;
  color: #ff9512;
}
.label-light-danger {
  background-color: #f9e7eb;
  color: #fc4b6c;
}
.label-light-megna {
  background-color: #e0f2f4;
  color: #00897b;
}
.label-light-primary {
  background-color: #e8edf6;
  color: #385590;
}
.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a,
.pagination > li > span {
  color: #173f17;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #f2f4f8;
}
.pagination-split li {
  float: left;
}
.pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #385590;
  border-color: #385590;
}
.pager li > a,
.pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #173f17;
}
.table td,
.table th {
  border-color: #f3f1f1;
}
.table-hover tbody tr:hover {
  background: #f2f4f8;
}
.badge-success {
  background-color: #26da5c;
}
.badge-info {
  background-color: #4b72c2;
}
.badge-primary {
  background-color: #385590;
}
.badge-warning {
  background-color: #ff9512;
  color: #ffffff;
}
.badge-danger {
  background-color: #fc4b6c;
}
.badge-purple {
  background-color: #7460ee;
}
.badge-red {
  background-color: #fb3a3a;
}
.badge-inverse {
  background-color: #2f3d4a;
}
.btn-link {
  color: #385590;
}
.btn-group label {
  color: #ffffff !important;
}
.btn-group label.btn-secondary {
  color: #000000 !important;
}
button.btn-secondary:focus:hover {
  color: #385590 !important;
}
.btn-secondary,
.btn-secondary.disabled,
.btn-secondary:disabled {
  background: #ffffff;
  border: 2px solid #385590;
  color: #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
.btn-secondary:hover,
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  color: #385590;
  border: 2px solid #385590;
  background: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
.btn-secondary.active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:focus,
.btn-secondary:disabled.active,
.btn-secondary:disabled:focus {
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
  color: #ffffff !important;
}
.btn-secondary:disabled,
.btn-secondary.disabled:disabled,
.btn-secondary:disabled:disabled {
  border: 2px solid #b9b9b9 !important;
  color: #b9b9b9;
}
.btn-secondary:disabled:hover,
.btn-secondary.disabled:disabled:hover,
.btn-secondary:disabled:disabled:hover {
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
  background: #385590;
  border: 1px solid #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
.btn-primary:hover,
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  background: #385590;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
  border: 1px solid #385590;
}
.btn-primary.active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:focus,
.btn-primary:disabled.active,
.btn-primary:disabled:focus {
  background: #324c81;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
.btn-themecolor,
.btn-themecolor.disabled,
.btn-themecolor:disabled {
  background: #385590;
  color: #ffffff;
  border: 1px solid #385590;
}
.btn-themecolor:hover,
.btn-themecolor.disabled:hover,
.btn-themecolor:disabled:hover {
  background: #385590;
  border: 1px solid #385590;
}
.btn-themecolor.active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:focus,
.btn-themecolor:disabled.active,
.btn-themecolor:disabled:focus {
  background: #263a62;
}
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
  background: #26da5c;
  border: 1px solid #26da5c;
  box-shadow:
    0 2px 2px 0 rgba(40, 190, 189, 0.14),
    0 3px 1px -2px rgba(40, 190, 189, 0.2),
    0 1px 5px 0 rgba(40, 190, 189, 0.12);
}
.btn-success:hover,
.btn-success.disabled:hover,
.btn-success:disabled:hover {
  background: #26da5c;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #26da5c;
}
.btn-success.active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:focus,
.btn-success:disabled.active,
.btn-success:disabled:focus {
  background: #1eacbe;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-info,
.btn-info.disabled,
.btn-info:disabled {
  background: #4b72c2;
  border: 1px solid #4b72c2;
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
.btn-info:hover,
.btn-info.disabled:hover,
.btn-info:disabled:hover {
  background: #4b72c2;
  border: 1px solid #4b72c2;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-info.active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:focus,
.btn-info:disabled.active,
.btn-info:disabled:focus {
  background: #028ee1;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
  background: #ff9512;
  color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(248, 194, 0, 0.14),
    0 3px 1px -2px rgba(248, 194, 0, 0.2),
    0 1px 5px 0 rgba(248, 194, 0, 0.12);
  border: 1px solid #ff9512;
}
.btn-warning:hover,
.btn-warning.disabled:hover,
.btn-warning:disabled:hover {
  background: #ff9512;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
  border: 1px solid #ff9512;
}
.btn-warning.active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:focus,
.btn-warning:disabled.active,
.btn-warning:disabled:focus {
  background: #dc7e0a;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled {
  background: #fc4b6c;
  border: 1px solid #fc4b6c;
  box-shadow:
    0 2px 2px 0 rgba(239, 83, 80, 0.14),
    0 3px 1px -2px rgba(239, 83, 80, 0.2),
    0 1px 5px 0 rgba(239, 83, 80, 0.12);
}
.btn-danger:hover,
.btn-danger.disabled:hover,
.btn-danger:disabled:hover {
  background: #fc4b6c;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
  border: 1px solid #fc4b6c;
}
.btn-danger.active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:focus,
.btn-danger:disabled.active,
.btn-danger:disabled:focus {
  background: #e6294b;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-inverse,
.btn-inverse.disabled,
.btn-inverse:disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse.disabled:hover,
.btn-inverse:disabled:hover {
  background: #2f3d4a;
  color: #ffffff;
  border: 1px solid #2f3d4a;
}
.btn-inverse.active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:focus,
.btn-inverse:disabled.active,
.btn-inverse:disabled:focus {
  background: #233723;
  color: #ffffff;
}
.btn-red,
.btn-red.disabled,
.btn-red:disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
.btn-red:hover,
.btn-red.disabled:hover,
.btn-red:disabled:hover {
  border: 1px solid #fb3a3a;
  background: #fb3a3a;
}
.btn-red.active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:focus,
.btn-red:disabled.active,
.btn-red:disabled:focus {
  background: #e6294b;
}
.btn-outline-secondary {
  background-color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(169, 169, 169, 0.14),
    0 3px 1px -2px rgba(169, 169, 169, 0.2),
    0 1px 5px 0 rgba(169, 169, 169, 0.12);
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow:
    0 14px 26px -12px rgba(169, 169, 169, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-secondary.active,
.btn-outline-secondary:focus {
  box-shadow:
    0 14px 26px -12px rgba(169, 169, 169, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
.btn-outline-primary {
  color: #385590;
  background-color: #ffffff;
  border-color: #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
  background: #385590 !important;
  color: #ffffff !important;
  border-color: #385590 !important;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2) !important;
}
.btn-outline-primary.active,
.btn-outline-primary:focus {
  background: #385590 !important;
  color: #ffffff !important;
  border-color: #385590 !important;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
.btn-outline-success {
  color: #26da5c;
  border-color: #26da5c;
  box-shadow:
    0 2px 2px 0 rgba(40, 190, 189, 0.14),
    0 3px 1px -2px rgba(40, 190, 189, 0.2),
    0 1px 5px 0 rgba(40, 190, 189, 0.12);
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
  background: #26da5c;
  border-color: #26da5c;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-success.active,
.btn-outline-success:focus {
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
.btn-outline-info {
  color: #4b72c2;
  border-color: #4b72c2;
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
  background: #4b72c2;
  border-color: #4b72c2;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-info.active,
.btn-outline-info:focus {
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
.btn-outline-warning {
  color: #ff9512;
  border-color: #ff9512;
  box-shadow:
    0 2px 2px 0 rgba(248, 194, 0, 0.14),
    0 3px 1px -2px rgba(248, 194, 0, 0.2),
    0 1px 5px 0 rgba(248, 194, 0, 0.12);
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
  background: #ff9512;
  border-color: #ff9512;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-warning.active,
.btn-outline-warning:focus {
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
.btn-outline-danger {
  color: #fc4b6c;
  border-color: #fc4b6c;
  box-shadow:
    0 2px 2px 0 rgba(239, 83, 80, 0.14),
    0 3px 1px -2px rgba(239, 83, 80, 0.2),
    0 1px 5px 0 rgba(239, 83, 80, 0.12);
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
  background: #fc4b6c;
  border-color: #fc4b6c;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-danger.active,
.btn-outline-danger:focus {
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red {
  color: #fb3a3a;
  border-color: #fb3a3a;
}
.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-red.active,
.btn-outline-red:focus {
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
.btn-outline-inverse {
  color: #2f3d4a;
  border-color: #2f3d4a;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
  background: #2f3d4a;
  border-color: #2f3d4a;
  color: #ffffff;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  background-color: #324c81;
  border: 1px solid #324c81;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1eacbe;
  border: 1px solid #1eacbe;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus {
  background-color: #dc7e0a;
  border: 1px solid #dc7e0a;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open > .dropdown-toggle.btn-inverse {
  background-color: #233723;
  border: 1px solid #233723;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}
.btn-facebook {
  color: #ffffff;
}
.btn-twitter {
  color: #ffffff;
}
.btn-linkedin {
  color: #ffffff;
}
.btn-dribbble {
  color: #ffffff;
}
.btn-googleplus {
  color: #ffffff;
}
.btn-instagram {
  color: #ffffff;
}
.btn-pinterest {
  color: #ffffff;
}
.btn-dropbox {
  color: #ffffff;
}
.btn-flickr {
  color: #ffffff;
}
.btn-tumblr {
  color: #ffffff;
}
.btn-skype {
  color: #ffffff;
}
.btn-youtube {
  color: #ffffff;
}
.btn-github {
  color: #ffffff;
}
.notify .heartbit {
  border: 5px solid #fc4b6c;
}
.notify .point {
  background-color: #fc4b6c;
}
.mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}
.mega-dropdown .nav-accordion .card-header h5 a {
  color: #000000;
}
ul.list-style-none li a {
  color: #000000;
}
ul.list-style-none li a:hover {
  color: #385590;
}
.dropdown-item {
  color: #000000;
}
.form-control {
  color: #000000;
}
.custom-control-input:checked ~ .custom-control-indicator {
  background-color: #26da5c;
}
.form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.card-no-border .card {
  border-color: #d7dfe3;
  border-radius: 4px;
}
.card-no-border .sidebar-footer {
  background: #f2f6f8;
}
.card-no-border .navigation > ul > li > a.active {
  background: #ffffff;
}
.card-outline-danger,
.card-outline-info,
.card-outline-warning,
.card-outline-success,
.card-outline-primary {
  background: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
a {
  color: var(--bs-link-color);
}
.btn-secondary.active,
.btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
div.ngb-dp-weekday {
  color: #385590 !important;
}
.page-wrapper {
  background: #ffffff;
}
.topbar .top-navbar .navbar-nav > .nav-item.show {
  background: rgba(0, 0, 0, 0.05);
}
.topbar .dropdown-menu {
  border-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li.divider {
  background-color: rgba(120, 130, 140, 0.13);
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
  color: #ffffff;
}
.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
  background: #e6294b;
}
.topbar ul.dropdown-user li a {
  color: #000000;
}
.topbar ul.dropdown-user li a:hover {
  background: #f2f4f8;
  color: #385590;
}
.search-box .app-search .srh-btn {
  background: #ffffff;
}
.page-titles hr {
  border-top: 2px solid #385590;
}
.page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a6b7bf;
}
.page-titles .breadcrumb .breadcrumb-item.active {
  color: #99abb4;
}
.right-sidebar {
  background: #ffffff;
}
.right-sidebar .rpanel-title {
  color: #ffffff;
  background: #385590;
}
.right-sidebar .rpanel-title span:hover {
  color: #ffffff;
}
.chatonline li a span {
  color: #000000;
}
ul#themecolors li a.working:before {
  color: #ffffff;
}
.default-theme {
  background: #99abb4;
}
.green-theme {
  background: #26da5c;
}
.yellow-theme {
  background: #ff9512;
}
.red-theme {
  background: #fc4b6c;
}
.blue-theme {
  background: #4b72c2;
}
.purple-theme {
  background: #7460ee;
}
.megna-theme {
  background: #00897b;
}
.footer {
  color: #000000;
  background: #ffffff;
}
.card .card-subtitle {
  color: #99abb4;
}
.card-success {
  background: #26da5c;
  border-color: #26da5c;
}
.card-danger {
  background: #fc4b6c;
  border-color: #fc4b6c;
}
.card-warning {
  background: #ff9512;
  border-color: #ff9512;
}
.card-info {
  background: #4b72c2;
  border-color: #4b72c2;
}
.card-primary {
  background: #385590;
  border-color: #385590;
}
.card-dark {
  background: #2f3d4a;
  border-color: #2f3d4a;
}
.card-megna {
  background: #00897b;
  border-color: #00897b;
}
.card-actions {
  float: right;
}
.card-actions a {
  color: #000000;
}
.card-info {
  background: #4b72c2;
  border-color: #4b72c2;
}
.card-primary {
  background: #385590;
  border-color: #385590;
}
.card-outline-info {
  border-color: #4b72c2;
}
.card-outline-info .card-header {
  background: #4b72c2;
  border-color: #4b72c2;
}
.card-outline-inverse {
  border-color: #2f3d4a;
}
.card-outline-inverse .card-header {
  background: #2f3d4a;
  border-color: #2f3d4a;
}
.card-outline-warning {
  border-color: #ff9512;
}
.card-outline-warning .card-header {
  background: #ff9512;
  border-color: #ff9512;
}
.card-outline-success {
  border-color: #26da5c;
}
.card-outline-success .card-header {
  background: #26da5c;
  border-color: #26da5c;
}
.card-outline-danger {
  border-color: #fc4b6c;
}
.card-outline-danger .card-header {
  background: #fc4b6c;
  border-color: #fc4b6c;
}
.card-outline-primary {
  border-color: #385590;
}
.card-outline-primary .card-header {
  background: #385590;
  border-color: #385590;
}
.bc-colored .breadcrumb-item,
.bc-colored .breadcrumb-item a {
  color: #ffffff;
}
ul.list-icons li a {
  color: #000000;
}
ul.list-icons li a:hover {
  color: #385590;
}
html body .jqstooltip,
html body .flotTip {
  background: #173f17;
  color: #ffffff;
}
.percent {
  color: #173f17;
}
.amp-pxl .ct-series-a .ct-bar {
  stroke: #4b72c2;
}
.amp-pxl .ct-series-b .ct-bar {
  stroke: #26da5c;
}
.c3-chart-arcs-title,
.c3-legend-item {
  font-family: "Roboto", sans-serif;
  fill: #000000;
}
html body #visitor .c3-chart-arcs-title {
  fill: #99abb4;
}
.stylish-table thead th {
  color: #99abb4;
}
.stylish-table tbody tr {
  border-left: 4px solid #ffffff;
}
.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
  border-left: 4px solid #385590;
}
.campaign .ct-series-a .ct-line,
.campaign .ct-series-a .ct-point {
  stroke: #26da5c;
}
.campaign .ct-series-b .ct-area {
  fill: #4b72c2;
}
.campaign .ct-series-b .ct-line,
.campaign .ct-series-b .ct-point {
  stroke: #4b72c2;
}
.campaign2 .ct-series-a .ct-line,
.campaign2 .ct-series-a .ct-point {
  stroke: #26da5c;
}
.campaign2 .ct-series-b .ct-area {
  fill: #4b72c2;
}
.campaign2 .ct-series-b .ct-line,
.campaign2 .ct-series-b .ct-point {
  stroke: #4b72c2;
}
.total-sales .chartist-tooltip {
  background: #26da5c;
}
.ct-chart .ct-series-a .ct-slice-donut {
  stroke: #26da5c;
}
.ct-chart .ct-series-b .ct-slice-donut {
  stroke: #f2f4f8;
}
.ct-chart .ct-series-c .ct-slice-donut {
  stroke: #4b72c2;
}
#visitfromworld path.jvectormap-region.jvectormap-element {
  stroke: #99abb4;
}
.jvectormap-zoomin,
.jvectormap-zoomout,
.jvectormap-goback {
  background: #99abb4;
}
.calendar-events {
  border: 1px solid #ffffff;
}
.calendar-events:hover {
  border: 1px dashed rgba(120, 130, 140, 0.13);
}
.total-revenue4 .ct-series-a .ct-line {
  stroke: #4b72c2;
}
.total-revenue4 .ct-series-a .ct-point {
  stroke: #4b72c2;
}
.total-revenue4 .ct-series-b .ct-line {
  stroke: #26da5c;
}
.total-revenue4 .ct-series-b .ct-point {
  stroke: #26da5c;
}
.total-revenue4 .ct-series-a .ct-area {
  fill: #4b72c2;
}
.total-revenue4 .ct-series-b .ct-area {
  fill: #26da5c;
}
.fileinput .input-group-addon {
  border-bottom: 1px solid #d9d9d9;
  background: #ffffff;
}
.profile-tab li a.nav-link,
.customtab li a.nav-link {
  color: #000000;
}
.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
  border-bottom: 2px solid #385590;
  color: #385590;
}
.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
  color: #385590;
}
.select2-container--default .select2-selection--single {
  border-color: #d9d9d9;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
.form-control-line .form-control {
  border-bottom: 1px solid #d9d9d9;
}
.form-control-line .form-control:focus {
  border-bottom: 1px solid #385590;
}
.floating-labels .form-control {
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid #d9d9d9;
}
.floating-labels .has-error .form-control {
  border-bottom: 1px solid #fc4b6c;
}
.floating-labels .has-warning .form-control {
  border-bottom: 1px solid #ff9512;
}
.floating-labels .has-success .form-control {
  border-bottom: 1px solid #26da5c;
}
.floating-labels label {
  color: #000000;
}
.floating-labels .focused label {
  color: #173f17;
}
.floating-labels .bar:before,
.floating-labels .bar:after {
  background: #385590;
}
.has-warning .bar:before,
.has-warning .bar:after {
  background: #ff9512;
}
.has-success .bar:before,
.has-success .bar:after {
  background: #26da5c;
}
.has-error .bar:before,
.has-error .bar:after {
  background: #fc4b6c;
}
.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #ff9512;
}
.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #26da5c;
}
.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #fc4b6c;
}
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #fc4b6c;
}
.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
  border: 1px solid #26da5c;
}
.form-group.error .help-block ul {
  color: #fc4b6c;
}
.form-group.issue .help-block ul {
  color: #ff9512;
}
.pagination-circle li.active a {
  background: #26da5c;
}
.pagination-circle li a {
  background: #f2f4f8;
}
.pagination-circle li a:hover {
  background: #26da5c;
  color: #ffffff;
}
.pagination-circle li.disabled a {
  background: #f2f4f8;
  color: rgba(120, 130, 140, 0.13);
}
.dropzone {
  border: 1px dashed #d9d9d9;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #385590;
}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
  background: #385590;
  color: #ffffff;
}
.icolors > li {
  background: #173f17;
}
.icolors > li.active:after {
  color: #ffffff;
}
.icolors > li.orange {
  background: #fc4b6c;
}
.icolors > li.yellow {
  background: #ff9512;
}
.icolors > li.info {
  background: #4b72c2;
}
.icolors > li.green {
  background: #26da5c;
}
.icolors > li.red {
  background: #fb3a3a;
}
.icolors > li.purple {
  background: #7460ee;
}
.icolors > li.blue {
  background: #02bec9;
}
.note-editor.note-frame {
  border: 1px solid #d9d9d9;
}
.note-editor.note-frame .panel-heading {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.color-table.primary-table thead th {
  background-color: #385590;
  color: #ffffff;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #f2f4f8;
}
.color-table.success-table thead th {
  background-color: #26da5c;
  color: #ffffff;
}
.color-table.info-table thead th {
  background-color: #4b72c2;
  color: #ffffff;
}
.color-table.warning-table thead th {
  background-color: #ff9512;
  color: #ffffff;
}
.color-table.danger-table thead th {
  background-color: #fc4b6c;
  color: #ffffff;
}
.color-table.inverse-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}
.color-table.dark-table thead th {
  background-color: #173f17;
  color: #ffffff;
}
.color-table.red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}
.color-table.purple-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}
.color-table.muted-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}
.color-bordered-table.primary-bordered-table {
  border: 2px solid #385590;
}
.color-bordered-table.primary-bordered-table thead th {
  background-color: #385590;
  color: #ffffff;
}
.color-bordered-table.success-bordered-table {
  border: 2px solid #26da5c;
}
.color-bordered-table.success-bordered-table thead th {
  background-color: #26da5c;
  color: #ffffff;
}
.color-bordered-table.info-bordered-table {
  border: 2px solid #4b72c2;
}
.color-bordered-table.info-bordered-table thead th {
  background-color: #4b72c2;
  color: #ffffff;
}
.color-bordered-table.warning-bordered-table {
  border: 2px solid #ff9512;
}
.color-bordered-table.warning-bordered-table thead th {
  background-color: #ff9512;
  color: #ffffff;
}
.color-bordered-table.danger-bordered-table {
  border: 2px solid #fc4b6c;
}
.color-bordered-table.danger-bordered-table thead th {
  background-color: #fc4b6c;
  color: #ffffff;
}
.color-bordered-table.inverse-bordered-table {
  border: 2px solid #2f3d4a;
}
.color-bordered-table.inverse-bordered-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}
.color-bordered-table.dark-bordered-table {
  border: 2px solid #173f17;
}
.color-bordered-table.dark-bordered-table thead th {
  background-color: #173f17;
  color: #ffffff;
}
.color-bordered-table.red-bordered-table {
  border: 2px solid #fb3a3a;
}
.color-bordered-table.red-bordered-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}
.color-bordered-table.purple-bordered-table {
  border: 2px solid #7460ee;
}
.color-bordered-table.purple-bordered-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}
.color-bordered-table.muted-bordered-table {
  border: 2px solid #99abb4;
}
.color-bordered-table.muted-bordered-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}
.full-color-table.full-primary-table {
  background-color: #e8edf6;
}
.full-color-table.full-primary-table thead th {
  background-color: #385590;
  color: #ffffff;
}
.full-color-table.full-primary-table tr:hover {
  background-color: #385590;
  color: #ffffff;
}
.full-color-table.full-success-table {
  background-color: #e8fdeb;
}
.full-color-table.full-success-table thead th {
  background-color: #26da5c;
  color: #ffffff;
}
.full-color-table.full-success-table tr:hover {
  background-color: #26da5c;
  color: #ffffff;
}
.full-color-table.full-info-table {
  background-color: #cfecfe;
}
.full-color-table.full-info-table thead th {
  background-color: #4b72c2;
  color: #ffffff;
}
.full-color-table.full-info-table tr:hover {
  background-color: #4b72c2;
  color: #ffffff;
}
.full-color-table.full-warning-table {
  background-color: #fff8ec;
}
.full-color-table.full-warning-table thead th {
  background-color: #ff9512;
  color: #ffffff;
}
.full-color-table.full-warning-table tr:hover {
  background-color: #ff9512;
  color: #ffffff;
}
.full-color-table.full-danger-table {
  background-color: #f9e7eb;
}
.full-color-table.full-danger-table thead th {
  background-color: #fc4b6c;
  color: #ffffff;
}
.full-color-table.full-danger-table tr:hover {
  background-color: #fc4b6c;
  color: #ffffff;
}
.full-color-table.full-inverse-table {
  background-color: #f6f6f6;
}
.full-color-table.full-inverse-table thead th {
  background-color: #2f3d4a;
  color: #ffffff;
}
.full-color-table.full-inverse-table tr:hover {
  background-color: #2f3d4a;
  color: #ffffff;
}
.full-color-table.full-dark-table thead th {
  background-color: #173f17;
  color: #ffffff;
}
.full-color-table.full-dark-table tbody td {
  color: #ffffff;
}
.full-color-table.full-dark-table tr:hover {
  background-color: #173f17;
  color: #ffffff;
}
.full-color-table.full-red-table {
  background-color: #f9e7eb;
}
.full-color-table.full-red-table thead th {
  background-color: #fb3a3a;
  color: #ffffff;
}
.full-color-table.full-red-table tr:hover {
  background-color: #fb3a3a;
  color: #ffffff;
}
.full-color-table.full-purple-table {
  background-color: #e8edf6;
}
.full-color-table.full-purple-table thead th {
  background-color: #7460ee;
  color: #ffffff;
}
.full-color-table.full-purple-table tr:hover {
  background-color: #7460ee;
  color: #ffffff;
}
.full-color-table.full-muted-table thead th {
  background-color: #99abb4;
  color: #ffffff;
}
.full-color-table.full-muted-table tr:hover {
  background-color: #99abb4;
  color: #ffffff;
}
.dt-buttons .dt-button {
  border-radius: 4px;
  background: #385590;
  color: #ffffff;
}
.dt-buttons .dt-button:hover {
  background: #2f3d4a;
}
.dataTables_length select {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
.dataTables_length select:focus {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
.dataTables_filter input {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
.dataTables_filter input:focus {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #000000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff;
  border: 1px solid #385590;
  background-color: #385590;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  color: #000000;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #385590;
  background-color: #385590;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #000000;
}
.tablesaw-bar .btn-group label {
  color: #000000;
}
#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button {
  background: #ffffff;
}
#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff;
}
#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button a {
  border-radius: 4px;
}
#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button.active a,
#editable-datatable_wrapper .paging_simple_numbers .pagination .paginate_button:hover a {
  background: #4b72c2;
  color: #ffffff;
}
#demo-show-entries {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
  color: #000000;
}
#demo-show-entries:focus {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
#demo-input-search2 {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
  color: #000000;
}
#demo-input-search2:focus {
  background-image: linear-gradient(#385590, #385590), linear-gradient(#d9d9d9, #d9d9d9);
}
.footable .pagination li a {
  background-color: #ffffff;
}
.footable .pagination li.disabled a {
  background-color: #ffffff;
}
.footable-odd {
  background: #f2f4f8;
}
.icon-list-demo div {
  color: #000000;
}
.icon-list-demo div:hover {
  color: #173f17;
}
.icon-list-demo .col-md-4,
.icon-list-demo .col-3 {
  border-radius: 4px;
}
.icon-list-demo .col-md-4:hover,
.icon-list-demo .col-3:hover {
  background-color: #ebf3f5;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  color: #ffffff;
  background: #385590;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
  color: #ffffff;
  background: #4b72c2;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
  color: #ffffff;
  background: #26da5c;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
  color: #ffffff;
  background: #ff9512;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
  color: #ffffff;
  background: #fc4b6c;
}
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
  color: #173f17;
  background: #f2f4f8;
}
.onoffswitch-label {
  border: 2px solid #26da5c;
}
.onoffswitch-inner:before {
  background-color: #26da5c;
}
.onoffswitch-switch {
  border: 2px solid #26da5c;
}
.dp-selected[style] {
  background-color: #385590;
}
.datepaginator-sm .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator .pagination li a {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.show-grid [class^=col-] {
  border: 1px solid #d9d9d9;
  background-color: #f2f4f8;
}
.vtabs .tabs-vertical {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.vtabs .tabs-vertical li .nav-link {
  color: #173f17;
}
.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link.active:focus {
  background: #385590;
  color: #ffffff;
}
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
  background: #ffffff;
  border-right: 2px solid #385590;
  color: #385590;
}
.customtab2 li a.nav-link {
  color: #000000;
}
.customtab2 li a.nav-link.active {
  background: #385590;
  color: #ffffff;
}
.customtab2 li a.nav-link:hover {
  color: #ffffff;
  background: #385590;
}
.jq-icon-info {
  background-color: #4b72c2;
  color: #ffffff;
}
.jq-icon-success {
  background-color: #26da5c;
  color: #ffffff;
}
.jq-icon-error {
  background-color: #fc4b6c;
  color: #ffffff;
}
.jq-icon-warning {
  background-color: #ff9512;
  color: #ffffff;
}
.list-group a.list-group-item:hover {
  background: #f2f4f8;
}
.list-group-item.active,
.list-group .list-group-item.active:hover {
  background: #385590;
  border-color: #385590;
}
.list-group-item.disabled {
  color: #99abb4;
  background: #f2f4f8;
}
.media {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.el-element-overlay .el-card-item .el-card-content a {
  color: #000000;
}
.el-element-overlay .el-card-item .el-card-content a:hover {
  color: #385590;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  color: #ffffff;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a {
  border-color: #ffffff;
  color: #ffffff;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info > li a:hover {
  background: #385590;
  border-color: #385590;
}
.timeline:before {
  background-color: #f2f4f8;
}
.timeline > li > .timeline-panel {
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 4px;
}
.timeline > li > .timeline-panel:before {
  border-right: 0 solid rgba(120, 130, 140, 0.13);
  border-left: 8px solid rgba(120, 130, 140, 0.13);
}
.timeline > li > .timeline-panel:after {
  border-right: 0 solid #ffffff;
  border-left: 7px solid #ffffff;
}
.timeline-badge.primary {
  background-color: #385590;
}
.timeline-badge.success {
  background-color: #26da5c;
}
.timeline-badge.warning {
  background-color: #ff9512;
}
.timeline-badge.danger {
  background-color: #fc4b6c;
}
.timeline-badge.info {
  background-color: #4b72c2;
}
.cd-horizontal-timeline .events a {
  color: #385590;
}
.cd-horizontal-timeline .filling-line,
.cd-horizontal-timeline .events a.selected::after {
  background: #385590;
}
.cd-horizontal-timeline .events a.selected::after {
  border-color: #385590;
}
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
}
.myadmin-dd-empty .dd-list .dd3-content {
  background: #ffffff;
}
.myadmin-dd-empty .dd-list .dd3-handle {
  background: #ffffff;
}
.dd3-handle:before {
  color: #000000;
}
.ribbon {
  color: #ffffff;
}
.ribbon-bookmark:before {
  border: 15px solid #173f17;
}
.ribbon-bookmark.ribbon-right:before {
  border-right: 15px solid #173f17;
}
.ribbon-bookmark.ribbon-vertical-l:before,
.ribbon-bookmark.ribbon-vertical-r:before {
  border-right: 15px solid #173f17;
}
.ribbon-corner:before {
  border-top-color: #385590;
  border-left-color: #385590;
}
.ribbon-custom {
  background: #385590;
}
.ribbon-bookmark.ribbon-right.ribbon-custom:before {
  border-right-color: #385590;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-custom:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-custom:before {
  border-right-color: #385590;
}
.ribbon-primary {
  background: #385590;
}
.ribbon-bookmark.ribbon-primary:before {
  border-color: #385590;
}
.ribbon-bookmark.ribbon-right.ribbon-primary:before {
  border-right-color: #385590;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-primary:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-primary:before {
  border-right-color: #385590;
}
.ribbon-primary.ribbon-corner:before {
  border-top-color: #385590;
  border-left-color: #385590;
}
.ribbon-primary.ribbon-corner.ribbon-right:before {
  border-right-color: #385590;
}
.ribbon-primary.ribbon-corner.ribbon-bottom:before {
  border-bottom-color: #385590;
}
.ribbon-success {
  background: #26da5c;
}
.ribbon-bookmark.ribbon-success:before {
  border-color: #26da5c;
}
.ribbon-bookmark.ribbon-right.ribbon-success:before {
  border-right-color: #26da5c;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-success:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-success:before {
  border-right-color: #26da5c;
}
.ribbon-success.ribbon-corner:before {
  border-top-color: #26da5c;
  border-left-color: #26da5c;
}
.ribbon-success.ribbon-corner.ribbon-right:before {
  border-right-color: #26da5c;
}
.ribbon-success.ribbon-corner.ribbon-bottom:before {
  border-bottom-color: #26da5c;
}
.ribbon-info {
  background: #4b72c2;
}
.ribbon-bookmark.ribbon-info:before {
  border-color: #4b72c2;
}
.ribbon-bookmark.ribbon-right.ribbon-info:before {
  border-right-color: #4b72c2;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-info:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-info:before {
  border-right-color: #4b72c2;
}
.ribbon-info.ribbon-corner:before {
  border-top-color: #4b72c2;
  border-left-color: #4b72c2;
}
.ribbon-info.ribbon-corner.ribbon-right:before {
  border-right-color: #4b72c2;
}
.ribbon-info.ribbon-corner.ribbon-bottom:before {
  border-bottom-color: #4b72c2;
}
.ribbon-warning {
  background: #ff9512;
}
.ribbon-bookmark.ribbon-warning:before {
  border-color: #ff9512;
}
.ribbon-bookmark.ribbon-right.ribbon-warning:before {
  border-right-color: #ff9512;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-warning:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-warning:before {
  border-right-color: #ff9512;
}
.ribbon-warning.ribbon-corner:before {
  border-top-color: #ff9512;
  border-left-color: #ff9512;
}
.ribbon-warning.ribbon-corner.ribbon-right:before {
  border-right-color: #ff9512;
}
.ribbon-warning.ribbon-corner.ribbon-bottom:before {
  border-bottom-color: #ff9512;
}
.ribbon-danger {
  background: #fc4b6c;
}
.ribbon-bookmark.ribbon-danger:before {
  border-color: #fc4b6c;
}
.ribbon-bookmark.ribbon-right.ribbon-danger:before {
  border-right-color: #fc4b6c;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-danger:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-danger:before {
  border-right-color: #fc4b6c;
}
.ribbon-danger.ribbon-corner:before {
  border-top-color: #fc4b6c;
  border-left-color: #fc4b6c;
}
.ribbon-danger.ribbon-corner.ribbon-right:before {
  border-right-color: #fc4b6c;
}
.ribbon-danger.ribbon-corner.ribbon-bottom:before {
  border-bottom-color: #fc4b6c;
}
.ribbon-default {
  background: #173f17;
}
.ribbon-bookmark.ribbon-default:before {
  border-color: #173f17;
}
.ribbon-bookmark.ribbon-right.ribbon-default:before {
  border-right-color: #173f17;
}
.ribbon-bookmark.ribbon-vertical-l.ribbon-default:before,
.ribbon-bookmark.ribbon-vertical-r.ribbon-default:before {
  border-right-color: #173f17;
}
.ribbon-default.ribbon-corner:before {
  border-top-color: #173f17;
  border-left-color: #173f17;
}
.ribbon-default.ribbon-corner.ribbon-right:before {
  border-right-color: #173f17;
}
.ribbon-default.ribbon-corner.ribbon-bottom:before {
  border-bottom-color: #173f17;
}
#idletimeout {
  background: #385590;
  border: 3px solid #385590;
}
#idletimeout a {
  color: #ffffff;
}
:root {
  --color_vivid_tangerine_approx: #385590;
}
.mytooltip:hover .tooltip-item2 {
  color: #ffffff;
}
.tooltip-item {
  background: var(--black_10);
}
.tooltip-content {
  box-shadow: -5px -5px 15px var(--color_outer_space_20_approx);
  background: var(--color_baltic_sea_approx);
}
.tooltip-content::after {
  border-top-color: var(--color_charade_approx);
}
.tooltip-text {
  color: #ffffff;
}
.tooltip-content2 {
  background: var(--color_vivid_tangerine_approx);
  color: #ffffff;
}
.tooltip-content3 {
  color: #ffffff;
}
.tooltip-content3::after {
  background: var(--color_cerulean_approx);
}
.tooltip-item2 {
  color: var(--color_cerulean_approx);
}
.tooltip-content4 {
  background: var(--color_cerulean_approx);
  color: #ffffff;
  border-bottom: 55px solid var(--color_baltic_sea_approx);
}
.tooltip-content4 a {
  color: var(--color_baltic_sea_approx);
}
.tooltip-content5 {
  color: #ffffff;
}
.tooltip-text3 {
  border-bottom: 10px solid var(--color_vivid_tangerine_approx);
}
.tooltip-inner2 {
  background: var(--color_baltic_sea_approx);
}
.tooltip-content5::after {
  border-top-color: var(--color_vivid_tangerine_approx);
}
.tooltip-effect-1 .tooltip-content {
  color: #ffffff;
}
a.mytooltip {
  color: var(--color_vivid_tangerine_approx);
}
.gmaps,
.gmaps-panaroma {
  background: #f2f4f8;
}
.gmaps-overlay {
  color: #ffffff;
  background: #385590;
}
.gmaps-overlay_arrow.above {
  border-top: 16px solid #385590;
}
.gmaps-overlay_arrow.below {
  border-bottom: 16px solid #385590;
}
.search-listing li {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.search-listing li h3 a {
  color: #4b72c2;
}
.search-listing li a {
  color: #26da5c;
}
.minimal-faq .card .card-header {
  background: #ffffff;
}
.featured-plan .pricing-body {
  background: #ebf3f5;
}
.chat-main-box .chat-left-aside {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-left-aside .chat-left-inner .form-control {
  background-image: linear-gradient(#4b72c2, #4b72c2), linear-gradient(rgba(120, 130, 140, 0.13), rgba(120, 130, 140, 0.13));
}
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a:hover,
.chat-main-box .chat-left-aside .chat-left-inner .style-none li a.active {
  background: #ebf3f5;
}
.chat-main-box .chat-right-aside .send-chat-box .form-control {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-right-aside .send-chat-box .form-control:focus {
  border-color: rgba(120, 130, 140, 0.13);
}
.chat-main-box .chat-right-aside .send-chat-box .custom-send .cst-icon {
  color: #000000;
}
.inbox-panel .list-group .list-group-item a {
  color: #000000;
}
.inbox-panel .list-group .list-group-item.active,
.inbox-panel .list-group .list-group-item:hover {
  background: #f2f4f8;
  border-left: 3px solid #385590;
}
.inbox-center a {
  color: #000000;
}
.left-aside {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
.list-style-none li.divider {
  background: rgba(120, 130, 140, 0.13);
}
.list-style-none li a {
  color: #000000;
}
.list-style-none li a:hover {
  color: #385590;
}
.list-style-none li a span {
  float: right;
}
.left-sidebar {
  background: #ffffff;
}
.navigation {
  background: #ffffff;
}
.navigation ul li a {
  color: #607d8b;
}
.navigation ul li a.active,
.navigation ul li a:hover {
  color: #385590;
}
.navigation ul li a.active {
  color: #173f17;
}
.navigation > ul > li.active > a {
  color: #385590;
}
.navigation > ul > li.active > a i {
  color: #385590;
}
.navigation > ul > li > a {
  border-radius: 4px;
}
.navigation > ul > li > a.active i,
.navigation > ul > li > a:hover i {
  color: #385590;
}
.navigation > ul > li > a i {
  color: #99abb4;
}
.navigation > ul > li > a.active {
  color: #385590;
}
.navigation .has-arrow::after {
  border-color: #607d8b;
}
.mailbox ul li .drop-title {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mailbox ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.mailbox .message-center a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.mailbox .message-center a:hover {
  background: #f2f4f8;
}
.mailbox .message-center a .user-img .profile-status {
  border: 2px solid #ffffff;
}
.mailbox .message-center a .user-img .online {
  background: #26da5c;
}
.mailbox .message-center a .user-img .busy {
  background: #fc4b6c;
}
.mailbox .message-center a .user-img .away {
  background: #ff9512;
}
.mailbox .message-center a .user-img .offline {
  background: #ff9512;
}
.mailbox .message-center a .mail-contnet .mail-desc,
.mailbox .message-center a .mail-contnet .time {
  color: #000000;
}
.stats-row .stat-item + .stat-item {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
.city-weather-days li span {
  color: #99abb4;
}
.city-weather-days li i {
  color: #385590;
}
.comment-widgets .comment-row {
  border-left: 3px solid #ffffff;
}
.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
  border-color: #385590;
}
.comment-footer .action-icons a {
  color: #99abb4;
}
.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
  color: #4b72c2;
}
.todo-list li .checkbox label {
  color: #4b5064;
}
.chat-list li .chat-content h5 {
  color: #99abb4;
}
.chat-list li .chat-time {
  color: #99abb4;
}
.message-box ul li .drop-title {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.message-box ul li .nav-link {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.message-box .message-widget a {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.message-box .message-widget a:hover {
  background: #f2f4f8;
}
.message-box .message-widget a .user-img .profile-status {
  border: 2px solid #ffffff;
}
.message-box .message-widget a .user-img .online {
  background: #26da5c;
}
.message-box .message-widget a .user-img .busy {
  background: #fc4b6c;
}
.message-box .message-widget a .user-img .away {
  background: #ff9512;
}
.message-box .message-widget a .user-img .offline {
  background: #ff9512;
}
.message-box .message-widget a .mail-contnet .mail-desc,
.message-box .message-widget a .mail-contnet .time {
  color: #000000;
}
.calendar {
  float: left;
}
.fc-day {
  background: #ffffff;
}
.fc th.fc-widget-header {
  color: #000000;
}
.fc-button {
  background: #ffffff;
  border: 1px solid rgba(120, 130, 140, 0.13);
  color: #000000;
}
.fc-button:hover {
  background: #f2f4f8;
}
.fc-unthemed .fc-today {
  border: 1px solid #fc4b6c;
  background: #f2f4f8;
}
.fc-unthemed .fc-today {
  background: #ffffff;
}
.fc-event {
  color: #ffffff !important;
  background: #4b72c2;
}
.calendar-event {
  color: #ffffff;
  background: #4b72c2;
}
.calendar-event a {
  float: right;
  color: #ffffff;
}
.steamline {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
.steamline .sl-left {
  float: left;
  color: #ffffff;
  background: #173f17;
}
.steamline .sl-item {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
.sl-date {
  color: #99abb4;
}
.time-item {
  border-color: rgba(120, 130, 140, 0.13);
}
.time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
}
.feeds li:hover {
  background: #ebf3f5;
}
.profiletimeline .sl-date {
  color: #99abb4;
}
.profiletimeline .time-item {
  border-color: rgba(120, 130, 140, 0.13);
}
.profiletimeline .time-item:after {
  background-color: #ffffff;
  border-color: rgba(120, 130, 140, 0.13);
}
.blog-widget .blog-image img {
  border-radius: 4px;
}
.form-control-line .form-control.form-control-success:focus {
  border-bottom: 1px solid #26da5c;
}
.form-control-line .form-control.form-control-warning:focus {
  border-bottom: 1px solid #ff9512;
}
.form-control-line .form-control.form-control-danger:focus {
  border-bottom: 1px solid #fc4b6c;
}
.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: #26da5c;
}
.has-success .form-control {
  border-color: #26da5c;
}
.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: #ff9512;
}
.has-warning .form-control {
  border-color: #ff9512;
}
.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: #fc4b6c;
}
.has-danger .form-control {
  border-color: #fc4b6c;
}
.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
  color: #ffffff;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #385590;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #385590;
}
[type=checkbox]:indeterminate + label:before {
  border-right: 2px solid #385590;
}
[type=checkbox].filled-in:checked + label:after {
  border: 2px solid #385590;
  background-color: #385590;
}
[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  background-color: #385590;
  border-color: #385590;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #385590;
}
.card {
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
  border-radius: 4px;
}
.well,
pre {
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
.bootstrap-select.btn-group .dropdown-menu {
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
[type=checkbox].filled-in:checked + label:after {
  border: 2px solid #385590;
  background-color: #385590;
}
:root {
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:before,
[type=radio].with-gap:checked + label:after {
  border: 2px solid #000000;
}
[type=radio]:checked + label:after,
[type=radio].with-gap:checked + label:after {
  background-color: #000000;
}
[type=checkbox]:indeterminate + label:before {
  border-right: 2px solid #000000;
}
[type=checkbox].filled-in:checked + label:after {
  border: 2px solid #000000;
  background-color: #000000;
}
[type=checkbox].filled-in.tabbed:checked:focus + label:after {
  background-color: #000000;
  border-color: #000000;
}
.title-c__link_disable {
  color: #99abb4 !important;
}
.underline:before {
  background: #385590;
}
.border-top-theme {
  border-top: 3px solid #385590 !important;
}
app-zip-code .col-form-label.required:after {
  color: #fc4b6c;
}
app-zip-code .col-form-label {
  padding-right: calc(var(--bs-gutter-x) * 0.05);
}
app-virtual-scroll-tabletable.thead-border-top th {
  border-top: 3px solid #385590;
}
app-unauthenticated-page-title .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-text-area .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-tabs .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-tabs .tab-el .tab-caption_active {
  border: 1px solid #385590;
  background-color: #385590;
}
app-survey-faq .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-faq .btn-link-main {
  color: #000000;
}
app-standby-btn .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-standby-btn .btn_default {
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-filter-header-panel .collapse-button {
  fill: #385590;
}
app-phone-control .col-form-label.required:after {
  color: #fc4b6c;
}
app-phone-control .col-form-label {
  padding-right: calc(var(--bs-gutter-x) * 0.05);
}
app-navigation-item-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-navigation-item-list ul button:hover {
  color: #385590;
}
app-navigation .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-navigation .menu-nav {
  background-color: #385590;
}
app-navigation .menu-nav__elem p,
app-navigation .menu-nav__elem button {
  color: #e9edec;
}
app-navigation .menu-nav__elem p.active,
app-navigation .menu-nav__elem button.active {
  background: #f3f3f3;
  color: #000;
}
app-navigation .menu-nav__elem.is-opened p,
app-navigation .menu-nav__elem.is-opened button {
  background-color: #f3f3f3;
  color: #385590;
}
app-navigation .submenu-c {
  background-color: #f3f3f3;
}
app-navigation .submenu .submenu__elem {
  color: #000 !important;
}
app-multi-select-control .group {
  color: #000000;
}
app-text-input-form-control .form-group.useAsterisk .col-form-label:after {
  color: #fc4b6c;
}
app-change-lock-order .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-change-lock-order table td,
app-change-lock-order table th {
  border: 1px solid #f3f1f1;
}
app-address-control .col-form-label.required:after {
  color: #fc4b6c;
}
app-cip-codes .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-cip-codes .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-cip-codes .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-cip-codes .collapse-button svg {
  fill: #385590;
}
app-cip-codes-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-cip-codes-search-filter .control-label {
  color: #6d757d;
}
app-award-levels-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-request-ipeds .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-tutorial-section-public table {
  border: 1px solid #f3f1f1;
}
app-tutorial-section-public td,
app-tutorial-section-public th {
  border: 1px solid #f3f1f1;
}
app-tutorial-section-public tr:nth-child(even) {
  background: #f2f4f8;
}
app-tutorial-public table {
  border: 1px solid #f3f1f1;
}
app-tutorial-public td,
app-tutorial-public th {
  border: 1px solid #f3f1f1;
}
app-tutorial-public tr:nth-child(even) {
  background: #f2f4f8;
}
app-sql-editor .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-sql-editor .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-sql-editor .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-sql-editor .collapse-button svg {
  fill: #385590;
}
app-datacenter-users-maintenance table {
  border: 1px solid #f3f1f1;
}
app-datacenter-users-maintenance td,
app-datacenter-users-maintenance th {
  border: 1px solid #f3f1f1;
}
app-survey-status-weekly .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-status-weekly .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-status-weekly .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-status-weekly .collapse-button svg {
  fill: #385590;
}
app-survey-status-weekly-search-panel .control-label {
  color: #6d757d;
}
app-olc-policy table {
  border: 1px solid #f3f1f1;
}
app-olc-policy td,
app-olc-policy th {
  border: 1px solid #f3f1f1;
}
app-olc-policy tr:nth-child(even) {
  background: #f2f4f8;
}
app-datacentertable table {
  border: 1px solid #f3f1f1;
}
app-datacentertable td,
app-datacentertable th {
  border: 1px solid #f3f1f1;
}
app-datacentertable tr:nth-child(even) {
  background: #f2f4f8;
}
app-public-wrapper .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-vis-glossary-all .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-vis-glossary-all .fa.collapse-icon {
  color: #99abb4;
}
app-vis-glossary-all .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-vis-glossary-all .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-vis-glossary-all .collapse-button svg {
  fill: #385590;
}
app-vis-glossary-all .btn-link-main-custom {
  color: #000000;
}
app-vis-glossary-all-filter .btn-link-main {
  color: #000000;
}
app-survey-materials .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials .collapse-button {
  fill: #385590;
}
app-survey-materials .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-materials .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-materials .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-materials .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-materials .btn-secondary.active,
app-survey-materials .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-materials button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-materials-vis-results .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-instructions .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-inst-results .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-index .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-index .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-import-specifications .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-import-specifications .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-glossary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-glossary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-forms .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-vis-forms .collapse-button {
  fill: #385590;
}
app-survey-materials-vis-forms .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-materials-vis-forms .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-materials-vis-forms .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-materials-vis-forms .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-materials-vis-forms .btn-secondary.active,
app-survey-materials-vis-forms .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-materials-vis-forms button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-materials-vis-forms .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-vis-forms-survey-screen .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-vis-forms-survey-screen .collapse-button {
  fill: #385590;
}
app-vis-forms-survey-screen .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-vis-forms-survey-screen .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-vis-forms-survey-screen .completion-table .cip-title-1 {
  color: #385590;
}
app-vis-forms-survey-screen .completion-table .cip-title-2 {
  color: #385590;
}
app-vis-forms-survey-screen .btn-secondary.active,
app-vis-forms-survey-screen .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-vis-forms-survey-screen button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-vis-forms-survey-screen .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-vis-forms-survey-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-header .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-changes .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-materials-changes .collapse-button {
  fill: #385590;
}
app-survey-materials-changes .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-materials-changes .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-materials-changes .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-materials-changes .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-materials-changes .btn-secondary.active,
app-survey-materials-changes .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-materials-changes button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-materials-changes .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-all-reports-statuses .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-all-reports-statuses .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-all-reports-statuses .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-all-reports-statuses .collapse-button svg {
  fill: #385590;
}
app-all-reports-statuses-filter .control-label {
  color: #6d757d;
}
app-home-wrapper .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-home .main-contents a {
  color: #4b5064;
}
app-external-faq .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-help-header .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-maintenance .page-wrapper {
  background: #f2f4f8;
}
app-maintenance .login-register {
  background-color: #385590;
}
app-maintenance .left-sidebar {
  background: #385590;
}
app-maintenance .slimScrollBar {
  background: #ffffff;
}
app-maintenance .navigation {
  background: #385590;
}
app-maintenance .navigation li.active a,
app-maintenance .navigation li.active i,
app-maintenance .navigation li:hover a,
app-maintenance .navigation li:hover i {
  color: #385590 !important;
}
app-maint-login .page-wrapper {
  background: #f2f4f8;
}
app-maint-login .login-register {
  background-color: #385590;
}
app-maint-errors .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-maint-errors .fa.collapse-icon {
  color: #99abb4;
}
app-maint-errors .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-maint-errors .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-maint-errors .collapse-button svg {
  fill: #385590;
}
app-maint-error-details .maint-error-details .column-heading {
  background-color: #385590;
}
app-session-expired .dialog-container {
  border-radius: 4px;
}
app-session-expired .dialog-container .dialog-body .bar {
  border-radius: 4px;
}
app-session-expired .dialog-container .dialog-body .bar .fill {
  background: #385590;
}
app-footer .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-authenticated-wrapper .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-user-surveys .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-user-surveys #screens table thead {
  border: 1px solid #385590;
}
app-user-surveys #screens table thead th {
  border-bottom: 1px solid #385590;
}
app-user-surveys table thead {
  border: 1px solid #385590;
}
app-user-surveys table thead th {
  border-bottom: 1px solid #385590;
}
app-user-surveys li.c-pointer:hover {
  color: #385590;
}
app-user-surveys .success {
  color: #385590;
}
app-user-surveys .muted {
  color: #99abb4;
}
app-user-surveys .text-hover-warning:hover {
  color: #dc7e0a !important;
}
app-user-surveys .action-list__link {
  color: #000000;
}
app-user-surveys .action-list__link:hover {
  color: #385590;
}
app-user-survey-table .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-user-survey-table :root {
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
app-user-survey-table .table th,
app-user-survey-table .table td {
  border-top: 1px solid #385590;
}
app-user-survey-table .table {
  border-bottom: 1px solid #385590;
}
app-user-survey-table #screens table thead {
  border: 1px solid #385590;
}
app-user-survey-table #screens table thead th {
  border-bottom: 1px solid #385590;
}
app-user-survey-table table thead {
  border: 1px solid #385590;
}
app-user-survey-table table thead th {
  border-bottom: 1px solid #385590;
}
app-user-survey-table table.table-layout-fixed > tbody > tr > td {
  border-bottom: 1px solid var(--theme-color);
}
app-user-survey-table table.table-layout-fixed > tbody > tr > td.open-table-c {
  border-top: 1px solid rgba(56, 85, 144, 0.11);
}
app-user-survey-table li.c-pointer:hover {
  color: #385590;
}
app-user-survey-table .success {
  color: #385590;
}
app-user-survey-table .muted {
  color: #99abb4;
}
app-user-survey-table .text-hover-warning:hover {
  color: #dc7e0a !important;
}
app-user-survey-table .survey-lin\43a:hover {
  color: #385590;
}
app-user-survey-table .survey-lin\43a:hover .icon {
  color: #385590;
}
app-user-survey-table .action-list__link {
  color: #000000;
}
app-user-survey-table .action-list__link:hover {
  color: #385590;
}
app-user-survey-table .action-list__link:hover i {
  color: #385590 !important;
}
app-user-survey-table .action-list__link:hover i {
  color: #385590 !important;
}
app-user-survey-table .open-table {
  color: #000000;
}
app-user-survey-table table tr td.open-table-c {
  border-top: 1px solid rgba(56, 85, 144, 0.11) !important;
  border-top-color: rgba(56, 85, 144, 0.11) !important;
}
app-user-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-user-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-user-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-user-search .collapse-button svg {
  fill: #385590;
}
app-user-search-filter .control-label {
  color: #6d757d;
}
app-user-details .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-user-details .data-label {
  color: #4b5064;
}
app-user-details .card-body ul li a:hover,
app-user-details .card-body ul li button:hover {
  color: #385590;
}
app-user-details .card-body ul li a:hover i,
app-user-details .card-body ul li button:hover i {
  color: #385590;
}
app-registration .ng-select .ng-value {
  color: #000000;
}
app-registration .col-form-label.required:after {
  color: #fc4b6c;
}
app-registration .warning {
  color: #fc4b6c;
}
app-permissions-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-permissions-view table td,
app-permissions-view table th {
  border: 1px solid #f3f1f1;
}
app-permissions-switch-user .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-permissions-switch-user .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-permissions-switch-user .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-permissions-switch-user .collapse-button svg {
  fill: #385590;
}
app-permissions-switch-user-filter .control-label {
  color: #6d757d;
}
app-permissions-change .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-permissions-change table td,
app-permissions-change table th {
  border: 1px solid #f3f1f1;
}
app-permissions-add-institution .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-permissions-add-institution .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-permissions-add-institution .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-permissions-add-institution .collapse-button svg {
  fill: #385590;
}
app-add-institution-filter .control-label {
  color: #6d757d;
}
app-new-user-result .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-new-user-result .card-body ul li a:hover {
  color: #385590;
}
app-new-user-result .card-body ul li a:hover i {
  color: #385590;
}
app-new-user-institution-search-filter .control-label {
  color: #6d757d;
}
app-new-user-institution-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-new-user-institution-search .fa.collapse-icon {
  color: #99abb4;
}
app-new-user-institution-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-new-user-institution-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-new-user-institution-search .collapse-button svg {
  fill: #385590;
}
app-new-user-info-form .ng-select .ng-value {
  color: #000000;
}
app-new-user-coordinator-form .ng-select .ng-value {
  color: #000000;
}
app-new-user-confirm-user-info .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-new-user-confirm-user-info .card-body ul li a:hover {
  color: #385590;
}
app-new-user-confirm-user-info .card-body ul li a:hover i {
  color: #385590;
}
app-survey-log .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-log .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-log .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-log .collapse-button svg {
  fill: #385590;
}
app-survey-log-filter .control-label {
  color: #6d757d;
}
app-send-email-user-all-process .bg-standard {
  background-color: #385590;
}
app-migrate-batch-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-migrate-batch-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-migrate-batch-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-migrate-batch-search .collapse-button svg {
  fill: #385590;
}
app-migrate-batch-filter .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-migrate-batch-filter .control-label {
  color: #6d757d;
}
app-migrate-batch-history .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-migrate-batch-history .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-migrate-batch-history .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-migrate-batch-history .collapse-button svg {
  fill: #385590;
}
app-lock-allowed-institutions .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-lock-allowed-institutions .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-lock-allowed-institutions .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-lock-allowed-institutions .collapse-button svg {
  fill: #385590;
}
app-lock-allowed-institutions-filter .control-label {
  color: #6d757d;
}
app-hr-medical-institution-maintenance table {
  border: 1px solid #f3f1f1;
}
app-hr-medical-institution-maintenance td,
app-hr-medical-institution-maintenance th {
  border: 1px solid #f3f1f1;
}
app-hr-medical-institution-maintenance tr:nth-child(even) {
  background: #f2f4f8;
}
app-follow-up-opt-out .table td,
app-follow-up-opt-out .table th {
  color: #385590;
}
app-file-import .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-file-export .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-file-export .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-file-export .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-file-export .collapse-button svg {
  fill: #385590;
}
app-file-export-filter .control-label {
  color: #6d757d;
}
app-export-all-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-e12-graduates-maintenance table {
  border: 1px solid #f3f1f1;
}
app-e12-graduates-maintenance td,
app-e12-graduates-maintenance th {
  border: 1px solid #f3f1f1;
}
app-disability-url-institution-maintenance table {
  border: 1px solid #f3f1f1;
}
app-disability-url-institution-maintenance td,
app-disability-url-institution-maintenance th {
  border: 1px solid #f3f1f1;
}
app-disability-url-institution-maintenance tr:nth-child(odd) {
  background: #f2f4f8;
}
app-confirm-log .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-confirm-log .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-confirm-log .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-confirm-log .collapse-button svg {
  fill: #385590;
}
app-confirm-log-filter .control-label {
  color: #6d757d;
}
app-comparison-group a {
  color: var(--bs-link-color);
}
app-comparison-group .btn-secondary.active,
app-comparison-group .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-comparison-group button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-comparison-group div.ngb-dp-weekday {
  color: #385590 !important;
}
app-comparison-group-edit .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-comparison-group-edit .fa.collapse-icon {
  color: #99abb4;
}
app-comparison-group-edit .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-comparison-group-edit .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-comparison-group-edit .collapse-button svg {
  fill: #385590;
}
app-comparison-group-upload .custom-file-label::after {
  color: #f2f4f8;
  background-color: #385590;
}
app-comparison-group-upload label.input-group-text {
  color: #f2f4f8;
  background-color: #385590;
}
app-comparison-group-institution-search-filter .control-label {
  color: #6d757d;
}
app-comparison-group-add-group-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-comparison-group-add-group-dialog .fa.collapse-icon {
  color: #99abb4;
}
app-comparison-group-add-group-dialog .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-comparison-group-add-group-dialog .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-comparison-group-add-group-dialog .collapse-button svg {
  fill: #385590;
}
app-admin-maintenance-user-summary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-admin-maintenance-user-summary .card-body ul li a:hover {
  color: #385590;
}
app-admin-maintenance-user-summary .card-body ul li a:hover i {
  color: #385590;
}
app-admin-maintenance-user-create .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-admin-maintenance-user-create .card-body ul li a:hover {
  color: #385590;
}
app-admin-maintenance-user-create .card-body ul li a:hover i {
  color: #385590;
}
app-additional-user .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-permissions .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-current-user .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-current-user .link {
  color: #000000 !important;
}
app-current-user .link:hover {
  color: #385590 !important;
}
app-current-user input:checked + .slider {
  background-color: #385590;
}
app-additional-user-permissions .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey .collapse-button {
  fill: #385590;
}
app-survey .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey .completion-table .cip-title-1 {
  color: #385590;
}
app-survey .completion-table .cip-title-2 {
  color: #385590;
}
app-survey .btn-secondary.active,
app-survey .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey .link-back {
  color: #385590;
}
app-survey #generated-screen {
  color: #fc4b6c;
}
app-survey-content-campus .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-content-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-ic-select-system .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-ic-select-program .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-program-search-panel .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-change-program .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-summary-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-summary-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-allocation-factor .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-error-pop-up .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-error-pop-up .error-header {
  color: #385590;
}
app-unlock-survey table th {
  border: 1px solid #385590;
}
app-survey-print .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-print .collapse-button {
  fill: #385590;
}
app-survey-print .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-print .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-print .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-print .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-print .btn-secondary.active,
app-survey-print .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-print button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-print .column-c_center .attention {
  color: #fc4b6c;
}
app-survey-print-view-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-print-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-print-view .collapse-button {
  fill: #385590;
}
app-survey-print-view .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-print-view .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-print-view .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-print-view .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-print-view .btn-secondary.active,
app-survey-print-view .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-print-view button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-print-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-print-edit-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-print-edit-report .row-c_group {
  color: #385590;
}
app-survey-print-edit-report .attention {
  color: #fc4b6c;
}
app-survey-print-completions-cip-details .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-fall-enrollment-worksheet .award-level-changes table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-fall-enrollment-worksheet .award-level-changes table .gv-header {
  background-color: #385590 !important;
}
app-edit-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-report .link-back {
  color: #385590;
}
app-edit-report .row-c_group {
  color: #385590;
}
app-edit-report .td-cell_link:hover {
  color: #385590;
}
app-edit-report .cell_link:hover {
  color: #385590;
}
app-edit-report .column-c_center .attention {
  color: #fc4b6c;
}
app-institution-select .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion .collapse-button {
  fill: #385590;
}
app-completion .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-completion .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-completion .completion-table .cip-title-1 {
  color: #385590;
}
app-completion .completion-table .cip-title-2 {
  color: #385590;
}
app-completion .btn-secondary.active,
app-completion .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-completion button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-completion .content-c__sub-header {
  color: #385590;
}
app-completion-summary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-summary-prepared-by .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-summary-prepared-by .content-c__sub-header {
  color: #385590;
}
app-prepared-by-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-prepared-by-content-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-summary-menu .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-select-program .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-select-program .award-row-c__caption {
  color: #385590;
}
app-completion-navigation .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-content .collapse-button {
  fill: #385590;
}
app-completion-content .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-completion-content .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-completion-content .completion-table .cip-title-1 {
  color: #385590;
}
app-completion-content .completion-table .cip-title-2 {
  color: #385590;
}
app-completion-content .btn-secondary.active,
app-completion-content .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-completion-content button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-completion-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-content-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-overview .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-overview .content-c__sub-header {
  color: #385590;
}
app-completion-other-cip-codes .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-other-cip-codes .content-c__sub-header {
  color: #385590;
}
app-completion-other-cip-codes .content-c__sub-footer {
  color: #385590;
}
app-completion-menu .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-main .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-main .main-content-c .main-content-c__caption {
  color: #385590;
}
app-completion-completers .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completers-navigation .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completers-menu .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completers-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completers-content .collapse-button {
  fill: #385590;
}
app-completers-content .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-completers-content .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-completers-content .completion-table .cip-title-1 {
  color: #385590;
}
app-completers-content .completion-table .cip-title-2 {
  color: #385590;
}
app-completers-content .btn-secondary.active,
app-completers-content .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-completers-content button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-completers-content-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-cip-selection .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-cip-selection .pop-up__header {
  color: #385590;
}
app-completion-cip-edit .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-caveat .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-completion-caveat .main-content-c .main-content-c__caption {
  color: #385590;
}
app-change-open-admission-policy table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-award-levels table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-navigation .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-dynamic-menu .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-requests-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-search-bar .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-advanced-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-requests .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-date-range-picker .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-cat-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-view-one-last-chance .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-view-one-last-chance .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-view-one-last-chance .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-view-one-last-chance .collapse-button svg {
  fill: #385590;
}
app-view-one-last-chance-filter .control-label {
  color: #6d757d;
}
app-upload-summary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-upload-summary .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-upload-summary .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-upload-summary .collapse-button svg {
  fill: #385590;
}
app-upload-summary-details .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-upload-summary-tabletable.thead-border-top th {
  border-top: 3px solid #385590;
}
app-upload-summary-filter .control-label {
  color: #6d757d;
}
app-unregistered-users .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-unregistered-users .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-unregistered-users .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-unregistered-users .collapse-button svg {
  fill: #385590;
}
app-unregistered-users-search-panel .control-label {
  color: #6d757d;
}
app-unregistered-coordinators .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-timely-submission-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-timely-submission-report .fa.collapse-icon {
  color: #99abb4;
}
app-timely-submission-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-timely-submission-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-timely-submission-report .collapse-button svg {
  fill: #385590;
}
app-survey-form .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-form .table tr th {
  color: #385590;
}
app-support-for-coordinators .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-support-for-coordinators table .c-pointer:hover a {
  color: #385590;
}
app-support-for-coordinators table .c-pointer:hover i {
  color: #385590;
}
app-requested-software-providers-process .bg-standard {
  background-color: #385590;
}
app-requested-software-providers table {
  border: 1px solid #f3f1f1;
}
app-requested-software-providers td,
app-requested-software-providers th {
  border: 1px solid #f3f1f1;
}
app-requested-software-providers tr:nth-child(even) {
  background: #f2f4f8;
}
app-report-mailing-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-report-mailing-list .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-report-mailing-list .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-report-mailing-list .collapse-button svg {
  fill: #385590;
}
app-report-mailing-list-filter .control-label {
  color: #6d757d;
}
app-report-email-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-report-email-list .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-report-email-list .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-report-email-list .collapse-button svg {
  fill: #385590;
}
app-report-email-list-filter .control-label {
  color: #6d757d;
}
app-report-and-review-plan-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-report-and-review-plan-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-report-and-review-plan-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-report-and-review-plan-search .collapse-button svg {
  fill: #385590;
}
app-report-and-review-plan-filter .control-label {
  color: #6d757d;
}
app-qc-note-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-qc-note-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-qc-note-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-qc-note-report .collapse-button svg {
  fill: #385590;
}
app-qc-note-report-filter .control-label {
  color: #6d757d;
}
app-override-report table .location-header {
  background-color: #f2f4f8;
}
app-non-compliance-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-non-compliance-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-non-compliance-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-non-compliance-report .collapse-button svg {
  fill: #385590;
}
app-non-compliance-report-filter .control-label {
  color: #6d757d;
}
app-view-edit-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-view-edit-report .row-c_group {
  color: #385590;
}
app-view-edit-report .td-cell_link:hover {
  color: #385590;
}
app-view-edit-report .cell_link:hover {
  color: #385590;
}
app-view-edit-report .column-c_center .attention {
  color: #fc4b6c;
}
app-new-veteran-user-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-new-user-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-new-user-list .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-new-user-list .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-new-user-list .collapse-button svg {
  fill: #385590;
}
app-new-user-list-email-process .bg-standard {
  background-color: #385590;
}
app-new-user-list-filter .control-label {
  color: #6d757d;
}
app-migration-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-migration-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-migration-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-migration-report .collapse-button svg {
  fill: #385590;
}
app-migration-report-filter .control-label {
  color: #6d757d;
}
app-coord-multi-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-coord-multi-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-coord-multi-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-coord-multi-report .collapse-button svg {
  fill: #385590;
}
app-coord-multi-report-search-panel .control-label {
  color: #6d757d;
}
app-institution-status-summary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-status-summary .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-institution-status-summary .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-institution-status-summary .collapse-button svg {
  fill: #385590;
}
app-institution-status-summary-filter .control-label {
  color: #6d757d;
}
app-group-survey-extended .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-group-survey-extended .fa.collapse-icon {
  color: #99abb4;
}
app-group-survey-extended .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-group-survey-extended .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-group-survey-extended .collapse-button svg {
  fill: #385590;
}
app-followup-opt-out-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-followup-opt-out-list .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-followup-opt-out-list .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-followup-opt-out-list .collapse-button svg {
  fill: #385590;
}
app-followup-opt-out-list-filter .control-label {
  color: #6d757d;
}
app-first-lock-applied-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-first-lock-applied-report .fa.collapse-icon {
  color: #99abb4;
}
app-first-lock-applied-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-first-lock-applied-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-first-lock-applied-report .collapse-button svg {
  fill: #385590;
}
app-first-lock-applied-report-search-filter .control-label {
  color: #6d757d;
}
app-edit-report-list .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-send-email-process .bg-standard {
  background-color: #385590;
}
app-coordinator-information-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-coordinator-information-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-coordinator-information-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-coordinator-information-report .collapse-button svg {
  fill: #385590;
}
app-coordinator-information-filter .control-label {
  color: #6d757d;
}
app-contact-phone-list-search-by-survey .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-contact-phone-list-search-by-survey .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-contact-phone-list-search-by-survey .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-contact-phone-list-search-by-survey .collapse-button svg {
  fill: #385590;
}
app-contact-phone-list-search-by-survey-filter .control-label {
  color: #6d757d;
}
app-contact-phone-list-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-contact-phone-list-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-contact-phone-list-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-contact-phone-list-search .collapse-button svg {
  fill: #385590;
}
app-contact-phone-list-search-filter .control-label {
  color: #6d757d;
}
app-contact-phone-list-email-sender-process .bg-standard {
  background-color: #385590;
}
app-combined-data-report .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-combined-data-report .fa.collapse-icon {
  color: #99abb4;
}
app-combined-data-report .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-combined-data-report .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-combined-data-report .collapse-button svg {
  fill: #385590;
}
app-combined-data-report-search-filter .control-label {
  color: #6d757d;
}
app-access-profile-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-access-profile-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-access-profile-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-access-profile-search .collapse-button svg {
  fill: #385590;
}
app-access-profile-filter .control-label {
  color: #6d757d;
}
app-email-sender-view label.required:after {
  color: #fc4b6c;
}
app-reporting-map-table .changed-this-year {
  color: #000000;
}
app-reporting-map-table .reporting {
  background-color: #f2f4f8;
}
app-reporting-map-step-report .row-table .table-legend span {
  color: #000000;
}
app-perfect-children-campus-navigation .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-perfect-children-campus-navigation .link-c div a {
  color: #385590;
}
app-perfect-children-campus .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-perfect-children-campus .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-perfect-children-campus .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-perfect-children-campus .collapse-button svg {
  fill: #385590;
}
app-parent-child-relationship .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-parent-child-relationship-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-child-relationship-institution-search-filter .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-child-relationship-institution-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-child-relationship-institution-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-child-relationship-institution-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-child-relationship-institution-search .collapse-button svg {
  fill: #385590;
}
app-add-new-parent-relationship .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-add-new-child-relationship .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-search-coordinator .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-search-coordinator .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-institution-search-coordinator .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-institution-search-coordinator .collapse-button svg {
  fill: #385590;
}
app-institution-search-coordinator-filter .control-label {
  color: #6d757d;
}
app-institution-search-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-search-view .fa.collapse-icon {
  color: #99abb4;
}
app-institution-search-view .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-institution-search-view .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-institution-search-view .collapse-button svg {
  fill: #385590;
}
app-institution-search-filter .control-label {
  color: #6d757d;
}
app-institution-restore .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-restore .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-institution-restore .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-institution-restore .collapse-button svg {
  fill: #385590;
}
app-institution-restore-filter .control-label {
  color: #6d757d;
}
app-institution-details .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-details a:hover,
app-institution-details button.btn-link:hover {
  color: #385590 !important;
}
app-institution-details table .border-bottom-theme {
  border-bottom: 1px solid #385590;
}
app-institution-details .color-table.primary-table .table-head {
  border: 1px solid #385590;
}
app-institution-details .color-table.primary-table .table-head th {
  border-bottom: 1px solid #385590;
}
app-institution-details .color-table.primary-table .table-head th {
  color: #385590;
}
app-institution-details .page-titles * {
  color: #385590;
}
app-institution-details button.btn-link:hover i {
  color: #385590 !important;
}
app-change-applicable .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-check-urls :root {
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
app-institution-check-urls .identification-view .ng-select .ng-value {
  color: #000000;
}
app-institution-check-urls .identification-view .nav.nav-tabs .nav-link.active {
  background-color: #385590;
  border-bottom: 3px solid #385590;
}
app-institution-check-urls .identification-view .nav.nav-tabs .nav-link.active:hover {
  border-bottom: 3px solid #385590;
}
app-institution-check-urls label.required:after,
app-institution-check-urls .col-form-label.required:after {
  color: #fc4b6c;
}
app-user-id-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-user-id-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-user-id-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-user-id-search .collapse-button svg {
  fill: #385590;
}
app-identification :root {
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
app-identification .identification-view .ng-select .ng-value {
  color: #000000;
}
app-identification .identification-view .nav.nav-tabs .nav-link.active {
  background-color: #385590;
  border-bottom: 3px solid #385590;
}
app-identification .identification-view .nav.nav-tabs .nav-link.active:hover {
  border-bottom: 3px solid #385590;
}
app-identification label.required:after,
app-identification .col-form-label.required:after {
  color: #fc4b6c;
}
app-coordination-tree table td,
app-coordination-tree table th {
  border: 1px solid #f3f1f1;
}
app-change-system .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-change-system .link {
  color: #000000 !important;
}
app-change-system-select .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-change-preload tr:nth-child(even) {
  background-color: #f2f4f8;
}
app-change-control-and-calendar .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-change-additional-financial-information tr:nth-child(even) {
  background-color: #f2f4f8;
}
app-campus-ope-characteristics .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-campus-identification .campus-identification-view .ng-select .ng-value {
  color: #000000;
}
app-campus-identification .campus-identification-view .nav.nav-tabs .nav-link.active {
  background-color: #385590;
  border-bottom: 3px solid #385590;
}
app-campus-identification .campus-identification-view .nav.nav-tabs .nav-link.active:hover {
  border-bottom: 3px solid #385590;
}
app-campus-identification .col-form-label.required:after {
  color: #fc4b6c;
}
app-add-user .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-add-user .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-add-user .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-add-user .collapse-button svg {
  fill: #385590;
}
app-add-user-filter .control-label {
  color: #6d757d;
}
app-faq .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-faq .btn-link-main {
  color: #000000;
}
app-universe-changes-process .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-universe-changes-process html {
  background: #ffffff;
}
app-universe-changes-process body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
app-universe-changes-process a.link {
  color: #4b5064;
}
app-universe-changes-process a.link:hover,
app-universe-changes-process a.link:focus {
  color: #385590;
}
app-universe-changes-process .page-item.active .page-link {
  color: #f2f4f8 !important;
  background-color: #385590 !important;
  border-color: #385590 !important;
}
app-universe-changes-process .img-rounded {
  border-radius: 4px;
}
app-universe-changes-process h1,
app-universe-changes-process h2,
app-universe-changes-process h3,
app-universe-changes-process h4,
app-universe-changes-process h5,
app-universe-changes-process h6 {
  color: #4b5064;
  font-family: "Roboto", sans-serif;
}
app-universe-changes-process .box {
  border-radius: 4px;
}
app-universe-changes-process html body blockquote {
  border-left: 5px solid #385590;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process .radius {
  border-radius: 4px;
}
app-universe-changes-process .text-white {
  color: #ffffff !important;
}
app-universe-changes-process .text-danger {
  color: #fc4b6c !important;
}
app-universe-changes-process .text-muted {
  color: #99abb4 !important;
}
app-universe-changes-process .text-warning {
  color: #ff9512 !important;
}
app-universe-changes-process .text-success {
  color: #26da5c !important;
}
app-universe-changes-process .text-info {
  color: #4b72c2 !important;
}
app-universe-changes-process .text-inverse {
  color: #2f3d4a !important;
}
app-universe-changes-process html body .text-blue {
  color: #02bec9 !important;
}
app-universe-changes-process html body .text-purple {
  color: #7460ee !important;
}
app-universe-changes-process html body .text-primary {
  color: #385590 !important;
}
app-universe-changes-process html body .text-megna {
  color: #00897b !important;
}
app-universe-changes-process html body .text-dark {
  color: #000000 !important;
}
app-universe-changes-process html body .text-themecolor {
  color: #385590 !important;
}
app-universe-changes-process .bg-primary {
  background-color: #385590 !important;
}
app-universe-changes-process .bg-success {
  background-color: #26da5c !important;
}
app-universe-changes-process .bg-info {
  background-color: #4b72c2 !important;
}
app-universe-changes-process .bg-warning {
  background-color: #ff9512 !important;
}
app-universe-changes-process .bg-danger {
  background-color: #fc4b6c !important;
}
app-universe-changes-process html body .bg-megna {
  background-color: #00897b;
}
app-universe-changes-process html body .bg-theme {
  background-color: #385590;
}
app-universe-changes-process html body .bg-inverse {
  background-color: #2f3d4a;
}
app-universe-changes-process html body .bg-purple {
  background-color: #7460ee;
}
app-universe-changes-process html body .bg-light-primary {
  background-color: #e8edf6;
}
app-universe-changes-process html body .bg-light-success {
  background-color: #e8fdeb;
}
app-universe-changes-process html body .bg-light-info {
  background-color: #cfecfe;
}
app-universe-changes-process html body .bg-light-extra {
  background-color: #ebf3f5;
}
app-universe-changes-process html body .bg-light-warning {
  background-color: #fff8ec;
}
app-universe-changes-process html body .bg-light-danger {
  background-color: #f9e7eb;
}
app-universe-changes-process html body .bg-light-inverse {
  background-color: #f6f6f6;
}
app-universe-changes-process html body .bg-light {
  background-color: #f2f4f8 !important;
}
app-universe-changes-process html body .bg-white {
  background-color: #ffffff;
}
app-universe-changes-process .round {
  color: #ffffff;
  background: #4b72c2;
}
app-universe-changes-process .round.round-info {
  background: #4b72c2;
}
app-universe-changes-process .round.round-warning {
  background: #ff9512;
}
app-universe-changes-process .round.round-danger {
  background: #fc4b6c;
}
app-universe-changes-process .round.round-success {
  background: #26da5c;
}
app-universe-changes-process .round.round-primary {
  background: #385590;
}
app-universe-changes-process .label {
  color: #ffffff;
  border-radius: 4px;
}
app-universe-changes-process .label-custom {
  background-color: #00897b;
}
app-universe-changes-process .label-success {
  background-color: #26da5c;
}
app-universe-changes-process .label-info {
  background-color: #4b72c2;
}
app-universe-changes-process .label-warning {
  background-color: #ff9512;
}
app-universe-changes-process .label-danger {
  background-color: #fc4b6c;
}
app-universe-changes-process .label-megna {
  background-color: #00897b;
}
app-universe-changes-process .label-primary {
  background-color: #385590;
}
app-universe-changes-process .label-purple {
  background-color: #7460ee;
}
app-universe-changes-process .label-red {
  background-color: #fb3a3a;
}
app-universe-changes-process .label-inverse {
  background-color: #2f3d4a;
}
app-universe-changes-process .label-default {
  background-color: #f2f4f8;
}
app-universe-changes-process .label-white {
  background-color: #ffffff;
}
app-universe-changes-process .label-light-success {
  background-color: #e8fdeb;
  color: #26da5c;
}
app-universe-changes-process .label-light-info {
  background-color: #cfecfe;
  color: #4b72c2;
}
app-universe-changes-process .label-light-warning {
  background-color: #fff8ec;
  color: #ff9512;
}
app-universe-changes-process .label-light-danger {
  background-color: #f9e7eb;
  color: #fc4b6c;
}
app-universe-changes-process .label-light-megna {
  background-color: #e0f2f4;
  color: #00897b;
}
app-universe-changes-process .label-light-primary {
  background-color: #e8edf6;
  color: #385590;
}
app-universe-changes-process .label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}
app-universe-changes-process .pagination > li:first-child > a,
app-universe-changes-process .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
app-universe-changes-process .pagination > li:last-child > a,
app-universe-changes-process .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
app-universe-changes-process .pagination > li > a,
app-universe-changes-process .pagination > li > span {
  color: #173f17;
}
app-universe-changes-process .pagination > li > a:hover,
app-universe-changes-process .pagination > li > span:hover,
app-universe-changes-process .pagination > li > a:focus,
app-universe-changes-process .pagination > li > span:focus {
  background-color: #f2f4f8;
}
app-universe-changes-process .pagination-split li {
  float: left;
}
app-universe-changes-process .pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
app-universe-changes-process .pagination > .active > a,
app-universe-changes-process .pagination > .active > span,
app-universe-changes-process .pagination > .active > a:hover,
app-universe-changes-process .pagination > .active > span:hover,
app-universe-changes-process .pagination > .active > a:focus,
app-universe-changes-process .pagination > .active > span:focus {
  background-color: #385590;
  border-color: #385590;
}
app-universe-changes-process .pager li > a,
app-universe-changes-process .pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #173f17;
}
app-universe-changes-process .table td,
app-universe-changes-process .table th {
  border-color: #f3f1f1;
}
app-universe-changes-process .table-hover tbody tr:hover {
  background: #f2f4f8;
}
app-universe-changes-process .badge-success {
  background-color: #26da5c;
}
app-universe-changes-process .badge-info {
  background-color: #4b72c2;
}
app-universe-changes-process .badge-primary {
  background-color: #385590;
}
app-universe-changes-process .badge-warning {
  background-color: #ff9512;
  color: #ffffff;
}
app-universe-changes-process .badge-danger {
  background-color: #fc4b6c;
}
app-universe-changes-process .badge-purple {
  background-color: #7460ee;
}
app-universe-changes-process .badge-red {
  background-color: #fb3a3a;
}
app-universe-changes-process .badge-inverse {
  background-color: #2f3d4a;
}
app-universe-changes-process .btn-link {
  color: #385590;
}
app-universe-changes-process .btn-group label {
  color: #ffffff !important;
}
app-universe-changes-process .btn-group label.btn-secondary {
  color: #000000 !important;
}
app-universe-changes-process button.btn-secondary:focus:hover {
  color: #385590 !important;
}
app-universe-changes-process .btn-secondary,
app-universe-changes-process .btn-secondary.disabled,
app-universe-changes-process .btn-secondary:disabled {
  background: #ffffff;
  border: 2px solid #385590;
  color: #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-universe-changes-process .btn-secondary:hover,
app-universe-changes-process .btn-secondary.disabled:hover,
app-universe-changes-process .btn-secondary:disabled:hover {
  color: #385590;
  border: 2px solid #385590;
  background: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
app-universe-changes-process .btn-secondary.active,
app-universe-changes-process .btn-secondary:focus,
app-universe-changes-process .btn-secondary.disabled.active,
app-universe-changes-process .btn-secondary.disabled:focus,
app-universe-changes-process .btn-secondary:disabled.active,
app-universe-changes-process .btn-secondary:disabled:focus {
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
  color: #ffffff !important;
}
app-universe-changes-process .btn-secondary:disabled,
app-universe-changes-process .btn-secondary.disabled:disabled,
app-universe-changes-process .btn-secondary:disabled:disabled {
  border: 2px solid #b9b9b9 !important;
  color: #b9b9b9;
}
app-universe-changes-process .btn-secondary:disabled:hover,
app-universe-changes-process .btn-secondary.disabled:disabled:hover,
app-universe-changes-process .btn-secondary:disabled:disabled:hover {
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-universe-changes-process .btn-primary,
app-universe-changes-process .btn-primary.disabled,
app-universe-changes-process .btn-primary:disabled {
  background: #385590;
  border: 1px solid #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-universe-changes-process .btn-primary:hover,
app-universe-changes-process .btn-primary.disabled:hover,
app-universe-changes-process .btn-primary:disabled:hover {
  background: #385590;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
  border: 1px solid #385590;
}
app-universe-changes-process .btn-primary.active,
app-universe-changes-process .btn-primary:focus,
app-universe-changes-process .btn-primary.disabled.active,
app-universe-changes-process .btn-primary.disabled:focus,
app-universe-changes-process .btn-primary:disabled.active,
app-universe-changes-process .btn-primary:disabled:focus {
  background: #324c81;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
app-universe-changes-process .btn-themecolor,
app-universe-changes-process .btn-themecolor.disabled,
app-universe-changes-process .btn-themecolor:disabled {
  background: #385590;
  color: #ffffff;
  border: 1px solid #385590;
}
app-universe-changes-process .btn-themecolor:hover,
app-universe-changes-process .btn-themecolor.disabled:hover,
app-universe-changes-process .btn-themecolor:disabled:hover {
  background: #385590;
  border: 1px solid #385590;
}
app-universe-changes-process .btn-themecolor.active,
app-universe-changes-process .btn-themecolor:focus,
app-universe-changes-process .btn-themecolor.disabled.active,
app-universe-changes-process .btn-themecolor.disabled:focus,
app-universe-changes-process .btn-themecolor:disabled.active,
app-universe-changes-process .btn-themecolor:disabled:focus {
  background: #263a62;
}
app-universe-changes-process .btn-success,
app-universe-changes-process .btn-success.disabled,
app-universe-changes-process .btn-success:disabled {
  background: #26da5c;
  border: 1px solid #26da5c;
  box-shadow:
    0 2px 2px 0 rgba(40, 190, 189, 0.14),
    0 3px 1px -2px rgba(40, 190, 189, 0.2),
    0 1px 5px 0 rgba(40, 190, 189, 0.12);
}
app-universe-changes-process .btn-success:hover,
app-universe-changes-process .btn-success.disabled:hover,
app-universe-changes-process .btn-success:disabled:hover {
  background: #26da5c;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #26da5c;
}
app-universe-changes-process .btn-success.active,
app-universe-changes-process .btn-success:focus,
app-universe-changes-process .btn-success.disabled.active,
app-universe-changes-process .btn-success.disabled:focus,
app-universe-changes-process .btn-success:disabled.active,
app-universe-changes-process .btn-success:disabled:focus {
  background: #1eacbe;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
app-universe-changes-process .btn-info,
app-universe-changes-process .btn-info.disabled,
app-universe-changes-process .btn-info:disabled {
  background: #4b72c2;
  border: 1px solid #4b72c2;
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
app-universe-changes-process .btn-info:hover,
app-universe-changes-process .btn-info.disabled:hover,
app-universe-changes-process .btn-info:disabled:hover {
  background: #4b72c2;
  border: 1px solid #4b72c2;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-universe-changes-process .btn-info.active,
app-universe-changes-process .btn-info:focus,
app-universe-changes-process .btn-info.disabled.active,
app-universe-changes-process .btn-info.disabled:focus,
app-universe-changes-process .btn-info:disabled.active,
app-universe-changes-process .btn-info:disabled:focus {
  background: #028ee1;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-universe-changes-process .btn-warning,
app-universe-changes-process .btn-warning.disabled,
app-universe-changes-process .btn-warning:disabled {
  background: #ff9512;
  color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(248, 194, 0, 0.14),
    0 3px 1px -2px rgba(248, 194, 0, 0.2),
    0 1px 5px 0 rgba(248, 194, 0, 0.12);
  border: 1px solid #ff9512;
}
app-universe-changes-process .btn-warning:hover,
app-universe-changes-process .btn-warning.disabled:hover,
app-universe-changes-process .btn-warning:disabled:hover {
  background: #ff9512;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
  border: 1px solid #ff9512;
}
app-universe-changes-process .btn-warning.active,
app-universe-changes-process .btn-warning:focus,
app-universe-changes-process .btn-warning.disabled.active,
app-universe-changes-process .btn-warning.disabled:focus,
app-universe-changes-process .btn-warning:disabled.active,
app-universe-changes-process .btn-warning:disabled:focus {
  background: #dc7e0a;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
app-universe-changes-process .btn-danger,
app-universe-changes-process .btn-danger.disabled,
app-universe-changes-process .btn-danger:disabled {
  background: #fc4b6c;
  border: 1px solid #fc4b6c;
  box-shadow:
    0 2px 2px 0 rgba(239, 83, 80, 0.14),
    0 3px 1px -2px rgba(239, 83, 80, 0.2),
    0 1px 5px 0 rgba(239, 83, 80, 0.12);
}
app-universe-changes-process .btn-danger:hover,
app-universe-changes-process .btn-danger.disabled:hover,
app-universe-changes-process .btn-danger:disabled:hover {
  background: #fc4b6c;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
  border: 1px solid #fc4b6c;
}
app-universe-changes-process .btn-danger.active,
app-universe-changes-process .btn-danger:focus,
app-universe-changes-process .btn-danger.disabled.active,
app-universe-changes-process .btn-danger.disabled:focus,
app-universe-changes-process .btn-danger:disabled.active,
app-universe-changes-process .btn-danger:disabled:focus {
  background: #e6294b;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-universe-changes-process .btn-inverse,
app-universe-changes-process .btn-inverse.disabled,
app-universe-changes-process .btn-inverse:disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff;
}
app-universe-changes-process .btn-inverse:hover,
app-universe-changes-process .btn-inverse.disabled:hover,
app-universe-changes-process .btn-inverse:disabled:hover {
  background: #2f3d4a;
  color: #ffffff;
  border: 1px solid #2f3d4a;
}
app-universe-changes-process .btn-inverse.active,
app-universe-changes-process .btn-inverse:focus,
app-universe-changes-process .btn-inverse.disabled.active,
app-universe-changes-process .btn-inverse.disabled:focus,
app-universe-changes-process .btn-inverse:disabled.active,
app-universe-changes-process .btn-inverse:disabled:focus {
  background: #233723;
  color: #ffffff;
}
app-universe-changes-process .btn-red,
app-universe-changes-process .btn-red.disabled,
app-universe-changes-process .btn-red:disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
app-universe-changes-process .btn-red:hover,
app-universe-changes-process .btn-red.disabled:hover,
app-universe-changes-process .btn-red:disabled:hover {
  border: 1px solid #fb3a3a;
  background: #fb3a3a;
}
app-universe-changes-process .btn-red.active,
app-universe-changes-process .btn-red:focus,
app-universe-changes-process .btn-red.disabled.active,
app-universe-changes-process .btn-red.disabled:focus,
app-universe-changes-process .btn-red:disabled.active,
app-universe-changes-process .btn-red:disabled:focus {
  background: #e6294b;
}
app-universe-changes-process .btn-outline-secondary {
  background-color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(169, 169, 169, 0.14),
    0 3px 1px -2px rgba(169, 169, 169, 0.2),
    0 1px 5px 0 rgba(169, 169, 169, 0.12);
}
app-universe-changes-process .btn-outline-secondary:hover,
app-universe-changes-process .btn-outline-secondary:focus,
app-universe-changes-process .btn-outline-secondary.focus {
  box-shadow:
    0 14px 26px -12px rgba(169, 169, 169, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
app-universe-changes-process .btn-outline-secondary.active,
app-universe-changes-process .btn-outline-secondary:focus {
  box-shadow:
    0 14px 26px -12px rgba(169, 169, 169, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
app-universe-changes-process .btn-outline-primary {
  color: #385590;
  background-color: #ffffff;
  border-color: #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-universe-changes-process .btn-outline-primary:hover,
app-universe-changes-process .btn-outline-primary:focus,
app-universe-changes-process .btn-outline-primary.focus {
  background: #385590 !important;
  color: #ffffff !important;
  border-color: #385590 !important;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2) !important;
}
app-universe-changes-process .btn-outline-primary.active,
app-universe-changes-process .btn-outline-primary:focus {
  background: #385590 !important;
  color: #ffffff !important;
  border-color: #385590 !important;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
app-universe-changes-process .btn-outline-success {
  color: #26da5c;
  border-color: #26da5c;
  box-shadow:
    0 2px 2px 0 rgba(40, 190, 189, 0.14),
    0 3px 1px -2px rgba(40, 190, 189, 0.2),
    0 1px 5px 0 rgba(40, 190, 189, 0.12);
}
app-universe-changes-process .btn-outline-success:hover,
app-universe-changes-process .btn-outline-success:focus,
app-universe-changes-process .btn-outline-success.focus {
  background: #26da5c;
  border-color: #26da5c;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
app-universe-changes-process .btn-outline-success.active,
app-universe-changes-process .btn-outline-success:focus {
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
app-universe-changes-process .btn-outline-info {
  color: #4b72c2;
  border-color: #4b72c2;
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
app-universe-changes-process .btn-outline-info:hover,
app-universe-changes-process .btn-outline-info:focus,
app-universe-changes-process .btn-outline-info.focus {
  background: #4b72c2;
  border-color: #4b72c2;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-universe-changes-process .btn-outline-info.active,
app-universe-changes-process .btn-outline-info:focus {
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-universe-changes-process .btn-outline-warning {
  color: #ff9512;
  border-color: #ff9512;
  box-shadow:
    0 2px 2px 0 rgba(248, 194, 0, 0.14),
    0 3px 1px -2px rgba(248, 194, 0, 0.2),
    0 1px 5px 0 rgba(248, 194, 0, 0.12);
}
app-universe-changes-process .btn-outline-warning:hover,
app-universe-changes-process .btn-outline-warning:focus,
app-universe-changes-process .btn-outline-warning.focus {
  background: #ff9512;
  border-color: #ff9512;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
app-universe-changes-process .btn-outline-warning.active,
app-universe-changes-process .btn-outline-warning:focus {
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
app-universe-changes-process .btn-outline-danger {
  color: #fc4b6c;
  border-color: #fc4b6c;
  box-shadow:
    0 2px 2px 0 rgba(239, 83, 80, 0.14),
    0 3px 1px -2px rgba(239, 83, 80, 0.2),
    0 1px 5px 0 rgba(239, 83, 80, 0.12);
}
app-universe-changes-process .btn-outline-danger:hover,
app-universe-changes-process .btn-outline-danger:focus,
app-universe-changes-process .btn-outline-danger.focus {
  background: #fc4b6c;
  border-color: #fc4b6c;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-universe-changes-process .btn-outline-danger.active,
app-universe-changes-process .btn-outline-danger:focus {
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-universe-changes-process .btn-outline-red {
  color: #fb3a3a;
  border-color: #fb3a3a;
}
app-universe-changes-process .btn-outline-red:hover,
app-universe-changes-process .btn-outline-red:focus,
app-universe-changes-process .btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-universe-changes-process .btn-outline-red.active,
app-universe-changes-process .btn-outline-red:focus {
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-universe-changes-process .btn-outline-inverse {
  color: #2f3d4a;
  border-color: #2f3d4a;
}
app-universe-changes-process .btn-outline-inverse:hover,
app-universe-changes-process .btn-outline-inverse:focus,
app-universe-changes-process .btn-outline-inverse.focus {
  background: #2f3d4a;
  border-color: #2f3d4a;
  color: #ffffff;
}
app-universe-changes-process .btn-primary.active.focus,
app-universe-changes-process .btn-primary.active:focus,
app-universe-changes-process .btn-primary.active:hover,
app-universe-changes-process .btn-primary.focus:active,
app-universe-changes-process .btn-primary:active:focus,
app-universe-changes-process .btn-primary:active:hover,
app-universe-changes-process .btn-primary:not(:disabled):not(.disabled):active,
app-universe-changes-process .btn-primary:not(:disabled):not(.disabled).active,
app-universe-changes-process .open > .dropdown-toggle.btn-primary.focus,
app-universe-changes-process .open > .dropdown-toggle.btn-primary:focus,
app-universe-changes-process .open > .dropdown-toggle.btn-primary:hover,
app-universe-changes-process .btn-primary.focus,
app-universe-changes-process .btn-primary:focus {
  background-color: #324c81;
  border: 1px solid #324c81;
}
app-universe-changes-process .btn-success.active.focus,
app-universe-changes-process .btn-success.active:focus,
app-universe-changes-process .btn-success.active:hover,
app-universe-changes-process .btn-success.focus:active,
app-universe-changes-process .btn-success:active:focus,
app-universe-changes-process .btn-success:active:hover,
app-universe-changes-process .btn-success:not(:disabled):not(.disabled):active,
app-universe-changes-process .btn-success:not(:disabled):not(.disabled).active,
app-universe-changes-process .open > .dropdown-toggle.btn-success.focus,
app-universe-changes-process .open > .dropdown-toggle.btn-success:focus,
app-universe-changes-process .open > .dropdown-toggle.btn-success:hover,
app-universe-changes-process .btn-success.focus,
app-universe-changes-process .btn-success:focus {
  background-color: #1eacbe;
  border: 1px solid #1eacbe;
}
app-universe-changes-process .btn-info.active.focus,
app-universe-changes-process .btn-info.active:focus,
app-universe-changes-process .btn-info.active:hover,
app-universe-changes-process .btn-info.focus:active,
app-universe-changes-process .btn-info:active:focus,
app-universe-changes-process .btn-info:active:hover,
app-universe-changes-process .btn-info:not(:disabled):not(.disabled):active,
app-universe-changes-process .btn-info:not(:disabled):not(.disabled).active,
app-universe-changes-process .open > .dropdown-toggle.btn-info.focus,
app-universe-changes-process .open > .dropdown-toggle.btn-info:focus,
app-universe-changes-process .open > .dropdown-toggle.btn-info:hover,
app-universe-changes-process .btn-info.focus,
app-universe-changes-process .btn-info:focus {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
app-universe-changes-process .btn-warning.active.focus,
app-universe-changes-process .btn-warning.active:focus,
app-universe-changes-process .btn-warning.active:hover,
app-universe-changes-process .btn-warning.focus:active,
app-universe-changes-process .btn-warning:active:focus,
app-universe-changes-process .btn-warning:active:hover,
app-universe-changes-process .btn-warning:not(:disabled):not(.disabled):active,
app-universe-changes-process .btn-warning:not(:disabled):not(.disabled).active,
app-universe-changes-process .open > .dropdown-toggle.btn-warning.focus,
app-universe-changes-process .open > .dropdown-toggle.btn-warning:focus,
app-universe-changes-process .open > .dropdown-toggle.btn-warning:hover,
app-universe-changes-process .btn-warning.focus,
app-universe-changes-process .btn-warning:focus {
  background-color: #dc7e0a;
  border: 1px solid #dc7e0a;
}
app-universe-changes-process .btn-danger.active.focus,
app-universe-changes-process .btn-danger.active:focus,
app-universe-changes-process .btn-danger.active:hover,
app-universe-changes-process .btn-danger.focus:active,
app-universe-changes-process .btn-danger:active:focus,
app-universe-changes-process .btn-danger:active:hover,
app-universe-changes-process .btn-danger:not(:disabled):not(.disabled):active,
app-universe-changes-process .btn-danger:not(:disabled):not(.disabled).active,
app-universe-changes-process .open > .dropdown-toggle.btn-danger.focus,
app-universe-changes-process .open > .dropdown-toggle.btn-danger:focus,
app-universe-changes-process .open > .dropdown-toggle.btn-danger:hover,
app-universe-changes-process .btn-danger.focus,
app-universe-changes-process .btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}
app-universe-changes-process .btn-inverse:hover,
app-universe-changes-process .btn-inverse:focus,
app-universe-changes-process .btn-inverse:active,
app-universe-changes-process .btn-inverse.active,
app-universe-changes-process .btn-inverse.focus,
app-universe-changes-process .btn-inverse:active,
app-universe-changes-process .btn-inverse:focus,
app-universe-changes-process .btn-inverse:hover,
app-universe-changes-process .open > .dropdown-toggle.btn-inverse {
  background-color: #233723;
  border: 1px solid #233723;
}
app-universe-changes-process .btn-red:hover,
app-universe-changes-process .btn-red:focus,
app-universe-changes-process .btn-red:active,
app-universe-changes-process .btn-red.active,
app-universe-changes-process .btn-red.focus,
app-universe-changes-process .btn-red:active,
app-universe-changes-process .btn-red:focus,
app-universe-changes-process .btn-red:hover,
app-universe-changes-process .open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}
app-universe-changes-process .btn-facebook {
  color: #ffffff;
}
app-universe-changes-process .btn-twitter {
  color: #ffffff;
}
app-universe-changes-process .btn-linkedin {
  color: #ffffff;
}
app-universe-changes-process .btn-dribbble {
  color: #ffffff;
}
app-universe-changes-process .btn-googleplus {
  color: #ffffff;
}
app-universe-changes-process .btn-instagram {
  color: #ffffff;
}
app-universe-changes-process .btn-pinterest {
  color: #ffffff;
}
app-universe-changes-process .btn-dropbox {
  color: #ffffff;
}
app-universe-changes-process .btn-flickr {
  color: #ffffff;
}
app-universe-changes-process .btn-tumblr {
  color: #ffffff;
}
app-universe-changes-process .btn-skype {
  color: #ffffff;
}
app-universe-changes-process .btn-youtube {
  color: #ffffff;
}
app-universe-changes-process .btn-github {
  color: #ffffff;
}
app-universe-changes-process .notify .heartbit {
  border: 5px solid #fc4b6c;
}
app-universe-changes-process .notify .point {
  background-color: #fc4b6c;
}
app-universe-changes-process .mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}
app-universe-changes-process .mega-dropdown .nav-accordion .card-header h5 a {
  color: #000000;
}
app-universe-changes-process ul.list-style-none li a {
  color: #000000;
}
app-universe-changes-process ul.list-style-none li a:hover {
  color: #385590;
}
app-universe-changes-process .dropdown-item {
  color: #000000;
}
app-universe-changes-process .form-control {
  color: #000000;
}
app-universe-changes-process .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #26da5c;
}
app-universe-changes-process .form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
app-universe-changes-process .card-no-border .card {
  border-color: #d7dfe3;
  border-radius: 4px;
}
app-universe-changes-process .card-no-border .sidebar-footer {
  background: #f2f6f8;
}
app-universe-changes-process .card-no-border .navigation > ul > li > a.active {
  background: #ffffff;
}
app-universe-changes-process .card-outline-danger,
app-universe-changes-process .card-outline-info,
app-universe-changes-process .card-outline-warning,
app-universe-changes-process .card-outline-success,
app-universe-changes-process .card-outline-primary {
  background: #ffffff;
}
app-universe-changes-process .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
app-universe-changes-process a {
  color: var(--bs-link-color);
}
app-universe-changes-process .btn-secondary.active,
app-universe-changes-process .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-universe-changes-process button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-universe-changes-process div.ngb-dp-weekday {
  color: #385590 !important;
}
app-universe-changes-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-universe-changes-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-universe-changes-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-universe-changes-search .collapse-button svg {
  fill: #385590;
}
app-universe-changes-search-filter .control-label {
  color: #6d757d;
}
app-institution-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-add-restore-institution .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-active-ipeds-requests .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-active-ipeds-requests html {
  background: #ffffff;
}
app-active-ipeds-requests body {
  background: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
app-active-ipeds-requests a.link {
  color: #4b5064;
}
app-active-ipeds-requests a.link:hover,
app-active-ipeds-requests a.link:focus {
  color: #385590;
}
app-active-ipeds-requests .page-item.active .page-link {
  color: #f2f4f8 !important;
  background-color: #385590 !important;
  border-color: #385590 !important;
}
app-active-ipeds-requests .img-rounded {
  border-radius: 4px;
}
app-active-ipeds-requests h1,
app-active-ipeds-requests h2,
app-active-ipeds-requests h3,
app-active-ipeds-requests h4,
app-active-ipeds-requests h5,
app-active-ipeds-requests h6 {
  color: #4b5064;
  font-family: "Roboto", sans-serif;
}
app-active-ipeds-requests .box {
  border-radius: 4px;
}
app-active-ipeds-requests html body blockquote {
  border-left: 5px solid #385590;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests .radius {
  border-radius: 4px;
}
app-active-ipeds-requests .text-white {
  color: #ffffff !important;
}
app-active-ipeds-requests .text-danger {
  color: #fc4b6c !important;
}
app-active-ipeds-requests .text-muted {
  color: #99abb4 !important;
}
app-active-ipeds-requests .text-warning {
  color: #ff9512 !important;
}
app-active-ipeds-requests .text-success {
  color: #26da5c !important;
}
app-active-ipeds-requests .text-info {
  color: #4b72c2 !important;
}
app-active-ipeds-requests .text-inverse {
  color: #2f3d4a !important;
}
app-active-ipeds-requests html body .text-blue {
  color: #02bec9 !important;
}
app-active-ipeds-requests html body .text-purple {
  color: #7460ee !important;
}
app-active-ipeds-requests html body .text-primary {
  color: #385590 !important;
}
app-active-ipeds-requests html body .text-megna {
  color: #00897b !important;
}
app-active-ipeds-requests html body .text-dark {
  color: #000000 !important;
}
app-active-ipeds-requests html body .text-themecolor {
  color: #385590 !important;
}
app-active-ipeds-requests .bg-primary {
  background-color: #385590 !important;
}
app-active-ipeds-requests .bg-success {
  background-color: #26da5c !important;
}
app-active-ipeds-requests .bg-info {
  background-color: #4b72c2 !important;
}
app-active-ipeds-requests .bg-warning {
  background-color: #ff9512 !important;
}
app-active-ipeds-requests .bg-danger {
  background-color: #fc4b6c !important;
}
app-active-ipeds-requests html body .bg-megna {
  background-color: #00897b;
}
app-active-ipeds-requests html body .bg-theme {
  background-color: #385590;
}
app-active-ipeds-requests html body .bg-inverse {
  background-color: #2f3d4a;
}
app-active-ipeds-requests html body .bg-purple {
  background-color: #7460ee;
}
app-active-ipeds-requests html body .bg-light-primary {
  background-color: #e8edf6;
}
app-active-ipeds-requests html body .bg-light-success {
  background-color: #e8fdeb;
}
app-active-ipeds-requests html body .bg-light-info {
  background-color: #cfecfe;
}
app-active-ipeds-requests html body .bg-light-extra {
  background-color: #ebf3f5;
}
app-active-ipeds-requests html body .bg-light-warning {
  background-color: #fff8ec;
}
app-active-ipeds-requests html body .bg-light-danger {
  background-color: #f9e7eb;
}
app-active-ipeds-requests html body .bg-light-inverse {
  background-color: #f6f6f6;
}
app-active-ipeds-requests html body .bg-light {
  background-color: #f2f4f8 !important;
}
app-active-ipeds-requests html body .bg-white {
  background-color: #ffffff;
}
app-active-ipeds-requests .round {
  color: #ffffff;
  background: #4b72c2;
}
app-active-ipeds-requests .round.round-info {
  background: #4b72c2;
}
app-active-ipeds-requests .round.round-warning {
  background: #ff9512;
}
app-active-ipeds-requests .round.round-danger {
  background: #fc4b6c;
}
app-active-ipeds-requests .round.round-success {
  background: #26da5c;
}
app-active-ipeds-requests .round.round-primary {
  background: #385590;
}
app-active-ipeds-requests .label {
  color: #ffffff;
  border-radius: 4px;
}
app-active-ipeds-requests .label-custom {
  background-color: #00897b;
}
app-active-ipeds-requests .label-success {
  background-color: #26da5c;
}
app-active-ipeds-requests .label-info {
  background-color: #4b72c2;
}
app-active-ipeds-requests .label-warning {
  background-color: #ff9512;
}
app-active-ipeds-requests .label-danger {
  background-color: #fc4b6c;
}
app-active-ipeds-requests .label-megna {
  background-color: #00897b;
}
app-active-ipeds-requests .label-primary {
  background-color: #385590;
}
app-active-ipeds-requests .label-purple {
  background-color: #7460ee;
}
app-active-ipeds-requests .label-red {
  background-color: #fb3a3a;
}
app-active-ipeds-requests .label-inverse {
  background-color: #2f3d4a;
}
app-active-ipeds-requests .label-default {
  background-color: #f2f4f8;
}
app-active-ipeds-requests .label-white {
  background-color: #ffffff;
}
app-active-ipeds-requests .label-light-success {
  background-color: #e8fdeb;
  color: #26da5c;
}
app-active-ipeds-requests .label-light-info {
  background-color: #cfecfe;
  color: #4b72c2;
}
app-active-ipeds-requests .label-light-warning {
  background-color: #fff8ec;
  color: #ff9512;
}
app-active-ipeds-requests .label-light-danger {
  background-color: #f9e7eb;
  color: #fc4b6c;
}
app-active-ipeds-requests .label-light-megna {
  background-color: #e0f2f4;
  color: #00897b;
}
app-active-ipeds-requests .label-light-primary {
  background-color: #e8edf6;
  color: #385590;
}
app-active-ipeds-requests .label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}
app-active-ipeds-requests .pagination > li:first-child > a,
app-active-ipeds-requests .pagination > li:first-child > span {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
app-active-ipeds-requests .pagination > li:last-child > a,
app-active-ipeds-requests .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
app-active-ipeds-requests .pagination > li > a,
app-active-ipeds-requests .pagination > li > span {
  color: #173f17;
}
app-active-ipeds-requests .pagination > li > a:hover,
app-active-ipeds-requests .pagination > li > span:hover,
app-active-ipeds-requests .pagination > li > a:focus,
app-active-ipeds-requests .pagination > li > span:focus {
  background-color: #f2f4f8;
}
app-active-ipeds-requests .pagination-split li {
  float: left;
}
app-active-ipeds-requests .pagination-split li a {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
app-active-ipeds-requests .pagination > .active > a,
app-active-ipeds-requests .pagination > .active > span,
app-active-ipeds-requests .pagination > .active > a:hover,
app-active-ipeds-requests .pagination > .active > span:hover,
app-active-ipeds-requests .pagination > .active > a:focus,
app-active-ipeds-requests .pagination > .active > span:focus {
  background-color: #385590;
  border-color: #385590;
}
app-active-ipeds-requests .pager li > a,
app-active-ipeds-requests .pager li > span {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #173f17;
}
app-active-ipeds-requests .table td,
app-active-ipeds-requests .table th {
  border-color: #f3f1f1;
}
app-active-ipeds-requests .table-hover tbody tr:hover {
  background: #f2f4f8;
}
app-active-ipeds-requests .badge-success {
  background-color: #26da5c;
}
app-active-ipeds-requests .badge-info {
  background-color: #4b72c2;
}
app-active-ipeds-requests .badge-primary {
  background-color: #385590;
}
app-active-ipeds-requests .badge-warning {
  background-color: #ff9512;
  color: #ffffff;
}
app-active-ipeds-requests .badge-danger {
  background-color: #fc4b6c;
}
app-active-ipeds-requests .badge-purple {
  background-color: #7460ee;
}
app-active-ipeds-requests .badge-red {
  background-color: #fb3a3a;
}
app-active-ipeds-requests .badge-inverse {
  background-color: #2f3d4a;
}
app-active-ipeds-requests .btn-link {
  color: #385590;
}
app-active-ipeds-requests .btn-group label {
  color: #ffffff !important;
}
app-active-ipeds-requests .btn-group label.btn-secondary {
  color: #000000 !important;
}
app-active-ipeds-requests button.btn-secondary:focus:hover {
  color: #385590 !important;
}
app-active-ipeds-requests .btn-secondary,
app-active-ipeds-requests .btn-secondary.disabled,
app-active-ipeds-requests .btn-secondary:disabled {
  background: #ffffff;
  border: 2px solid #385590;
  color: #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-active-ipeds-requests .btn-secondary:hover,
app-active-ipeds-requests .btn-secondary.disabled:hover,
app-active-ipeds-requests .btn-secondary:disabled:hover {
  color: #385590;
  border: 2px solid #385590;
  background: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
app-active-ipeds-requests .btn-secondary.active,
app-active-ipeds-requests .btn-secondary:focus,
app-active-ipeds-requests .btn-secondary.disabled.active,
app-active-ipeds-requests .btn-secondary.disabled:focus,
app-active-ipeds-requests .btn-secondary:disabled.active,
app-active-ipeds-requests .btn-secondary:disabled:focus {
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
  color: #ffffff !important;
}
app-active-ipeds-requests .btn-secondary:disabled,
app-active-ipeds-requests .btn-secondary.disabled:disabled,
app-active-ipeds-requests .btn-secondary:disabled:disabled {
  border: 2px solid #b9b9b9 !important;
  color: #b9b9b9;
}
app-active-ipeds-requests .btn-secondary:disabled:hover,
app-active-ipeds-requests .btn-secondary.disabled:disabled:hover,
app-active-ipeds-requests .btn-secondary:disabled:disabled:hover {
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-active-ipeds-requests .btn-primary,
app-active-ipeds-requests .btn-primary.disabled,
app-active-ipeds-requests .btn-primary:disabled {
  background: #385590;
  border: 1px solid #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-active-ipeds-requests .btn-primary:hover,
app-active-ipeds-requests .btn-primary.disabled:hover,
app-active-ipeds-requests .btn-primary:disabled:hover {
  background: #385590;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
  border: 1px solid #385590;
}
app-active-ipeds-requests .btn-primary.active,
app-active-ipeds-requests .btn-primary:focus,
app-active-ipeds-requests .btn-primary.disabled.active,
app-active-ipeds-requests .btn-primary.disabled:focus,
app-active-ipeds-requests .btn-primary:disabled.active,
app-active-ipeds-requests .btn-primary:disabled:focus {
  background: #324c81;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
app-active-ipeds-requests .btn-themecolor,
app-active-ipeds-requests .btn-themecolor.disabled,
app-active-ipeds-requests .btn-themecolor:disabled {
  background: #385590;
  color: #ffffff;
  border: 1px solid #385590;
}
app-active-ipeds-requests .btn-themecolor:hover,
app-active-ipeds-requests .btn-themecolor.disabled:hover,
app-active-ipeds-requests .btn-themecolor:disabled:hover {
  background: #385590;
  border: 1px solid #385590;
}
app-active-ipeds-requests .btn-themecolor.active,
app-active-ipeds-requests .btn-themecolor:focus,
app-active-ipeds-requests .btn-themecolor.disabled.active,
app-active-ipeds-requests .btn-themecolor.disabled:focus,
app-active-ipeds-requests .btn-themecolor:disabled.active,
app-active-ipeds-requests .btn-themecolor:disabled:focus {
  background: #263a62;
}
app-active-ipeds-requests .btn-success,
app-active-ipeds-requests .btn-success.disabled,
app-active-ipeds-requests .btn-success:disabled {
  background: #26da5c;
  border: 1px solid #26da5c;
  box-shadow:
    0 2px 2px 0 rgba(40, 190, 189, 0.14),
    0 3px 1px -2px rgba(40, 190, 189, 0.2),
    0 1px 5px 0 rgba(40, 190, 189, 0.12);
}
app-active-ipeds-requests .btn-success:hover,
app-active-ipeds-requests .btn-success.disabled:hover,
app-active-ipeds-requests .btn-success:disabled:hover {
  background: #26da5c;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
  border: 1px solid #26da5c;
}
app-active-ipeds-requests .btn-success.active,
app-active-ipeds-requests .btn-success:focus,
app-active-ipeds-requests .btn-success.disabled.active,
app-active-ipeds-requests .btn-success.disabled:focus,
app-active-ipeds-requests .btn-success:disabled.active,
app-active-ipeds-requests .btn-success:disabled:focus {
  background: #1eacbe;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
app-active-ipeds-requests .btn-info,
app-active-ipeds-requests .btn-info.disabled,
app-active-ipeds-requests .btn-info:disabled {
  background: #4b72c2;
  border: 1px solid #4b72c2;
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
app-active-ipeds-requests .btn-info:hover,
app-active-ipeds-requests .btn-info.disabled:hover,
app-active-ipeds-requests .btn-info:disabled:hover {
  background: #4b72c2;
  border: 1px solid #4b72c2;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-active-ipeds-requests .btn-info.active,
app-active-ipeds-requests .btn-info:focus,
app-active-ipeds-requests .btn-info.disabled.active,
app-active-ipeds-requests .btn-info.disabled:focus,
app-active-ipeds-requests .btn-info:disabled.active,
app-active-ipeds-requests .btn-info:disabled:focus {
  background: #028ee1;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-active-ipeds-requests .btn-warning,
app-active-ipeds-requests .btn-warning.disabled,
app-active-ipeds-requests .btn-warning:disabled {
  background: #ff9512;
  color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(248, 194, 0, 0.14),
    0 3px 1px -2px rgba(248, 194, 0, 0.2),
    0 1px 5px 0 rgba(248, 194, 0, 0.12);
  border: 1px solid #ff9512;
}
app-active-ipeds-requests .btn-warning:hover,
app-active-ipeds-requests .btn-warning.disabled:hover,
app-active-ipeds-requests .btn-warning:disabled:hover {
  background: #ff9512;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
  border: 1px solid #ff9512;
}
app-active-ipeds-requests .btn-warning.active,
app-active-ipeds-requests .btn-warning:focus,
app-active-ipeds-requests .btn-warning.disabled.active,
app-active-ipeds-requests .btn-warning.disabled:focus,
app-active-ipeds-requests .btn-warning:disabled.active,
app-active-ipeds-requests .btn-warning:disabled:focus {
  background: #dc7e0a;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
app-active-ipeds-requests .btn-danger,
app-active-ipeds-requests .btn-danger.disabled,
app-active-ipeds-requests .btn-danger:disabled {
  background: #fc4b6c;
  border: 1px solid #fc4b6c;
  box-shadow:
    0 2px 2px 0 rgba(239, 83, 80, 0.14),
    0 3px 1px -2px rgba(239, 83, 80, 0.2),
    0 1px 5px 0 rgba(239, 83, 80, 0.12);
}
app-active-ipeds-requests .btn-danger:hover,
app-active-ipeds-requests .btn-danger.disabled:hover,
app-active-ipeds-requests .btn-danger:disabled:hover {
  background: #fc4b6c;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
  border: 1px solid #fc4b6c;
}
app-active-ipeds-requests .btn-danger.active,
app-active-ipeds-requests .btn-danger:focus,
app-active-ipeds-requests .btn-danger.disabled.active,
app-active-ipeds-requests .btn-danger.disabled:focus,
app-active-ipeds-requests .btn-danger:disabled.active,
app-active-ipeds-requests .btn-danger:disabled:focus {
  background: #e6294b;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-active-ipeds-requests .btn-inverse,
app-active-ipeds-requests .btn-inverse.disabled,
app-active-ipeds-requests .btn-inverse:disabled {
  background: #2f3d4a;
  border: 1px solid #2f3d4a;
  color: #ffffff;
}
app-active-ipeds-requests .btn-inverse:hover,
app-active-ipeds-requests .btn-inverse.disabled:hover,
app-active-ipeds-requests .btn-inverse:disabled:hover {
  background: #2f3d4a;
  color: #ffffff;
  border: 1px solid #2f3d4a;
}
app-active-ipeds-requests .btn-inverse.active,
app-active-ipeds-requests .btn-inverse:focus,
app-active-ipeds-requests .btn-inverse.disabled.active,
app-active-ipeds-requests .btn-inverse.disabled:focus,
app-active-ipeds-requests .btn-inverse:disabled.active,
app-active-ipeds-requests .btn-inverse:disabled:focus {
  background: #233723;
  color: #ffffff;
}
app-active-ipeds-requests .btn-red,
app-active-ipeds-requests .btn-red.disabled,
app-active-ipeds-requests .btn-red:disabled {
  background: #fb3a3a;
  border: 1px solid #fb3a3a;
  color: #ffffff;
}
app-active-ipeds-requests .btn-red:hover,
app-active-ipeds-requests .btn-red.disabled:hover,
app-active-ipeds-requests .btn-red:disabled:hover {
  border: 1px solid #fb3a3a;
  background: #fb3a3a;
}
app-active-ipeds-requests .btn-red.active,
app-active-ipeds-requests .btn-red:focus,
app-active-ipeds-requests .btn-red.disabled.active,
app-active-ipeds-requests .btn-red.disabled:focus,
app-active-ipeds-requests .btn-red:disabled.active,
app-active-ipeds-requests .btn-red:disabled:focus {
  background: #e6294b;
}
app-active-ipeds-requests .btn-outline-secondary {
  background-color: #ffffff;
  box-shadow:
    0 2px 2px 0 rgba(169, 169, 169, 0.14),
    0 3px 1px -2px rgba(169, 169, 169, 0.2),
    0 1px 5px 0 rgba(169, 169, 169, 0.12);
}
app-active-ipeds-requests .btn-outline-secondary:hover,
app-active-ipeds-requests .btn-outline-secondary:focus,
app-active-ipeds-requests .btn-outline-secondary.focus {
  box-shadow:
    0 14px 26px -12px rgba(169, 169, 169, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
app-active-ipeds-requests .btn-outline-secondary.active,
app-active-ipeds-requests .btn-outline-secondary:focus {
  box-shadow:
    0 14px 26px -12px rgba(169, 169, 169, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(169, 169, 169, 0.2);
}
app-active-ipeds-requests .btn-outline-primary {
  color: #385590;
  background-color: #ffffff;
  border-color: #385590;
  box-shadow:
    0 2px 2px 0 rgba(56, 84, 143, 0.14),
    0 3px 1px -2px rgba(56, 84, 143, 0.2),
    0 1px 5px 0 rgba(56, 84, 143, 0.12);
}
app-active-ipeds-requests .btn-outline-primary:hover,
app-active-ipeds-requests .btn-outline-primary:focus,
app-active-ipeds-requests .btn-outline-primary.focus {
  background: #385590 !important;
  color: #ffffff !important;
  border-color: #385590 !important;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2) !important;
}
app-active-ipeds-requests .btn-outline-primary.active,
app-active-ipeds-requests .btn-outline-primary:focus {
  background: #385590 !important;
  color: #ffffff !important;
  border-color: #385590 !important;
  box-shadow:
    0 14px 26px -12px rgba(56, 84, 143, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(56, 84, 143, 0.2);
}
app-active-ipeds-requests .btn-outline-success {
  color: #26da5c;
  border-color: #26da5c;
  box-shadow:
    0 2px 2px 0 rgba(40, 190, 189, 0.14),
    0 3px 1px -2px rgba(40, 190, 189, 0.2),
    0 1px 5px 0 rgba(40, 190, 189, 0.12);
}
app-active-ipeds-requests .btn-outline-success:hover,
app-active-ipeds-requests .btn-outline-success:focus,
app-active-ipeds-requests .btn-outline-success.focus {
  background: #26da5c;
  border-color: #26da5c;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
app-active-ipeds-requests .btn-outline-success.active,
app-active-ipeds-requests .btn-outline-success:focus {
  box-shadow:
    0 14px 26px -12px rgba(40, 190, 189, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(40, 190, 189, 0.2);
}
app-active-ipeds-requests .btn-outline-info {
  color: #4b72c2;
  border-color: #4b72c2;
  box-shadow:
    0 2px 2px 0 rgba(66, 165, 245, 0.14),
    0 3px 1px -2px rgba(66, 165, 245, 0.2),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
}
app-active-ipeds-requests .btn-outline-info:hover,
app-active-ipeds-requests .btn-outline-info:focus,
app-active-ipeds-requests .btn-outline-info.focus {
  background: #4b72c2;
  border-color: #4b72c2;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-active-ipeds-requests .btn-outline-info.active,
app-active-ipeds-requests .btn-outline-info:focus {
  box-shadow:
    0 14px 26px -12px rgba(23, 105, 255, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(23, 105, 255, 0.2);
}
app-active-ipeds-requests .btn-outline-warning {
  color: #ff9512;
  border-color: #ff9512;
  box-shadow:
    0 2px 2px 0 rgba(248, 194, 0, 0.14),
    0 3px 1px -2px rgba(248, 194, 0, 0.2),
    0 1px 5px 0 rgba(248, 194, 0, 0.12);
}
app-active-ipeds-requests .btn-outline-warning:hover,
app-active-ipeds-requests .btn-outline-warning:focus,
app-active-ipeds-requests .btn-outline-warning.focus {
  background: #ff9512;
  border-color: #ff9512;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
app-active-ipeds-requests .btn-outline-warning.active,
app-active-ipeds-requests .btn-outline-warning:focus {
  box-shadow:
    0 14px 26px -12px rgba(248, 194, 0, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(248, 194, 0, 0.2);
}
app-active-ipeds-requests .btn-outline-danger {
  color: #fc4b6c;
  border-color: #fc4b6c;
  box-shadow:
    0 2px 2px 0 rgba(239, 83, 80, 0.14),
    0 3px 1px -2px rgba(239, 83, 80, 0.2),
    0 1px 5px 0 rgba(239, 83, 80, 0.12);
}
app-active-ipeds-requests .btn-outline-danger:hover,
app-active-ipeds-requests .btn-outline-danger:focus,
app-active-ipeds-requests .btn-outline-danger.focus {
  background: #fc4b6c;
  border-color: #fc4b6c;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-active-ipeds-requests .btn-outline-danger.active,
app-active-ipeds-requests .btn-outline-danger:focus {
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-active-ipeds-requests .btn-outline-red {
  color: #fb3a3a;
  border-color: #fb3a3a;
}
app-active-ipeds-requests .btn-outline-red:hover,
app-active-ipeds-requests .btn-outline-red:focus,
app-active-ipeds-requests .btn-outline-red.focus {
  background: #fb3a3a;
  border-color: #fb3a3a;
  color: #ffffff;
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-active-ipeds-requests .btn-outline-red.active,
app-active-ipeds-requests .btn-outline-red:focus {
  box-shadow:
    0 14px 26px -12px rgba(239, 83, 80, 0.42),
    0 4px 23px 0 rgba(0, 0, 0, 0.12),
    0 8px 10px -5px rgba(239, 83, 80, 0.2);
}
app-active-ipeds-requests .btn-outline-inverse {
  color: #2f3d4a;
  border-color: #2f3d4a;
}
app-active-ipeds-requests .btn-outline-inverse:hover,
app-active-ipeds-requests .btn-outline-inverse:focus,
app-active-ipeds-requests .btn-outline-inverse.focus {
  background: #2f3d4a;
  border-color: #2f3d4a;
  color: #ffffff;
}
app-active-ipeds-requests .btn-primary.active.focus,
app-active-ipeds-requests .btn-primary.active:focus,
app-active-ipeds-requests .btn-primary.active:hover,
app-active-ipeds-requests .btn-primary.focus:active,
app-active-ipeds-requests .btn-primary:active:focus,
app-active-ipeds-requests .btn-primary:active:hover,
app-active-ipeds-requests .btn-primary:not(:disabled):not(.disabled):active,
app-active-ipeds-requests .btn-primary:not(:disabled):not(.disabled).active,
app-active-ipeds-requests .open > .dropdown-toggle.btn-primary.focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-primary:focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-primary:hover,
app-active-ipeds-requests .btn-primary.focus,
app-active-ipeds-requests .btn-primary:focus {
  background-color: #324c81;
  border: 1px solid #324c81;
}
app-active-ipeds-requests .btn-success.active.focus,
app-active-ipeds-requests .btn-success.active:focus,
app-active-ipeds-requests .btn-success.active:hover,
app-active-ipeds-requests .btn-success.focus:active,
app-active-ipeds-requests .btn-success:active:focus,
app-active-ipeds-requests .btn-success:active:hover,
app-active-ipeds-requests .btn-success:not(:disabled):not(.disabled):active,
app-active-ipeds-requests .btn-success:not(:disabled):not(.disabled).active,
app-active-ipeds-requests .open > .dropdown-toggle.btn-success.focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-success:focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-success:hover,
app-active-ipeds-requests .btn-success.focus,
app-active-ipeds-requests .btn-success:focus {
  background-color: #1eacbe;
  border: 1px solid #1eacbe;
}
app-active-ipeds-requests .btn-info.active.focus,
app-active-ipeds-requests .btn-info.active:focus,
app-active-ipeds-requests .btn-info.active:hover,
app-active-ipeds-requests .btn-info.focus:active,
app-active-ipeds-requests .btn-info:active:focus,
app-active-ipeds-requests .btn-info:active:hover,
app-active-ipeds-requests .btn-info:not(:disabled):not(.disabled):active,
app-active-ipeds-requests .btn-info:not(:disabled):not(.disabled).active,
app-active-ipeds-requests .open > .dropdown-toggle.btn-info.focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-info:focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-info:hover,
app-active-ipeds-requests .btn-info.focus,
app-active-ipeds-requests .btn-info:focus {
  background-color: #028ee1;
  border: 1px solid #028ee1;
}
app-active-ipeds-requests .btn-warning.active.focus,
app-active-ipeds-requests .btn-warning.active:focus,
app-active-ipeds-requests .btn-warning.active:hover,
app-active-ipeds-requests .btn-warning.focus:active,
app-active-ipeds-requests .btn-warning:active:focus,
app-active-ipeds-requests .btn-warning:active:hover,
app-active-ipeds-requests .btn-warning:not(:disabled):not(.disabled):active,
app-active-ipeds-requests .btn-warning:not(:disabled):not(.disabled).active,
app-active-ipeds-requests .open > .dropdown-toggle.btn-warning.focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-warning:focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-warning:hover,
app-active-ipeds-requests .btn-warning.focus,
app-active-ipeds-requests .btn-warning:focus {
  background-color: #dc7e0a;
  border: 1px solid #dc7e0a;
}
app-active-ipeds-requests .btn-danger.active.focus,
app-active-ipeds-requests .btn-danger.active:focus,
app-active-ipeds-requests .btn-danger.active:hover,
app-active-ipeds-requests .btn-danger.focus:active,
app-active-ipeds-requests .btn-danger:active:focus,
app-active-ipeds-requests .btn-danger:active:hover,
app-active-ipeds-requests .btn-danger:not(:disabled):not(.disabled):active,
app-active-ipeds-requests .btn-danger:not(:disabled):not(.disabled).active,
app-active-ipeds-requests .open > .dropdown-toggle.btn-danger.focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-danger:focus,
app-active-ipeds-requests .open > .dropdown-toggle.btn-danger:hover,
app-active-ipeds-requests .btn-danger.focus,
app-active-ipeds-requests .btn-danger:focus {
  background-color: #e6294b;
  border: 1px solid #e6294b;
}
app-active-ipeds-requests .btn-inverse:hover,
app-active-ipeds-requests .btn-inverse:focus,
app-active-ipeds-requests .btn-inverse:active,
app-active-ipeds-requests .btn-inverse.active,
app-active-ipeds-requests .btn-inverse.focus,
app-active-ipeds-requests .btn-inverse:active,
app-active-ipeds-requests .btn-inverse:focus,
app-active-ipeds-requests .btn-inverse:hover,
app-active-ipeds-requests .open > .dropdown-toggle.btn-inverse {
  background-color: #233723;
  border: 1px solid #233723;
}
app-active-ipeds-requests .btn-red:hover,
app-active-ipeds-requests .btn-red:focus,
app-active-ipeds-requests .btn-red:active,
app-active-ipeds-requests .btn-red.active,
app-active-ipeds-requests .btn-red.focus,
app-active-ipeds-requests .btn-red:active,
app-active-ipeds-requests .btn-red:focus,
app-active-ipeds-requests .btn-red:hover,
app-active-ipeds-requests .open > .dropdown-toggle.btn-red {
  background-color: #d61f1f;
  border: 1px solid #d61f1f;
  color: #ffffff;
}
app-active-ipeds-requests .btn-facebook {
  color: #ffffff;
}
app-active-ipeds-requests .btn-twitter {
  color: #ffffff;
}
app-active-ipeds-requests .btn-linkedin {
  color: #ffffff;
}
app-active-ipeds-requests .btn-dribbble {
  color: #ffffff;
}
app-active-ipeds-requests .btn-googleplus {
  color: #ffffff;
}
app-active-ipeds-requests .btn-instagram {
  color: #ffffff;
}
app-active-ipeds-requests .btn-pinterest {
  color: #ffffff;
}
app-active-ipeds-requests .btn-dropbox {
  color: #ffffff;
}
app-active-ipeds-requests .btn-flickr {
  color: #ffffff;
}
app-active-ipeds-requests .btn-tumblr {
  color: #ffffff;
}
app-active-ipeds-requests .btn-skype {
  color: #ffffff;
}
app-active-ipeds-requests .btn-youtube {
  color: #ffffff;
}
app-active-ipeds-requests .btn-github {
  color: #ffffff;
}
app-active-ipeds-requests .notify .heartbit {
  border: 5px solid #fc4b6c;
}
app-active-ipeds-requests .notify .point {
  background-color: #fc4b6c;
}
app-active-ipeds-requests .mega-dropdown .nav-accordion .card-header {
  background: #ffffff;
}
app-active-ipeds-requests .mega-dropdown .nav-accordion .card-header h5 a {
  color: #000000;
}
app-active-ipeds-requests ul.list-style-none li a {
  color: #000000;
}
app-active-ipeds-requests ul.list-style-none li a:hover {
  color: #385590;
}
app-active-ipeds-requests .dropdown-item {
  color: #000000;
}
app-active-ipeds-requests .form-control {
  color: #000000;
}
app-active-ipeds-requests .custom-control-input:checked ~ .custom-control-indicator {
  background-color: #26da5c;
}
app-active-ipeds-requests .form-bordered .form-group {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
app-active-ipeds-requests .card-no-border .card {
  border-color: #d7dfe3;
  border-radius: 4px;
}
app-active-ipeds-requests .card-no-border .sidebar-footer {
  background: #f2f6f8;
}
app-active-ipeds-requests .card-no-border .navigation > ul > li > a.active {
  background: #ffffff;
}
app-active-ipeds-requests .card-outline-danger,
app-active-ipeds-requests .card-outline-info,
app-active-ipeds-requests .card-outline-warning,
app-active-ipeds-requests .card-outline-success,
app-active-ipeds-requests .card-outline-primary {
  background: #ffffff;
}
app-active-ipeds-requests .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: rgba(0, 0, 0, 0);
}
app-active-ipeds-requests a {
  color: var(--bs-link-color);
}
app-active-ipeds-requests .btn-secondary.active,
app-active-ipeds-requests .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-active-ipeds-requests button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-active-ipeds-requests div.ngb-dp-weekday {
  color: #385590 !important;
}
app-survey-screen-test .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-screen-test .collapse-button {
  fill: #385590;
}
app-survey-screen-test .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-screen-test .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-screen-test .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-screen-test .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-screen-test .btn-secondary.active,
app-survey-screen-test .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-screen-test button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-screen-test-menu .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-screen-test-content-cell .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-screen-test-content .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-screen-test-content .collapse-button {
  fill: #385590;
}
app-survey-screen-test-content .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-survey-screen-test-content .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-survey-screen-test-content .completion-table .cip-title-1 {
  color: #385590;
}
app-survey-screen-test-content .completion-table .cip-title-2 {
  color: #385590;
}
app-survey-screen-test-content .btn-secondary.active,
app-survey-screen-test-content .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-survey-screen-test-content button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-survey-screen-test-cell-info-vstr .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-screen-test-cell-info-vstr table tr th {
  color: #385590;
}
app-survey-screen-test-cell-info .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-survey-screen-test-cell-info table_ tr th {
  color: #385590;
}
app-survey-screen-cell-info-link .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-screen-tip-admin .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-screen-tip-admin .fa.collapse-icon {
  color: #99abb4;
}
app-screen-tip-admin .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-screen-tip-admin .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-screen-tip-admin .collapse-button svg {
  fill: #385590;
}
app-screen-tip-admin-filter .control-label {
  color: #6d757d;
}
app-request-ipeds-summary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-upload .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-search .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-institution-search .fa.collapse-icon {
  color: #99abb4;
}
app-institution-search .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-institution-search .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-institution-search .collapse-button svg {
  fill: #385590;
}
app-reporting-map-update-table .reporting {
  background-color: #f2f4f8;
}
app-institution-search-filter .control-label {
  color: #6d757d;
}
app-reporting-map-process-results-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-reporting-map-process-file-view .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-reporting-map-process .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-survey-instructions .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-survey-instructions .form-group.required .col-form-label:after {
  color: #fc4b6c;
}
app-manage-survey-instructions thead,
app-manage-survey-instructions tbody {
  border: 1px solid #385590;
}
app-manage-survey-instructions thead th,
app-manage-survey-instructions tbody th {
  border-bottom: 1px solid #385590;
}
app-manage-survey-instructions th {
  color: #385590;
}
app-instruction-chunk-edit .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-preview-table-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-preview-import-layout-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-faq-assign-to-form .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-faq-assign-to-form .form-group.required .col-form-label:after {
  color: #fc4b6c;
}
app-manage-faq-assign-to-form thead,
app-manage-faq-assign-to-form tbody {
  border: 1px solid #385590;
}
app-manage-faq-assign-to-form thead th,
app-manage-faq-assign-to-form tbody th {
  border-bottom: 1px solid #385590;
}
app-manage-faq-assign-to-form th {
  color: #385590;
}
app-screen-tip-search-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-screen-tip-search-dialog .fa.collapse-icon {
  color: #99abb4;
}
app-screen-tip-search-dialog .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-screen-tip-search-dialog .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-screen-tip-search-dialog .collapse-button svg {
  fill: #385590;
}
app-screen-tip-search-filter .control-label {
  color: #6d757d;
}
app-screen-label-glossary-tip .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-screen-label-glossary-tip .collapse-button {
  fill: #385590;
}
app-screen-label-glossary-tip .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-screen-label-glossary-tip .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-screen-label-glossary-tip .completion-table .cip-title-1 {
  color: #385590;
}
app-screen-label-glossary-tip .completion-table .cip-title-2 {
  color: #385590;
}
app-screen-label-glossary-tip .btn-secondary.active,
app-screen-label-glossary-tip .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-screen-label-glossary-tip button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-glossary-search-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-glossary-search-dialog .fa.collapse-icon {
  color: #99abb4;
}
app-glossary-search-dialog a {
  color: #385590 !important;
}
app-glossary-search-dialog .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-glossary-search-dialog .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-glossary-search-dialog .collapse-button svg {
  fill: #385590;
}
app-edit-instruction-dialog .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-instruction-dialog .fa.collapse-icon {
  color: #99abb4;
}
app-edit-instruction-dialog .control-label {
  color: #6d757d;
}
app-edit-instruction-dialog .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-instruction-dialog .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-instruction-dialog .collapse-button svg {
  fill: #385590;
}
app-edit-video-tutorial-url .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-video-tutorial-url .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-video-tutorial-url .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-video-tutorial-url .collapse-button svg {
  fill: #385590;
}
app-edit-video-tutorial-url-filter .control-label {
  color: #6d757d;
}
app-edit-system-code .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-system-code .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-system-code .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-system-code .collapse-button svg {
  fill: #385590;
}
app-edit-system-code-filter .control-label {
  color: #6d757d;
}
app-edit-saving-tips .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-saving-tips .fa.collapse-icon {
  color: #99abb4;
}
app-edit-saving-tips .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-saving-tips .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-saving-tips .collapse-button svg {
  fill: #385590;
}
app-edit-saving-tips-filter .control-label {
  color: #6d757d;
}
app-manage-instructions-filter .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-instructions .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-instructions .control-label {
  color: #6d757d;
}
app-manage-instructions .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-manage-instructions .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-manage-instructions .collapse-button svg {
  fill: #385590;
}
app-instruction-chunk-usage .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-instruction-chunk-usage .collapse-button {
  fill: #385590;
}
app-instruction-chunk-usage .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-instruction-chunk-usage .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-instruction-chunk-usage .completion-table .cip-title-1 {
  color: #385590;
}
app-instruction-chunk-usage .completion-table .cip-title-2 {
  color: #385590;
}
app-instruction-chunk-usage .btn-secondary.active,
app-instruction-chunk-usage .btn-secondary:focus .btn-secondary:hover {
  border: 2px solid #385590 !important;
  color: #385590 !important;
}
app-instruction-chunk-usage button.btn-secondary:focus:hover {
  color: #385590 !important;
  border: 2px solid #385590 !important;
}
app-instruction-chunk-usage .btn-survey-link:hover {
  color: #385590;
}
app-instruction-chunk-usage .screen-btn:hover {
  color: #385590;
}
app-instruction-chunk-usage .group-c__empty {
  color: #385590;
}
app-instruction-chunk-usage .theme-color {
  color: #385590;
}
app-instruction-chunk-usage .info {
  color: var(--theme-color);
}
app-instruction-chunk-edit .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-glossary .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-glossary .fa.collapse-icon {
  color: #99abb4;
}
app-edit-glossary .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-glossary .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-glossary .collapse-button svg {
  fill: #385590;
}
app-edit-glossary-search-term .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-glossary-search-term .fa.collapse-icon {
  color: #99abb4;
}
app-edit-glossary-search-term .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-glossary-search-term .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-glossary-search-term .collapse-button svg {
  fill: #385590;
}
app-manage-faq-chunks .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-manage-faq-chunks .control-label {
  color: #6d757d;
}
app-manage-faq-chunks .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-manage-faq-chunks .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-manage-faq-chunks .collapse-button svg {
  fill: #385590;
}
app-view-faq .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-error-message .glossary-table tr:nth-child(odd) {
  background-color: #f2f4f8;
}
app-edit-error-message .fa.collapse-icon {
  color: #99abb4;
}
app-edit-error-message .collapse-expand-panel > .expand-panel.expand-panel-button {
  background: #385590;
}
app-edit-error-message .collapse-expand-panel > .expand-panel.expand-panel-text {
  background: #385590;
}
app-edit-error-message .collapse-button svg {
  fill: #385590;
}
app-edit-error-message-editortable.thead-border-top th {
  border-top: 3px solid #385590;
}

/* angular:styles/global:theme-user */
