/*ACTIVITY OVERVIEW*/
.panel-dashboard.activity-panel {
    padding: 15px 10px;
}
.activity-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
}
.numbers h2 {
    color: #1c2324;
    font-weight: bold;
    font-size: 33px;
	margin-bottom:0px;+
}
select.form-control.form-control-sm.custom-select-activity {
    border: none;
    padding: 0px;
    background-image: none !important;
    appearance: auto !important;
}
.progress-div {
    position: absolute;
    right: 25px;
    background: #e6faf4;
    border-radius: 5px;
    padding: 2px 5px;
    color: #67b884;
    height: 45px;
    width: 45px;
    text-align: center;
}
.progress-div p {
    line-height: 12px;
    font-size: 11px;
    font-weight: 600;
}
.progress-activity {
    padding: 0;
    width: 90%;
    height: 5px;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    left: 15px;
}

.bar-activity {
	position:relative;
  float:left;
  min-width:1%;
  height:100%;
  background:#67b884;
}

.percent-activity {
	position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  margin:0;
  font-family:tahoma,arial,helvetica;
  font-size:12px;
  color:white;
}
.negative .bar-activity {
    background: #bf2928;
}

.negative.progress-div {
    background: #f8e7e8;
    color: #bf2928;
}
.activity-content {
    margin-top: 25px;
}
.create-new-tile {
    border: 1px dashed #ccc;
    background: none;
    padding: 40px 20px;
    max-height: 157px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.create-new-tile i{
    font-size:27px;
}
.create-new-tile p {
    font-size: 19px;
    padding-top: 17px;
}
.Leaderboard-panel {
    padding: 15px 15px;
}
.Leaderboard-panel h1 {
    color: #1c2324;
    font-weight: 600;
    font-size: 30px;
}
.area-bronze .award_pic {
    background: url(../img/bronze.png);
}

.area-golden, .area-silver, .area-bronze {
    position: relative;
}
.area-silver .award_pic {
    background: url(../img/silver.png);
}
.area-golden .award_pic {
    background: url(../img/golden.png);
}
.award_pic {
    position: absolute;
    bottom: -11px;
    width: 50px;
    height: 40px;
    left: -9px;
    pointer-events: none;
}
.area-golden .count-leader{background: #eed63b; color:#fff; }
.area-silver .count-leader{background: #dedede; color:#fff; }
.area-bronze .count-leader{background: #f3a859; color:#fff; }
.count-leader {
    background: #efede9;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
	font-weight:bold;
}
i.fa.fa-caret-up, i.fa.fa-caret-down {
    font-size: 10px;
}
th.name-width {
    width: 10% !important;
}
 @media (max-width: 1700px) {
.numbers h2 {
    font-size: 27px;
}
 }