
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;    
}


.bolded{
    font-weight:600;
}

 .big-column{
     min-width:200px;
 }

.table-data__table {
    border-collapse: collapse;
    width: 100%;
    min-width: 230px;
    margin-top: 10px;
}

.table-data__table th {
    font-size: min(3vw, 14px);
    text-align: left;
}

.table-data__table td {
    font-size: min(3.3vw, 14px);
    text-align: left;
}

.table-data__table td.nume_intreg_prescurtare {
    font-size: min(2vw, 12px);
    text-align: left;
    color:#ad4a3a;
}

.separator_nume_intreg_prescurtare {
    color: #000000;
}


p, ul, ol, address, table {
    /*font-size: 13px;*/
    line-height: 100%;
    font-style: normal;
    margin: 0;

    font-family: "Fira Sans", sans-serif;
    font-variant-numeric: lining-nums;
}


table {
    display: table;
    text-indent: initial;
    border-spacing: 2px;
    border-color: gray; 
}

.table-data__table td, .table-data__table th {
    padding: 5px 5px;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.table-data__table th {
    background-color: #0F5D75;
    color: white;
    /*background-color: #E8E8E8;*/
    /*font-weight: 400;*/
    /*font-size: 12px; */
    border-left: 2px solid #fff;
    border-radius: 5px;
    white-space: nowrap;
}



/*
.table-data--leagues-stats .table-data__table th {
    padding: 10px 5px;
}
*/

.table-data__table td.col-border-right-gray, .table-data__table th.col-border-right-gray {
    border-right: 1px solid #5D5D5D;
}

.table-data__table th.col-highlight {
    position: relative;
}

.table-data__table tr td:not(:last-child) {
    border-right: 2px solid #fff;
    /*border-bottom: 1px solid #fff; */
}

.table-data__table tr {
    border-bottom: 1px solid #afaeae47; 
}

tr.row_border_bottom {
    border-bottom: 3px solid #324168;
}





*, *::before, *::after {
    box-sizing: inherit;
}

.table-data__table th.col-highlight:after {
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 3px;
    background: #276295;
    top: 0;
    left: 10%;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.table-data__table tbody tr:nth-of-type(odd) {
    background-color: #89c9ff29;
}

.table-data__table tbody tr {
    background-color: #fff;
}

.table-data__table tr:hover td {
    background-color: #5985ff !important;
    color: #fff;
    /*background-color: #d3d3d2 !important;*/
}

* {
    box-sizing: border-box;
}


*, *::before, *::after {
    box-sizing: inherit;
}

td img {
    width: min(5vw, 25px) !important;
    /*overflow-clip-margin: content-box;
    overflow: clip;*/
    border: 1px solid #ddd;
    min-width: 30px;
}

td.eroare-in-celula {
    background-color: #b70a0a;
    color: white;
}

.text-center {
    text-align: center;
}


.color-lime-darkest {
    color: green;
    
}

.color-orange {
    color: #f29200;
}

.color-red {
    color: #E2101A;
}

.bg-lime-lightest2 {
    background-color: #ebf1bd;
}

.bg-lime-lightest {
    background-color: #f0f4d9;
}

.bg-orange-lightest {
    background-color: #faf1e4;
}

.bg-red-lightest {
    background-color: #fcf0f1;
}


.greater_value {
    font-weight: bold;
    color: #06a927;
}
  
.lower_value{
    font-weight: bold;
    color: #d40805;
}

/*
.equal_values {
    font-weight: bold;
    color: #d4a4a4;
}
*/
/*exta alex*/
.rand-click{
    cursor: pointer;
}

.hide_details th.table-header:last-child, 
.hide_details td:last-child  {
    display: none;
}


