﻿.button{
    background-image: linear-gradient(180deg, #e52601 0%, #ce2200 100%);
    border: 1px solid #c20;
    border-radius: 4px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.12), inset 0 1px 0 #ff007a;
}

.leaderboard .user-image {
    display: none;
}

.leaderboard .first .score,
.leaderboard .second .score,
.leaderboard .third .score, 
.leaderboard .score{
    width: 54px;
    min-width: 42px;
}

.leaderboard h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 19px; 
}

.leaderboard .community-box {
    padding-bottom: 20px;
}

.box-title {
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.community-box .community-events .event-name, 
.community-box .training .event-name {
    padding-left: 0px;   
}

.community-box .community-events .event-location,
.community-box .training .event-location {
    padding-left: 0px;   
}

.community-box .community-events .event-date,
.community-box .training .event-date {
    font-size: 12px;   
}

.community-box .community-events .event-date .Bold,
.community-box .training .event-date .Bold {
    text-transform: uppercase;   
    color: #596669;
}

.community-box .community-events h4,
.community-box .training h4 {
    font-size: 14px; 
    font-weight: 700;
    line-height: 19px;
    padding-bottom: 0px;
    margin-bottom: 13px;
}

.training {
    padding: 15px 20px;
}

.community-box .inner {
    padding: 20px;
}



.recent-activity-count-label {
    color: #546e7a;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    margin-top: 0px;
}

.event-line .ThemeGrid_Width10 {
    width: 74.5098039215686%;
}

.event-line .ThemeGrid_Width2 {
    width: 23.5294117647059%
}

.button-group {
    background: #eceff1;
}

.button-group a {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: 1px solid #cfd8dc;
    color: #596669;
    height: 47px;
    line-height: 47px;
    margin: 0px 0px -2px 0px;
    width: 25%;
}

.button-group a.selected {    
    color: #333;
    background: white;
    box-shadow: none;    
    border-top: 2px solid #c20;
    border-bottom: 1px solid white;
    background: white;
}

.button-group a.selected:first-child {
    border-left: 1px solid white;
}

.button-group a.selected:last-child {
    border-right: 1px solid white;
}

.button-group a:first-child {
    border-radius: 0px;    
    border-right: 0px;
}

.button-group a:last-child {
    border-radius: 0px;  
    border-left: 0px;
}
.search.Button, .search.Button.Is_Default {
    width: 20.28%;
    text-align: center;
    vertical-align: bottom;
}

.ComboBox{
color: #08c;
}
.DropDownFilterTitle {
    padding: 5px 10px;
}
.dropmenu .dropmenuitems a {
    display: block;
    white-space: nowrap;
    margin: 0;
    padding: 5px;
    font-size: 13px;
}