#pl_mask {
	display: none;
	position: fixed;
	opacity: 0;
}
#pl_mask.masked {
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	background: rgba(0,0,0,.33);
	z-index: 9999997;
}
#picklist {
    font-size: 16px;
    line-height: 145%;
    font-family: Helvetica, Arial, sans-serif;
    position: absolute;
    top: -9999px;
    left: -9999px;
    height: 0;
    width: 0;
    overflow: hidden;
    z-index: 9999998;
    display: none;
}
[dir=rtl] #picklist {
    left: auto;
    right: -9999px;
}
#pl-inner {
	margin: 20px;
	padding: 0;
	box-shadow: inset 1px 0 16px #333;
	background: #333;
	color: #fff;
	border-radius: 5px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#pl-hd,
#pl-ft {
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(99, 99, 99)), color-stop(0.25, rgb(66, 66, 66)), color-stop(0.5, rgb(32, 32, 32)), color-stop(0.5, rgb(0, 0, 0)));
	border-bottom-color: #858585;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #858585;
	border-top-style: solid;
	border-top-width: 1px;
	padding: 9px 6px;
	text-align: center;
}
#pl-hd {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
}
#pl-ft {
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}
#pl-title {
	font-size: 17px;
}
.pl-back,
.pl-done {
	font-size: 13px;
	padding: 3px 9px;
	margin-top: -5px;
	border: 1px solid #222;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	cursor: pointer;
	background-color: #222;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(131, 131, 131)), color-stop(0.5, rgb(68, 68, 68)), color-stop(0.5, rgb(48, 48, 48)), to(rgb(51, 51, 51)));
	border-bottom-color: #404040;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #262626;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #262626;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #404040;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-style: solid;
	border-top-width: 1px;
	box-sizing: border-box;
}

.pl-back {
    float: left;
}
[dir=rtl] .pl-back {
    float: right;
}
.pl-done {
	float: right;
}
[dir=rtl] .pl-done {
	float: left;
}
#pl-bd {
	position: relative;
	overflow: auto;
}

#pl-bd button,
#pl-bd .pl-item-txt {
	color: #000;
	box-shadow: none;
	padding: 0;
	height: 30px;
	font-size: 13px;
	line-height: 31px;
	display: inline-block;
}
.pl-hitbox {
	height: 30px;
	width: 100%;
	display: inline-block;
}
#pl-bd button:hover,
#pl-bd button:focus {
	background: transparent;
}
.pl-trunk,
.pl-branch {
    position: absolute;
    top: 0;
    left: 0;
}

.pl-trunk {
	margin: 0; padding: 0; list-style: none;
	z-index: 9999999;
}
.pl-branch {
	display: none;
}
.pl-branch .pl-branch {
    left: 0;
}

.pl-item {
	border-bottom: 1px solid #444;
	cursor: pointer;
	background-color: #f6f6f6;
}
.pl-ind {
	position: relative;
	display: block;
}
.pl-item-icn,
.pl-item-dig {
	position: absolute;
	top: 10px;
	width: 18px;
	height: 18px;
	border-radius: 3px;
}
.pl-item-dig {
    background-color: rgba(0, 0, 0, .33);
}
.pl-item-dig:hover {
    background-color: rgba(0, 0, 0, .5);
}
.pl-item-dig::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
}
.pl-item-icn,
.pl-rm,
.pl-item-dig::before {
	background-image: url(img/mobile-icons-18-white.png);
	background-repeat: no-repeat;
}
.pl-item-icn {
	background-color: #fff;
	background-position: -684px 50%;
	left: 9px;
	top: 6px;
}
[dir=rtl] .pl-item-icn {
    left: auto;
    right: 9px;
}
.pl-actions .pl-item-icn {
	display: none;
}
.pl-single .pl-item-icn {
	background-position: -755px 50%;
	border-radius: 18px;
}
.pl-item .pl-item-dig {
	display: none;
	top: 6px;
	right: 9px;
}
.pl-item .pl-item-dig::before {
	background-position: -109px 50%;
}
[dir=rtl] .pl-item .pl-item-dig {
	left: 9px;
	right: auto;
	transform: rotate(180deg);
}
.pl-partselected > .pl-hitbox > .pl-ind > .pl-item-icn {
	background-position: -36px 50%;
	background-color: #3082fd;
}
.pl-allselected > .pl-hitbox > .pl-ind > .pl-item-icn {
    background-position: -648px 50%;
    background-color: #297848;
    border: none;
}
.pl-selected > .pl-hitbox > .pl-ind > .pl-item-icn {
	background-position: -648px 50%;
	background-color: #3082fd;
}
.pl-item-txt {
	display: inline-block;
	margin-left: 36px;
	margin-right: 36px;
	padding: 9px 0px 7px;
	background: transparent;
	border: 0;
	text-align: left;
}
.pl-actions .pl-item-txt {
	margin-left: 12px;
}
[dir=rtl] .pl-actions .pl-item-txt {
	margin-right: 12px;
}
.pl-has-children > .pl-hitbox > .pl-ind > .pl-item-dig {
	display: block;
}
.pl-item span {
	display: block;
}

/* LTR is default */
.pl-item.active_option::before {
	content: '';
	border: 7px solid #6c6c6c;
	border-left: 0px;
}

[dir=rtl] .pl-item.active_option::after {
	content: '';
	border: 7px solid #6c6c6c;
	border-right: 0px;
}

/* Override on LTR rule */
[dir=rtl] .pl-item.active_option::before {
	display: none;
}

.pl-item.active_option > .pl-hitbox {
    margin-left: -7px;
}
[dir=rtl] .pl-item.active_option > .pl-hitbox {
    margin-right: -7px;
}
.pl-item.active_option > .pl-hitbox .pl-item-txt {
    font-weight: bold;
}

/* clearfix */
.pl-widget:after { display: block; visibility: hidden; clear: both; height: 0; content: "."; }
.pl-widget { display:inline-block; }
.pl-widget { display:block; }

.pl-widget ul,
.pl-widget li {
	margin: 0;
	padding: 0;
	line-height: 1;
	list-style: none;
	float: left;
}
.pl-widget input {
	float: left;
}
[dir=rtl] .pl-widget ul,
[dir=rtl] .pl-widget li,
[dir=rtl] .pl-widget input {
	float: right;
}
.pl-widget select {
	display: none;
}
.pl-widget span{
	vertical-align: middle;
}
.pl-widget li span {
	display: inline-block;
	vertical-align: middle;
}

.pl-widget li {
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 0 .3em .3em;
	padding: .3em .3em .3em .5em;
}
.pl-rm {
	height: 0px;
	padding-top: 18px;
	width: 19px;
	overflow: hidden;
	background-position: -72px 50%;
	vertical-align: middle;
	background-color: #ccc;
	border-radius: 3px;
	margin-left: .3em;
	cursor: pointer;
}

/*** RTL conversions ***/



.ui-autocomplete {
	position:absolute;
	cursor:default;
	z-index:1001 !important
}
