[hidden] { display: none; }
.container {
	margin: 0 auto;
	width: auto;
}
.centered{text-align: center !important;}
#map_canvas {
	margin: 0 auto;
	width: 870px;
	height: 600px;
}

/* form */
.data-input {
	margin-top: 20px;
	text-align: center;
}
.data-input input[type="text"] {
	padding: 4px 4px 5px;
	border: 1px solid #b3b3b3;
	background: #fff;
	color: #333;
	outline: none;
	text-align: right;
}

#ajax_content {
  max-height: 500px;
  overflow: auto;
}

#zipcode {
  margin-left: 10px;
  width: 30px;
}

#orderid {
  width: 75px;
}

#home {
  margin-right: 40px;
}

#search {
  margin-left: 40px;
}

.greatline td{
  line-height: 40px;
  height: 40px;
}
.greatline td .btn{
  height: 30px;
  line-height: 30px;
  margin: auto;
}

.data-input .btn {
	vertical-align: top;
	padding: 5px 14px;
	border: none;
	box-shadow: 0 1px 3px 0 #030002;
	color: #fff;
	text-shadow: none;
}

/* result list */
#databox { border-top: 1px solid #ccc; }
#databox caption {
	padding: 10px 0;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
#databox th {
	padding: 0 20px 10px 10px;
	text-align: left;
	vertical-align: top;
}
#databox td {
	padding-bottom: 10px;
}

.odd {
  background: #EFEFEF !important;
}

.even {
  background: #DDDDDD !important;
}

.greeenid {
  color: #00AA00;
  font-weight: bold;
}

.ui-datatable {
  width: 100%;
}
.ui-datatable tbody tr td{
  padding: 2px 3px;
}

.teljesitve {
  border: 2px solid #248322;
  color: #FFF;
  text-shadow: 1px 1px #666;
  background: #78c676;
  font-size: 1.1em;
  text-align: center;
}


/*
	buttons
 */
.btn-vodafone3 {
	background: #00a4b1;
	font-size: 26px;
	line-height: 50px;
	width: 300px;
}

.btn-vodafone3:hover,
.btn-vodafone3:focus {
	box-shadow: none;
	background: #01cddb;
}

.btn-vodafone4 {
	background: #00a4b1;
	color: white;
}
.btn-vodafone4:hover,
.btn-vodafone4:focus {
	box-shadow: none;
	background: #01cddb;
	color: white;
}


