123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596 |
- /*
- Version: 3.4.3 Timestamp: Tue Sep 17 06:47:14 PDT 2013
- Modifed by keenthemes for Metronic theme integration.
- */
- .sp-select-srch{
- background-color: #FFF;
- background-image: none;
- /*border: 1px solid #e5e6e7;*/
- border-radius: 1px;
- color: inherit;
- display: block;
- /*padding: 6px 12px;*/
- transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
- width: 100%;
- font-size: 14px;
- text-align:left;
- }
- /*sp-selSrch��sp-select-search����д*/
- .sp-selSrch-container.form-control {
- height: auto !important;
- padding: 0 !important;
- border: 0 !important;
- }
- .sp-selSrch-container {
- margin: 0;
- position: relative;
- display: inline-block;
- /* inline-block for ie7 */
- zoom: 1;
- *display: inline;
- vertical-align: middle;
- }
- .sp-selSrch-container,
- .sp-selSrch-drop,
- .sp-selSrch-search,
- .sp-selSrch-search input {
- /*
- Force border-box so that % widths fit the parent
- container without overlap because of margin/padding.
- More Info : http://www.quirksmode.org/css/box.html
- */
- -webkit-box-sizing: border-box;
- /* webkit */
- -moz-box-sizing: border-box;
- /* firefox */
- box-sizing: border-box;
- /* css3 */
- }
- .sp-selSrch-container .sp-selSrch-choice {
- display: block;
- height: 34px;
- padding: 2px 0 0 8px;
- overflow: hidden;
- position: relative;
- border: 1px solid #e5e5e5;
- white-space: nowrap;
- line-height: 26px;
- color: #444;
- text-decoration: none;
- border-radius: 4px;
- background-clip: padding-box;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: #fff;
- }
- .sp-selSrch-container.sp-selSrch-drop-above .sp-selSrch-choice {
- border-bottom-color: #aaa;
- }
- .sp-selSrch-container.sp-selSrch-allowclear .sp-selSrch-choice .sp-selSrch-chosen {
- margin-right: 42px;
- }
- .sp-selSrch-container .sp-selSrch-choice > .sp-selSrch-chosen {
- margin-right: 26px;
- display: block;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .sp-selSrch-container .sp-selSrch-choice abbr {
- display: none;
- width: 12px;
- height: 12px;
- position: absolute;
- right: 24px;
- top: 8px;
- font-size: 1px;
- text-decoration: none;
- border: 0;
- background: url('sp-selSrch.png') right top no-repeat;
- cursor: pointer;
- outline: 0;
- }
- .sp-selSrch-container.sp-selSrch-allowclear .sp-selSrch-choice abbr {
- display: inline-block;
- }
- .sp-selSrch-container .sp-selSrch-choice abbr:hover {
- background-position: right -11px;
- cursor: pointer;
- }
- .sp-selSrch-drop-mask {
- border: 0;
- margin: 0;
- padding: 0;
- position: fixed;
- left: 0;
- top: 0;
- min-height: 100%;
- min-width: 100%;
- height: auto;
- width: auto;
- opacity: 0;
- z-index: 9990;
- /* styles required for IE to work */
- background-color: #fff;
- filter: alpha(opacity=0);
- }
- .sp-selSrch-drop {
- width: 100%;
- margin-top: -1px;
- position: absolute;
- z-index: 9991;
- top: 100%;
- background: #fff;
- color: #000;
- border: 1px solid #e5e5e5;
- border-top: 0;
- }
- .sp-selSrch-drop-auto-width {
- border-top: 1px solid #e5e5e5;
- width: auto;
- }
- .sp-selSrch-drop-auto-width .sp-selSrch-search {
- padding-top: 4px;
- }
- .sp-selSrch-drop.sp-selSrch-drop-above {
- margin-top: 1px;
- border-top: 1px solid #e5e5e5;
- border-bottom: 0;
- }
- .sp-selSrch-drop-active {
- border: 1px solid #999999;
- border-top: none;
- }
- .sp-selSrch-drop.sp-selSrch-drop-above.sp-selSrch-drop-active {
- border-top: 1px solid #999999;
- }
- .sp-selSrch-container .sp-selSrch-choice .sp-selSrch-arrow {
- display: inline-block;
- width: 18px;
- height: 100%;
- position: absolute;
- right: 0;
- top: 0;
- border-left: 1px solid #e5e5e5;
- border-radius: 0 4px 4px 0;
- background-clip: padding-box;
- background: transparent;
- }
- .sp-selSrch-container .sp-selSrch-choice .sp-selSrch-arrow b {
- display: block;
- width: 100%;
- height: 100%;
- background: url('sp-selSrch.png') no-repeat 0 1px;
- }
- .sp-selSrch-search {
- display: inline-block;
- width: 100%;
- min-height: 26px;
- margin: 0;
- padding-left: 4px;
- padding-right: 4px;
- position: relative;
- z-index: 10000;
- white-space: nowrap;
- }
- .sp-selSrch-search input {
- width: 100%;
- margin: 0;
- outline: 0;
- border: 1px solid #e5e5e5;
- webkit-appearance: none !important;
- color: #333333;
- outline: 0;
- height: auto !important;
- min-height: 26px;
- padding: 6px 6px !important;
- line-height: 20px;
- font-size: 14px;
- font-weight: normal;
- vertical-align: top;
- background-color: #ffffff;
- filter: none !important;
- -webkit-box-shadow: none !important;
- -moz-box-shadow: none !important;
- box-shadow: none !important;
- }
- .sp-selSrch-drop.sp-selSrch-drop-above .sp-selSrch-search input {
- margin-top: 4px;
- }
- .sp-selSrch-search input.sp-selSrch-active {
- background: #fff;
- /*background: #fff url('sp-selSrch-spinner.gif') no-repeat 100%;*/
- }
- .sp-selSrch-container-active .sp-selSrch-choice,
- .sp-selSrch-container-active .sp-selSrch-choices {
- border: 1px solid #999999 !important;
- outline: none;
- }
- .sp-selSrch-dropdown-open .sp-selSrch-choice {
- border-bottom-color: transparent;
- background-color: #fff;
- }
- .sp-selSrch-dropdown-open.sp-selSrch-drop-above .sp-selSrch-choice,
- .sp-selSrch-dropdown-open.sp-selSrch-drop-above .sp-selSrch-choices {
- border: 1px solid #999999;
- border-top-color: transparent;
- }
- .sp-selSrch-dropdown-open .sp-selSrch-choice .sp-selSrch-arrow {
- background: transparent;
- border-left: none;
- filter: none;
- }
- .sp-selSrch-dropdown-open .sp-selSrch-choice .sp-selSrch-arrow b {
- background-position: -18px 1px;
- }
- /* results */
- .sp-selSrch-results {
- max-height: 200px;
- padding: 0 0 0 4px;
- margin: 4px 4px 4px 0;
- position: relative;
- overflow-x: hidden;
- overflow-y: auto;
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub {
- margin: 0;
- padding-left: 0;
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 20px
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 40px
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 60px
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 80px
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 100px
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 110px
- }
- .sp-selSrch-results ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub ul.sp-selSrch-result-sub > li .sp-selSrch-result-label {
- padding-left: 120px
- }
- .sp-selSrch-results li {
- list-style: none;
- display: list-item;
- background-image: none;
- }
- .sp-selSrch-results li.sp-selSrch-result-with-children > .sp-selSrch-result-label {
- font-weight: bold;
- }
- .sp-selSrch-results .sp-selSrch-result-label {
- padding: 3px 7px 4px;
- margin: 0;
- cursor: pointer;
- min-height: 1em;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .sp-selSrch-results .sp-selSrch-highlighted {
- background: #eee;
- color: #333;
- }
- .sp-selSrch-results li em {
- background: #eee;
- font-style: normal;
- }
- .sp-selSrch-results .sp-selSrch-highlighted em {
- background: transparent;
- }
- .sp-selSrch-results .sp-selSrch-highlighted ul {
- background: #fff;
- color: #000;
- }
- .sp-selSrch-results .sp-selSrch-no-results,
- .sp-selSrch-results .sp-selSrch-searching,
- .sp-selSrch-results .sp-selSrch-selection-limit {
- background: #f4f4f4;
- display: list-item;
- }
- /*
- disabled look for disabled choices in the results dropdown
- */
- .sp-selSrch-results .sp-selSrch-disabled.sp-selSrch-highlighted {
- color: #666;
- background: #f4f4f4;
- display: list-item;
- cursor: default;
- }
- .sp-selSrch-results .sp-selSrch-disabled {
- background: #f4f4f4;
- display: list-item;
- cursor: default;
- }
- .sp-selSrch-results .sp-selSrch-selected {
- display: none;
- }
- .sp-selSrch-more-results.sp-selSrch-active {
- background: #f4f4f4 url('sp-selSrch-spinner.gif') no-repeat 100%;
- }
- .sp-selSrch-more-results {
- background: #f4f4f4;
- display: list-item;
- }
- /* disabled styles */
- .sp-selSrch-container.sp-selSrch-container-disabled .sp-selSrch-choice {
- background-color: #f4f4f4;
- background-image: none;
- border: 1px solid #ddd;
- cursor: default;
- }
- .sp-selSrch-container.sp-selSrch-container-disabled .sp-selSrch-choice .sp-selSrch-arrow {
- background-color: #f4f4f4;
- background-image: none;
- border-left: 0;
- }
- .sp-selSrch-container.sp-selSrch-container-disabled .sp-selSrch-choice abbr {
- display: none;
- }
- /* multiselect */
- .sp-selSrch-container-multi .sp-selSrch-choices {
- height: auto !important;
- height: 1%;
- margin: 0;
- padding: 0;
- position: relative;
- border: 1px solid #e5e5e5;
- cursor: text;
- overflow: hidden;
- background-color: #fff;
- }
- .sp-selSrch-locked {
- padding: 3px 5px 3px 5px !important;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices {
- min-height: 26px;
- }
- .sp-selSrch-container-multi.sp-selSrch-dropdown-open .sp-selSrch-choices,
- .sp-selSrch-container-multi.sp-selSrch-container-active .sp-selSrch-choices {
- border: 1px solid #999999 !important;
- outline: none;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices li {
- float: left;
- list-style: none;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-field {
- margin: 0;
- padding: 0;
- white-space: nowrap;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-field input {
- outline: 0;
- height: auto;
- /*min-height: 32px;*/
- padding: 6px 6px;
- line-height: 20px;
- font-size: 14px;
- font-weight: normal;
- vertical-align: top;
- font-size: 100%;
- color: #666;
- outline: 0;
- border: 0;
- -webkit-box-shadow: none;
- -moz-box-shadow: none;
- box-shadow: none;
- background: transparent !important;
- margin: 0;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-field input.sp-selSrch-active {
- background: #fff url('sp-selSrch-spinner.gif') no-repeat 100% !important;
- }
- .sp-selSrch-default {
- color: #999 !important;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-choice {
- padding: 3px 5px 3px 18px;
- margin: 6px 0 3px 5px;
- position: relative;
- line-height: 13px;
- color: #333;
- cursor: default;
- border: 1px solid #e5e5e5;
- -webkit-background-clip: padding-box;
- -moz-background-clip: padding;
- background-clip: padding-box;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- background-color: #ffffff;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-choice .sp-selSrch-chosen {
- cursor: default;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-choice-focus {
- background: #ffffff;
- }
- .sp-selSrch-search-choice-close {
- display: block;
- width: 12px;
- height: 13px;
- position: absolute;
- right: 3px;
- top: 4px;
- font-size: 1px;
- outline: none;
- background: url('sp-selSrch.png') right top no-repeat;
- }
- .sp-selSrch-container-multi .sp-selSrch-search-choice-close {
- left: 3px;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-choice .sp-selSrch-search-choice-close:hover {
- background-position: right -11px;
- }
- .sp-selSrch-container-multi .sp-selSrch-choices .sp-selSrch-search-choice-focus .sp-selSrch-search-choice-close {
- background-position: right -11px;
- }
- /* disabled styles */
- .sp-selSrch-container-multi.sp-selSrch-container-disabled .sp-selSrch-choices {
- background-color: #f4f4f4;
- background-image: none;
- border: 1px solid #ddd;
- cursor: default;
- }
- .sp-selSrch-container-multi.sp-selSrch-container-disabled .sp-selSrch-choices .sp-selSrch-search-choice {
- padding: 3px 5px 3px 5px;
- border: 1px solid #ddd;
- background-image: none;
- background-color: #f4f4f4;
- }
- .sp-selSrch-container-multi.sp-selSrch-container-disabled .sp-selSrch-choices .sp-selSrch-search-choice .sp-selSrch-search-choice-close {
- display: none;
- background: none;
- }
- /* end multiselect */
- .sp-selSrch-result-selectable .sp-selSrch-match,
- .sp-selSrch-result-unselectable .sp-selSrch-match {
- text-decoration: underline;
- }
- .sp-selSrch-offscreen, .sp-selSrch-offscreen:focus {
- clip: rect(0 0 0 0) !important;
- width: 1px !important;
- height: 1px !important;
- border: 0 !important;
- margin: 0 !important;
- padding: 0 !important;
- overflow: hidden !important;
- position: absolute !important;
- outline: 0 !important;
- left: 0px !important;
- top: 0px !important;
- }
- .sp-selSrch-display-none {
- display: none;
- }
- .sp-selSrch-measure-scrollbar {
- position: absolute;
- top: -10000px;
- left: -10000px;
- width: 100px;
- height: 100px;
- overflow: scroll;
- }
- /* Retina-ize icons */
- @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
- .sp-selSrch-search input, .sp-selSrch-search-choice-close, .sp-selSrch-container .sp-selSrch-choice abbr, .sp-selSrch-container .sp-selSrch-choice .sp-selSrch-arrow b {
- background-image: url('select2x2.png') !important;
- background-repeat: no-repeat !important;
- background-size: 60px 40px !important;
- }
- .sp-selSrch-search input {
- background-position: 100% -21px !important;
- }
- }
- /* Fix z-index when sp-selSrch opened in modals*/
- .modal-open .sp-selSrch-drop-mask {
- z-index: 10101;
- }
- .modal-open .sp-selSrch-drop {
- z-index: 10102;
- }
- .modal-open .sp-selSrch-search {
- z-index: 10102;
- }
|