
.borderRadius {
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.borderRadiusTp {
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.borderRadiusBtm {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.ddcommon {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	cursor: default;
}

.ddcommon ul {
	padding: 0;
	margin: 0;
}

.ddcommon ul li {
	list-style-type: none;
}

.borderRadiusTp ul li:last-child {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 0 none #c3c3c3;
}

.borderRadiusBtm ul li:first-child {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1 solid #c3c3c3;
}

.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
	opacity: .5;
	-ms-filter: "alpha(opacity=50)";
	filter: alpha(opacity=50);
	-khtml-opacity: .5;
	-moz-opacity: .5;
	color: #999;
}

.ddcommon .clear {
	clear: both;
}

.ddcommon .shadow {
	-moz-box-shadow: 5px 5px 5px -5px #888;
	-webkit-box-shadow: 5px 5px 5px -5px #888;
	box-shadow: 5px 5px 5px -5px #888;
}

.ddcommon input.text {
	color: #7e7e7e;
	padding: 0 0 0 0;
	position: absolute;
	background: #fff;
	display: block;
	width: 98%;
	height: 98%;
	left: 2px;
	top: 0;
	border: none;
}

.ddOutOfVision {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
}

.borderRadius .shadow {
	-moz-box-shadow: 5px 5px 5px -5px #888;
	-webkit-box-shadow: 5px 5px 5px -5px #888;
	box-shadow: 5px 5px 5px -5px #888;
}

.borderRadiusBtm .shadow {
	-moz-box-shadow: -5px -5px 5px -5px #888;
	-webkit-box-shadow: -5px -5px 5px -5px #888;
	box-shadow: -5px -5px 5px -5px #888;
}

.borderRadiusTp .border, .borderRadius .border {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.borderRadiusBtm .border {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

img.fnone {
	float: none !important;
}

.ddcommon .divider {
	width: 0;
	height: 100%;
	position: absolute;
}

.ddcommon .ddArrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 4px;
}

.ddcommon .ddArrow:hover {
	background-position: 0 100%;
}

.ddcommon .ddTitle {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%;
}

.ddcommon .ddTitle .ddTitleText {
	display: block;
}

.ddcommon .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}

.ddcommon .ddTitle .description {
	display: block;
}

.ddcommon .ddTitle .ddTitleText img {
	position: relative;
	vertical-align: middle;
	float: left;
}

.ddcommon .ddChild {
	position: absolute;
	display: none;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	zoom: 1;
	z-index: 9999;
}

.ddcommon .ddChild li {
	clear: both;
}

.ddcommon .ddChild li .description {
	display: block;
}

.ddcommon .ddChild li img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
	float: left;
}

.ddcommon .ddChild li.optgroup {
	padding: 0;
}

.ddcommon .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic;
}

.ddcommon .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px;
}

.ddcommon .noBorderTop {
	border-top: none 0 !important;
	padding: 0;
	margin: 0;
}

/*************** default theme **********************/
.dd {
	border: 1px solid #f2f5fa;
	width: 100% !important;
}

.dd .divider {
	border-left: 1px solid #c3c3c3;
	border-right: 1px solid #fff;
	right: 24px;
	display: none;
}

.dd .ddArrow {
	width: 12px;
	height: 6px;
	margin-top: -1px;
	margin-right: 10px;
	background: url("https://cdn-ildoenj.nitrocdn.com/cspHczubSJxydpVepnzkBXUBiIwgOhZL/assets/images/optimized/rev-16bea31/www.displayr.com/wp-content/themes/displayr-2018/assets/images/select_arrow.png") no-repeat left center;
}

.dd .ddArrow.nitro-lazy {
	background-image: none !important;
}

.dd .ddArrow:hover {
	background-position: 0 100%;
}

.dd .ddTitle {
	color: #4c525b;
	background: #f2f5fa;
	transition: .5s all ease 0s;
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-ms-transition: .5s all ease 0s;
}

.dd {
	transition: .5s all ease 0s;
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-ms-transition: .5s all ease 0s;
}

.borderRadiusTp.dd {
	transition: .5s all ease 0s;
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-ms-transition: .5s all ease 0s;
	border-color: #247dd2;
}

.borderRadiusTp.dd .ddTitle {
	transition: .5s all ease 0s;
	-webkit-transition: .5s all ease 0s;
	-moz-transition: .5s all ease 0s;
	-ms-transition: .5s all ease 0s;
	background-color: transparent;
}

.dd .ddTitle .ddTitleText {
	padding: 8px 37px 8px 15px;
	font-size: 13px;
}

.dd .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}

.dd .ddTitle .description {
	font-size: 12px;
	color: #666;
}

.dd .ddTitle .ddTitleText img {
	padding-right: 5px;
}

.dd .ddChild {
	background-color: #fff;
	left: 0px;
	box-shadow: 0px 0px 7px 1px rgba(0, 0, 0, .13);
	padding: 8px 0px;
	top: 42px !important;
}

.dd .ddChild li {
	padding: 4px 15px;
	background-color: #fff;
	border-bottom: none;
}

.dd .ddChild li .description {
	color: #666;
}

.dd .ddChild li .ddlabel {
	color: #2e3a40;
	font-size: 13px;
}

.dd .ddChild li.hover {
	background-color: #f2f5fa;
}

.dd .ddChild li img {
	padding: 0 6px 0 0;
}

.dd .ddChild li.optgroup {
	padding: 0;
}

.dd .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic;
}

.dd .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px;
}

.dd .ddChild li.selected {
	background-color: #f2f5fa;
}
