body {
	font-family: Arial, Helvetica, sans-serif;
}

table {
	font-size: 1em;
}

@font-face {
  font-family: "Circe";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/1YZ-4pS.woff") format("woff"), url("fonts/2l9X_0q.woff2") format("woff2"), url("fonts/9roqeWW.ttf") format("truetype");
}
/*
#settlement {
	width: 100%;
	pointer-events: all;
	font-size: 16px;
	font-weight: 700;
	font-family: Circe; 
	color: #a0a0a0;
	padding-left: 20px;
	border-radius: 0px 0px 25px 25px ;
	border: 0px solid black;
	position:relative;
	background-color: '#ffffff';
	outline:none;
}
#settlement:active, #settlement:focus {outline: none;}
*/
.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	overflow-x: hidden;
	width: 50vw;
	max-width:500px;
	z-index:1000000;
	pointer-events: all;

	/*pointer-events: fill;*/
	/*background: red;*/
}
.ui-menu-item {
	border-bottom:1px solid white;
}

.ui-draggable, .ui-droppable {
	background-position: top;
	z-index:1000000;
}

.ui-autocomplete-loading {
	background: white url("/resources/images/ui-anim_basic_16x16.gif") right center no-repeat;
}

.item_desc {
	font-size: 12px;
	color: #808080;
}

.item_name {
	font-size: 14px;
	font-weight: 600;
}
.zindex30000{
	z-index:30000;
}
