UNPKG

@syncfusion/ej2-dropdowns

Version:

Essential JS 2 DropDown Components

1,490 lines (1,282 loc) 45.3 kB
/* stylelint-disable property-no-vendor-prefix */ /* stylelint-disable property-no-vendor-prefix */ @-webkit-keyframes material-spinner-rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes material-spinner-rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @-webkit-keyframes fabric-spinner-rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes fabric-spinner-rotate { 0% { -webkit-transform: rotate(0); transform: rotate(0); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .e-dropdownbase .e-list-item .e-list-icon { padding: 0 10px 0 0; } .e-dropdownbase .e-list-item:not(.e-active).e-hover { border: 2px solid #000; } .e-dropdownbase .e-list-item:not(.e-active):not(.e-hover):not(.e-item-focus) { border: 2px solid #fff; } .e-dropdownbase .e-list-item.e-active { border: 2px solid #400074; } .e-dropdownbase .e-list-item.e-item-focus { border: 2px solid #ecf; } .e-small .e-dropdownbase .e-list-item .e-list-icon { padding: 0 8px 0 0; } .e-multi-select-wrapper .e-chips-close.e-close-hooker::before { color: #000; top: 12px; } .e-multiselect .e-multi-select-wrapper input { /* stylelint-disable property-no-vendor-prefix */ } .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { color: #4f4f4f; font-family: inherit; font-size: 14px; font-style: italic; } .e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { color: #4f4f4f; font-family: inherit; font-size: 14px; font-style: italic; } .e-multiselect .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { color: #4f4f4f; font-family: inherit; font-size: 14px; font-style: italic; } .e-multiselect .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { color: #4f4f4f; font-family: inherit; font-size: 14px; font-style: italic; } .e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chipcontent { color: #000; } .e-multi-select-wrapper .e-chips-collection .e-chips:hover .e-chips-close.e-icon::before { color: #000; } .e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before { line-height: 26px; top: 0; } .e-multi-select-wrapper .e-delim-values.e-delim-view { color: #000; } .e-multi-select-wrapper.e-delimiter .e-delim-values { color: #000; } .e-multi-select-wrapper .e-searcher input[type=text] { color: #000; height: 100%; min-height: 28px; } .e-multi-select-wrapper .e-searcher input[type=text]::-moz-selection { background-color: #400074; } .e-multi-select-wrapper .e-searcher input[type=text]::selection { background-color: #400074; } .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon { padding-left: 0; } .e-popup.e-multi-select-list-wrapper.e-checkbox .e-selectall-parent { border-bottom: 1px solid #000; } .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active.e-hover { background-color: #400074; } .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-item-focus.e-active { border: 2px solid #400074; } .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-parent .e-list-item.e-active.e-hover:not(.e-item-focus) { border-bottom: 2px solid #000; border-left: 2px solid #000; border-right: 2px solid #000; border-top: 2px solid #000; } .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-item-focus { border: 2px solid #ecf; } .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active.e-hover { background-color: #000; border-bottom: 1px solid #000; border-left: 1px solid #000; border-right: 1px solid #000; border-top: 1px solid #000; } .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-hover:not(.e-active) { border: 2px solid #000; } .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item:not(.e-hover):not(.e-item-focus) { border: 2px solid #fff; } .e-popup.e-multi-select-list-wrapper .e-list-parent .e-list-item.e-active { border: 2px solid #400074; } .e-multi-select-wrapper.e-down-icon .e-input-group-icon.e-ddl-icon { height: 30px; width: 30px; } .e-multiselect.e-input-group .e-ddl-icon::before { content: "\e966"; font-family: "e-icons"; } .e-multi-select-wrapper .e-chips .e-chips-close::before { content: "\e7a7"; cursor: pointer; left: 8px; position: relative; top: 8px; } .e-multi-select-wrapper .e-close-hooker::before { content: "\e7a7"; cursor: pointer; left: 10px; position: relative; top: 10px; } .e-multiselect.e-input-group .e-ddl-disable-icon::before { content: ""; } .e-multi-select-wrapper { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: text; line-height: normal; min-height: 30px; padding: 0 32px 0 2px; position: relative; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 100%; } .e-multi-select-wrapper.e-delimiter .e-searcher, .e-multi-select-wrapper.e-delimiter .e-multi-searcher { height: 27px; vertical-align: middle; } .e-multi-select-wrapper.e-delimiter .e-searcher .e-dropdownbase, .e-multi-select-wrapper.e-delimiter .e-multi-searcher .e-dropdownbase { height: 100%; min-height: 100%; } .e-multi-select-wrapper .e-delim-view { white-space: nowrap; } .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-overflow, .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-total { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; overflow: hidden; text-overflow: ellipsis; } .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { color: #fff; font-size: 10px; left: 12px; top: 0; } .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { background-color: #3d3d3d; color: #fff; padding: 9px 0; } .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box), .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) { width: 0; } .e-multi-select-wrapper .e-searcher.e-zero-size:not(.e-multiselect-box) input[type=text], .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) input[type=text] { height: 1px; min-height: 1px; } .e-multi-select-wrapper .e-chips.e-mob-chip > .e-chipcontent { max-width: 100%; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher { display: -webkit-box; display: -ms-flexbox; display: flex; float: left; width: auto; } .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter .e-multi-searcher, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter .e-multi-searcher { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; float: none; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box), .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-multi-searcher.e-zero-size:not(.e-multiselect-box) { width: 0; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values.e-delim-hide, .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide, .e-multiselect.e-control-container .e-multi-select-wrapper .e-chips-collection.e-delim-hide, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values.e-delim-hide, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-view.e-delim-values.e-delim-hide, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-chips-collection.e-delim-hide { display: none; } .e-multiselect.e-control-container .e-multi-select-wrapper.e-down-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-down-icon { padding: 0 48px 0 0; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-delim-values, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-delim-values { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: inline; max-width: 100%; word-break: break-word; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon { -webkit-box-align: center; -ms-flex-align: center; align-items: center; cursor: pointer; display: none; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; margin-top: -3.2em; outline: 0; padding: 0; position: absolute; right: 0; top: 100%; } .e-multiselect.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon, .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon { display: -webkit-box; display: -ms-flexbox; display: flex; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon { margin-right: 0; margin-top: -2.8em; right: 0; } .e-multiselect.e-control-container .e-multi-select-wrapper.e-delimiter, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper.e-delimiter { top: -1px; } .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-clear-icon { font-size: 10px; height: 30px; width: 30px; } .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-multi-searcher, .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-multi-searcher { float: right; } .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher, .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-delimiter .e-multi-searcher { float: none; } .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper .e-ddl-icon, .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-clear-icon, .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper .e-ddl-icon { left: 0; right: auto; } .e-multiselect.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon, .e-multiselect.e-control-container.e-input-group.e-rtl .e-multi-select-wrapper.e-down-icon { padding: 0 0 0 48px; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-disabled, .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disabled { opacity: 0.7; pointer-events: none; } .e-multiselect.e-input-group, .e-multiselect.e-float-input { word-wrap: initial; } .e-multiselect.e-input-group .e-searcher .e-label-top, .e-multiselect.e-input-group .e-multi-searcher .e-label-top { top: 15px; } .e-multi-select-wrapper.e-close-icon-hide { padding-right: 0; } .e-multi-select-wrapper .e-chips-collection { cursor: default; display: block; } .e-multiselect.e-input-group.e-control-wrapper:not(.e-control-container) .e-multi-select-wrapper.e-down-icon .e-chips-collection { margin-right: 30px; } .e-multi-select-wrapper .e-multi-hidden { border: 0; height: 0; position: absolute; visibility: hidden; width: 0; } .e-multi-select-wrapper .e-chips { -webkit-box-align: center; -ms-flex-align: center; align-items: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; float: left; margin: 1.5px 2px 2px 0; max-width: 100%; overflow: hidden; padding: 0 0 0 8px; text-overflow: ellipsis; white-space: nowrap; } .e-multi-select-wrapper .e-chips > .e-chipcontent { max-width: 100%; overflow: hidden; padding: 3px 8px 4.2px 0; text-indent: 0; text-overflow: ellipsis; white-space: nowrap; } .e-small .e-multi-select-wrapper .e-chips { margin: none; } .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { padding: none; } .e-multi-select-wrapper.e-delimiter .e-searcher { display: inline-block; float: none; } .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent { padding: 6px 8px 6px 0; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-mob-chip.e-chips > .e-chipcontent { padding: 6px 0 6px 8px; } .e-multi-select-wrapper .e-chips-close { -ms-flex-item-align: center; align-self: center; display: -webkit-box; display: -ms-flexbox; display: flex; float: right; font-family: "e-icons"; height: 26px; margin: 0; width: 26px; } .e-rtl .e-multi-select-wrapper .e-chips-close { margin: 0; } .e-multi-select-wrapper .e-mob-chip.e-chips .e-chips-close { margin: 3px 0 0; } .e-multi-select-wrapper .e-chips-close.e-close-hooker { cursor: default; font-size: 10px; height: 30px; margin-top: -3.2em; position: absolute; right: 0; width: 30px; top: 100%; } .e-multiselect .e-down-icon .e-chips-close.e-close-hooker, .e-small.e-multiselect .e-down-icon .e-chips-close.e-close-hooker, .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon { right: 27px; } .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon { left: 27px; right: auto; } .e-multi-select-wrapper input[type=text] { background: none; border: 0; font-family: inherit; font-size: 14px; font-weight: normal; height: 28px; min-height: 28px; outline: none; padding: 0 0 0 10px; text-indent: 0; } .e-multiselect.e-filled .e-multi-select-wrapper input[type=text] { background: none; border: 0; color: inherit; font-family: inherit; font-size: 14px; font-weight: normal; height: 28px; min-height: 28px; outline: none; padding: 0; text-indent: 10px; } .e-rtl.e-multiselect.e-filled .e-multi-select-wrapper input[type=text] { padding: 5px; } /* stylelint-disable property-no-vendor-prefix */ .e-multi-select-wrapper input[type=text]::-ms-clear { display: none; } .e-multi-select-wrapper .e-searcher { display: block; float: left; width: auto; } .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { width: calc(100% - 40px); } .e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { width: calc(100% - 40px); } .e-multi-select-wrapper .e-delim-values { font-family: inherit; font-size: 14px; line-height: 29px; max-width: 100%; padding-left: 10px; padding-right: 0; vertical-align: middle; } .e-multi-select-list-wrapper .e-hide-listitem, .e-multi-select-list-wrapper .e-hide-group-header { display: none; } .e-multi-select-wrapper .e-delim-values .e-remain { color: #000; cursor: pointer; display: inline-block; font-size: 14px; padding-left: 16px; } .e-multiselect.e-disabled .e-multi-select-wrapper, .e-multiselect.e-disabled .e-multi-select-wrapper .e-chips .e-chips-close::before { cursor: not-allowed; } .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { height: 38px; left: 10px; margin: 0 0 0 0; margin-left: auto; position: relative; top: 0; width: 38px; } .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { -ms-flex-item-align: center; align-self: center; -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; padding: 0 10px; width: 92%; } .e-multi-select-wrapper .e-ddl-disable-icon::before { content: ""; } .e-multiselect.e-rtl .e-multi-select-wrapper.e-delimiter .e-searcher { float: none; } .e-multiselect.e-rtl .e-multi-select-wrapper.e-close-icon-hide { padding-left: 0; } .e-multiselect.e-rtl .e-multi-select-wrapper { padding: 0 2px 0 32px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close::before { left: -12px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chips-close { margin: 0; margin-right: auto; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-searcher { float: right; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips { float: right; margin: 2px 0 2px 2px; padding: 0 8px 0 0; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chipcontent { padding: 3px 0 3px 8px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close { float: left; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips .e-chips-close::before { left: -9px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip { padding: 0 4px 0 4px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip .e-chipcontent { padding: 5px 8px 6px 0; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { padding: 0 4px 0 0; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { padding: 9px 4px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips-close.e-close-hooker { left: 27px; position: absolute; right: auto; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-close-hooker::before { left: -4px; } .e-multiselect.e-rtl .e-multi-select-wrapper .e-delim-values .e-remain { padding-right: 16px; } .e-multiselect.e-rtl .e-down-icon .e-chips-close.e-close-hooker { left: 30px; } .e-multiselect.e-rtl .e-multi-select-wrapper.e-down-icon .e-close-hooker::before { left: -10px; } .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { bottom: 1px; margin-right: 8px; position: relative; text-indent: 0; vertical-align: middle; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-list-item .e-checkbox-wrapper { padding-left: 14px; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { padding-right: 18px; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { bottom: 1px; margin-right: 8px; position: relative; text-indent: 0; vertical-align: middle; } .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item .e-checkbox-wrapper { margin-left: 12px; margin-right: 0; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-group-item .e-checkbox-wrapper { margin-left: 12px; margin-right: 0; } .e-popup.e-multi-select-list-wrapper.e-rtl .e-list-item { padding-right: 0; } .e-popup.e-multi-select-list-wrapper.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-item { padding-right: 0; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item { padding-right: 10px; } .e-multi-select-list-wrapper .e-selectall-parent { cursor: pointer; display: block; line-height: 36px; overflow: hidden; text-overflow: ellipsis; padding-right: 16px; position: relative; text-indent: 11px; white-space: nowrap; width: 100%; } .e-rtl .e-multi-select-list-wrapper .e-selectall-parent, .e-multi-select-list-wrapper.e-rtl .e-selectall-parent { padding-left: 16px; padding-right: 0; } .e-multi-select-list-wrapper .e-selectall-parent .e-all-text { color: #000; font-family: inherit; font-size: 14px; } .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { bottom: 1px; margin-right: 8px; position: relative; text-indent: 0; vertical-align: middle; } .e-multi-select-list-wrapper.e-rtl .e-selectall-parent .e-checkbox-wrapper { margin-left: 12px; margin-right: 0; } .e-multiselect .e-input-group-icon.e-ddl-icon { float: right; margin-top: 0; } .e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon { float: left; } .e-multiselect.e-checkbox .e-multi-select-wrapper, .e-multiselect .e-multi-select-wrapper.e-down-icon { padding: 0; } .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus .e-input-filter { padding: 8px; } .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon { padding-left: 8px; } .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-back-icon { padding: 0; } .e-checkbox .e-multi-select-wrapper .e-delim-values .e-remain { line-height: 20px; padding-left: 10px; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable .e-checkbox-wrapper .e-frame, .e-popup.e-multi-select-list-wrapper .e-list-group-item.e-disable .e-checkbox-wrapper .e-frame { opacity: 0.3; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-disable, .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-disable { opacity: 0.7; } .e-multi-select-wrapper input[readonly=true] { pointer-events: none; } .e-multiselect.e-checkbox .e-multi-select-wrapper .e-searcher { pointer-events: none; } ejs-multiselect { display: block; } .e-small.e-multi-select-list-wrapper .e-selectall-parent, .e-small .e-multi-select-list-wrapper .e-selectall-parent { line-height: 26px; } .e-small .e-multi-select-wrapper .e-chips-close { height: 22px; width: 22px; } .e-small .e-multi-select-wrapper { min-height: 24px; } .e-small .e-multi-select-wrapper input[type=text] { height: 24px; min-height: 24px; } .e-small .e-multi-select-wrapper .e-delim-values { font-size: 13px; line-height: 24px; } .e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker, .e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon { margin-top: -2.9em; } .e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon { margin-top: -2.5em; } .e-content-placeholder.e-multiselect.e-placeholder-multiselect { background-size: 300px 33px; min-height: 33px; } .e-multiselect.e-outline .e-multi-select-wrapper input[type=text] { color: inherit; } .e-multiselect.e-outline .e-multi-select-wrapper .e-chips-close.e-close-hooker, .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon { -webkit-box-align: normal; -ms-flex-align: normal; align-items: normal; } .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper { padding: 0 12px 0 8px; } .e-multiselect.e-filled.e-input-group.e-control-wrapper { padding: 0; } .e-filled.e-float-input .e-multi-select-wrapper { padding: 11px 12px 0; } .e-small.e-filled.e-float-input .e-multi-select-wrapper, .e-small .e-filled.e-float-input .e-multi-select-wrapper { padding: 12px 12px 0 8px; } .e-rtl.e-multiselect.e-filled.e-input-group.e-control-wrapper, .e-rtl.e-multiselect.e-filled.e-float-input.e-control-wrapper { padding: 0; } .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { height: 28px; } .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips.e-mob-chip, .e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { height: 24px; } .e-filled.e-float-input .e-multi-select-wrapper .e-chips { height: 18px; } .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { margin: 8px 8px 0 0; padding: 0 8px; } .e-rtl.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { margin: 8px 0 0 8px; padding: 0 8px; } .e-small .e-filled .e-multi-select-wrapper .e-chips, .e-small.e-filled .e-multi-select-wrapper .e-chips { height: 16px; margin: 4px 4px 0 0; padding-right: 8px; } .e.rtl.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips { margin: 4px 0 0 4px; } .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 13px; padding: 0 8px 0 0; } .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 12px; } .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 12px; padding: 0 4px 0 0; } .e-rtl.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { padding: 0 0 0 4px; } .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 10px; } .e-filled.e-multiselect.e-float-input .e-multi-select-wrapper.e-mob-wrapper .e-chips > .e-chipcontent { font-size: 13px; padding-right: 4px; } .e-filled.e-multi-select-wrapper .e-chips-close.e-close-hooker, .e-multiselect.e-control-container .e-filled.e-multi-select-wrapper .e-clear-icon { height: 38px; margin-top: -38px; right: 12px; top: 100%; width: 16px; } .e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon, .e-outline.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon, .e-filled.e-multiselect.e-control-wrapper.e-input-group.e-readonly .e-clear-icon, .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon, .e-multiselect.e-readonly.e-control-wrapper.e-input-group.e-control-container.e-input-group :not(.e-disabled).e-multi-select-wrapper:hover .e-clear-icon { display: none; } .e-multiselect.e-input-group.e-control-wrapper .e-input-group-icon { margin-right: 0; } .e-multiselect.e-control-container.e-input-group.e-disabled .e-input-group-icon.e-ddl-icon.e-icons, .e-multiselect.e-control-container.e-input-group.e-disabled .e-clear-icon { cursor: not-allowed; } .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon, .e-multiselect.e-control-wrapper.e-control-container.e-input-group.e-checkbox .e-multi-select-wrapper.e-down-icon .e-multi-searcher .e-dropdownbase.e-control.e-multiselect.e-lib { cursor: pointer; } .e-popup.e-multi-select-list-wrapper.e-resize .e-resizer-right { bottom: 0; right: 0; cursor: nwse-resize; height: 15px; position: absolute; width: 15px; } .e-multi-select-wrapper .e-chips.e-chip-selected .e-chips-close::before { color: #fff; } .e-multi-select-wrapper .e-chips.e-chip-selected { background-color: #400074; } .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips.e-chip-selected:hover { background-color: #400074; } .e-multiselect { -webkit-box-sizing: border-box; box-sizing: border-box; } /* stylelint-disable property-no-vendor-prefix */ .e-multi-select-wrapper .e-chips > .e-chipcontent { -webkit-text-fill-color: #fff; color: #fff; font-family: inherit; font-size: 14px; } .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent { color: #fff; } .e-multi-select-wrapper .e-chips.e-chip-selected > .e-chipcontent:hover { color: #fff; } .e-multi-select-wrapper .e-chips { background-color: #3d3d3d; border-radius: 0; height: 26px; } .e-multiselect:not(.e-disabled) .e-multi-select-wrapper .e-chips:hover { background-color: #ecf; } .e-multi-select-wrapper .e-chips > .e-chipcontent:hover { color: #000; } .e-multi-select-wrapper .e-chips .e-chips-close::before { -webkit-text-fill-color: #fff; color: #fff; font-size: 10px; } .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected { background-color: #3d3d3d; border-radius: 0; color: #fff; height: 38px; line-height: 38px; } .e-multi-select-wrapper .e-chips.e-mob-chip.e-chip-selected .e-chipcontent { color: #fff; } .e-multi-select-wrapper .e-chips.e-mob-chip { height: 30px; } .e-popup.e-multi-select-list-wrapper { -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); -webkit-box-sizing: content-box; box-sizing: content-box; overflow: initial; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-active { border-bottom: 1px solid transparent; border-left: 1px solid #400074; border-right: 1px solid #400074; border-top: 1px solid #400074; } .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active { background-color: transparent; border-color: transparent; color: #000; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active { background-color: transparent; border-color: transparent; color: #000; } .e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active.e-hover { background-color: #ecf; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-checkbox .e-list-group-item.e-active.e-hover { background-color: #ecf; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:first-child { border-bottom: 1px solid transparent; border-top: 1px solid transparent; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-active:last-child { border-bottom: 1px solid transparent; } .e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus { background-color: #400074; -webkit-box-shadow: none; box-shadow: none; color: #fff; border: 1px solid #400074; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus { background-color: #400074; -webkit-box-shadow: none; box-shadow: none; color: #fff; border: 1px solid #400074; } .e-popup.e-multi-select-list-wrapper .e-list-item { border: 1px solid transparent; } .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item { border: 1px solid transparent; } .e-multi-select-wrapper input.e-dropdownbase:-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */ color: #000; } .e-multi-select-wrapper input.e-dropdownbase::-moz-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */ color: #000; } .e-multi-select-wrapper input.e-dropdownbase:-ms-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */ color: #000; } .e-multi-select-wrapper input.e-dropdownbase::-webkit-input-placeholder { /* stylelint-disable-line selector-no-vendor-prefix */ color: #000; } .e-ul.e-reorder { border-bottom: 1px solid #ecf; } .e-multi-select-list-wrapper .e-selectall-parent { border-bottom: 1px solid #ecf; } .e-ddl.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check { background-color: #fff; border-color: #fff; color: #400074; } .e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item.e-active.e-item-focus .e-checkbox-wrapper .e-frame.e-check { background-color: #fff; border-color: #fff; color: #400074; } .e-ddl.e-popup.e-multi-select-list-wrapper.e-checkbox .e-list-item.e-active:not(.e-item-focus):not(.e-hover) { background-color: #fff; } e-ddl.e-popup.e-multi-select-list-wrapper.e-multiselct-group.e-checkbox .e-list-group-item.e-active:not(.e-item-focus):not(.e-hover) { background-color: #fff; } .e-multi-select-wrapper .e-delim-values { -webkit-text-fill-color: #fff; color: #fff; } .e-multi-select-wrapper .e-chips-close.e-close-hooker { color: #000; } .e-small .e-multi-select-wrapper .e-chips { height: 20px; } .e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 12px; } .e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { font-size: 8px; } .e-small .e-multi-select-wrapper .e-close-hooker::before { left: 7px; } .e-multiselect.e-disabled .e-multi-select-wrapper .e-delim-values { -webkit-text-fill-color: #757575; color: #757575; } .e-bigger .e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon, .e-bigger.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon { margin-top: -2.8em; } .e-bigger .e-multi-select-wrapper { min-height: 38px; } .e-bigger .e-multi-select-wrapper .e-chips { margin: 4px 2px 2px 0; } .e-bigger .e-multi-select-wrapper .e-chips > .e-chipcontent { padding: 6px 8px 6px 0; } .e-bigger .e-multiselect.e-rtl .e-multi-select-wrapper .e-chips > .e-chipcontent { padding: 6px 0 6px 8px; } .e-bigger .e-multiselect .e-down-icon .e-chips-close.e-close-hooker, .e-bigger .e-multiselect.e-input-group.e-control-container .e-multi-select-wrapper.e-down-icon .e-clear-icon { right: 38px; } .e-bigger .e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon, .e-bigger.e-multiselect.e-input-group.e-control-container.e-rtl .e-multi-select-wrapper.e-down-icon .e-clear-icon { left: 38px; right: auto; } .e-bigger .e-multi-select-wrapper .e-chips-close.e-close-hooker { margin-top: -3.5em; } .e-bigger .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon, .e-bigger.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon { margin-top: -3.5em; margin-top: -3.2em; } .e-bigger .e-multi-select-wrapper input[type=text], .e-multi-select-wrapper.e-mob-wrapper input[type=text] { height: 28px; min-height: 28px; } .e-bigger .e-multi-select-wrapper input[type=text] { height: 38px; min-height: 38px; } .e-bigger .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { width: calc(100% - 48px); } .e-bigger.e-small .e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, .e-bigger.e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, .e-bigger .e-small.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width, .e-small .e-bigger.e-multiselect .e-multi-select-wrapper.e-down-icon .e-searcher.e-search-custom-width { width: calc(100% - 44px); } .e-bigger .e-multi-select-wrapper .e-delim-values { line-height: 36px; padding-left: 10px; } .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-list-item .e-checkbox-wrapper { padding-right: 8px; } .e-bigger .e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper, .e-bigger.e-popup.e-multi-select-list-wrapper .e-list-item .e-checkbox-wrapper { bottom: 1px; margin-right: 10px; } .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper, .e-bigger.e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-list-group-item .e-checkbox-wrapper { bottom: 1px; margin-right: 10px; } .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group.e-rtl .e-dropdownbase.e-rtl.e-dd-group .e-list-group-item { padding-right: 16px; } .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group .e-dropdownbase.e-dd-group .e-list-group-item { padding-left: 16px; } .e-bigger .e-popup.e-multi-select-list-wrapper.e-multiselect-group:not(.e-rtl) .e-dropdownbase.e-dd-group .e-list-item .e-checkbox-wrapper { padding-left: 20px; } .e-bigger.e-multi-select-list-wrapper .e-selectall-parent, .e-bigger .e-multi-select-list-wrapper .e-selectall-parent { font-size: 14px; line-height: 46px; text-indent: 17px; } .e-bigger.e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper, .e-bigger .e-multi-select-list-wrapper .e-selectall-parent .e-checkbox-wrapper { bottom: 1px; margin-right: 10px; } .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-filter, .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group.e-input-focus { padding: 4px 0; } .e-bigger .e-ddl.e-popup.e-multi-select-list-wrapper .e-filter-parent .e-input-group:not(.e-control-container) .e-clear-icon { padding-left: 8px; } .e-bigger.e-small.e-multi-select-list-wrapper .e-selectall-parent, .e-bigger.e-small .e-multi-select-list-wrapper .e-selectall-parent { line-height: 40px; } .e-bigger.e-small.e-multiselect.e-control-container .e-multi-select-wrapper .e-ddl-icon, .e-bigger.e-small.e-multiselect.e-control-container.e-input-group .e-multi-select-wrapper .e-ddl-icon { margin-top: -2.85em; } .e-bigger.e-small .e-multi-select-wrapper .e-chips-close { height: 26px; width: 26px; } .e-bigger.e-small .e-multi-select-wrapper { min-height: 26px; } .e-bigger.e-small .e-multi-select-wrapper input[type=text] { height: 34px; min-height: 34px; } .e-small.e-bigger .e-multi-select-wrapper .e-delim-values { font-size: 14px; line-height: 34px; } .e-bigger.e-small .e-multi-select-wrapper .e-chips-close.e-close-hooker, .e-bigger.e-small .e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon { margin-top: -3.2em; right: 0; } .e-bigger .e-content-placeholder.e-multiselect.e-placeholder-multiselect, .e-bigger.e-content-placeholder.e-multiselect.e-placeholder-multiselect { background-size: 300px 40px; min-height: 40px; } .e-small.e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper, .e-small .e-filled:not(.e-bigger).e-multiselect:not(.e-float-input) .e-multi-select-wrapper { padding: 3px 12px 0 4px; } .e-bigger.e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper, .e-bigger.e-small .e-multiselect.e-filled.e-input-group.e-control-wrapper, .e-bigger .e-small.e-multiselect.e-filled.e-input-group.e-control-wrapper, .e-small .e-bigger.e-multiselect.e-filled.e-input-group.e-control-wrapper { padding: 0; } .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper, .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper, .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper, .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper { padding: 11px 12px 0; } .e-bigger.e-filled.e-float-input .e-multi-select-wrapper, .e-bigger .e-filled.e-float-input .e-multi-select-wrapper { padding: 19px 12px 0 16px; } .e-bigger:not(.e-small).e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper { padding-top: 3px; } .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text], .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper.e-delimiter input[type=text] { padding: 5px 0; } .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips { height: 28px; } .e-bigger.e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger .e-multiselect.e-filled.e-float-input .e-multi-select-wrapper .e-chips { height: 24px; } .e-bigger.e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-bigger .e-multiselect.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { height: 32px; } .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips { height: 18px; } .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { margin: 8px 8px 0 0; padding: 0 8px; } .e-rtl.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger.e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger.e-small .e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger .e-small.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips, .e-rtl.e-small .e-bigger.e-filled:not(.e-float-input) .e-multi-select-wrapper .e-chips { margin: 8px 0 0 8px; padding: 0 8px; } .e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips { padding-left: 8px; } .e-bigger.e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-bigger.e-small .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-bigger .e-small.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-small .e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 13px; padding: 0 8px 0 0; } .e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 12px; padding: 0 4px 0 0; } .e-rtl.e-bigger.e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-rtl.e-bigger.e-small .e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-rtl.e-bigger .e-small.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-rtl.e-small .e-bigger.e-filled.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { padding: 0 0 0 4px; } .e-bigger.e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent, .e-bigger .e-filled.e-float-input.e-multiselect .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 13px; } .e-rtl.e-bigger.e-filled .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger .e-filled .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-rtl.e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger.e-filled .e-multi-select-wrapper .e-chips, .e-bigger .e-filled .e-multi-select-wrapper .e-chips { padding: 0 12px; } .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips, .e-bigger .e-filled.e-float-input .e-multi-select-wrapper .e-chips { padding-right: 8px; } .e-bigger.e-small .e-multi-select-wrapper .e-chips .e-chips-close::before { font-size: 10px; } .e-bigger.e-small .e-multi-select-wrapper .e-chips { height: 26px; } .e-bigger.e-small .e-multi-select-wrapper .e-chips > .e-chipcontent { font-size: 12px; } .e-small.e-bigger .e-multi-select-wrapper .e-close-hooker::before { left: 7px; } .e-bigger .e-multi-select-wrapper .e-chips { height: 30px; } .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon, .e-bigger .e-popup.e-multi-select-list-wrapper.e-ddl.e-checkbox .e-filter-parent .e-clear-icon { padding-left: 0; }