﻿

table tbody tr td {border-bottom:none; vertical-align:bottom;}


/*-----------------------------------------------------------------*/
/*                                  table                           */
/*-----------------------------------------------------------------*/
table.new_draw {font-size:13px; font-family:Arial; border-collapse: collapse; line-height: 14px; display:inline-block;}
table.new_draw tr{height:16px;}
table.new_draw tr td {padding:1px 0px; padding-left: 5px; padding-right: 5px; color:#000; line-height: 14px;}
table.new_draw tr td.index{border-right:2px solid; text-align: right; padding:0px; padding-right: 5px; padding-left: 0px; vertical-align:middle;}
table.new_draw tr:nth-child(even) .name { border-bottom:none;}
table.new_draw tr td:nth-child(2) { vertical-align:middle;}


td[class="bl"] {
    vertical-align:top;
}


/*-----------------------------------------------------------------*/
/*                           header coluns                           */
/*-----------------------------------------------------------------*/
.est, .lic, .clube, .rating {text-align:center; font-size:10px;}

.hest{min-width:40px; box-sizing:border-box;}
.hlic{min-width:55px; box-sizing:border-box;}
.hclube{min-width:150px; box-sizing:border-box;}
.hrating{min-width:50px; box-sizing:border-box;}
.hname{min-width:160px; box-sizing:border-box;}




/*-----------------------------------------------------------------*/
/*                                  align                           */
/*-----------------------------------------------------------------*/
.center{text-align:center;}
.v_a_m {vertical-align:middle;}



/*-----------------------------------------------------------------*/
/*                                  border                           */
/*-----------------------------------------------------------------*/
.border_option{border-right:2px solid; border-bottom:2px solid;}

.bb {border-bottom:2px solid;}
.bl {border-left:2px solid;}
.br {border-right:2px solid;}
.bt {border-top:2px solid;}
.border2px {border:2px solid;}

.bb1px{border-bottom:1px solid;}
.bt1px{border-top:1px solid;}
.bl1px{border-left:1px solid;}
.br1px{border-right:1px solid;}

.bl_1px{border-left-width:1px;}
.br_1px{border-right-width:1px;}
.bt_1px{border-top-width:1px;}
.bb_1px{border-bottom-width:1px;}

.bl_2px{border-left-width:2px;}
.br_2px{border-right-width:2px;}
.bt_2px{border-top-width:2px;}
.bb_2px{border-bottom-width:2px;}

.bb_dotted{border-bottom-style: dotted;}
.bt_dotted{border-top-style: dotted;}
.bl_dotted{border-left-style: dotted;}
.br_dotted{border-right-style: dotted;}

.no_bb{border-bottom:none;}
.no_bt{border-bottom:none;}




/*-----------------------------------------------------------------*/
/*                                  Others                           */
/*-----------------------------------------------------------------*/
/*table.new_draw span:not(.score){padding-right:10px;}*/
.score {background-color: #25A0DA; color: #fff; display: inline-block; padding: 1px 4px; font-size: .9em; margin-right: 3px; margin-top: 1px;}

.export_pdf .score {background: none; color: #000000; padding-right: 0px;}

/*.score {margin-right: 3px;}*/
.minw {min-width:160px;}
.w_10px {width:10px;}
.date {font-size:10px;}


@media print {
    
    /*.score {background: none; color: #000000;}*/

    /*table.new_draw tr th, table.new_draw tr td
    {
        font-size:14px;
    }

    .score {padding: 0px!important; margin-top: 1px!important;}

    .minw {min-width:155px!important;}*/

}



