.selectivity-clearfix {
    clear: both
}

.selectivity-input {
    display: inline-block;
    width: 250px
}

.selectivity-input select {
    display: none
}

.selectivity-input:focus {
    outline: 0
}

.selectivity-placeholder {
    color: #b9b9b9;
    line-height: 60px;
    font-size: 14px
}

.selectivity-single-selected-item {
    line-height: 60px
}

.selectivity-dropdown {
    background: #fff;
    box-shadow: 0 1px 5px 1px rgba(0, 0, 0, .15), 0 10px 16px 0 rgba(0, 0, 0, .2);
    position: absolute;
    left: 0 !important;
    top: 60px !important;
    z-index: 1046
}

.selectivity-search-input-ampulla {
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    padding-left: 10px !important
}

.selectivity-search-icon {
    width: 18px;
    margin-right: 6px
}

.selectivity-search-input {
    background: 0 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 42px
}

.selectivity-results-ampulla {
    padding: 10px 0;
    text-align: left;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    position: relative
}

.selectivity-load-more,
.selectivity-result-item {
    cursor: pointer;
    padding: 6px 14px;
    margin: 2px 16px;
    min-height: 30px;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #000
}

.selectivity-load-more.selected,
.selectivity-result-item.selected,
.selectivity-result-label {
    font-weight: 700
}

.selectivity-result-children .selectivity-result-item {
    padding-left: 17px
}

.selectivity-load-more.highlight,
.selectivity-result-item.highlight {
    background: #f5f5f7;
    color: #000
}

.selectivity-result-item.disabled {
    cursor: default;
    color: #999
}

.selectivity-result-item:first-child {
    border-radius: 4px 4px 0 0
}

.selectivity-dropdown.has-search-input .selectivity-result-item:first-child {
    border-radius: 0
}

.selectivity-load-more,
.selectivity-result-children:last-child .selectivity-result-item:last-child,
.selectivity-result-item:last-child {
    border-radius: 0 0 4px 4px
}

.selectivity-result-children .selectivity-result-item:last-child {
    border-radius: 0
}

.selectivity-error,
.selectivity-loading,
.selectivity-result-label,
.selectivity-search-input-ampulla {
    padding: 0 30px
}

.selectivity-multiple-input-ampulla {
    border-radius: 2px;
    cursor: text;
    max-height: 10em;
    min-height: calc(2em + 4px);
    overflow: auto;
    padding: 5px
}

.selectivity-multiple-input-ampulla .selectivity-placeholder {
    height: calc(2em + 4px);
    line-height: calc(2em + 4px)
}

.selectivity-multiple-input,
input[type=text].selectivity-multiple-input {
    background-color: transparent;
    border: none;
    float: left;
    font: inherit;
    height: calc(2em + 4px);
    max-width: 100%;
    outline: 0;
    padding: 0
}

.selectivity-multiple-input:focus,
input[type=text].selectivity-multiple-input:focus {
    background-color: transparent;
    box-shadow: none;
    outline: 0
}

.selectivity-multiple-input::-ms-clear {
    display: none
}

.selectivity-multiple-input.selectivity-width-detector {
    position: absolute;
    top: -10000px;
    left: 0;
    white-space: pre
}

.selectivity-multiple-selected-item {
    background: #f5f5f7;
    border-radius: 3px;
    color: #000;
    cursor: default;
    float: left;
    line-height: 2em;
    margin: 2px;
    padding-right: 5px;
    position: relative;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    white-space: nowrap
}

.selectivity-multiple-selected-item.highlighted {
    background-color: #ccc
}

.selectivity-multiple-selected-item-remove {
    color: #000;
    cursor: pointer;
    padding: 5px 5px 5px 10px
}

.selectivity-single-select {
    background: rgba(0, 0, 0, 0) !important;
    border-radius: 2px;
    cursor: pointer;
    height: 60px;
    overflow: hidden;
    position: relative;
    box-sizing: content-box;
    text-align: left
}

.selectivity-single-select-input {
    opacity: 0;
    height: 60px;
    width: 100%
}

.selectivity-single-result-ampulla {
    position: absolute;
    top: 0;
    right: 15px;
    left: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 100%
}

.selectivity-single-selected-item {
    color: #000
}

.selectivity-single-selected-item-remove {
    color: #000;
    float: right;
    padding: 0 5px
}

.selectivity-caret {
    position: absolute;
    right: 5px;
    top: 8px
}

@media only screen and (max-width:1200px) {
    .selectivity-single-select {
        height: 100%
    }

    .selectivity-placeholder,
    .selectivity-single-selected-item {
        line-height: 60px
    }

    .selectivity-dropdown {
        top: 40px !important
    }
}

@media only screen and (max-width:1024px) {
    .selectivity-result-item {
        font-size: 14px
    }

    .selectivity-error,
    .selectivity-loading,
    .selectivity-result-label,
    .selectivity-search-input-ampulla {
        padding: 5px 30px
    }
}

@media only screen and (max-device-width:480px) {
    .selectivity-single-select {
        background: #ccc;
        border-radius: 2px
    }

    .selectivity-single-result-ampulla {
        right: 5px
    }

    .selectivity-caret {
        display: none
    }
}

.selectivity-submenu-icon {
    position: absolute;
    right: 4px
}