/*.main-content {
  background-color: #e8e7ff;
}*/

  /*th:not(:last-child), td:not(:last-child) {
    border-right: 2px solid;
  }*/

.blue-card{
   padding: 3px;
   background-color: #5797f6;
}

.blue-card .card-body{
   background-color: #c2cdda;
}

.form-control{
  border-color: #2b9ef3;
}

.manage-form{
  border-color: #bfbfbf;
}

.nav-pills>li>a.active.nav-link {
    color: #fff;
    background-color: #3f87f5;
    border-color: #3f87f5;
}

.nav-pills>li>a.nav-link {
    color: #2a2a2;
    background-color: #c1c1c1;
    border-color: #c1c1c1;
}

/*#pills-tab li a{
  background-color: #c1c1c1;
}*/



.single-active {
  background-color: rgba(63,135,245,0.15);
  border-right: 2px solid;
  border-color: #3f87f5;
}

.single-active a{
  color: #3f87f5;
}

.popover{
    width: 238px;
}

.popover .arrow{
    display: none;
}

.teams-that-owe-table1 {
  position:sticky;
  left:0px;
  background-color:white;
}

.teams-that-owe-table2 {
  position:sticky;
  left:88px;
  background-color:white;
}

.manage-table1
{
  position:sticky;
  left:0px;
  background-color:white;
  z-index: 1;
}

.manage-table2 div{
  width: 89px;
}

.manage-table2 {
  position:sticky;
  left:17px;
  background-color:white;
  z-index: 1;
}

.manage-table2 div{
  width: 131px;
}

.manage-table3 {
  position:sticky;
  left:156px;
  background-color:white;
  z-index: 1;
}

.manage-table3 div{
  width: 131px;
}

.manage-table4 {
  position:sticky;
  left:289px;
  background-color:white;
  z-index: 1;
}

.manage-table5 {
  position:sticky;
  left:344px;
  background-color:white;
  z-index: 1;
}

.side-menu-single-text-active {
  color: #3f87f5;
}

.side-menu-single-active {
  background-color: rgba(63,135,245,0.15);
  border-right: 2px solid;
  border-color: #3f87f5;
}

.btn-key {
  width: 100px;
  height: 60px;
  margin: 3px;
}