.info-box-icon .fa {
  padding: 20px;
}
.table thead tr {
  background: transparent;
  color: #000;
}
.dash-item {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
}

/*.info-box, .box {
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  transition: box-shadow 0.3s ease-in-out;
}*/

/* Transition to a bigger shadow on hover */
.info-box,
.box {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border-radius: 5px !important;
}

.info-box-text {
  text-align: center;
  font-size: 15px;
}

.info-box-number {
  text-align: center;
  font-size: 25px;
}

.info-box-content {
  padding: 15px;
  margin: 0;
}

.box-body {
  height: 250px;
}

.box-header {
  text-align: center;
}

.noti-count {
  color: #fff;
  background: #67c2ef;
  top: 4px;
  right: 10px;
  position: absolute;
  border-radius: 0 5px 0 0;
}

.noti-count:after {
  background: #2f5569;
  border-bottom-right-radius: 4px;
  bottom: -6px;
  content: "";
  height: 6px;
  right: 0;
  position: absolute;
  width: 5px;
}

.noti-count span {
  display: block;
  position: relative;
  padding: 3px 12px 3px 8px;
}

.noti-count span:before {
  width: 0;
  height: 0;
  border-top: 17px solid #67c2ef;
  border-left: 15px solid transparent;
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
}

.noti-count span:after {
  width: 0;
  height: 0;
  border-bottom: 17px solid #67c2ef;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: -15px;
  content: "";
}
