/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: none;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper
, .ui-widget.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
}
.ui-dropdownchecklist-selector {
	padding: 2px 2px 2px 6px;
	font-size: 0px;
    line-height: 24px;
    height:28px;

}
.ui-dropdownchecklist-text {
	font-size: medium;
}
.ui-dropdownchecklist-item
, .ui-dropdownchecklist-item input {
    vertical-align: middle;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}

.ui-icon {
    color:#513351;
}
.ui-doubleArrowSVG, .ui-doubleArrowSVG:hover {
    background-color: #513351;
    -webkit-mask-image: url(https://www.tamera.org/wp-content/themes/Divi-child-tamera/css/smoothness-1.11.2/images/Sort-02.svg);
    mask-image: url(https://www.tamera.org/wp-content/themes/Divi-child-tamera/css/smoothness-1.11.2/images/Sort-02.svg);
    /* background-image: url(/wp-content/themes/Divi-child-tamera/css/smoothness-1.11.2/images/Sort-02.svg) !important; */
    height:20px;
    width:20px;
    margin:1px;
}
.ui-icon-arrowthickstop-1-n {
    zoom: 137%;
    -moz-transform: scale(1.37);
    -webkit-zoom: 1.37;
    -ms-zoom: 1.37;
}
