input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.no_left_right_padding{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no_right_padding{
    padding-right: 0 !important;           
}

.margin_top_10{
    margin-top: 10px !important;    
}

.margin_bottom_10{
    margin-bottom: 10px !important;    
}

.height_bejelentkezes{
    height: auto !important;
}

.header_vonal{
    border-bottom: 1px solid #d1cfcf;
}





@media (max-width: 767px){ 
    .no_margin_top_xs{
        margin-top: 0px !important;
    }
    .no_left_padding_xs{
       padding-left: 0 !important;
    }
    .margin_top_10_xs{
        margin-top: 10px !important;
    }
    .no_left_right_padding_xs{
        padding: 0 !important;
    }
}

@media (max-width: 992px){
    .no_left_padding_xs_sm{
        padding-left: 0 !important;
    }
    .szoveg_balra_xs_sm{
        text-align: left !important;
    }
    .szoveg_kozepre_xs_sm{
        text-align: center !important;
    }
    .margin_top_10_xs_sm{
        margin-top: 10px;
    }
    .no_left_right_padding_xs_sm{
        padding: 0 !important;
    }
}

@media (min-width: 992px){
    .szoveg_jobbra_lg_md{
        text-align: right;
    }
}


@media (min-width: 767px) and (max-width: 992px){ 
    .margin_top_10_sm_only{
        margin-top: 10px;
    }
}



.custom_dropdown_color{
    color: #800 !important;    
}

.custom_dropdown_hover_color > li > a:hover,
.custom_dropdown_hover_color > li > a:focus {
    background-color: #C7F9CE !important;
}

.custom_dropdown_hover_color{
    background-color: #F2FAFF;
}

.divider_color{
    background-color: #000000 !important;
}

.custom_button{
    background-color: #FFFFFF !important;
    height: 36px;
}

.custom_button:hover{
    background-color: #CCCCCC !important;
}

.btn-dropdown {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.fomenu_fontsize{
    font-size: 14px ;
}

.margin_bottom_5{
    margin-bottom: 5px;
}
/*számlálóhoz */
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #0c73a9;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #5badd8;
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

.nav-section{
	text-align: center;
    color: #cc0b0b;
    font-weight: 700;
    font-size: 20px;
}