/* === WIDGETS === */
.widget {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 15px;
  border: none !important;
  border-radius: 8px;
  box-shadow: 0 0 2px #000000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.widget.widget-stats {
  position: relative;
}
.widget-stats .stats-info h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 5px 0;
}
.widget-stats .stats-icon {
  font-size: 42px;
  height: 56px;
  line-height: 56px;
  margin-left: 15px;
  opacity: 0.2;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
  width: 56px;
}
.widget-stats .stats-info p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 0;
}
.widget hr {
  border-top: 1px solid #ffffff;
}
.widget-stats .stats-link a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  display: block;
  font-weight: 300;
  margin: 15px -15px -15px;
  padding: 7px 15px;
  text-align: right;
  text-decoration: none;
}
.widget-stats .stats-link a:focus,
.widget-stats .stats-link a:hover {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
}
.widget-stats .stats-icon.stats-icon-lg {
  font-size: 40px;
  right: 21px;
  top: 12px;
}
.widget-stats .stats-title {
  font-size: 16px;
  line-height: 1.1;
  margin: 2px 0 7px;
  position: relative;
  text-transform: uppercase;
}
.widget-stats .stats-desc,
.widget-stats .stats-title {
  font-weight: 600;
  font-size: 16px;
}
.widget-stats .stats-desc {
  font-weight: 300;
  margin-bottom: 0;
}
.widget-stats .stats-number {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.widget-stats .stats-progress {
  background: none repeat scroll 0 0 #ffffff;
  height: 2px;
  margin: 0 -15px 12px;
}
.widget-stats .stats-progress .progress-bar {
  background: none repeat scroll 0 0 #ffffff;
}

.small-widget {
  background: none repeat scroll 0 0 #ffffff;
}

.bg-green {
  background: none repeat scroll 0 0 #53b57a;
}
.bg-blue {
  background: none repeat scroll 0 0 #51abdd;
}
.bg-purple {
  background: none repeat scroll 0 0 #c03dee;
}
.bg-red {
  background: none repeat scroll 0 0 #d87979;
}
.bg-yellow {
  background: none repeat scroll 0 0 #f7b545;
}
/* === END WIDGETS === */

.top6p {
  margin-top: 2%;
}
