.dropjqdn {
	position: absolute;
	z-index: 9999999;
	display: none;
}

.dropjqdn .dropjqdn-menu,
.dropjqdn .dropjqdn-panel {
	min-width: 504px;
	max-width: 504px;
	min-height: 50px;
	list-style: none;
	background: #FFF;
	border: solid 4px #C61C26;
	/* border: solid 1px rgba(0, 0, 0, .2); */
	border-radius: 16px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	overflow: visible;
	padding: 4px 0;
	margin: 20px 0px 0px 0px;
	}

.hasmany {

}

.dropjqdn .islong {
	min-width: 744px;
	max-width: 744px;
	margin-left: -265px;
}

.dropjqdn .isshort {
	min-width: 304px;
	max-width: 304px;
	/* margin-left: -265px; */
}

.dropjqdn .ismidshort {
	min-width: 240px;
	max-width: 240px;
	/* margin-left: -265px; */
}

.dropjqdn .isveryshort {
	min-width: 174px;
	max-width: 174px;
	/* margin-left: -265px; */
}

.dropjqdn .isnum4 {
	margin-left: 300px;
}

.dropjqdn .dropjqdn-panel {
	padding: 10px;
}

.dropjqdn.dropjqdn-tip {
	margin-top: 8px;
}

.dropjqdn.dropjqdn-tip:before {
  position: absolute;
  top: 4px;
  left: 36px;
  content: '';
  /* border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #CCC;
  border-top-color: rgba(0, 0, 0, 0.2); */
  display: inline-block;
}

.dropjqdn.dropjqdn-tip.dropjqdn-anchor-right:before {
	left: auto;
	right: 9px;
}

.dropjqdn.dropjqdn-tip:after {
  position: absolute;
  top: 3px;
  left: 35px;
  content: '';
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-top: 17px solid #DC414A;
  display: inline-block;
}

.dropjqdn.dropjqdn-tip.dropjqdn-anchor-right:after {
	left: auto;
	right: 26px;
}
.dropjqdn.dropjqdn-tip.dropjqdn-anchor-right2:after {
	left: auto;
	right: 46px;
}
.dropjqdn.dropjqdn-tip.dropjqdn-anchor-right3:after {
	left: auto;
	right: 36px;
}
.dropjqdn.dropjqdn-tip.dropjqdn-anchor-right4:after {
	right: auto;
	left: 46px;
}
.dropjqdn.dropjqdn-tip.dropjqdn-anchor-right7:after {
	left: auto;
	right: 42px;
}

.dropjqdn.dropjqdn-scroll .dropjqdn-menu,
.dropjqdn.dropjqdn-scroll .dropjqdn-panel {
	max-height: 358px;
	overflow: auto;
}

.dropjqdn .dropjqdn-menu LI {
	list-style: none;
	padding: 0 0;
	margin: 0;
	line-height: 18px;
}

.dropjqdn .dropjqdn-menu LI > A,
.dropjqdn .dropjqdn-menu LABEL {
	display: block;
	color: #555;
	text-decoration: none;
	line-height: 18px;
	padding: 3px 15px;
	white-space: nowrap;
}

.dropjqdn .dropjqdn-menu LI > A:hover,
.dropjqdn .dropjqdn-menu LABEL:hover {
	background-color: #08C;
	color: #FFF;
	cursor: pointer;
}

.dropjqdn .dropjqdn-menu .dropjqdn-divider {
	font-size: 1px;
	border-top: solid 1px #E5E5E5;
	padding: 0;
	margin: 5px 0;
}

/* Icon Examples - icons courtesy of http://p.yusukekamiyamane.com/ */
.dropjqdn.has-icons LI > A {
	padding-left: 30px;
	background-position: 8px center;
	background-repeat: no-repeat;
}

.dropjqdn .undo A { background-image: url(icons/arrow-curve-180-left.png); }
.dropjqdn .redo A { background-image: url(icons/arrow-curve.png); }
.dropjqdn .cut A { background-image: url(icons/scissors.png); }
.dropjqdn .copy A { background-image: url(icons/document-copy.png); }
.dropjqdn .paste A { background-image: url(icons/clipboard.png); }
.dropjqdn .delete A { background-image: url(icons/cross-script.png); }