/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	Common		  		   													   	   		   */
/* ----------------------------------------------------------------------------------------------- */
.z-listbox-footer {
	border-top: none;
}

.z-listitem-checkbox {
	margin-right: 10px;
}

.highlightcellalert .z-listcell-content {
	color: red;
	cursor: pointer;
	font-weight: bold;
	text-decoration: underline;
}

.z-auxheader-content {
	background-color: white;
}

.z-auxheader {
	border-bottom: 0 solid #cfcfcf;
	border-left: 0 solid #cfcfcf;
	background: white;
	border-right: 0 solid #cfcfcf;
}

.z-auxhead-bar {
	border-left: 0 solid #cfcfcf;
}

.highlightcell .z-listcell-content {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}

.greencell .z-listcell-content {
	background: #66cdaa;
	color: white;
}

.bluecell .z-listcell-content {
	background: #87cefa;
	color: white;
}

.inactiverecord .z-listcell-content {
	background-color: #cccccc;
	color: white;
	text-decoration: line-through;
}


.reverse .z-listcell-content {
	background-color: #eaeaea;
	color: white;
	text-decoration: line-through;
}
.redcell .z-listcell-content {
	background: red;
	color: white;
}

.lightgreycell .z-listcell-content {
	background: #cdc9c9;
	color: white;
}

.organcecell .z-listcell-content {
	background: #FFA500;
	color: white;
}

div.z-listfooter-content {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #ca3773;
	line-height: 24px;
	background: transparent none repeat scroll 0 0;
}

div.z-listfooter {
	background: #7e57c2;
}

.z-paging {
	background: #ffffff none repeat scroll 0 0;
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 3px 3px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}
.z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: var(--color-text-blue-darker);
	display: inline-block;
	min-width: 26px;
	height: 26px;
	border: 1px solid var(--color-border-button-outline);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
	padding: 4px 0;
	line-height: 14px;
	background: var(--color-bg-white);
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.z-listbox-paging-top {
	border-bottom: 0px solid white;
	overflow: hidden;
	width: 100%;
}

.z-paging-selected {
	color: var(--color-bg-white) !important;
	background: var(--color-bg-pagination-active) !important;
	border-color: var(--color-bg-pagination-active) !important;
}

.paging1 .z-paging-button.z-paging-noborder {
	color: var(--color-text-blue-darker);
	border: 1px solid var(--color-border-button-outline);
	background: var(--color-bg-white);
	padding: 4px 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.paging1 .z-paging-button.z-paging-noborder::after {
	content: "\203A";
	font-weight: bold;
	margin-left: 6px;
}

.z-paging-noborder:hover {
	color: #ffffff;
	border-color: #777;
	-webkit-box-shadow: #ffffff;
	box-shadow: 0 0 0 #ffffff;
	text-decoration: none;
}

.z-paging-button:hover {
	color: #004000;
	border-color: #a9a9a9;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.34);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.34);
}

.z-paging-os {
	border-bottom: 0;
	padding-bottom: 4px;
	background: #FFFFFF;
	margin-left: 0px;
}

.z-paging-info {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #777;
	padding: 0px 3px;
	position: absolute;
	top: 4px;
	right: 10px;
}

.inactive.z-listcell-content {
	text-decoration: line-through;
	color: red;
}

.inactive .z-listcell-content {
	text-decoration: line-through;
	color: red;
}

.inactiveListCell .z-listcell-content {
	color: red;
}

/* ----------------------------------------------------------------------------------------------- */
/*  Sclass Name : listbox		  		   													   	   */
/* ----------------------------------------------------------------------------------------------- */
.listbox.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
}

.listbox .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listbox .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listbox .z-listbox-header {
	background: #fff;
}

.listbox .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listbox .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listbox .z-listheader-content {
	font-size: 13px;
	color: var(--color-text-blue-darker);
	font-weight: 700;
	background: var(--color-bg-white);
	padding: 4px 3px 3px;
	border-bottom: 1px solid var(--color-border-divider-light);
}

/* Grouped column-header band (auxheader) — e.g. Transactions / Claim Events
   spanning bands on the 999 acknowledgment list. Matches the themed navy
   listheader treatment above. */
.listbox .z-auxheader-content {
	font-size: 12px;
	font-weight: 600;
	color: var(--color-text-blue-darker);
	text-align: center;
}

.listbox .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listbox .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listbox .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: var(--color-bg-selection);
}

.listbox .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: var(--color-bg-selection);
}

.listbox .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 1px solid var(--color-border-divider-light);
	padding: 0px 0px;
}

