.mod_ati_foglal div, .mod_ati_foglal td, #kosar_col, #ido_col{
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zold{
	background-color: #E8F1F0 !important;
}

th.zold{
	background-color: #E8F1F0 !important;
	color: #1CD2C0  !important;
	font-weight: normal !important;
}
table.foglal, table.foglal td, table.foglal th{
	border: 1px solid #3FAFB6  !important;
	border-collapse: collapse;
    border-spacing: 0;
}
.sotet_fej{
	background-color: #00222D !important;
	color: #1CD2C0;
	font-weight: normal !important;
}
.sotet_fej_kieg{
	background-color: #004d66 !important;
	color: #1CD2C0;
	font-weight: normal !important;
}
.foglalt{
	background: #9D245E  !important;
	text-align: center;
	color: #EBD3DF  !important;
}
.szabad{
	/*background: #9D245E;*/
	text-align: center;
}
.jelolt{
	background-color: #E22057 !important;
	color:  white;
}
div.keret{
	width: 100%;
	border: 1px solid #E64271;
	padding: 10px;
	margin-bottom: 5px;
	background: #FFFFFF;
	color: #565654;
}
div.nev{
	font-size: 90%;
	font-weight: bolder;
}
div.nev span{
	float: right;
}
.summary{
	background: #023440 !important;
	color: #1CD2C0;
	padding: 20px;
}
#sumAll{
	color: #E22057;
	font-size: 1.5rem;
	padding: 10px;
}
#datum{
	color: black !important;
	font-size: large;
}
.modal-dialog{
    position: relative;
    display: table; /* This is important */ 
    overflow-y: auto;    
    overflow-x: auto;
    width: auto;
    min-width: 300px;   
}