body {
	color: #0055AA;
}

/*autocomplete - BEGIN*/

* {
  box-sizing: border-box;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  /*display: inline-block;*/
  display: inline;
}

.autocomplete_kozterulet_neve { /* az utcanévnél display: inline-block; kell, különben nem jól jelenik meg a találati lista */
  position: relative;
  display: inline-block;
  /*display: inline;*/
}

.autocomplete-items {
  position: absolute;
  /*border: 1px solid #d4d4d4;*/
  border: 5px groove #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
  letter-spacing: 0.5px;
  color: #000000;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  /*background-color: #fff;*/
  /*background-color: #FFFF7F;*/
  background-color: #D2D2D2; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  /*background-color: DodgerBlue !important;*/
  background-color: #55FF55 !important;
  /*background-color: #FFAA2A !important;*/
  /*color: #ffffff;*/
  color: #000000;
}

/*autocomplete - END*/ 

.oldal_megnevezes {
	font-family: "Consolas", Times, Arial;
	font-weight: bold;
	letter-spacing: -0.5px;
}

input[type=text] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

input[type=text]:focus {
	background-color: #E9EE11;
	border-bottom: 2px solid #3C3C3C;
	border-right: 2px solid #3C3C3C;
}

input[type=text].X {
	text-align: center;
	width: 20px;
	height: 20px;
}

input[type=text].szam4 {
	width: 45px;
}

input[type=text].szam2 {
	width: 27px;
}

input.hibas {
	background-color: #FFAA7F;
	border-top: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
}

select {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.5px;
}

select:focus {
	background-color: #E9EE11;
	border-bottom: 2px solid #3C3C3C;
	border-right: 2px solid #3C3C3C;
}

button {
	border: none;
	transition-duration: 0.2s;
    cursor: pointer;
}

button:focus {
	border: 5px solid #E9EE11;
}

.mezonev {
	font-family: "Consolas", Times, Arial;
}

.mini {
	font-size: xx-small;
}

.kicsi {
	font-family: Times, Arial;
	font-size: small;
	letter-spacing: -0.5px;
}

div.hibabox {
	border: 5px double #FF0000;
}