.listbox .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: var(--color-text-blue-dark);
}

.listbox .z-listitem:hover {
	background: var(--color-bg-row-hover);
}

.listbox .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listbox .z-listcell-content, div.listbox
.z-listgroup-content, div.listbox {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: var(--color-text-blue-dark);
}

.listbox .z-label {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 0;
    margin-top: 0;
}

.listbox .listpagecount.z-label {
	color: var(--color-text-blue-darker);
}

.listbox .z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: var(--color-text-blue-darker);
}
.paging1.z-paging-os {
	border-bottom: 0;
	padding-bottom: 4px;
	background: #FFFFFF;
	margin-left: 0px;
}

.paging1 .z-paging {
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px 10px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

.paging1 .z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: var(--color-text-blue-darker);
	display: inline-block;
	min-width: 26px;
	height: 26px;
	border: 1px solid var(--color-border-button-outline);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
	margin-right: 6px;
	padding: 4px 0;
	line-height: 14px;
	background: var(--color-bg-white);
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.z-listbox-paging-bottom {
	border-top: none;
}

.smallpaging .z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #5B7183;
	display: inline-block;
	min-width: 22px;
	height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right: 3px;
	padding: 4px 0;
	line-height: 14px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}
/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	With Border												   	   			   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxborder.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: 2px solid black;
}

.listboxborder .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxborder .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxborder .z-listbox-header {
	background: #fff;
}

.listboxborder .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxborder .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxborder .z-listheader-content {
	font-size: 13px;
	color: #fefefe;
	font-weight: 600;
	background: #AAB4BC;
	padding: 0px 3px 0px;
}

.listboxborder .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxborder .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxborder .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxborder .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxborder .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 1px 1px;
}

/*.listboxborder
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}*/

.listboxborder .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxborder .z-listitem:hover {
	background: #DDDDDD;
}

.listboxborder .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxborder .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}



.listboxborder .z-listitem.z-listitem-selected:hover>.z-listcell {
	 
	background: white;
	border:none;
}

.listboxborder .z-listitem.z-listbox-odd {
	border:none;
	background: white;
}

.listboxborder.z-listitem.z-listbox-odd.z-listitem-selected {
	border:none;
	background: white;
}


 

.listboxborder .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxborder .z-listbox-odd>.z-listcell {
	background: white;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	With Border		Small										   	   			   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxbordersmall.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: 2px solid black;
}

.listboxbordersmall .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxbordersmall .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxbordersmall .z-listbox-header {
	background: #fff;
}

.listboxbordersmall .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxbordersmall .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxbordersmall .z-listheader-content {
	font-size: 12px;
	color: #fefefe;
	font-weight: 600;
	background: #AAB4BC;
	padding: 0px 3px 0px;
}

.listboxbordersmall .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxbordersmall .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxbordersmall .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxbordersmall .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxbordersmall .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 1px 1px;
}

.listboxbordersmall
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333333;
	font-weight: bold;
	font-size: 13px;
}

.listboxbordersmall .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxbordersmall .z-listitem:hover {
	background: #DDDDDD;
}

.listboxbordersmall .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxbordersmall .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxbordersmall .z-listcell-content {
	padding: 0px 0px;
}
/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	listsoap											   	   			   			   */
/* ----------------------------------------------------------------------------------------------- */
.listsoap  .z-listbox {
	border: 1px solid #333;
	background-color: white;
}

