/* _set_colors */
.set0 {
  background-color: #fdb64e;
}

.set13 {
  background-color: #fdb64e;
}

.set1 {
  background-color: #c48c59;
}

.set3 {
  background-color: #c48c59;
}

.set2 {
  background-color: #9a6db0;
}

.set11 {
  background-color: #9a6db0;
}

.set4 {
  background-color: #5689bc;
}

.set9 {
  background-color: #5689bc;
}

.set15 {
  background-color: #5689bc;
}

.set5 {
  background-color: #71c055;
}

.set6 {
  background-color: #71c055;
}

.set14 {
  background-color: #71c055;
}

.set7 {
  background-color: #f3dc2c;
}

.set8 {
  background-color: #f3dc2c;
}

.set10 {
  background-color: #ff4d4d;
}

.set12 {
  background-color: #ff4d4d;
}

/* end of _set_colors */
/* _pagination */
.pagination {
  float: right;
  display: flex;
  list-style: none;
}
.pagination li button {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  padding: 0 10px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 30px !important;
  text-align: center;
  background: transparent;
  cursor: pointer;
}
.pagination li button:hover .pagination li button:focus {
  border-radius: 30px !important;
  color: #666;
  background: rgba(0, 0, 0, 0.05);
  outline: none;
}
.pagination li span {
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  padding: 0 10px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  background: transparent;
}
.pagination li.active button {
  background: #03a9f4;
  color: #fff;
}
.pagination li.active button:hover {
  background: #0397d6;
}
.pagination li.disabled button {
  color: #ccc;
  cursor: not-allowed;
}
.pagination li i {
  font-size: 16px;
  padding-top: 6px;
}

.pagination2 {
  float: right;
  display: flex;
  list-style: none;
}
.pagination2 li a {
  border: none;
  font-size: 13px;
  min-width: 30px;
  min-height: 30px;
  padding: 0 10px;
  color: #999;
  margin: 0 2px;
  line-height: 30px;
  border-radius: 30px !important;
  text-align: center;
}
.pagination2 li a:hover {
  color: #666;
}
.pagination2 li.active a {
  background: #03a9f4;
}
.pagination2 li.active a:hover {
  background: #0397d6;
}
.pagination2 li.disabled i {
  color: #ccc;
}
.pagination2 li i {
  font-size: 16px;
  padding-top: 6px;
}

/* end of _pagination */
/* _typeahead */
.typeahead,
.tt-query,
.tt-hint {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.typeahead.tt-query,
.tt-query.tt-query,
.tt-hint.tt-query {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.typeahead.tt-hint,
.tt-query.tt-hint,
.tt-hint.tt-hint {
  color: #999999;
}

.tt-menu {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  margin-top: 12px;
  padding: 8px 10px;
  width: 300px;
}

.tt-suggestion {
  font-size: 16px;
  padding: 3px 10px;
}
.tt-suggestion:hover {
  cursor: pointer;
  background-color: #0097cf;
  color: #ffffff;
}
.tt-suggestion p {
  margin: 0;
}

/* end of _typeahead */
/* layout */
body {
  color: #566787;
  background: #f5f5f5;
  font-family: "Roboto", sans-serif;
}

.content-detail {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.custom-navbar {
  height: 60px;
}

.navbar {
  margin-bottom: 100px;
}

.paginator-wrapper {
  min-height: 50px;
}

.spacer {
  height: 50px;
}

#treeTable {
  width: 100%;
}

/* end of layout */
#sidebar {
  width: 275px;
  transition: width 0.6s;
  overflow: hidden;
  flex: 0 0 auto;
}
#sidebar.collapsed {
  width: 0;
}
#sidebar .sidebar-content {
  width: 275px;
  overflow: hidden;
}

.card .list-group-item:hover {
  background-color: #e6e9f5;
}
.card .list-group-item.active {
  background-color: #e6e9f5;
  color: #000;
  border-color: rgba(0, 0, 0, 0.125);
}

.accordion-button {
  background-color: #26357e;
  color: white;
}
.accordion-button::after {
  filter: invert(1);
}
.accordion-button:not(.collapsed) {
  background-color: #26357e;
  color: white;
}

.tree-node td {
  cursor: pointer;
  font-weight: normal;
}
.tree-node td span {
  font-weight: normal;
}
.tree-node td:hover {
  color: #333333;
}
.tree-node.selected td,
.tree-node.selected td span {
  background-color: #f8f9fa;
  color: #6c757d;
  font-weight: bold;
}

.tree-node-new td {
  cursor: pointer;
  font-weight: normal;
  color: #cccccc;
}
.tree-node-new td span {
  font-weight: normal;
}
.tree-node-new td:hover {
  color: #333333;
}

.btn-ccfm {
  color: #fff;
  background-color: #26357e;
  border-color: #26357e;
}
.btn-ccfm:hover {
  color: #aaa;
}

.table-ccfm {
  color: #fff;
  border-color: #26357e;
}

tr.table-ccfm th.selected {
  background-color: #3549b0;
  font-weight: bold;
}

.table-ccfm {
  --bs-table-bg: #26357e;
  --bs-table-striped-bg: #26357e;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #26357e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #26357e;
  --bs-table-hover-color: #fff;
}

.nav a {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}

.bg-ccfm {
  background-color: #26357e;
}

.list-group-item.activeccfm {
  z-index: 2;
  color: #fff;
  background-color: #26357e;
  border-color: #26357e;
}

.card-header.activeccfm {
  z-index: 2;
  color: #fff;
  background-color: #26357e;
  border-color: #26357e;
}

table.table tr th,
table.table tr td {
  border-color: #e9e9e9;
}

table.table th i {
  font-size: 13px;
  margin: 0 5px;
  cursor: pointer;
}

table.table td:last-child {
  width: 130px;
}

table.table td a {
  color: black;
  text-decoration: none;
  display: inline-block;
  margin: 0 5px;
}

th i {
  color: black;
}

td i {
  margin: 0px 5px 0 0;
  font-size: 16px;
  padding: 1px 5px 1px 5px;
  line-height: 16px;
  font-style: normal;
  border-radius: 3px;
}

td li {
  list-style-type: none;
}