body {
	margin:0px 0px 100px 0px;
	padding:0px;
	font-family:Roboto;
	background-color: #1F2739;
	overflow-x:hidden;
}

.hidden {
	display:none;
}

.noscroll {
	overflow:hidden;
}

#keszlet_korrekcio_filter {
	text-align:center;
}

#keszlet_korrekcio {
	margin-top:20px;
	color:white;
	border-spacing: 4px 4px;
}

#keszlet_korrekcio tr {
	background-color: #2C3446;
	transition:all 0.25s;
}

#keszlet_korrekcio td {
	padding:4px;
	font-size:16px;
	text-align:center;
}

.termek {
	text-align:left !important;
}

#main_title {
	color:white;
	text-align:center;
}

.dt-buttons {
    text-align: center;
    margin-bottom: 20px;
}

.dt-buttons button {
	cursor:pointer;
}

td.status, td.szamolt, td.datum {
	cursor:pointer;
}

td.status:hover, td.szamolt:hover, td.datum:hover  {
	background-color: #46acff;
    box-shadow: #0070cb -1px 1px, #0070cb -2px 2px, #0070cb -3px 3px, #0070cb -4px 4px, #0070cb -5px 5px, #0070cb -6px 6px;
    transform: translate3d(6px, -6px, 0);
    transition-delay: 0s;
    transition-duration: 0.4s;
    transition-property: all;
    transition-timing-function: line;
    text-shadow: none;
}

.active {
	background-color: green !important;
}


#tomeges_mentes, #osszes_kijeloles {
	display:block;
	margin:20px auto 10px auto;
	color:white;
    border: none;
    font-family: Roboto;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
    cursor: pointer;
    padding: 4px 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    width: max-content;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 0px 4px 2px black;
    background-color: transparent;
	
	
}

#tomeges_mentes:hover, #osszes_kijeloles:hover {
    background: #2980b9;
    transform: scale(1.05);
}