/* body{
    padding-top: 100px;
} */

[data-stattype].active {
    background: rgb(131, 182, 255);
}


.apexcharts-canvas {

    margin: auto;
}

table.plodiny tbody>tr>td:nth-child(3),
table.plodiny tbody>tr>td:nth-child(6),
table.plodiny thead>tr:first-child>th:nth-child(2),
table.plodiny thead>tr:first-child>th:nth-child(3),
table.plodiny thead>tr:last-child>th:nth-child(6),
table.plodiny thead>tr:last-child>th:nth-child(3) {
    border-right: dashed 0.5px lightgrey;
}

table.plodiny tr>td:not(:nth-child(1)),
table.plodiny tr>th:not(:nth-child(1)),
table.potenciallesu tr>td:not(:nth-child(1)),
table.potenciallesu tr>th:not(:nth-child(1)){
    text-align: center;
}

table.plodiny thead>tr:first-child>th:last-child{
    vertical-align: middle;
    text-align: center;
}

table.potenciallesu tr.value th:first-child {
    padding-left: 2rem;
    font-weight: 400;
}

table.plodiny tr.nesumarni>th{
    padding-left: 2rem;
    font-weight: normal;
}

table.plodiny tr.suma td{
    font-weight: bolder;
}

table.rowThWhite tbody tr th:first-child {
    background: #ffffff !important;
    box-shadow: unset;
}

[data-map] {
    min-height: 12rem;
    width: 100%;    
    position: relative;
}

.zvireIkonaWrap {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 2px gray;
}

.zvireIkonaWrap img{
    width: 50px;
    height: auto;
}

.zvireIkonaWrap.koza, .zvireIkonaWrap.kozy{ background:#D2B48C }
.zvireIkonaWrap.ovce{ background:#D3D3D3 }
.zvireIkonaWrap.skot{ background:#e25647 }
.zvireIkonaWrap.prase, .zvireIkonaWrap.prasata { background:#FF69B4 }
.zvireIkonaWrap.drubez{ background:#FFA500 }