.SumoSelect{width: 100%; height:35px;}
.stern .SumoSelect { width:95%;}
.stern .SumoSelect select { width:100% !important;}


.SumoSelect p {margin: 0;}
.SelectBox {padding: 8px 8px 7px 8px;}
.sumoStopScroll{overflow:hidden;}

.SumoSelect .hidden { display:none; }
.SelectClass,.SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; 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 { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.SumoSelect { display: inline-block; position: relative;outline:none;}

.SumoSelect:focus > .CaptionCont,.SumoSelect:hover > .CaptionCont { background-color:#FFFFFF; border-color: #dddddd; color: #666666;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:focus > .CaptionCont { background-color:#FFFFFF; border-color: #659EC9; color: #333333; outline: 0 none !important;}
.SumoSelect > .CaptionCont { background-color: #fafafa; border: 1px solid; border-color: #dddddd; color:#666; font-size: 13px; line-height: 19px; position: relative; min-height: 13px; margin:0; border-radius: 2px; box-sizing: border-box}

.SumoSelect > .CaptionCont > span { display: block; padding-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default;}
.SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }

.SumoSelect > .CaptionCont > label { position: absolute; top: 0; right: 0; bottom: 0; width: 30px;}
.SumoSelect > .CaptionCont > label:after { font-size: 13px;font-family: 'Font Awesome 5 Free'; font-weight:900;content: "\f078";position: absolute;margin: auto;right: 0;left: 0;top: 0;bottom: 0;text-align: center;height: 17px;}
.SumoSelect > .CaptionCont > label > i { }

.SumoSelect > .optWrapper {display:none; z-index: 1000; top: 100%; width: 100%; position: absolute; left: 0; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 2px;overflow: hidden;}
.SumoSelect.open > .optWrapper {top:100%; display:block;}
.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;max-height: 250px;}

.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 > .options > li.opt:last-child { border-radius: 0 0 2px 2px; border-bottom: none;}
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #e4e4e4; }
.SumoSelect > .optWrapper > .options li.opt.selected {color:#7c2759; background: #f5f5f5;}

.SumoSelect > .optWrapper > .options li label { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block;cursor: pointer;}
.SumoSelect > .optWrapper > .options li span { display: none; }
.SumoSelect > .optWrapper > .options li.group > label {cursor: default;padding: 8px 6px;font-weight: bold;}

.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; }

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span { visibility:hidden; }
.SumoSelect .search-txt { display:none; outline:0; }
.SumoSelect.open .search-txt { padding: 8px 8px 7px 8px; display: inline-block; position: absolute; top: 0; left: 0; width: 100%; margin: 0; border: 1px solid transparent; box-sizing: border-box; border-radius:2px;}
.SumoSelect .no-match { display: none; padding: 8px 8px; font-size: 12px; line-height: 18px; }
