.SelectClass,
.SumoSelect.open .search-txt,
.SumoUnder {
    position: absolute;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    top: 0;
    left: 0
}

.SumoSelect p {
    margin: 0
}

.SumoSelect {
    width: 200px
}

.SelectBox {
    padding: 8px 12px
}

.sumoStopScroll {
    overflow: hidden
}

.SumoSelect .hidden {
    display: none
}

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

.SumoSelect .no-match {
    display: none;
    padding: 12px;
    color: #666;
    font-style: italic
}

.SumoSelect.open .search-txt {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 12px 16px;
    border: none;
    box-sizing: border-box;
    border-radius: 8px;
    background: #f8f9fa;
    font-size: 14px
}

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

.SelectClass,
.SumoUnder {
    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 .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
    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: 0
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
    box-shadow: 0 0 0 2px #000000;
    border-color: #000000
}

.SumoSelect>.CaptionCont {
    position: relative;
    border: 2px solid #e0e0e0;
    min-height: 20px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0;
    transition: all 0.2s ease;
}

.SumoSelect>.CaptionCont>span {
    display: block;
    padding: 8px 20px 2px 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    font-size: 14px;
    color: #000000;
    font-weight: 500
}

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

.SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px
}

.SumoSelect>.CaptionCont>label>i {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    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;
    opacity: 0.7;
    transition: transform 0.2s ease
}

.SumoSelect.open>.CaptionCont>label>i {
    transform: rotate(180deg)
}

.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: #ffffff;
    border: 2px solid #000000;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
    margin-top: 4px
}

.SumoSelect.open>.optWrapper {
    display: block
}

.SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 4px
}

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

.SumoSelect>.optWrapper>.options {
    border-radius: 6px;
    position: relative;
    max-height: 280px
}

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

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

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

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

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

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

.SumoSelect>.optWrapper.isFloating>.options {
    max-height: 100%;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.3)
}

.SumoSelect>.optWrapper>.options li.opt {
    padding: 12px 16px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.15s ease;
    cursor: pointer
}

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

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

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

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

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

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

.SumoSelect>.optWrapper>.options li.opt.sel:hover {
    background-color: #333333
}

.SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500
}

.SumoSelect>.optWrapper>.options li span {
    color: inherit
}

.SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 16px 12px 8px 12px;
    font-weight: 700;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

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

.SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none;
    color: #999
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 48px;
    cursor: pointer
}

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

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
    position: absolute;
    margin: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    background-color: #fff;
    transition: all 0.2s ease
}

.SumoSelect>.optWrapper>.MultiControls {
    display: none;
    border-top: 1px solid #e0e0e0;
    background-color: #fafafa;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.05);
    border-radius: 0 0 6px 6px
}

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

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

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

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

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
    display: inline-block;
    cursor: pointer;
    padding: 16px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease
}

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

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

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

.SumoSelect>.optWrapper.isFloating>.options li.opt {
    padding: 16px
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
    padding-left: 56px
}

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

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #000000;
    box-shadow: none;
    border-color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L11 1' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center
}

.SumoSelect.disabled {
    opacity: .5;
    cursor: not-allowed
}

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

.SumoSelect .select-all {
    border-radius: 6px 6px 0 0;
    position: relative;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fafafa;
    padding: 16px 0 16px 48px;
    height: auto;
    cursor: pointer;
    font-weight: 600
}

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

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

.SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 12px;
    text-decoration: none;
    font-weight: 700;
    color: #000
}