.dolgozo-nev-outer {
	position: relative;
	width: 100%;
}

.dolgozo-nev {
	height: 58px;
	background-color: #ccc;
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	padding: 5px;
	margin: 0 5px 5px;
}

.dolgozo-nev.selected {
	background-color: #333;
	/*background-color: #FBC02D;*/
	color: #fff;
}

.status-monitor-tab.active a{
	background-color: #eee !important;
}

.info-container-pre {
	position: absolute;
	top: 5px;
	left:10px;
	cursor: pointer;
}

.info-container {
	position: absolute;
	top: 5px;
	right:10px;
	cursor: pointer;
}

.dolgozo-container {
	display: flex;
	flex-flow: column;
	margin: 10px 0;
	padding: 5px 0 0;
	/*border: 1px solid #fafafa;*/
	height: 100%;
	justify-content: flex-end;
}

.dolgozo-kep-outer {
	width: 100%;
	height: auto;
	padding: 0 5px;
}

.dolgozo-kep {
	width: 100%;
	/*height: 180px;*/
	/*background-repeat: no-repeat;
	background-size: contain;
	background-position-y: 100%;*/
}