@import url(../../root.css);
/*===== MEDIUM TABLES =====*/

.table {
    border-collapse: unset;
}

.medium__section {
    display: flex;
    justify-content: space-between;
}

.medium__section .first__table, .medium__section .second__table, .medium__section .third__table {
    width: 100%;
    margin: 10px;
}

.medium__section .first__table .table tbody, .medium__section .second__table .table tbody, .medium__section .third__table .table tbody {
    font-size: 0.875rem;
}

.medium__section .first__table .table thead, .medium__section .second__table .table thead, .medium__section .third__table .table thead {
    font-size: 1.25rem;
}

.medium__section .first__table .table tbody tr td, .medium__section .second__table .table tbody tr td, .medium__section .third__table .table tbody tr td {
    text-align: center;
}

/* Termelés táblázat fejlécének háttérszíne */
.medium__section .first__table .table thead ,
.medium__section .first__table .table thead tr th{
    background-color: 	#702877!important; 
    color: #FFF;
}

/* Egészség táblázat fejlécének háttérszíne */
.medium__section .second__table .table thead,
.medium__section .second__table .table thead tr th {
    background-color: #0F2D52!important;
	color: #FFF;
}

/* Ellés táblázat fejlécének háttérszíne */
.medium__section .third__table .table:nth-child(1) thead, 
.medium__section .third__table .table:nth-child(1) thead tr th{
    background-color: #33AAA5!important;
	color: #FFF;
}

/* Küllem táblázat fejlécének háttérszíne */
.medium__section .third__table .table:nth-child(2) thead,
.medium__section .third__table .table:nth-child(2) thead tr th {
    background-color: #555659!important; 
	color: #FFF;
}

.medium__section .first__table .table tbody tr:nth-of-type(odd), .medium__section .second__table .table tbody tr:nth-of-type(odd), .medium__section .third__table .table tbody tr:nth-of-type(odd) {
    background-color: #F1F5FA!important;;
}

.medium__section .third__table {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/*===== BIG TABLES =====*/

.big__section .big__table .table td {
    vertical-align: unset;
}

.big__section {
    margin-bottom: 60px;
}

.big__section h1 {
    font-size: 2.188rem;
    font-weight: 900;
    margin-bottom: 40px;
}

.big__section .big__table {
    position: relative;
}

.big__section .big__table .table tbody tr td img {
    max-width: 100%;
}

.big__section .big__table .table tbody tr td:nth-child(3) img {
    float: right;
    padding-top: 5px;
}

.big__section .big__table .table tbody tr td:nth-child(4) img {
    float: left;
    padding-top: 5px;
}
/*lin. küll uccsó oszlop számai jobbra kell igazítani, mert úgy szép*/
.big__section .big__table .table tbody tr td:nth-child(6){
	text-align:right;
}

.big__section .big__table .table tbody tr th, .big__section .big__table .table tbody tr td {
    width: 15%;
}

.big__section .big__table .table tbody tr:nth-of-type(odd) {
    background-color: var(--second-tr-color);
}

.big__section .big__table .dots {
    display: flex;
    justify-content: space-around;
    background-color: var(--genex-fifth-color);
    color: var(--white-color);
}

.big__section .big__table .dots {
    position: absolute;
    width: 100%;
    top: 100%;
}

.big__section .big__table .dots .dot {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 43%;
}

.big__section .big__table .dots .dot h4 {
    font-size: 1.25rem;
    padding-top: 10px;
}

.big__section .big__table .dots .dot h4:nth-child(3) {
    padding-right: 10px;
}
/*a sávok td-i és div-jeinek stílusa kiszervezve inline-ból ide*/
.big__section .big__table .table td.linear-bar-left-wrapper,
.big__section .big__table .table td.linear-bar-right-wrapper{
	vertical-align: middle;
	padding-left:0px!important;
	padding-right:0px!important;
}
.big__section .big__table .table td.linear-bar-left-wrapper{
	text-align: right;
}
.big__section .big__table .table td.linear-bar-right-wrapper{
	text-align: left;
}
.big__section .big__table .table td .linear-bar-left{
	margin-left: auto;
	background-image:url('/app/plugins/others/cattles/shortcodes/assets/img/line/line2_left.png');
	height:15px;
	max-width:100%;/*ne lógjon túl*/
}
.big__section .big__table .table td .linear-bar-left img{
	padding:0;
}
.big__section .big__table .table td .linear-bar-right{
	background-image:url('/app/plugins/others/cattles/shortcodes/assets/img/line/line2_right.png');
	background-position-x: right;
	height:15px;
	max-width:100%;/*ne lógjon túl*/
}
.big__section .big__table .table td .linear-bar-left img{
	padding:0;
}

/*a sávok td-i és div-jeinek stílusa -vége */

@media screen and (max-width: 1024px) {
    .medium__section {
        flex-direction: column;
    }
    .big__section .big__table .dots .dot {
        width: 43%;
        padding-left: 30px;
    }
    .big__section .big__table .dots .dot h4 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 768px) {
    .logo {
        margin-left: 0px;
    }
    .big__section .big__table .dots .dot {
        width: 46%;
        padding-left: 74px;
    }
    .big__section .big__table .dots .dot h4 {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 425px) {
    .big__section .big__title {
        font-size: 1.8rem;
    }
    .big__section .big__table .table tbody tr th, .big__section .big__table .table tbody tr td {
        font-size: 0.6rem;
    }
    .big__section .big__table .table tbody tr td:nth-child(2), .big__section .big__table .table tbody tr td:nth-child(5) {
        display: none;
    }
    .big__section .big__table .dots .dot {
        width: 68%;
        padding-left: 54px;
    }
}

@media screen and (max-width: 320px) {
    .medium__section .first__table .table tbody, .medium__section .second__table .table tbody, .medium__section .third__table .table tbody {
        font-size: 0.5rem;
    }
    .big__section .big__title {
        font-size: 1.4rem;
    }
}

