.miq-rule {
    box-sizing:border-box;
	border:2px solid #336699;
	margin-left:0px;
	background-color:#fff;
    cursor:text;	
    position:relative;
    font-family:Segoe UI;
    font-size:1.0em;
    padding:0;
    padding-right:22px;
}
.miq-width-small {
    width: 6em;
}
.miq-width-medium {
    width: 10em;
}
.miq-width-long {
    width: 20em;
}
.miq-rule input.miq-rule-field {
    border:0px solid transparent;
    background-color: #ddd;   
    outline: none;
    min-width:40px;
    width:40px;
    font-family:Segoe UI;
    font-size:1.0em;
}
.miq-rule-clear {
    position:absolute;
    top:6px;
    right:3px;
    z-index:1;
    font-family:arial;
    font-size:10px;
    cursor: pointer;
}
.miq-rule ul {
    box-sizing:border-box;
	list-style-image:none;
	list-style-position: outside;
	list-style-type:none;
	margin:0;
    padding:0;
    padding-bottom:5px;
	overflow:hidden;
    width:100%;
    overflow:auto;
    height:100%;
}
li.miq-rule-text {
    list-style-image:none;
	list-style-position: outside;
	list-style-type:none;
    margin-left:2px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right:2px;
    white-space:nowrap;
    display:inline-block;
}
li.miq-rule-item {
	border: 0px solid black;
	background-color:#fff;
	cursor:default;
    list-style-image:none;
	list-style-position: outside;
	list-style-type:none;
    margin-left:2px;
	margin-top: 2px;
	padding-left: 2px;
	padding-right:2px;
    white-space:nowrap;
    display:inline-block;
    border-radius:4px;
    position:relative;
    height:22px;
}
li.miq-rule-item:hover {
    background-color: #ddd;
}
li.miq-rule-item[NodeType='Left'],li.miq-rule-item[NodeType='SetLeft'] {
    font-weight:bold;
}
li.miq-rule-item[NodeType='Right'],li.miq-rule-item[NodeType='SetRight'] {
    color:#00f;
}
.miq-rule-item-action {
    position:absolute;
    top:0;
    left:4px;
    width:10px;
    height:100%;
    cursor: pointer;
}
.miq-rule-item-close {
    position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
    font-family:arial;
    font-size:0.8em;
}
.miq-rule-popup {
    border:1px solid #666;
    min-width:20px;
    min-height:20px;
    display:none;
    padding:4px;
    margin:0;
    position:absolute;
    background-color:#fff;
    z-index:2;
    max-width:300px;
}
.miq-rule-popupitem {
    list-style-image:none;
	list-style-position: outside;
	list-style-type:none;
    margin:0;
    margin-bottom:4px;
    padding:0;
    cursor:pointer;
}
.miq-rule-popupitem:hover {
    background-color:#eee;
}
.miq-rule-popupitem-active {
    background-color:#ddd;
}
.miq-rule-popupitem-selected {
    color:#999;
}