.hideElem {
	display:none;
}

.showElem {
	display:'';
}

.drillDownLink {
	cursor: pointer;
	color: blue;
}

.list-group:hover {
  background-color: lightgrey;
}

.list-group-item:hover {
  background-color: lightgrey;
}

.list-group > .list-group {
  display: none;
  margin-bottom: 0;
  text-decoration: none;
}

.list-group > .list-group {
  display: none;
  margin-bottom: 0;
  text-decoration: none;
}

.list-group-item:focus-within + .list-group {
  text-decoration: none;
  display: block;
}

.list-group > .list-group-item {
  border-radius: 0;
  text-decoration: none;
  border-width: 1px 0 0 0;
}

.list-group > .list-group-item:first-child {
  border-top-width: 0;
  text-decoration: none;
}

.list-group  > .list-group > .list-group-item {
  padding-left: 2.5rem;
  text-decoration: none;
}

.xs-pull-right {
    float: right!important;
}

.xs-pull-left {
    float: left!important;
}

#demo-2.pull-right {
    position: relative;
    top: -3px;
}


.href-donor {
  text-decoration: none;
}

.scroll-y{
  float:left;
  width: auto;
  overflow-y: auto;
  height: 450px;  
}

/* unvisited link */
/*  a:link {
    color: white;
  }
*/
  /* visited link */
/*  a:visited {
    color: white;
  }
*/
  /* mouse over link */
/*  a:hover {
    color: white;
  }
*/
  /* selected link */
/*  a:active {
    color: white;
  }
*/
.dashboardReportHeading {
	background-color: lightblue;
	color: black;
	font-weight: bold;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 1px solid rgba(255,255,255,0.1) !important;
}

.bg-gradient-primary {
  background-color: #4e73df !important;
  background-image: linear-gradient(180deg, #224abe 11%, #cd6e63  56% ) !important;
  background-size: cover !important;
}

.sidebar .nav-item .nav-link span
{
  text-align: center !important;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1b1b1b !important;
}