/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

.brxe-code {
	width: auto;
}

.kimutatas {
	alignment-adjust
}



.table-scroll-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* mobilon simább scroll */
}
/* A táblázat szélességét ne törje meg a konténer, engedjük, hogy szükség szerint valóban széles legyen */
.table-scroll-container table {
  width: 100%;
  min-width: 800px; /* tetszőleges minimum szélesség, igény szerint módosítható */
}




.kimutatas table {
	font-size:13px;
	overflow-x: auto;
}

.kimutatas table tr th {
	text-align: left;
	font-weight: 400!important;
	font-size: 12px;
}

.kimutatas table tr td {
	font-weight: 500;
	padding:8px;
	min-width: 80px;
}

.adidoszak {
	font-weight: 400!important;
}

.adarany {
	font-size:12px;
	font-weight: 400;
}

.riportdownload {
	text-align: center;
}

@media (max-width: 991.98px) {
	.kimutatas table tr td {
		min-width: 145px;
	}
}





table {
    width: 100%;
    border-collapse: collapse;
    /*border: 2px solid #0a1c2a;*/
}

th {
    background-color: #0a1c2a;
    color: white;
    padding: 10px;
    text-align: left;
	border:#0a1c2a;
}

td {
    padding: 10px;
    border: 1px solid #ddd; /* Belső világos vonalak */
}

tr:nth-child(even) {
    background-color: #fffff0; /* Világosszürke csíkozás */
}

.dashboardcim {
	padding-bottom:20px;
}

a.dashboardlink {
	border: 1px solid #fcd462;
    border-radius: 50px;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    background-color: #ffee7c;
	text-align: center;
	font-weight:bold;
	display: flex;
	margin-bottom: 16px;
}