Path: blob/main/website/GAUSS/css/select2.css
2942 views
/*1Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 20152*/3.select2-container {4margin: 0;5position: relative;6display: inline-block;7vertical-align: middle;8}910.select2-container,11.select2-drop,12.select2-search,13.select2-search input {14/*15Force border-box so that % widths fit the parent16container without overlap because of margin/padding.17More Info : http://www.quirksmode.org/css/box.html18*/19-webkit-box-sizing: border-box; /* webkit */20-moz-box-sizing: border-box; /* firefox */21box-sizing: border-box; /* css3 */22}2324.select2-container .select2-choice {25display: block;26height: 26px;27padding: 0 0 0 8px;28overflow: hidden;29position: relative;3031border: 1px solid #aaa;32white-space: nowrap;33line-height: 26px;34color: #444;35text-decoration: none;3637border-radius: 4px;3839background-clip: padding-box;4041-webkit-touch-callout: none;42-webkit-user-select: none;43-moz-user-select: none;44-ms-user-select: none;45user-select: none;4647background-color: #fff;48background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));49background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);50background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);51filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);52background-image: linear-gradient(to top, #eee 0%, #fff 50%);53}5455html[dir="rtl"] .select2-container .select2-choice {56padding: 0 8px 0 0;57}5859.select2-container.select2-drop-above .select2-choice {60border-bottom-color: #aaa;6162border-radius: 0 0 4px 4px;6364background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));65background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);66background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);67filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);68background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);69}7071.select2-container.select2-allowclear .select2-choice .select2-chosen {72margin-right: 42px;73}7475.select2-container .select2-choice > .select2-chosen {76margin-right: 26px;77display: block;78overflow: hidden;7980white-space: nowrap;8182text-overflow: ellipsis;83float: none;84width: auto;85}8687html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {88margin-left: 26px;89margin-right: 0;90}9192.select2-container .select2-choice abbr {93display: none;94width: 12px;95height: 12px;96position: absolute;97right: 24px;98top: 8px;99100font-size: 1px;101text-decoration: none;102103border: 0;104background: url('select2.png') right top no-repeat;105cursor: pointer;106outline: 0;107}108109.select2-container.select2-allowclear .select2-choice abbr {110display: inline-block;111}112113.select2-container .select2-choice abbr:hover {114background-position: right -11px;115cursor: pointer;116}117118.select2-drop-mask {119border: 0;120margin: 0;121padding: 0;122position: fixed;123left: 0;124top: 0;125min-height: 100%;126min-width: 100%;127height: auto;128width: auto;129opacity: 0;130z-index: 9998;131/* styles required for IE to work */132background-color: #fff;133filter: alpha(opacity=0);134}135136.select2-drop {137width: 100%;138margin-top: -1px;139position: absolute;140z-index: 9999;141top: 100%;142143background: #fff;144color: #000;145border: 1px solid #aaa;146border-top: 0;147148border-radius: 0 0 4px 4px;149150-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);151box-shadow: 0 4px 5px rgba(0, 0, 0, .15);152}153154.select2-drop.select2-drop-above {155margin-top: 1px;156border-top: 1px solid #aaa;157border-bottom: 0;158159border-radius: 4px 4px 0 0;160161-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);162box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);163}164165.select2-drop-active {166border: 1px solid #5897fb;167border-top: none;168}169170.select2-drop.select2-drop-above.select2-drop-active {171border-top: 1px solid #5897fb;172}173174.select2-drop-auto-width {175border-top: 1px solid #aaa;176width: auto;177}178179.select2-container .select2-choice .select2-arrow {180display: inline-block;181width: 18px;182height: 100%;183position: absolute;184right: 0;185top: 0;186187border-left: 1px solid #aaa;188border-radius: 0 4px 4px 0;189190background-clip: padding-box;191192background: #ccc;193background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));194background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);195background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);196filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);197background-image: linear-gradient(to top, #ccc 0%, #eee 60%);198}199200html[dir="rtl"] .select2-container .select2-choice .select2-arrow {201left: 0;202right: auto;203204border-left: none;205border-right: 1px solid #aaa;206border-radius: 4px 0 0 4px;207}208209.select2-container .select2-choice .select2-arrow b {210display: block;211width: 100%;212height: 100%;213background: url('select2.png') no-repeat 0 1px;214}215216html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {217background-position: 2px 1px;218}219220.select2-search {221display: inline-block;222width: 100%;223min-height: 26px;224margin: 0;225padding: 4px 4px 0 4px;226227position: relative;228z-index: 10000;229230white-space: nowrap;231}232233.select2-search input {234width: 100%;235height: auto !important;236min-height: 26px;237padding: 4px 20px 4px 5px;238margin: 0;239240outline: 0;241font-family: sans-serif;242font-size: 1em;243244border: 1px solid #aaa;245border-radius: 0;246247-webkit-box-shadow: none;248box-shadow: none;249250background: #fff url('select2.png') no-repeat 100% -22px;251background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));252background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);253background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);254background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;255}256257html[dir="rtl"] .select2-search input {258padding: 4px 5px 4px 20px;259260background: #fff url('select2.png') no-repeat -37px -22px;261background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));262background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);263background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);264background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;265}266267.select2-search input.select2-active {268background: #fff url('select2-spinner.gif') no-repeat 100%;269background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));270background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);271background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);272background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;273}274275.select2-container-active .select2-choice,276.select2-container-active .select2-choices {277border: 1px solid #5897fb;278outline: none;279280-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);281box-shadow: 0 0 5px rgba(0, 0, 0, .3);282}283284.select2-dropdown-open .select2-choice {285border-bottom-color: transparent;286-webkit-box-shadow: 0 1px 0 #fff inset;287box-shadow: 0 1px 0 #fff inset;288289border-bottom-left-radius: 0;290border-bottom-right-radius: 0;291292background-color: #eee;293background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));294background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);295background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);296filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);297background-image: linear-gradient(to top, #fff 0%, #eee 50%);298}299300.select2-dropdown-open.select2-drop-above .select2-choice,301.select2-dropdown-open.select2-drop-above .select2-choices {302border: 1px solid #5897fb;303border-top-color: transparent;304305background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));306background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);307background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);308filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);309background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);310}311312.select2-dropdown-open .select2-choice .select2-arrow {313background: transparent;314border-left: none;315filter: none;316}317html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {318border-right: none;319}320321.select2-dropdown-open .select2-choice .select2-arrow b {322background-position: -18px 1px;323}324325html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {326background-position: -16px 1px;327}328329.select2-hidden-accessible {330border: 0;331clip: rect(0 0 0 0);332height: 1px;333margin: -1px;334overflow: hidden;335padding: 0;336position: absolute;337width: 1px;338}339340/* results */341.select2-results {342max-height: 200px;343padding: 0 0 0 4px;344margin: 4px 4px 4px 0;345position: relative;346overflow-x: hidden;347overflow-y: auto;348-webkit-tap-highlight-color: rgba(0, 0, 0, 0);349}350351html[dir="rtl"] .select2-results {352padding: 0 4px 0 0;353margin: 4px 0 4px 4px;354}355356.select2-results ul.select2-result-sub {357margin: 0;358padding-left: 0;359}360361.select2-results li {362list-style: none;363display: list-item;364background-image: none;365}366367.select2-results li.select2-result-with-children > .select2-result-label {368font-weight: bold;369}370371.select2-results .select2-result-label {372padding: 3px 7px 4px;373margin: 0;374cursor: pointer;375376min-height: 1em;377378-webkit-touch-callout: none;379-webkit-user-select: none;380-moz-user-select: none;381-ms-user-select: none;382user-select: none;383}384385.select2-results-dept-1 .select2-result-label { padding-left: 20px }386.select2-results-dept-2 .select2-result-label { padding-left: 40px }387.select2-results-dept-3 .select2-result-label { padding-left: 60px }388.select2-results-dept-4 .select2-result-label { padding-left: 80px }389.select2-results-dept-5 .select2-result-label { padding-left: 100px }390.select2-results-dept-6 .select2-result-label { padding-left: 110px }391.select2-results-dept-7 .select2-result-label { padding-left: 120px }392393.select2-results .select2-highlighted {394background: #3875d7;395color: #fff;396}397398.select2-results li em {399background: #feffde;400font-style: normal;401}402403.select2-results .select2-highlighted em {404background: transparent;405}406407.select2-results .select2-highlighted ul {408background: #fff;409color: #000;410}411412.select2-results .select2-no-results,413.select2-results .select2-searching,414.select2-results .select2-ajax-error,415.select2-results .select2-selection-limit {416background: #f4f4f4;417display: list-item;418padding-left: 5px;419}420421/*422disabled look for disabled choices in the results dropdown423*/424.select2-results .select2-disabled.select2-highlighted {425color: #666;426background: #f4f4f4;427display: list-item;428cursor: default;429}430.select2-results .select2-disabled {431background: #f4f4f4;432display: list-item;433cursor: default;434}435436.select2-results .select2-selected {437display: none;438}439440.select2-more-results.select2-active {441background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;442}443444.select2-results .select2-ajax-error {445background: rgba(255, 50, 50, .2);446}447448.select2-more-results {449background: #f4f4f4;450display: list-item;451}452453/* disabled styles */454455.select2-container.select2-container-disabled .select2-choice {456background-color: #f4f4f4;457background-image: none;458border: 1px solid #ddd;459cursor: default;460}461462.select2-container.select2-container-disabled .select2-choice .select2-arrow {463background-color: #f4f4f4;464background-image: none;465border-left: 0;466}467468.select2-container.select2-container-disabled .select2-choice abbr {469display: none;470}471472473/* multiselect */474475.select2-container-multi .select2-choices {476height: auto !important;477height: 1%;478margin: 0;479padding: 0 5px 0 0;480position: relative;481482border: 1px solid #aaa;483cursor: text;484overflow: hidden;485486background-color: #fff;487background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));488background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);489background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);490background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);491}492493html[dir="rtl"] .select2-container-multi .select2-choices {494padding: 0 0 0 5px;495}496497.select2-locked {498padding: 3px 5px 3px 5px !important;499}500501.select2-container-multi .select2-choices {502min-height: 26px;503}504505.select2-container-multi.select2-container-active .select2-choices {506border: 1px solid #5897fb;507outline: none;508509-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);510box-shadow: 0 0 5px rgba(0, 0, 0, .3);511}512.select2-container-multi .select2-choices li {513float: left;514list-style: none;515}516html[dir="rtl"] .select2-container-multi .select2-choices li517{518float: right;519}520.select2-container-multi .select2-choices .select2-search-field {521margin: 0;522padding: 0;523white-space: nowrap;524}525526.select2-container-multi .select2-choices .select2-search-field input {527padding: 5px;528margin: 1px 0;529530font-family: sans-serif;531font-size: 100%;532color: #666;533outline: 0;534border: 0;535-webkit-box-shadow: none;536box-shadow: none;537background: transparent !important;538}539540.select2-container-multi .select2-choices .select2-search-field input.select2-active {541background: #fff url('select2-spinner.gif') no-repeat 100% !important;542}543544.select2-default {545color: #999 !important;546}547548.select2-container-multi .select2-choices .select2-search-choice {549padding: 3px 5px 3px 18px;550margin: 3px 0 3px 5px;551position: relative;552553line-height: 13px;554color: #333;555cursor: default;556border: 1px solid #aaaaaa;557558border-radius: 3px;559560-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);561box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);562563background-clip: padding-box;564565-webkit-touch-callout: none;566-webkit-user-select: none;567-moz-user-select: none;568-ms-user-select: none;569user-select: none;570571background-color: #e4e4e4;572filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);573background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));574background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);575background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);576background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);577}578html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice579{580margin: 3px 5px 3px 0;581padding: 3px 18px 3px 5px;582}583.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {584cursor: default;585}586.select2-container-multi .select2-choices .select2-search-choice-focus {587background: #d4d4d4;588}589590.select2-search-choice-close {591display: block;592width: 12px;593height: 13px;594position: absolute;595right: 3px;596top: 4px;597598font-size: 1px;599outline: none;600background: url('select2.png') right top no-repeat;601}602html[dir="rtl"] .select2-search-choice-close {603right: auto;604left: 3px;605}606607.select2-container-multi .select2-search-choice-close {608left: 3px;609}610611html[dir="rtl"] .select2-container-multi .select2-search-choice-close {612left: auto;613right: 2px;614}615616.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {617background-position: right -11px;618}619.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {620background-position: right -11px;621}622623/* disabled styles */624.select2-container-multi.select2-container-disabled .select2-choices {625background-color: #f4f4f4;626background-image: none;627border: 1px solid #ddd;628cursor: default;629}630631.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {632padding: 3px 5px 3px 5px;633border: 1px solid #ddd;634background-image: none;635background-color: #f4f4f4;636}637638.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close { display: none;639background: none;640}641/* end multiselect */642643644.select2-result-selectable .select2-match,645.select2-result-unselectable .select2-match {646text-decoration: underline;647}648649.select2-offscreen, .select2-offscreen:focus {650clip: rect(0 0 0 0) !important;651width: 1px !important;652height: 1px !important;653border: 0 !important;654margin: 0 !important;655padding: 0 !important;656overflow: hidden !important;657position: absolute !important;658outline: 0 !important;659left: 0px !important;660top: 0px !important;661}662663.select2-display-none {664display: none;665}666667.select2-measure-scrollbar {668position: absolute;669top: -10000px;670left: -10000px;671width: 100px;672height: 100px;673overflow: scroll;674}675676/* Retina-ize icons */677678@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {679.select2-search input,680.select2-search-choice-close,681.select2-container .select2-choice abbr,682.select2-container .select2-choice .select2-arrow b {683background-image: url('select2x2.png') !important;684background-repeat: no-repeat !important;685background-size: 60px 40px !important;686}687688.select2-search input {689background-position: 100% -21px !important;690}691}692693694