.listsoap .z-listheader-content {
	border: 1px solid #333;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content
	{
	border: 1px solid #333;
}

.listsoap .z-listitem .z-listcell {
	border: 1px solid #333;
}

.listsoap .z-listcell-content {
	background-color: white;
}

.listsoap .z-listbox .z-listcell {
	background: white;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell {
	background: white;
	position: relative;
}

.listsoap .z-listcell-content {
	color: #333;
}

.listsoap .z-listitem.z-listitem-selected:hover .z-listcell-content {
	color: #333;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content
	{
	color: #333;
}

.listsoap .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listsoap .z-listitem.z-listitem-selected>.z-listcell {
	border: 1px solid #333;
	background: white;
	position: relative;
}

.listsoap .z-listheader {
	border-left: 0px solid #cfcfcf;
	border-bottom: 0px solid #cfcfcf;
	padding: 0;
	background: #fdfdfd;
	background: -moz-linear-gradient(top, #fefefe 0, #fefefe 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe),
		color-stop(100%, #fdfdfd));
	background: -webkit-linear-gradient(top, #fefefe 0, #fdfdfd 100%);
	background: -o-linear-gradient(top, #fefefe 0, #fefefe 100%);
	background: -ms-linear-gradient(top, #fefefe 0, #fefefe 100%);
	background: linear-gradient(to bottom, #fefefe 0, #fdfdfd 100%);
	background-clip: padding-box;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
}

.listsoap .z-listheader-content {
	color: #000000;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox			Child  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxchild.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.listboxchild .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxchild .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxchild .z-listbox-header {
	background: #fff;
}

.listboxchild .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxchild .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxchild .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0px 0px 0px;
}

.listboxchild .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxchild .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxchild .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxchild .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxchild .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listboxchild
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxchild .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxchild .z-listitem:hover {
	background: #DDDDDD;
}

.listboxchild .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxchild .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxchild .z-auxheader-content {
	padding: 4px 3px 3px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	Used in Lookup  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxlookup.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.listboxlookup .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxlookup .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxlookup .z-listbox-header {
	background: #fff;
}

.listboxlookup .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxlookup .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxlookup .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0px 0px 0px;
}

.listboxlookup .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxlookup .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxlookup .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxlookup .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #9ea9b2;
}

.listboxlookup .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listboxlookup
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxlookup .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxlookup .z-listitem:hover {
	background: #DDDDDD;
}

.listboxlookup .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxlookup .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
	padding: 2px 2px;
}

.listboxlookup .z-auxheader-content {
	margin-left: -3px;
	padding: 4px 3px 3px;
}

.paginglookup.z-paging-os {
	border-bottom: 0;
	padding-bottom: 4px;
	background: #FFFFFF;
	margin-left: 0px;
}

.paginglookup .z-paging {
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px 10px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

.paginglookup .z-paging-button {
	font-family: Arial, Sans-serif;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	color: #5B7183;
	display: inline-block;
	min-width: 24px;
	height: 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-right: 6px;
	padding: 4px 0;
	line-height: 14px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none;
	white-space: nowrap;
}

.paginglookup.z-paging {
	background: #ffffff none repeat scroll 0 0;
	height: 32px;
	border-bottom: 1px solid #cfcfcf;
	padding: 4px 0px 3px;
	padding-bottom: 3px;
	background: #fafafa;
	position: relative;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox  Small 						  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxsmall {
	border-top: none;
	background: #ffffff;
}

.listboxsmall .z-listbox-header {
	background: #fff;
}

.listboxsmall .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxsmall .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 6px 1px;
}

.listboxsmall .z-listheader-content {
	font-size: 12px;
	color: #fefefe;
	font-weight: 600;
	background: #428BCA;
	padding: 0px 5px 0px;
	font-weight: bold;
}

.listboxsmall .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxsmall .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxsmall .z-listbox-odd.z-listitem {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #F4F8FB none repeat scroll 0 0;
	border-color: red red -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 0 0 medium;
}

.listboxsmall .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: #87CEFA;
}

.listboxsmall .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: #87CEFA;
}

.listboxsmall .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 1px 1px;
}

.listboxsmall
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxsmall .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxsmall .z-listitem:hover {
	background: #DDDDDD;
}

.listboxsmall .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxsmall .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxsmall .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxsmall .z-listcell-content {
	padding: 0px 0px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox			Editable  		   													   	   			   */
/* ----------------------------------------------------------------------------------------------- */
.listboxedit.z-listbox {
	border: none;
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 0px;
}

.listboxedit .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxedit .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxedit .z-listbox-header {
	background: #fff;
}

.listboxedit .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxedit .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxedit .z-listheader-content {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	background: #FFFFFF;
	padding: 0px 0px 0px;
}

.listboxedit .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxedit .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxedit .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxedit .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxedit .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 0px solid #dddddd;
	padding: 0px 0px;
}

.listboxedit
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxedit .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxedit .z-listitem:hover {
	background: white;
}

.listboxedit .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxedit .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 24px;
}

.listboxedit .z-auxheader-content {
	padding: 4px 3px 3px;
}

/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	With Nothing
/* ----------------------------------------------------------------------------------------------- */
.listboxplain.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: 1px solid var(--color-border-neutral-2);
	border-radius: 6px;
	overflow: hidden;
}

.listboxplain .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
}

.listboxplain .z-listitem {
	border: #ffffff;
	background: #f8f9f7;
}

.listboxplain .z-listbox-header {
	background: #fff;
}

.listboxborder .z-listhead-bar {
	border-left: #ffffff;;
	border-bottom: #ffffff;
	background: #fff;
}

.listboxplain .z-listheader {
	background: #ffffff;
	border: #ffffff;
	padding: 1px 1px;
}

.listboxplain .z-listheader-content {
	font-size: 13px;
	color: var(--color-text-blue-darker);
	font-weight: 600;
	background: var(--color-bg-gray-5);
	padding: 4px 3px 3px;
	border-bottom: 1px solid #dde3ea;
}

.listboxplain .z-listbox-header-border {
	border-bottom: none;
	margin-top: -1px;
	position: relative;
}

.listboxplain .z-listitem:hover>.z-listcell {
	background: none repeat scroll 0% 0% padding-box transparent;
}

.listboxplain .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxplain .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: transparent;
}

