.SumoSelect * { box-sizing: border-box; }
.SumoSelect { width: 100%; display: inline-block;  position: relative; outline:none; }

.stern .SumoSelect { width:95%;}
.stern .SumoSelect select { width:100% !important; height:44px; padding: 11px 8px 11px 8px;}

.SumoSelect p { margin: 0; }
.SelectBox { padding: 11px 8px 11px 8px; height:44px; }
.sumoStopScroll { overflow:hidden; }

.SumoSelect .hidden { display:none; }
.SumoSelect .search-txt{ display:none; outline:none; }
.SumoSelect .no-match{ display: none; padding: 8px 8px; font-size: 12px; line-height: 18px; }
.SumoSelect.open .search-txt{ display: inline-block; position: absolute; top: 0; bottom: 1px; left: 0; width: 100%; margin: 0; padding: 11px 8px 11px 8px; border: none; border-radius: 0px; border: 1px solid transparent;}
.SumoSelect.open > .search > span, 
.SumoSelect.open > .search > label{ visibility:hidden; }

.SelectClass, .SumoUnder { position: absolute; top: 0; left: 0; right: 0; height: 100%; width: 100%; border: none; 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:hover > .CaptionCont { background-color:#ffffff; border-color: #c6c6c6; color: #666666; }
.SumoSelect:focus > .CaptionCont { background-color:#ffffff; border-color: #659ec9; color: #333333; outline: 0 none !important; }
.SumoSelect.open  > .CaptionCont { background-color:#ffffff; border-color: #659ec9; color: #333333;}
.SumoSelect > .CaptionCont { background-color: #fafafa; border: 1px solid; border-color: #dddddd; color:#666666; font-size: 14px; line-height: 20px; min-height: 13px; border-radius: 0px; margin:0; position: relative; }

.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 > i { width: 16px; height: 16px; opacity: 0.8; display: block; position: absolute; top: 1px; left: 0; right: 0; bottom: 0; margin: auto; }
.SumoSelect > .CaptionCont > label > i:after { font-size: 14px; line-height:18px; font-family: 'Font Awesome 5 Free'; content: "\f078"; font-weight:900; text-align:center; position: absolute; margin: auto; right: 0; left: 0; top: 0; bottom: 0; width: 16px; height:16px; font-style:normal; }

.SumoSelect > .optWrapper { display:none; z-index: 1000; top:calc(100% + 1px); width: 100%; position: absolute; left: 0; background: #fff; border: 1px solid #ddd; box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11); border-radius: 0px; overflow: hidden; }
.SumoSelect.open > .optWrapper { top:calc(100% + 1px); 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: 0px; position:relative; max-height: 250px; }

.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.opt { padding: 6px 6px; position: relative; border-bottom: 1px solid #f5f5f5;}
.SumoSelect > .optWrapper > .options > li.opt:first-child { border-radius: 0px 0px 0 0; }
.SumoSelect > .optWrapper > .options > li.opt:last-child { border-radius: 0 0 0px 0px; border-bottom: none;}
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #e4e4e4; }
.SumoSelect > .optWrapper > .options li.opt.selected { color:#F89B39; background: #f5f5f5; }

.SumoSelect > .optWrapper > .options li.opt.disabled { background-color: inherit; pointer-events: none; }
.SumoSelect > .optWrapper > .options li.opt.disabled * { opacity: 0.5; }

.SumoSelect > .optWrapper > .options li.opt.sel { background-color: #eee; }
