html {
	height:100%;
	max-height:100%;
	overflow:hidden;
}


body {
	height:100%;
	max-height:100%;
	overflow:hidden;

	margin: 0;
	padding: 0;
	background: #505050;
	font-family: sans-serif;
	font-size: 13px;
	color:black;
}


a:hover {
}

a {
	color: black;
	text-decoration:none;
}

.center {
	text-align:center;
}

#wrapper {
	display:block;
	overflow: hidden;
	background-color: #FAFAFA;
	width:100%;
	min-height:600px;
}

.blokk {
	display:block;
	padding:5px;
}


#footer-bg {
	overflow: hidden;
	padding: 8px 0px 8px 0px;
	
	line-height: normal;
	text-align: center;
	
	background: #505050;
	border-top: 10px solid rgb(13,117,180);
	color:white;
}

#footer {
	height: 20px;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
}

#header {
	background-color: rgb(13,117,180);
	border-bottom: 10px solid #505050;
	text-align: left;
	color: white;
}

#szolgaltatas-cim {
	font-weight:bold;
	font-size:14px;
	height:17px; 

}

.egysoros-cim {
	text-overflow: 	ellipsis; 
	white-space: nowrap; 
	overflow:hidden;
}


#gombok-blokk {
	background: rgb(13,117,180);
	border-bottom: 10px solid #505050;
	border-top: 10px solid #505050;
	text-align:center;
	height: 49px;
	
	font-weight:bold; 
	color:white; 
	padding-top:0px;
	padding-bottom:0px;
	
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center;
}




.sorB {
	background-color:#E0E1D6;
}

.collapse {
	border-collapse:collapse;
}

.sor1 {
	background-color:white;
	vertical-align:top;
	cursor:pointer;
}

.sor0 {
	background-color:#dfe9ef;
	vertical-align:top;
	cursor:pointer;
}

.sorszam {
	font-weight:bold;
	vertical-align:top;
	padding-top:1px;
}

.also-sor {
	border-bottom:1px solid silver;
	padding-bottom:4px;
}

.strong {
	font-weight:bold;
}

.right_box {
	text-align:right;
	padding-right:10px;
}

#uzenet {
	text-align:center;
	padding:10px;
}

#paciens {
	height: 65px;
	position: relative;
}

.gomb {
	text-align:center;
	border-top:1px solid rgb(80, 80, 80);
	border-left:1px solid rgb(80, 80, 80);
	border-right:2px solid rgb(80, 80, 80);
	border-bottom:2px solid rgb(80, 80, 80);
        
	padding-top:8px;
	padding-bottom:10px;
        
	cursor:pointer;
	
	background-color:white;
	color:black;
        
	background-color:white;
	background-repeat: no-repeat, no-repeat;
	background-position: 5px 4px;
	background-size: 24px 24px;
	
	margin-bottom:12px;
        
}


.egyeb-gomb {
	width:calc(100% - 50px);
        padding-left:40px;
	text-align:left;
        height:auto;
}

.szalag-gomb {
    margin-bottom:10px;
    height:18px;
    margin-top:10px;
    padding-top:12px;
}

.red {
	color:red;
}

.w100 {
	width:100%;
}

.right {
	text-align:right;
}

.gomb-kep {
	vertical-align:middle; 
	height:24px; 
	width:24px;
	margin-right:10px;
}

.ido {
	width:35px;
}

.green {
	color:green;
}

.bold {
	font-weight:bold;
}

table {
	text-align:left;
	font-size:13px;
}

.szeles {
	width:100%;
}

.space-saver-h4 {
	margin-top:5px;
	margin-bottom:5px;
	
}

.size16 {
	height:16px;
	width:16px;
}

.wide {
	width:100%;
}

.hand {
	cursor:pointer;
}

.silver_bg {
	background-color:#DDDDDD;
}


.ice_egysoros{
	width:98%;
}

.ice_tobbsoros{
	width:98%;
	height:80px;
}

.white {
	color:white;
}

.iranyitas-figyelmeztetes{
	padding:5px; 
	margin:5px; 
        margin-top:-5px;
        margin-bottom:8px;
	background-color:rgb(214,11,81); 
	color:white;
}

.top {
	vertical-align:top;
}

.top td {
	vertical-align:top;
}

.underline {
	text-decoration:underline;
}

.orange {
    color:orange;
}

.orange_bg {
    background-color:orange;
}

.blue {
    color:rgb(13,117,180);
}

.blue_bg {
    background-color:rgb(13,117,180);
}

.gray {
    color:gray;
}

.hidden {
    display:none;
}

.bottom {
    vertical-align: bottom;
}

.kicsi-mutat {
    display:none;
}


@media only screen and (max-width: 345px) {
    .kicsi-rejt {
        display:none;
    }
    
    .kicsi-balra {
        text-align:left;
    }
    
    .kicsi-bold {
        font-weight:bold;
    }
    
    .kicsi-mutat {
        display: inline;
    }
}

.px16 {
    width:16px;
    height:16px;
}

.red_bg {
	background-color:rgb(214,11,81);
}

.form-control {
    width:100%;
}

.mb-3 {
    margin-bottom: 1rem;
}


.d-none {
	display:none;
}

