.c-header h1{
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border-left: 2px solid #d8dbe0;
  margin: 1rem 0;
  padding-left: 1rem;
}

.tab-pane{
  width: 50%;
  margin: 1rem auto;
}

.tab-content ul {
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
}

.tab-content ul li {
  margin-right: 1.5rem;
}

.tab-content ul li span{ font-size: 1.2rem;font-weight: bold; }
.tab-content ul li:nth-child(2) span{ color: rgba(220, 20, 60, 1); }
.tab-content ul li:nth-child(3) span{ color: rgba(65, 105, 225, 1); }
.tab-content ul li:nth-child(4) span{ color: rgba(46, 139, 87, 1); }
.tab-content ul li:nth-child(5) span{ color: rgba(255, 215, 0, 1); }
.tab-content ul li:nth-child(6) span{ color: rgba(238, 130, 238, 1); }
.tab-content ul li:nth-child(7) span{ color: rgba(255, 165, 0, 1); }
.tab-content ul li:nth-child(8) span{ color: rgb(211, 177, 115); }
.tab-content ul li:nth-child(9) span{ color: rgba(0, 128, 128, 1); }
.tab-content ul li:nth-child(10) span{ color: rgb(255, 255, 62,1); }
.tab-content ul li:nth-child(11) span{ color: rgba(0, 128, 0, 1); }
.tab-content ul li.totalMembers span{ color: rgba(0, 0, 0, 0.7); }

.search-title{
  padding: 0;
}

.search-title h2{
  padding: 1.25rem;
  font-size: 1rem;
  margin:0;
  cursor: pointer;
}

.search-title #searchArea{
  padding: 1rem 2.5rem;
}

#UsersTable th, #HistoryTable th, #AuditsTable th, #AmountTable th, #RegionTable th, #UserAmountTable th{
  background-color: #636F83;
  color: #fff;
  vertical-align: middle;
  font-size: 0.85rem;
  padding: 0.75rem;
}

#UsersTable td, #HistoryTable td, #AuditsTable td, #AmountTable td, #RegionTable td{
  font-size: 0.85rem;
  vertical-align: middle;
}

#UsersTable tr, #HistoryTable tr, #HistoryTable tr{
	background: #eee;
}

#UsersTable tr:nth-child(odd), #HistoryTable tr:nth-child(odd){
	background: #fff;
}

.Users #UsersTable tr td:first-child , .Payments #UsersTable tr td:first-child {
  text-align: center;
}

.Users #UsersTable tr:last-child, .Payments #UsersTable tr:last-child, #AmountTable tr:last-child, #RegionTable tr:last-child, #UserAmountTable tr:last-child{
  border-bottom: 1px solid #d8dbe0;
}

#UserForm{
  padding: 1.25rem;
}

#UserForm h2{
  padding: 1.25rem 0;
  font-size: 1.5rem;
  margin:0;
  cursor: pointer;
}

.col-form-label span{
  color: #FF0000;
}

.user-info{
  font-size: 1.4em;
}

.c-sidebar-nav .logout{
  background-color: #e55353;
}

.c-sidebar-nav .logout a{
  color: #FFFFFF!important;
  font-weight: bold;
}

.c-sidebar-nav .logout a:hover{
  background-color: #c82333!important;
}

.Amounts .tabcontent{
  display: none;
}
.Amounts .tabcontent.open{
  display: block;
}

#AmountTable, #RegionTable{
  width: 25%;
}

#AmountTable td, #RegionTable td{
  cursor: pointer;
}

#AmountTable td.changCell:hover, #RegionTable td.changCell:hover{
  background-color: #ffffff;
}

.addCell{
  margin-left: 20%;
}

#UserAmountTable th, #UserAmountTable td{
  text-align: center;
  padding: 0.4rem;
}

#UserAmountTable td{
  font-size: 1rem;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.logout{
  cursor: pointer;
  background: #e55353;

}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.logout .btn{
  width: 100%;
  text-align: left;
  color: #fff;
  display: block;
}

.c-sidebar.c-sidebar-light .c-sidebar-nav-link.logout:hover{
  background: #bf4343;
}
