
#vc_template_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: #008000;
    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 .vc_date{
    background:#008000;
    color:#fff;
}

.vc_table_ranking td,
.vc_table_ranking th {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}
.vc_table_ranking th {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 16px;
}
.vc_table_ranking thead tr {
    border-bottom: 0 solid #ddd;
    background: #fff;
}
.vc_table_ranking .vc_arrow {
    padding: 5px;
    display: inline-block;
    width: 50px;
    cursor: pointer;
    font-size: 25px;
}
.vc_table_ranking thead .vc_container_date{
    border:1px solid #008000;
}
.vc_table_ranking .vc_open_match{
    cursor:pointer;
}
.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:#008000;
}

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

.vc_table_ranking .image {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    vertical-align:middle;
}
.vc_table_ranking .vc_follow{
    display:block;
}
.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:last-child {
    width: 8%;
}
.vc_table_ranking td:nth-child(3){
    width: 3%;
    vertical-align:middle;
    line-height:15px;
}
.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_cont_filter_ranking {
    float: left;
    clear: left;
    width: 100%;
}
.vc_con_dates {
    float: left;
    clear: left;
    width: 100%;
    margin-bottom: 30px;
    background: #f1f1f1;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.vc_con_dates li .vc_day {
    float: left;
    clear: left;
    width: auto;
    border: 0px;
    padding: 5px 50px;
    color: #a2a2a2;
    border-bottom: 2px solid transparent;
    background: none;
}
.vc_con_dates li .vc_day:hover,
.vc_con_dates li .vc_day.vc_active {
    color: #212121;
    border-bottom: 2px solid #212121;
}
.banner_consorzio_nasce_interstitial_desktop{
    text-align: center;    
}
.vc_container_button_tags {
    /*float: left;
    clear: left;
    width: 100%;
    background: #008000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;*/
    float: left;
    clear: left;
    width: 100%;
    /*border-bottom: 2px solid #008000;*/
    padding: 20px 0 0px 0;
    background: #008000;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5px;
}

.vc_button_tags {
    /*float: left;
    clear: left;
    width: 33.333%;
    color: #ccc;
    background: rgb(0 0 0 / 20%);
    padding: 5px 0;
    border: 0px;
    border-bottom: 2px solid transparent;
    text-transform: uppercase;*/
    
    display: inline-block;
    padding: 0 40px 10px 40px;
    font-size: 1em;
    line-height: 1em;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border-bottom: 0px;
    vertical-align: middle;
    border: 0px;
    border-bottom: 4px solid transparent;
    position: relative;
    color: #ccc;
    width: 100%;
    float: left;
    width: auto;
    text-align: center;
    margin: 0;
    height: 29px;
}

.vc_button_tags:hover,
.vc_button_tags.vc_active {
    color: #fff;
    border-bottom: 4px solid #fff;
    font-weight: bold;
}


