.SumoSelect{width: 100%; height:44px;}

.stern .SumoSelect select { width:100% !important;}


.SumoSelect p {margin: 0;}
.SelectBox {padding: 11px 8px 11px 8px;}
.sumoStopScroll{overflow:hidden;}

.SumoSelect .hidden { display:none; }
.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 { 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:#fff; border-color: #000; color: #000;}
.SumoSelect:focus > .CaptionCont,.SumoSelect:focus > .CaptionCont { background-color:#fff; border-color: #000; color: #000; outline: 0 none !important;}
.SumoSelect > .CaptionCont { background-color: #f9f9f9; border: 1px solid; border-color: #aaa; color:#444; font-size: 1.4rem; line-height: 2.0rem; position: relative; min-height: 13px; margin:0; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box}

.SumoSelect > .CaptionCont > span { display: block; padding-right: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;cursor:default; font-size:1rem;}
.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: 11px;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; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; border: 1px solid #ddd; box-shadow: 0px 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: 4px 6px; font-size:1rem; line-height:1.8rem;  position: relative;border-bottom: 1px solid #f5f5f5;}
.SumoSelect > .optWrapper > .options > li.opt:first-child { -webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; }
.SumoSelect > .optWrapper > .options > li.opt:last-child {-webkit-border-radius: 0 0 2px 2px; -moz-border-radius: 0 0 2px 2px; border-radius: 0 0 2px 2px; border-bottom: none;}
.SumoSelect > .optWrapper > .options li.opt:hover { background-color: #f9f9f9; }
.SumoSelect > .optWrapper > .options li.opt.selected {color:#333; background: #eee;}

.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.open > .search > label, .SumoSelect.open > .search > span { visibility:hidden; }
.SumoSelect .search-txt { display:none; outline:0; }
.SumoSelect.open .search-txt { height:44px; padding: 10px 10px 10px 10px; display: inline-block; position: absolute; top: 0; left: 0; width: 100%; margin: 0; border: 2px solid transparent; box-sizing: border-box; border-radius:2px;}
.SumoSelect .no-match { display: none; padding: 8px 8px; font-size: 12px; line-height: 18px; }
