/* Dashboard */

.dashboard-icon.glyphicon {
  font-size:200px;
}
img.dashboard-icon {
	margin:auto;
}

/* Placeholder dashboard ideas */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}


/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
  .dashboard-icon.glyphicon {
    font-size:6em;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
  .dashboard-icon.glyphicon {
    font-size:9em;
  }
  img.dashboard-icon {
    display:inline-block;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	.dashboard-icon.glyphicon {
		font-size:15em;
	}
}

/* Very large screens (1600px and up) */
@media (min-width:1600px) {
	.dashboard-icon.glyphicon {
		font-size:21em;
	}
}