.SumoSelect p {
	margin: 0;
}
.SumoSelect {
	width: 100%;
}

.SelectBox {
	padding: 5px 8px;
}

.sumoStopScroll {
	overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
	display: none;
}

.SumoSelect .search-txt{
	display: none;
	outline: none;
}

.SumoSelect .no-match {
	display: none;
	padding: 6px;
}

.SumoSelect.open .search-txt {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 5px 8px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
	visibility:hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,.SumoUnder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.SelectClass {
	z-index: 1;
}

.SumoSelect > .optWrapper > .options  li.opt label, .SumoSelect > .CaptionCont,.SumoSelect .select-all > label { 
	user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	font-weight: lighter;
}

.SumoSelect {
	display: inline-block;
	position: relative;
	outline: none;
}


.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
	/*-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);*/
}

.SumoSelect > .CaptionCont {
	position: relative;
	height: 36px;
	background-color: #fff;
	border-radius: 4px;
	margin: 0;
	font-weight: lighter;
}

.wb-ent-post-list-filter-flattened-pointed .SumoSelect > .CaptionCont {
	border-radius: unset;
}

.wb-ent-post-list-filter-flat-point-separator .SumoSelect > .CaptionCont {
	border-radius: unset;
}

.SumoSelect > .CaptionCont > span::before {
	font-family: "Font Awesome 5 Free" !important;
	/* content: '\f02b'; */
	font-style: normal;
	font-weight: 900;
	padding-right: 2px;
	text-overflow: ellipsis; 
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	font-size: 14pt;
}

.wb-ent-category-icon .SumoSelect > .CaptionCont > span::before,
.wb-ent-topic-icon .SumoSelect > .CaptionCont > span::before,
.wb-ent-filter-search-icon .SumoSelect > .CaptionCont > span::before{
	font-family: "Font Awesome 5 Free" !important;
	content: '\f02b';
	font-style: normal;
	font-weight: 900;
	padding-right: 2px;
	text-overflow: ellipsis; 
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	font-size: 14pt;
}

.wb-ent-topic-icon .SumoSelect > .CaptionCont > span::before{
	content: '\f02e';
}
.wb-ent-filter-search-icon .SumoSelect > .CaptionCont span {
    opacity: 0;
}

.wb-ent-filter-search-icon .SumoSelect > .CaptionCont > span::before {
	content: '';
}

/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
	color: #ccc;
	font-style: normal;
}

.SumoSelect > .CaptionCont > label {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	z-index: 2;
}

.SumoSelect > .CaptionCont > label > i::before {
	font-family: "Font Awesome 5 Free" !important;
	content: '\f150';
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: 900;
}

.wb-ent-cornflower-blue .SumoSelect > .CaptionCont > label > i::before {
	color: #5369a3;
}

.wb-ent-post-list-filter-flattened-curve .SumoSelect > .CaptionCont > label > i::before {
	content: '\f13a';
}

.wb-ent-yale-blue .SumoSelect > .CaptionCont > label > i::before {
	color: #1b3d7b;
}

.wb-ent-post-list-filter-flattened-pointed .SumoSelect > .CaptionCont > label > i::before {
	content: '\f107';
}

.wb-ent-navy-blue .SumoSelect > .CaptionCont > label > i::before {
	color: #070846;
}

.wb-ent-post-list-filter-flat-point-separator .SumoSelect > .CaptionCont > label > i::before {
	content: '\f0d7';
}

.wb-ent-airforce-blue .SumoSelect > .CaptionCont > label > i::before {
	color: #395c7c;
}

.wb-ent-filter-search-icon .SumoSelect > .CaptionCont > label > i::before {
	font-family: "Font Awesome 5 Free" !important;
	content: '\f0b0';
	background-position: center center;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: 900;
}

.wb-ent-post-list-filter-flattened-curve .wb-ent-filter-search-icon .SumoSelect > .CaptionCont > label > i::before {
	content: '\f1de';
	color: #1b3d7b;
}

.wb-ent-post-list-filter-flattened-pointed .wb-ent-filter-search-icon .SumoSelect > .CaptionCont > label > i::before {
	content: '\f0b0';
	color: #070846;
}

.wb-ent-post-list-filter-flat-point-separator .wb-ent-filter-search-icon .SumoSelect > .CaptionCont > label > i::before {
	content: '\f1de';
	color: #395c7c;
}

.SumoSelect > .optWrapper {
	display: none;
	z-index: 1000;
	top: 30px;
	width: 100%;
	position: absolute;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.wb-ent-post-list-filter-flattened-pointed .SumoSelect > .optWrapper {
	border-radius: unset;
}

.wb-ent-post-list-filter-flat-point-separator .SumoSelect > .optWrapper {
	border-radius: unset;
}

.SumoSelect.open > .optWrapper {
	top: 40px;
	display: block;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.35);
}
        
.SumoSelect.open > .optWrapper.up {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.SumoSelect > .optWrapper > .options {
	border-radius: 2px;
	position:relative;
    /*Set the height of pop up here (only for desktop mode)*/
	max-height: 250px;
	/*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
	border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
	opacity:0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
	padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
	padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
	max-height: 100%;
	box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options  li.opt {
	padding: 6px 6px;
	position: relative;
	border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
	border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
	border-radius:0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
	border-radius: 0 0 2px 2px;
	border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
	border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
	background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
	display: block;
	cursor: pointer;
	margin-bottom: 0;
}


.SumoSelect > .optWrapper > .options li span {
	display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
	cursor: default; padding: 8px 6px; font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 90%;
	bottom: 0;
	margin: auto;
	max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
	background-color: inherit;
	pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */ 
	filter: alpha(opacity=50); /* Netscape */ 
	-moz-opacity: 0.5; /* Safari 1.x */ 
	-khtml-opacity: 0.5; /* Good browsers */ opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
	padding-left: 35px;
	cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
	position: absolute;
	display: block;
	width: 30px;
	top: 0;
	bottom: 0;
	margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
	position: absolute;
	margin: auto;
	left: 8px;
	right: 0;
	top: 0;
	bottom: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #AEAEAE;
	border-radius: 2px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
	background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
	display: none;
	border-top: 1px solid #ddd;
	background-color: #fff;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
	border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
	display: block;
	margin-top: 5px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
	display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
	padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
	box-shadow: 0 0 2px #a1c0e4;
	border-color: #a1c0e4;
	outline: none;
	background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
	display: inline-block;
	cursor: pointer;
	padding: 12px;
	width: 50%;
	box-sizing: border-box;
	text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
	background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
	border-right: 1px solid #DBDBDB;
	border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
	border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
	padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
	padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
	padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
	background-color: rgb(0, 31, 90);
	box-shadow: none;
	border-color: transparent;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
	background-repeat: no-repeat;
	background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
	border-color: #ccc;
	box-shadow:none;
}

/**Select all button**/
.SumoSelect .select-all {
	border-radius: 3px 3px 0 0;
	position: relative;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 8px 0 3px 35px;
	height: 20px;
	cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
	cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
	background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
	padding-left: 5px;
	text-decoration: underline;
}

/*fix for overlapping to media manager button*/
.SumoSelect.sumo_post_channels select.wb-mm-form-element.wb-ent-form-shadow {
	height: 36px;
 }