.listboxplain .z-listitem .z-listcell {
	border-left: 0px solid #ffffff;
	border-bottom: 1px solid #edf2f7;
	padding: 4px 4px;
}

.listboxplain
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
}

.listboxplain .z-listitem:hover>.z-listcell>.z-listcell-content {
	color: #333;
}

.listboxplain .z-listitem:hover {
	background: var(--color-bg-row-hover);
}

.listboxplain .z-listitem.z-listitem-selected:hover>.z-listcell {
	border-color: transparent;
	background: transparent;
}

.listboxplain .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: var(--color-text-blue-dark);
	line-height: 24px;
}




/* ----------------------------------------------------------------------------------------------- */
/*  ListBox	Small With Nothing
/* ----------------------------------------------------------------------------------------------- */
.listboxplainsm.z-listbox {
	background-color: #ffffff;
	margin-left: 0px;
	margin-right: 2px;
	border: none;
}

.listboxplainsm .z-listheader-sort .z-listheader-sorticon {
	color: #222D3A;
	position: absolute;
	top: -7px;
	left: 90%;
	border: none;
}

.listboxplainsm .z-listitem {
	border: none;
	background: transparent;
}

.listboxplainsm .z-listbox-header {
	background: #fff;
	border: none;
}

.listboxplainsm .z-listhead-bar {
	border: none;
	 
	background: #fff;
}

.listboxplainsm .z-listheader {
	background: #ffffff;
	border: none;
	padding: 1px 1px;
}

.listboxplainsm .z-listheader-content {
	font-size: 13px;
	color: #fefefe;
	font-weight: 600;
	background: white;
	padding: 0px 3px 0px;
	border: none;
}

.listboxplainsm .z-listbox-header-border {
	border: none;
	margin-top: -1px;
	position: relative;
}

.listboxplainsm .z-listitem:hover>.z-listcell {
	background: white;
}

.listboxplainsm .z-listitem.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxplainsm .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxplainsm .z-listitem .z-listcell {
	border:none;
	 
	padding: 1px 1px;
}

.listboxplainsm
			.z-listitem.z-listitem-selected>.z-listcell>.z-listcell-content {
	color: #333333;
	font-weight: bold;
	font-size: 15px;
	background:white;
	border:none;
}

.listboxplainsm .z-listitem:hover>.z-listcell>.z-listcell-content {
	 
	background:white;
	border:none;
}

.listboxplainsm .z-listitem:hover {
	background:white;
	border:none;
}

.listboxplainsm .z-listitem.z-listitem-selected:hover>.z-listcell {
	 
	background: white;
	border:none;
}

.listboxplainsm .z-listitem.z-listbox-odd {
	border:none;
	background: white;
}

.listboxplainsm.z-listitem.z-listbox-odd.z-listitem-selected {
	border:none;
	background: white;
}


 

.listboxplainsm .z-listbox-odd.z-listitem-selected>.z-listcell {
	border: none;
	background: white;
}

.listboxplainsm .z-listbox-odd>.z-listcell {
	background: white;
}




.listboxplainsm .z-listcell-content, div.listbox
			.z-listgroup-content, div.listbox {
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	line-height: 14px;
	background: white;
	border:none;
}




/* --- Menu Search Dropdown: comfortable compact --- */
.menuSearchDrop .menuSearchListbox .z-listcell {
  padding: 0 !important;
  border: none;
}

.menuSearchDrop .menuSearchListbox .z-listcell-content {
  padding: 0 !important;
  line-height: 20px !important;   /* ✅ give breathing space */
  font-size: 12px !important;
  min-height: 0 !important;
}

/* the actual row container */
.menuSearchDrop .menuSearchItem {
  padding: 4px 10px !important;   /* ✅ more space left/right/top/bottom */
  width: 100%;
}

/* labels */
.menuSearchDrop .menuSearchItem .z-label {
  font-size: 12px !important;
}

.menuSearchDrop .menuSearchGroup {
  margin-left: auto;
  opacity: .7;
  font-size: 11px !important;
}
