UNPKG

@fpxfd/next

Version:

A configurable component library for web built on React.

1,606 lines (1,595 loc) 381 kB
/*! * @alifd/next@1.2.53 (https://fusion.design) * Copyright 2018-present Alibaba Group, * Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE) */ .next-select-in-ie.next-select-trigger .next-select-trigger-search > span { max-width: 100px; } .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values { position: relative; } .next-select-in-ie.next-select-trigger.next-select-single.next-select-in-ie-fixwidth .next-select-values > em { position: absolute; display: inline-block; height: 100%; line-height: 1; vertical-align: middle; overflow: hidden; left: 4px; right: 0; top: 30%; } .next-select-in-ie.next-select-trigger.next-select-single { /* 搜索框未激活,或者menu未展开,如果有值,则不显示搜索(placeholder) */ } .next-select-in-ie.next-select-trigger.next-select-single.next-no-search .next-select-values > em + .next-select-trigger-search, .next-select-in-ie.next-select-trigger.next-select-single.next-inactive .next-select-values > em + .next-select-trigger-search { /* stylelint-disable */ filter: alpha(opacity=0); /* for IE 9 */ /* stylelint-enable */ font-size: 0; } .next-select-in-ie.next-select-trigger.next-no-search .next-select-trigger-search input { color: inherit; } @media screen and (-webkit-min-device-pixel-ratio: 0) { .next-select-multiple .next-select-compact .next-select-tag-compact { background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF 10px); } .next-select-multiple .next-disabled .next-select-tag-compact { background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f2f4f8 10px); } } .next-select.next-select-multiple[dir=rtl] .next-select-compact .next-select-tag-compact { left: 0; right: auto; padding: 0 16px 0 4px; background: linear-gradient(270deg, rgba(255, 255, 255, 0), #FFFFFF 10px); } /* put your code here */ .next-list-header { border-bottom: 1px solid #dadfe8; color: #545d75; } .next-list-footer { border-top: 1px solid #dadfe8; color: #767d91; } .next-list-loading.next-loading { display: block; } .next-list-empty { font-size: 12px; color: #c3cbd5; padding: 32px 0; text-align: center; } .next-list-items { margin: 0; padding: 0; list-style: none; } .next-list-item { display: table; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; color: #767d91; } .next-list-item-media { display: table-cell; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-width: 1px; -ms-flex-negative: 0; flex-shrink: 0; vertical-align: top; } .next-list-item-extra { display: table-cell; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; min-width: 1px; -ms-flex-negative: 0; flex-shrink: 0; vertical-align: top; color: #a9aeba; } .next-list-item-content { display: table-cell; /* 兼容ie9 */ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; width: 100%; vertical-align: middle; } .next-list-item-title { color: #545d75; } .next-list-medium .next-list-header { padding: 16px 0px; font-size: 20px; font-weight: bold; } .next-list-medium .next-list-footer { padding: 16px 0px; } .next-list-medium .next-list-item-media { padding-right: 8px; } .next-list-medium .next-list-item-extra { padding-left: 8px; } .next-list-medium .next-list-item { font-size: 14px; line-height: 1.5; padding: 16px 0px; } .next-list-medium .next-list-item-title { font-weight: normal; font-size: 16px; line-height: 1.5; } .next-list-small .next-list-header { padding: 8px 0px; font-size: 16px; font-weight: bold; } .next-list-small .next-list-footer { padding: 8px 0px; } .next-list-small .next-list-item-media { padding-right: 8px; } .next-list-small .next-list-item-extra { padding-left: 8px; } .next-list-small .next-list-item { font-size: 12px; font-weight: normal; line-height: 1.3; padding: 8px 0px; } .next-list-small .next-list-item-title { font-size: 14px; line-height: 1.5; } .next-list-divider .next-list-item { border-bottom: 1px solid #dadfe8; } .next-list-divider .next-list-item:last-child { border-bottom: none; } .next-list[dir=rtl] .next-list-item-media { padding-left: 8px; padding-right: 0; } .next-list[dir=rtl] .next-list-item-extra { padding-right: 8px; padding-left: 0; } .next-list[dir=rtl] .next-list-small .next-list-item-media { padding-left: 8px; padding-right: 0; } .next-list[dir=rtl] .next-list-small .next-list-item-extra { padding-right: 8px; padding-left: 0; } .next-menu-btn { display: inline-block; -webkit-box-shadow: none; box-shadow: none; } .next-menu-btn-spacing-tb { padding: 0px 0; } .next-menu-btn .next-icon { -webkit-transition: -webkit-transform 100ms linear; transition: -webkit-transform 100ms linear; transition: transform 100ms linear; transition: transform 100ms linear, -webkit-transform 100ms linear; } .next-menu-btn .next-menu-btn-arrow::before { content: "\E63D"; } .next-menu-btn.next-expand .next-menu-btn-arrow { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .next-menu-btn-symbol-unfold::before { content: ""; } .next-menu-btn.next-btn-normal .next-menu-btn-arrow { color: #a9aeba; } .next-menu-btn.next-btn-normal:hover .next-menu-btn-arrow { color: #545d75; } .next-menu-btn.next-btn-secondary .next-menu-btn-arrow { color: #284cc0; } .next-menu-btn.next-btn-secondary:hover .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-secondary.next-btn-text:hover .next-menu-btn-arrow { color: #284cc0; } .next-menu-btn.next-btn-primary .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow { color: #545d75; } .next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow { color: #284cc0; } .next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow { color: #005adc; } .next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow { color: #ff6400; } .next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow { color: #545d75; } .next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow { color: #a9aeba; } .next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.next-btn-ghost.next-btn-dark:hover .next-menu-btn-arrow { color: #FFFFFF; } .next-menu-btn.disabled .next-menu-btn-arrow, .next-menu-btn[disabled] .next-menu-btn-arrow { color: #c3cbd5; } .next-menu-btn.next-btn-text.disabled .next-menu-btn-arrow, .next-menu-btn.next-btn-text[disabled] .next-menu-btn-arrow { color: #c3cbd5; } .next-menu-btn[disabled].next-btn-ghost.next-btn-dark .next-menu-btn-arrow { color: rgba(255, 255, 255, 0.4); } .next-menu-btn[disabled].next-btn-ghost.next-btn-light .next-menu-btn-arrow { color: rgba(0, 0, 0, 0.1); } .next-nav { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-nav *, .next-nav *:before, .next-nav *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-nav { min-width: auto; border-radius: 0; } .next-nav-icon.next-icon { margin-right: 4px; } .next-nav-icon.next-icon:before, .next-nav-icon.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-nav-icon.next-icon { font-weight: inherit; } .next-nav-group-label { height: 40px; line-height: 40px; font-size: 12px; } .next-nav-item .next-menu-item-text { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .next-nav-item .next-menu-item-text > span, .next-nav-item .next-nav-group-label > span { opacity: 1; -webkit-transition: opacity 100ms linear; transition: opacity 100ms linear; } .next-nav-item .next-menu-item-text > a { text-decoration: none; color: inherit; } .next-nav-item .next-menu-hoz-icon-arrow.next-icon, .next-nav-item .next-menu-icon-arrow.next-icon, .next-nav-item:hover .next-menu-hoz-icon-arrow.next-icon, .next-nav-item:hover .next-menu-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-focused .next-menu-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-selected .next-menu-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-hoz-icon-arrow.next-icon, .next-nav-item.next-opened .next-menu-icon-arrow.next-icon { color: inherit; top: 0; -webkit-transform-origin: center 50%; -ms-transform-origin: center 50%; transform-origin: center 50%; } .next-nav-item .next-icon { color: #878FA6; } .next-nav-item:hover .next-icon, .next-nav-item.next-opened .next-icon, .next-nav-item.next-selected .next-icon { color: inherit; } .next-nav.next-active .next-nav-item:before { position: absolute; -webkit-transition: all 300ms ease; transition: all 300ms ease; content: ""; } .next-nav.next-hoz { padding: 0; height: 44px; line-height: 42px; font-size: 12px; } .next-nav.next-hoz .next-menu-item.next-nav-item { margin-left: 0px; margin-right: 0px; padding: 0 20px; border-radius: 0px; } .next-nav.next-hoz .next-menu-item, .next-nav.next-hoz .next-menu-sub-menu-wrapper > .next-menu-item { margin-top: 0px; margin-bottom: 0px; } .next-nav.next-hoz .next-menu-item-inner { height: 42px; font-size: 12px; } .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title { line-height: 1; padding: 12px 8px; } .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner { height: auto; min-height: 42px; } .next-nav.next-hoz .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text { display: block; line-height: 1; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; } .next-nav.next-hoz .next-nav-group-label .next-menu-item-inner { height: 40px; line-height: 40px; font-size: 12px; } .next-nav.next-hoz .next-menu-header { float: left; height: 42px; } .next-nav.next-hoz .next-menu-footer { float: right; height: 42px; } .next-nav.next-hoz .next-nav-item:before { width: 0; left: 50%; height: 2px; } .next-nav.next-hoz .next-nav-item:hover:before { height: 0px; } .next-nav.next-hoz.next-top .next-nav-item:before { top: -1px; } .next-nav.next-hoz.next-bottom .next-nav-item:before { bottom: -1px; } .next-nav.next-hoz .next-selected.next-nav-item:before { width: 100%; left: 0; height: 2px; } .next-nav.next-ver { padding: 0; -webkit-transition: width 300ms ease; transition: width 300ms ease; line-height: 40px; font-size: 12px; } .next-nav.next-ver .next-menu-item.next-nav-item { margin-left: 0px; margin-right: 0px; padding: 0 20px; border-radius: 0px; } .next-nav.next-ver .next-menu-item:not(:first-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:first-child) > .next-menu-item { margin-top: 0px; } .next-nav.next-ver .next-menu-item:not(:last-child), .next-nav.next-ver .next-menu-sub-menu-wrapper:not(:last-child) > .next-menu-item { margin-bottom: 0px; } .next-nav.next-ver .next-menu-item-inner { height: 40px; font-size: 12px; } .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title { line-height: 1; padding: 12px 8px; } .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-menu-item-inner { height: auto; min-height: 40px; } .next-nav.next-ver .next-menu-item.next-nav-item.next-nav-with-title .next-nav-text { display: block; line-height: 1; margin-top: 8px; overflow: hidden; text-overflow: ellipsis; } .next-nav.next-ver .next-nav-group-label .next-menu-item-inner { height: 40px; line-height: 40px; font-size: 12px; } .next-nav.next-ver > .next-menu-item:first-child, .next-nav.next-ver > .next-menu-sub-menu-wrapper:first-child > .next-menu-item { margin-top: 0px; } .next-nav.next-ver > .next-menu-item:last-child, .next-nav.next-ver > .next-menu-sub-menu-wrapper:last-child > .next-menu-item { margin-bottom: 0px; } .next-nav.next-ver .next-menu-sub-menu { line-height: 40px; } .next-nav.next-ver .next-menu-sub-menu .next-menu-item-inner { height: 40px; font-size: 12px; } .next-nav.next-ver .next-nav-item:before { height: 0; top: 50%; width: 2px; } .next-nav.next-ver .next-nav-item:hover:before { width: 0px; } .next-nav.next-ver.next-left .next-nav-item:before, .next-nav.next-ver.next-top .next-nav-item:before { left: -1px; } .next-nav.next-ver.next-right .next-nav-item:before, .next-nav.next-ver.next-bottom .next-nav-item:before { right: -1px; } .next-nav.next-ver .next-selected.next-nav-item:before { height: 100%; top: 0; width: 2px; } .next-nav.next-primary { border-width: 0px; } .next-nav.next-primary.next-hoz { line-height: 44px; line-height: 44px; } .next-nav.next-primary.next-hoz .next-menu-header, .next-nav.next-primary.next-hoz .next-menu-footer, .next-nav.next-primary.next-hoz .next-menu-item-inner { line-height: 44px; height: 44px; } .next-nav.next-primary.next-hoz.next-top .next-nav-item:before { top: 0; top: 0px; } .next-nav.next-primary.next-hoz.next-bottom .next-nav-item:before { bottom: 0; bottom: 0px; } .next-nav.next-primary.next-ver.next-left .next-nav-item:before { left: 0; left: 0px; } .next-nav.next-primary.next-ver.next-right .next-nav-item:before { right: 0; right: 0px; } .next-nav.next-primary { background: #545d75; border-color: #545d75; color: #FFFFFF; font-weight: normal; -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); } .next-nav.next-primary .next-nav-item.next-menu-item { background: #545d75; color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item.next-focused, .next-nav.next-primary .next-nav-item.next-menu-item:hover { background: #000000; color: #FFFFFF; font-weight: normal; } .next-nav.next-primary .next-nav-item.next-menu-item.next-selected { background: #000000; color: #FFFFFF; font-weight: bold; } .next-nav.next-primary .next-nav-item.next-menu-item.next-selected.next-nav-item { background: #000000; color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item.next-opened { background: transparent; color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected { font-weight: bold; color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item.next-opened.next-nav-popup { color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item:before { background: #284cc0; } .next-nav.next-primary .next-nav-item.next-menu-item:hover:before { background: #284cc0; } .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; color: #FFFFFF; } .next-nav.next-primary .next-nav-group-label { color: #a9aeba; font-weight: normal; } .next-nav.next-primary .next-menu-sub-menu .next-menu-item { background: #545d75; color: #FFFFFF; font-weight: normal; } .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-primary .next-menu-sub-menu .next-menu-item:hover { background: #000000; color: #FFFFFF; } .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected { background: #000000; color: #FFFFFF; } .next-nav.next-primary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item { background: #000000; color: #FFFFFF; } .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a { color: #c3cbd5; cursor: not-allowed; } .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { color: #c3cbd5; } .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-primary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { color: #c3cbd5; } .next-nav.next-secondary { border-width: 0px; } .next-nav.next-secondary.next-hoz { line-height: 44px; line-height: 44px; } .next-nav.next-secondary.next-hoz .next-menu-header, .next-nav.next-secondary.next-hoz .next-menu-footer, .next-nav.next-secondary.next-hoz .next-menu-item-inner { line-height: 44px; height: 44px; } .next-nav.next-secondary.next-hoz.next-top .next-nav-item:before { top: 0; top: 0px; } .next-nav.next-secondary.next-hoz.next-bottom .next-nav-item:before { bottom: 0; bottom: 0px; } .next-nav.next-secondary.next-ver.next-left .next-nav-item:before { left: 0; left: 0px; } .next-nav.next-secondary.next-ver.next-right .next-nav-item:before { right: 0; right: 0px; } .next-nav.next-secondary { background: #284cc0; border-color: #284cc0; color: #FFFFFF; font-weight: normal; -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); } .next-nav.next-secondary .next-nav-item.next-menu-item { background: #284cc0; color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-focused, .next-nav.next-secondary .next-nav-item.next-menu-item:hover { background: #ff6400; color: #FFFFFF; font-weight: normal; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected { background: #ff6400; color: #FFFFFF; font-weight: bold; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-selected.next-nav-item { background: #ff6400; color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened { background: transparent; color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected { font-weight: bold; color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-opened.next-nav-popup { color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item:before { background: #ff6400; } .next-nav.next-secondary .next-nav-item.next-menu-item:hover:before { background: #ff6400; } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; color: #FFFFFF; } .next-nav.next-secondary .next-nav-group-label { color: #FFFFFF; font-weight: normal; } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item { background: #284cc0; color: #FFFFFF; font-weight: normal; } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-secondary .next-menu-sub-menu .next-menu-item:hover { background: #ff6400; color: #FFFFFF; } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected { background: #ff6400; color: #FFFFFF; } .next-nav.next-secondary .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item { background: #ff6400; color: #FFFFFF; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a { color: #d4dbf2; cursor: not-allowed; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { color: #d4dbf2; } .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-secondary .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { color: #d4dbf2; } .next-nav.next-normal { background: #FFFFFF; border-color: #dadfe8; color: #545d75; font-weight: normal; -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); } .next-nav.next-normal .next-nav-item.next-menu-item { background: #FFFFFF; color: #545d75; } .next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover { background: #FFFFFF; color: #284cc0; font-weight: normal; } .next-nav.next-normal .next-nav-item.next-menu-item.next-selected { background: #eef1f6; color: #284cc0; font-weight: bold; } .next-nav.next-normal .next-nav-item.next-menu-item.next-selected.next-nav-item { background: #eef1f6; color: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item.next-opened { background: transparent; color: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected { font-weight: normal; color: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item.next-opened.next-nav-popup { color: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { color: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item:before { background: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item:hover:before { background: #284cc0; } .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; color: #284cc0; } .next-nav.next-normal .next-nav-group-label { color: #a9aeba; font-weight: normal; } .next-nav.next-normal .next-menu-sub-menu .next-menu-item { background: #FFFFFF; color: #545d75; font-weight: normal; } .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover { background: #eef1f6; color: #284cc0; } .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected { background: #eef1f6; color: #284cc0; } .next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item { background: #eef1f6; color: #284cc0; } .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a { color: #a9aeba; cursor: not-allowed; } .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { color: #a9aeba; } .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-normal .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { color: #a9aeba; } .next-nav.next-line.next-hoz { border-top-color: transparent; border-left-color: transparent; border-right-color: transparent; } .next-nav.next-line.next-ver { border-top-color: transparent; border-left-color: transparent; border-bottom-color: transparent; } .next-nav.next-line { background: transparent; border-color: #dadfe8; color: #545d75; font-weight: normal; -webkit-box-shadow: none; box-shadow: none; } .next-nav.next-line .next-nav-item.next-menu-item { background: transparent; color: #545d75; } .next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover { background: transparent; color: #284cc0; font-weight: normal; } .next-nav.next-line .next-nav-item.next-menu-item.next-selected { background: transparent; color: #284cc0; font-weight: bold; } .next-nav.next-line .next-nav-item.next-menu-item.next-selected.next-nav-item { background: transparent; color: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item.next-opened { background: transparent; color: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected { font-weight: normal; color: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item.next-opened.next-nav-popup { color: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item.next-child-selected.next-nav-popup { color: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item:before { background: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item:hover:before { background: #284cc0; } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-opened { background: transparent; color: #284cc0; } .next-nav.next-line .next-nav-group-label { color: #a9aeba; font-weight: normal; } .next-nav.next-line .next-menu-sub-menu .next-menu-item { background: transparent; color: #545d75; font-weight: normal; } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover { background: transparent; color: #284cc0; } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected { background: transparent; color: #284cc0; } .next-nav.next-line .next-menu-sub-menu .next-menu-item.next-selected.next-nav-item { background: transparent; color: #284cc0; } .next-nav.next-line .next-nav-item.next-menu-item.next-disabled, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a { color: #a9aeba; cursor: not-allowed; } .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-arrow, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-arrow { color: #a9aeba; } .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-icon-selected, .next-nav.next-line .next-nav-item.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected { color: #a9aeba; } .next-nav.next-icon-only.next-icon-only-text { padding-top: 4px; padding-bottom: 4px; } .next-nav.next-icon-only.next-custom-icon-only-width { text-align: center; } .next-nav.next-icon-only .next-menu-item-inner { text-overflow: clip; } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon { margin-left: 0px; margin-right: 0px; } .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-normal .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-primary .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon:before, .next-nav.next-icon-only.next-secondary .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only .next-nav-icon-only-arrow.next-icon { -webkit-transition: all 100ms linear; transition: all 100ms linear; -webkit-transform-origin: center 50%; -ms-transform-origin: center 50%; transform-origin: center 50%; } .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); margin-left: 1px; margin-right: 1px; } .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, .next-nav.next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav.next-icon-only .next-menu-hoz-icon-arrow, .next-nav.next-icon-only .next-menu-icon-arrow { display: none; } .next-nav-embeddable.next-primary, .next-nav-embeddable.next-secondary, .next-nav-embeddable.next-normal { height: 100%; background: transparent; -webkit-box-shadow: none; box-shadow: none; border: none; } .next-nav-embeddable.next-primary .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-primary .next-nav-item.next-menu-item, .next-nav-embeddable.next-secondary .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-secondary .next-nav-item.next-menu-item, .next-nav-embeddable.next-normal .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-normal .next-nav-item.next-menu-item { background: transparent; } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon { margin-left: 1px; margin-right: 1px; } .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-primary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-secondary.next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon:before, .next-nav-embeddable.next-normal.next-icon-only .next-nav-icon.next-icon .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-nav-embeddable.next-nav.next-hoz .next-menu-item-inner { height: 100%; } .next-nav-embeddable.next-nav.next-hoz .next-menu-sub-menu .next-menu-item, .next-nav-embeddable.next-nav.next-hoz .next-nav-item.next-menu-item { height: 100%; } .next-nav-embeddable, .next-nav-embeddable .next-nav-item.next-disabled, .next-nav-embeddable .next-nav-item.next-disabled .next-menu-item-text > a { background: transparent; border: none; } .next-nav[dir=rtl] .next-nav-icon.next-icon { margin-left: 4px; margin-right: 0; } .next-nav[dir=rtl] .next-nav-icon.next-icon:before, .next-nav[dir=rtl] .next-nav-icon.next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-nav[dir=rtl].next-hoz .next-menu-header { float: right; } .next-nav[dir=rtl].next-hoz .next-menu-footer { float: left; } .next-nav[dir=rtl].next-hoz .next-nav-item:before { width: 0; left: 50%; } .next-nav[dir=rtl].next-hoz .next-selected.next-nav-item:before { width: 100%; left: auto; right: 0; } .next-nav[dir=rtl].next-ver.next-left .next-nav-item:before { right: 0; right: -1px; left: auto; } .next-nav[dir=rtl].next-ver.next-right .next-nav-item:before { left: 0; left: -1px; right: auto; } .next-nav[dir=rtl].next-primary.next-ver.next-left .next-nav-item:before { right: 0; right: 0px; left: auto; } .next-nav[dir=rtl].next-primary.next-ver.next-right .next-nav-item:before { left: 0; left: 0px; right: auto; } .next-nav[dir=rtl].next-secondary.next-ver.next-left .next-nav-item:before { right: 0; right: 0px; left: auto; } .next-nav[dir=rtl].next-secondary.next-ver.next-right .next-nav-item:before { left: 0; left: 0px; right: auto; } .next-nav[dir=rtl] .next-nav.next-line.next-ver { border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; border-bottom-color: transparent; } .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon, .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down { margin-left: 0; margin-right: 1px; } .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-icon.next-icon .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon:before, .next-nav[dir=rtl].next-icon-only .next-nav-icon-only-arrow.next-icon .next-icon-remote, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down:before, .next-nav[dir=rtl].next-icon-only .next-nav-item.next-opened .next-nav-icon-only-arrow.next-icon-arrow-down .next-icon-remote { width: 16px; font-size: 16px; line-height: inherit; } .next-number-picker { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-number-picker *, .next-number-picker *:before, .next-number-picker *:after { -webkit-box-sizing: border-box; box-sizing: border-box; } .next-number-picker { display: inline-block; /* stylelint-disable declaration-no-important */ } .next-number-picker .next-btn { padding: 0 !important; line-height: 0 !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .next-number-picker-normal .next-input { width: 100%; } .next-number-picker-normal .next-input .next-input-control { padding-right: 0; height: 100%; } .next-number-picker-normal:not(.next-number-picker-no-trigger) .next-input input { padding-right: 2px; } .next-number-picker-normal .next-btn { display: block; } .next-number-picker-normal .next-btn:hover { z-index: 1; } .next-number-picker-normal .next-btn:first-child { border-right: none; border-top: none; height: 50%; border-top-left-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .next-number-picker-normal .next-btn:last-child { border-right: none; border-bottom: none; margin-top: -1px; height: calc(50% + 1px); border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; } .next-number-picker-normal .next-number-picker-handler { -webkit-transition: opacity 100ms linear; transition: opacity 100ms linear; height: 100%; display: block; } .next-number-picker-normal:not(.next-number-picker-show-trigger) .next-number-picker-handler { opacity: 0; } .next-number-picker-normal:hover .next-number-picker-handler, .next-number-picker-normal.hover .next-number-picker-handler { opacity: 1; } .next-number-picker-normal .next-input.next-disabled .next-number-picker-handler { opacity: 0; } .next-number-picker-normal .next-number-picker-up-icon::before { content: "\E625"; } .next-number-picker-normal .next-number-picker-down-icon::before { content: "\E63D"; } .next-number-picker-normal.next-small { width: 68px; } .next-number-picker-normal.next-small .next-btn { width: 20px; } .next-number-picker-normal.next-small .next-btn:first-child { border-top-right-radius: 3px; } .next-number-picker-normal.next-small .next-btn:last-child { border-bottom-right-radius: 3px; } .next-number-picker-normal.next-small .next-icon:before, .next-number-picker-normal.next-small .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-number-picker-normal.next-small .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-number-picker-normal.next-small .next-icon:before { width: 16px; font-size: 16px; } } .next-number-picker-normal.next-medium { width: 80px; } .next-number-picker-normal.next-medium .next-btn { width: 20px; } .next-number-picker-normal.next-medium .next-btn:first-child { border-top-right-radius: 3px; } .next-number-picker-normal.next-medium .next-btn:last-child { border-bottom-right-radius: 3px; } .next-number-picker-normal.next-medium .next-icon:before, .next-number-picker-normal.next-medium .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-number-picker-normal.next-medium .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-number-picker-normal.next-medium .next-icon:before { width: 16px; font-size: 16px; } } .next-number-picker-normal.next-large { width: 80px; } .next-number-picker-normal.next-large .next-btn { width: 20px; } .next-number-picker-normal.next-large .next-btn:first-child { border-top-right-radius: 3px; } .next-number-picker-normal.next-large .next-btn:last-child { border-bottom-right-radius: 3px; } .next-number-picker-normal.next-large .next-icon:before, .next-number-picker-normal.next-large .next-icon .next-icon-remote { width: 8px; font-size: 8px; line-height: inherit; } @media all and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) { .next-number-picker-normal.next-large .next-icon { -webkit-transform: scale(0.5); -ms-transform: scale(0.5); transform: scale(0.5); margin-left: -4px; margin-right: -4px; } .next-number-picker-normal.next-large .next-icon:before { width: 16px; font-size: 16px; } } .next-number-picker-inline input { text-align: center; } .next-number-picker-inline .next-input input { padding: 0; } .next-number-picker-inline .next-number-picker-add-icon::before { content: "\E655"; } .next-number-picker-inline .next-number-picker-minus-icon::before { content: "\E601"; } .next-number-picker-inline.next-small { width: 68px; min-width: 60px; } .next-number-picker-inline.next-small .next-icon:before, .next-number-picker-inline.next-small .next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-number-picker-inline.next-small .next-btn { height: 20px; } .next-number-picker-inline.next-small .next-before .next-btn { margin-right: 2px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-number-picker-inline.next-small .next-after .next-btn { margin-left: 2px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-number-picker-inline.next-medium { width: 100px; min-width: 84px; } .next-number-picker-inline.next-medium .next-icon:before, .next-number-picker-inline.next-medium .next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-number-picker-inline.next-medium .next-btn { height: 28px; } .next-number-picker-inline.next-medium .next-before .next-btn { margin-right: 2px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-number-picker-inline.next-medium .next-after .next-btn { margin-left: 2px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-number-picker-inline.next-large { width: 128px; min-width: 120px; } .next-number-picker-inline.next-large .next-icon:before, .next-number-picker-inline.next-large .next-icon .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-number-picker-inline.next-large .next-btn { height: 40px; } .next-number-picker-inline.next-large .next-before .next-btn { margin-right: 2px; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .next-number-picker-inline.next-large .next-after .next-btn { margin-left: 2px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .next-number-picker-inline .next-btn.next-small { width: 20px; } .next-number-picker-inline .next-btn.next-medium { width: 28px; } .next-number-picker-inline .next-btn.next-large { width: 40px; } @-moz-document url-prefix() { .next-number-picker-normal.next-small .next-number-picker-handler { height: 18px; } .next-number-picker-normal.next-medium .next-number-picker-handler { height: 26px; } .next-number-picker-normal.next-large .next-number-picker-handler { height: 38px; } } .next-number-picker-normal[dir=rtl] .next-btn:first-child { border-right: 1px solid #dee1e4; border-left: 0; border-top-right-radius: 0; } .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-small { border-top-left-radius: 3px; } .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-medium { border-top-left-radius: 3px; } .next-number-picker-normal[dir=rtl] .next-btn:first-child.next-large { border-top-left-radius: 3px; } .next-number-picker-normal[dir=rtl] .next-btn:last-child { border-right: 1px solid #dee1e4; border-left: 0; border-bottom-right-radius: 0; } .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-small { border-bottom-left-radius: 3px; } .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-medium { border-bottom-left-radius: 3px; } .next-number-picker-normal[dir=rtl] .next-btn:last-child.next-large { border-bottom-left-radius: 3px; } .next-number-picker-normal[dir=rtl] .next-input .next-input-control { padding-left: 0; } .next-number-picker-inline[dir=rtl] .next-before .next-btn { margin-right: 0; } .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-small { margin-left: 2px; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-medium { margin-left: 2px; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-number-picker-inline[dir=rtl] .next-before .next-btn.next-large { margin-left: 2px; border-top-right-radius: 3px !important; border-bottom-right-radius: 3px !important; } .next-number-picker-inline[dir=rtl] .next-after .next-btn { margin-left: 0; } .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-small { margin-right: 2px; border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; } .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-medium { margin-right: 2px; border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; } .next-number-picker-inline[dir=rtl] .next-after .next-btn.next-large { margin-right: 2px; border-top-left-radius: 3px !important; border-bottom-left-radius: 3px !important; } .next-pagination[dir=rtl] .next-pagination-total { margin-right: 0; margin-left: 16px; } .next-pagination[dir=rtl] .next-pagination-jump-go { margin-left: 0; margin-right: 4px; } .next-pagination[dir=rtl] .next-pagination-size-selector-title { margin-right: 0; margin-left: 4px; } .next-pagination[dir=rtl] .next-pagination-size-selector-btn.next-btn-text + .next-pagination-size-selector-btn { border-left: none; border-right: 1px solid #dadfe8; } .next-pagination[dir=rtl] .next-pagination-pages + .next-pagination-size-selector, .next-pagination[dir=rtl] .next-pagination-size-selector + .next-pagination-pages { margin-left: 0; margin-right: 40px; } .next-pagination[dir=rtl].next-start .next-pagination-pages { float: left; } .next-pagination[dir=rtl].next-start .next-pagination-size-selector { float: right; } .next-pagination[dir=rtl].next-end .next-pagination-pages { float: right; } .next-pagination[dir=rtl].next-end .next-pagination-size-selector { float: left; } .next-pagination[dir=rtl].next-small .next-pagination-list { margin: 0 4px; } .next-pagination[dir=rtl].next-small .next-pagination-total { line-height: 20px; vertical-align: middle; } .next-pagination[dir=rtl].next-small .next-pagination-item { padding: 0 6px; border-width: 1px; border-radius: 3px; } .next-pagination[dir=rtl].next-small .next-pagination-item + .next-pagination-item { margin: 0 4px 0 0; } .next-pagination[dir=rtl].next-small .next-pagination-ellipsis { height: 20px; line-height: 20px; margin-left: 8px; margin-right: 8px; } .next-pagination[dir=rtl].next-small .next-pagination-ellipsis:before, .next-pagination[dir=rtl].next-small .next-pagination-ellipsis .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-pagination[dir=rtl].next-small .next-pagination-display { font-size: 12px; } .next-pagination[dir=rtl].next-small .next-pagination-display em { font-size: 12px; } .next-pagination[dir=rtl].next-small .next-pagination-jump-text { font-size: 12px; } .next-pagination[dir=rtl].next-small .next-pagination-jump-input { width: 28px; } .next-pagination[dir=rtl].next-small .next-pagination-size-selector-title { height: 20px; line-height: 20px; font-size: 12px; vertical-align: middle; } .next-pagination[dir=rtl].next-small .next-pagination-size-selector-btn { padding: 0 8px; } .next-pagination[dir=rtl].next-small .next-pagination-item.next-prev:not([disabled]) i, .next-pagination[dir=rtl].next-small .next-pagination-item.next-next:not([disabled]) i { color: #767d91; } .next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination[dir=rtl].next-small .next-pagination-item:hover.next-next:not([disabled]) i { color: #545d75; } .next-pagination[dir=rtl].next-medium .next-pagination-list { margin: 0 4px; } .next-pagination[dir=rtl].next-medium .next-pagination-total { line-height: 28px; vertical-align: middle; } .next-pagination[dir=rtl].next-medium .next-pagination-item { padding: 0 10px; border-width: 1px; border-radius: 3px; } .next-pagination[dir=rtl].next-medium .next-pagination-item + .next-pagination-item { margin: 0 4px 0 0; } .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis { height: 28px; line-height: 28px; margin-left: 8px; margin-right: 8px; } .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis:before, .next-pagination[dir=rtl].next-medium .next-pagination-ellipsis .next-icon-remote { width: 12px; font-size: 12px; line-height: inherit; } .next-pagination[dir=rtl].next-medium .next-pagination-display { font-size: 12px; } .next-pagination[dir=rtl].next-medium .next-pagination-display em { font-size: 12px; } .next-pagination[dir=rtl].next-medium .next-pagination-jump-text { font-size: 12px; } .next-pagination[dir=rtl].next-medium .next-pagination-jump-input { width: 36px; } .next-pagination[dir=rtl].next-medium .next-pagination-size-selector-title { height: 28px; line-height: 28px; font-size: 12px; vertical-align: middle; } .next-pagination[dir=rtl].next-medium .next-pagination-size-selector-btn { padding: 0 12px; } .next-pagination[dir=rtl].next-medium .next-pagination-item.next-prev:not([disabled]) i, .next-pagination[dir=rtl].next-medium .next-pagination-item.next-next:not([disabled]) i { color: #767d91; } .next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i, .next-pagination[dir=rtl].next-medium .next-pagination-item:hover.next-next:not([disabled]) i { color: #545d75; } .next-pagination[dir=rtl].next-large .next-pagination-list { margin: 0 8px; } .next-pagination[dir=rtl].next-large .next-pagination-total { line-height: 40px; vertical-align: middle; } .ne