@charset "utf-8";

ul[xgTags],
ul[xgTags] * {
	margin: 0;
	padding: 0;
	float: left;
	display: inline; 
}

ul[xgTags] * {
  margin: 3px;
}

ul[xgTags] *:not([type="text"]) {
	-webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */   
}
	
ul[xgTags] {	
  width: 100%;	
  background-color: #ffffff;
}

ul[xgTags] > input,
table[xgGrid] tr[xgGridContent] ul[xgTags] > input[type="button"] {
	margin: 3px;
  padding: 0 5px 0 3px;
  padding: 0 0.5rem 0 3rem;
  height: 22px;
  height: 2.2rem;
  border: none;
  background-position: 5px center;
  background-position: 0.5rem center;
  border-color: none;
  color: #60abd6;
}

ul[xgTags] > input:hover {
	-webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

ul[xgTags] input[btnSave] {
	background-image: url(/xgui-web/images/tags12/btn_save.png);
}

ul[xgTags] input[btnDelete],
ul[xgTags] li[xgListAdd="active"] input[btnCancel] {
	background-image: url(/xgui-web/images/tags12/btn_delete.png);
}

ul[xgTags] input[btnCancel] {
  background-image: url(/xgui-web/images/tags12/btn_close.png);
}

ul[xgTags] input[btnAdd] {
  background-image: url(/xgui-web/images/tags12/btn_add.png);
}

ul[xgTags] li[xgListSelect] input[btnCancel] {
  background-image: none;
}

ul[xgTags] li {
  margin: 3px;
  margin: 0.3rem;
  border: 1px solid;
  border: 0.1rem solid;
  border-radius: 3px;
  border-radius: 0.3rem;
  border-color: #c5d2d9;
	min-height: 22px;
	min-height: 2.2rem;
  background-color: #f3f3f3;
}

ul li[xgListAdd],
ul li[xgListEdit],
ul li[xgListContent] {
	display: none;
}

ul[xgTags] li[xgListSelect] {
	border: 0;
  margin: 0;
	width: 100%;
	display: none;
	border-radius: 0;
	background-color: transparent;
	border-top: 1px solid;
	border-top: 0.1rem solid;
	border-bottom: 1px solid;
	border-bottom: 0.1rem solid;
	border-color: rgb(218, 218, 218);
}

ul[xgTags] li[xgListAdd="active"],
ul[xgTags] li[xgListSelect="active"] {
	display: inline;
}

ul[xgTags] ul[xgLookupData],
ul[xgTags] ul[xgLookupData] * {
	border: 0;
  margin: 0;
	width: 100%;
	text-align: center;
}

ul[xgTags] li[xgListSelect] input,
ul[xgTags] li[xgListSelect] input[type="button"] {
	width: 100%;
	padding: 6px;
	padding: 0.6rem;
	height: 24px;	
	height: 2.4rem;
	text-align: center;
  font-weight: bold;
}

ul[xgTags] ul[xgLookupData] li {
	border: 0;
	border-radius: 0;
	cursor: pointer;
	padding: 6px;
	padding: 0.6rem;
	text-align: center;
	border-bottom: 1px dashed;
	border-bottom: 0.1rem dashed;
	border-color: rgb(218, 218, 218);
	background-color: transparent;
}

ul[xgTags] ul[xgLookupData] {
	border: 0;
	border-radius: 0;
	background-color: transparent;
}

ul[xgTags] li input,
ul[xgTags] li select {
  margin: 0;
	padding: 0;
  float: left;
  display: inline;
  width: 18px;
  width: 1.8rem;
  height: 18px;
  height: 1.8rem;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-radius: 0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;	
	color: #0d3045;
}

ul[xgTags] li select,
ul[xgTags] li input[type="text"] {
	width: auto;
	height: 21px;
	height: 2.1rem;
	min-width: 75px;
	min-width: 7.5rem;
	margin-right: 9px;
	margin-right: 0.9rem;
	padding: 0 5px 0 5px;
	padding: 0 0.5rem 0 0.5rem;
}

ul[xgTags] li input[type="button"] {
	height: 20px;	
	height: 2rem;
	margin: 0 3px 0 3px;
	margin: 0 0.3rem 0 0.3rem;
}

ul[xgTags] li input:active,
ul[xgTags] li input:focus,
ul[xgTags] li input:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}