
body.background {
    position: relative;
}


.vc_cont_button_ranking,
.vc_container_categories {
    float: left;
    clear: left;
    width: 100%;
    border-bottom: 2px solid #68ac2f;
    margin: 30px 0;
}

.vc_button_ranking{
    float: left;
    width: auto;
    text-align: center;
    margin: 0 4px 0 0;
}

.vc_button_ranking a{
    display: inline-block;
    padding: 6px 15px;
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border: 1px solid #ccc;
    border-bottom: 0px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #ccc;
    width: 100%;
}
.vc_button_ranking.vc_active a{
    border-color: #68ac2f;
    color:#fff;
    background:#68ac2f;
}
.vc_button_ranking a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ccc;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.vc_button_ranking.vc_active a:before{
    background:#68ac2f;	
}

.vc_button_ranking a:hover:before,
.vc_button_ranking a:focus:before,
.vc_button_ranking a:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.vc_button_ranking a:hover{
    color:#fff;
    text-decoration:none;
}
#vc_container_tables_calendar {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
    padding: 0px 0 20px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position:relative;
    min-height: 100px;
}

.vc_section_calendar {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
}

.vc_section_calendar h1 {
    float: left;
    clear: left;
    width: 100%;
    font-size: 17px;
    margin: 0 0 15px 0;
    font-weight: 600;
    text-transform: uppercase;
}

.vc_no_results {
    float: left;
    clear: left;
    width: 100%;
    margin: 30px 0;
    text-align: center;
    font-size: 22px;
    line-height: 26px;
    color: #61bb45;
    font-weight: 600;
}

.vc_table_ranking {
  margin: 20px 20px 0 0;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #ddd;
}


.vc_table_ranking td,
.vc_table_ranking th {
  border-bottom: 1px solid #ccc;
  padding: 3px 10px;
  height: 50px;
  vertical-align: middle;
}

.vc_table_ranking th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  font-size: 16px;
}

.vc_table_ranking thead tr {
    border-bottom: 3px solid #ddd;
    background: #fff;
}

.vc_table_ranking tbody tr:first-child {
    border-bottom: 3px solid #ddd;
    background: #fff;
}

.vc_table_ranking tr{
    background-color: #fff;
}

.vc_table_ranking tr:nth-child(even){
    background-color: #eef5ea;
}

.vc_table_ranking tr:hover {
    /*background-color: #eef5ea;*/
    color:#61bb45;
}

.vc_table_ranking tbody tr:first-child:hover,
.vc_table_ranking thead tr:hover {
    background: #fff;
    color: #212121;
}

.vc_table_ranking td.name .image {
    float: left;
    clear: left;
    width: auto;
    margin-right: 10px;
}

.vc_table_ranking td:first-child,
.vc_table_ranking td:nth-child(3),
.vc_table_ranking td:last-child {
  text-align:center;
}

.vc_table_ranking td:nth-child(2){
  text-align:right;
}
.vc_table_ranking td:nth-child(4){
  text-align:left;
}

.vc_table_ranking td:first-child,
.vc_table_ranking td:nth-child(3),
.vc_table_ranking td:last-child {
    width: 8%;
}
.vc_table_ranking td:nth-child(2),
.vc_table_ranking td:nth-child(4){
  width: 32%;
}


td.text-right,
th.text-right{
   text-align:right; 
}
.vc_points{
    display:block;
    line-height:22px;
}
.vc_follow{
    line-height: 1;
    display: block;
    background: #62bb46;
    color: #fff !important;
    padding: 2px;
    font-size: 12px;
    text-transform: uppercase;
}
    
.vc_cont_filter_ranking {
    float:left;
    clear:left;
    width:100%;
}


.vc_cont_filter_ranking .form-control {
    border-color: #68ac2f;
    border-radius: 0px;
    width: 200px!important;
    float: left;
    clear: left;
    color:#212121;
    margin-right:15px;
}
.vc_cont_filter_ranking .form-control:focus {
    outline: none !important;
    box-shadow:none !important;    
}

.vc_cont_filter_ranking .btn {
    background-color: #68ac2f;
    border-radius: 0px;
    border-color: #68ac2f;
    text-transform: uppercase;
}
.vc_cont_filter_ranking .btn:hover,
.vc_cont_filter_ranking .btn:focus{
    background-color: #212121;
    border-color: #212121;    
    outline:none;
}


.vc_filters_info {
    float: left;
    clear: left;
    width: 100%;
    margin-top: 20px;
}



