.toggle_frm{display:none;}
.container.overview .col{
	margin:20px 0;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.footer .text-muted{
 text-align: center;
}
html {
  position: relative;
  min-height: 100%;
}
body{
 margin-bottom: 60px;
}
.fa-trash{
	cursor: pointer;
}
.fa-trash,.fa-edit{
	color:#0355ad;
}
span.data-count{
  font-size: 32px;
  font-weight: bold;
  color: #0355ad;
}
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}
.top-buffer{
  margin-top: 20px
}
#req-data_filter .pull-left.classes{
  margin-right: 10px;
}