bootstrap-select.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429
  1. /*!
  2. * Bootstrap-select v1.13.9 (https://developer.snapappointments.com/bootstrap-select)
  3. *
  4. * Copyright 2012-2019 SnapAppointments, LLC
  5. * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
  6. */
  7. select.bs-select-hidden,
  8. .bootstrap-select > select.bs-select-hidden,
  9. select.selectpicker {
  10. display: none !important;
  11. }
  12. .bootstrap-select {
  13. width: 220px \0;
  14. /*IE9 and below*/
  15. vertical-align: middle;
  16. }
  17. .bootstrap-select > .dropdown-toggle {
  18. position: relative;
  19. width: 100%;
  20. text-align: right;
  21. white-space: nowrap;
  22. display: -webkit-inline-box;
  23. display: -webkit-inline-flex;
  24. display: -ms-inline-flexbox;
  25. display: inline-flex;
  26. -webkit-box-align: center;
  27. -webkit-align-items: center;
  28. -ms-flex-align: center;
  29. align-items: center;
  30. -webkit-box-pack: justify;
  31. -webkit-justify-content: space-between;
  32. -ms-flex-pack: justify;
  33. justify-content: space-between;
  34. }
  35. .bootstrap-select > .dropdown-toggle:after {
  36. margin-top: -1px;
  37. }
  38. .bootstrap-select > .dropdown-toggle.bs-placeholder,
  39. .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
  40. .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
  41. .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  42. color: #999;
  43. }
  44. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
  45. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
  46. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
  47. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
  48. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
  49. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
  50. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
  51. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
  52. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
  53. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
  54. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
  55. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
  56. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
  57. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
  58. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
  59. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
  60. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
  61. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
  62. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
  63. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
  64. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
  65. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
  66. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
  67. .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  68. color: rgba(255, 255, 255, 0.5);
  69. }
  70. .bootstrap-select > select {
  71. position: absolute !important;
  72. bottom: 0;
  73. left: 50%;
  74. display: block !important;
  75. width: 0.5px !important;
  76. height: 100% !important;
  77. padding: 0 !important;
  78. opacity: 0 !important;
  79. border: none;
  80. z-index: 0 !important;
  81. }
  82. .bootstrap-select > select.mobile-device {
  83. top: 0;
  84. left: 0;
  85. display: block !important;
  86. width: 100% !important;
  87. z-index: 2 !important;
  88. }
  89. .has-error .bootstrap-select .dropdown-toggle,
  90. .error .bootstrap-select .dropdown-toggle,
  91. .bootstrap-select.is-invalid .dropdown-toggle,
  92. .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  93. border-color: #b94a48;
  94. }
  95. .bootstrap-select.is-valid .dropdown-toggle,
  96. .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  97. border-color: #28a745;
  98. }
  99. .bootstrap-select.fit-width {
  100. width: auto !important;
  101. }
  102. .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  103. width: 220px;
  104. }
  105. .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  106. .bootstrap-select .dropdown-toggle:focus {
  107. outline: thin dotted #333333 !important;
  108. outline: 5px auto -webkit-focus-ring-color !important;
  109. outline-offset: -2px;
  110. }
  111. .bootstrap-select.form-control {
  112. margin-bottom: 0;
  113. padding: 0;
  114. border: none;
  115. }
  116. :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  117. width: 100%;
  118. }
  119. .bootstrap-select.form-control.input-group-btn {
  120. float: none;
  121. z-index: auto;
  122. }
  123. .form-inline .bootstrap-select,
  124. .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  125. width: auto;
  126. }
  127. .bootstrap-select:not(.input-group-btn),
  128. .bootstrap-select[class*="col-"] {
  129. float: none;
  130. display: inline-block;
  131. margin-left: 0;
  132. }
  133. .bootstrap-select.dropdown-menu-right,
  134. .bootstrap-select[class*="col-"].dropdown-menu-right,
  135. .row .bootstrap-select[class*="col-"].dropdown-menu-right {
  136. float: right;
  137. }
  138. .form-inline .bootstrap-select,
  139. .form-horizontal .bootstrap-select,
  140. .form-group .bootstrap-select {
  141. margin-bottom: 0;
  142. }
  143. .form-group-lg .bootstrap-select.form-control,
  144. .form-group-sm .bootstrap-select.form-control {
  145. padding: 0;
  146. }
  147. .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  148. .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  149. height: 100%;
  150. font-size: inherit;
  151. line-height: inherit;
  152. border-radius: inherit;
  153. }
  154. .bootstrap-select.form-control-sm .dropdown-toggle,
  155. .bootstrap-select.form-control-lg .dropdown-toggle {
  156. font-size: inherit;
  157. line-height: inherit;
  158. border-radius: inherit;
  159. }
  160. .bootstrap-select.form-control-sm .dropdown-toggle {
  161. padding: 0.25rem 0.5rem;
  162. }
  163. .bootstrap-select.form-control-lg .dropdown-toggle {
  164. padding: 0.5rem 1rem;
  165. }
  166. .form-inline .bootstrap-select .form-control {
  167. width: 100%;
  168. }
  169. .bootstrap-select.disabled,
  170. .bootstrap-select > .disabled {
  171. cursor: not-allowed;
  172. }
  173. .bootstrap-select.disabled:focus,
  174. .bootstrap-select > .disabled:focus {
  175. outline: none !important;
  176. }
  177. .bootstrap-select.bs-container {
  178. position: absolute;
  179. top: 0;
  180. left: 0;
  181. height: 0 !important;
  182. padding: 0 !important;
  183. }
  184. .bootstrap-select.bs-container .dropdown-menu {
  185. z-index: 1060;
  186. }
  187. .bootstrap-select .dropdown-toggle .filter-option {
  188. position: static;
  189. top: 0;
  190. left: 0;
  191. float: left;
  192. height: 100%;
  193. width: 100%;
  194. text-align: left;
  195. overflow: hidden;
  196. -webkit-box-flex: 0;
  197. -webkit-flex: 0 1 auto;
  198. -ms-flex: 0 1 auto;
  199. flex: 0 1 auto;
  200. }
  201. .bs3.bootstrap-select .dropdown-toggle .filter-option {
  202. padding-right: inherit;
  203. }
  204. .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  205. position: absolute;
  206. padding-top: inherit;
  207. padding-bottom: inherit;
  208. padding-left: inherit;
  209. float: none;
  210. }
  211. .input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  212. padding-right: inherit;
  213. }
  214. .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  215. overflow: hidden;
  216. }
  217. .bootstrap-select .dropdown-toggle .filter-expand {
  218. width: 0 !important;
  219. float: left;
  220. opacity: 0 !important;
  221. overflow: hidden;
  222. }
  223. .bootstrap-select .dropdown-toggle .caret {
  224. position: absolute;
  225. top: 50%;
  226. right: 12px;
  227. margin-top: -2px;
  228. vertical-align: middle;
  229. }
  230. .input-group .bootstrap-select.form-control .dropdown-toggle {
  231. border-radius: inherit;
  232. }
  233. .bootstrap-select[class*="col-"] .dropdown-toggle {
  234. width: 100%;
  235. }
  236. .bootstrap-select .dropdown-menu {
  237. min-width: 100%;
  238. -webkit-box-sizing: border-box;
  239. -moz-box-sizing: border-box;
  240. box-sizing: border-box;
  241. }
  242. .bootstrap-select .dropdown-menu > .inner:focus {
  243. outline: none !important;
  244. }
  245. .bootstrap-select .dropdown-menu.inner {
  246. position: static;
  247. float: none;
  248. border: 0;
  249. padding: 0;
  250. margin: 0;
  251. border-radius: 0;
  252. -webkit-box-shadow: none;
  253. box-shadow: none;
  254. }
  255. .bootstrap-select .dropdown-menu li {
  256. position: relative;
  257. }
  258. .bootstrap-select .dropdown-menu li.active small {
  259. color: rgba(255, 255, 255, 0.5) !important;
  260. }
  261. .bootstrap-select .dropdown-menu li.disabled a {
  262. cursor: not-allowed;
  263. }
  264. .bootstrap-select .dropdown-menu li a {
  265. cursor: pointer;
  266. -webkit-user-select: none;
  267. -moz-user-select: none;
  268. -ms-user-select: none;
  269. user-select: none;
  270. }
  271. .bootstrap-select .dropdown-menu li a.opt {
  272. position: relative;
  273. padding-left: 2.25em;
  274. }
  275. .bootstrap-select .dropdown-menu li a span.check-mark {
  276. display: none;
  277. }
  278. .bootstrap-select .dropdown-menu li a span.text {
  279. display: inline-block;
  280. }
  281. .bootstrap-select .dropdown-menu li small {
  282. padding-left: 0.5em;
  283. }
  284. .bootstrap-select .dropdown-menu .notify {
  285. position: absolute;
  286. bottom: 5px;
  287. width: 96%;
  288. margin: 0 2%;
  289. min-height: 26px;
  290. padding: 3px 5px;
  291. background: #f5f5f5;
  292. border: 1px solid #e3e3e3;
  293. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  294. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  295. pointer-events: none;
  296. opacity: 0.9;
  297. -webkit-box-sizing: border-box;
  298. -moz-box-sizing: border-box;
  299. box-sizing: border-box;
  300. }
  301. .bootstrap-select .no-results {
  302. padding: 3px;
  303. background: #f5f5f5;
  304. margin: 0 5px;
  305. white-space: nowrap;
  306. }
  307. .bootstrap-select.fit-width .dropdown-toggle .filter-option {
  308. position: static;
  309. display: inline;
  310. padding: 0;
  311. width: auto;
  312. }
  313. .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
  314. .bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  315. display: inline;
  316. }
  317. .bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  318. content: '\00a0';
  319. }
  320. .bootstrap-select.fit-width .dropdown-toggle .caret {
  321. position: static;
  322. top: auto;
  323. margin-top: -1px;
  324. }
  325. .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  326. position: absolute;
  327. display: inline-block;
  328. right: 15px;
  329. top: 5px;
  330. }
  331. .bootstrap-select.show-tick .dropdown-menu li a span.text {
  332. margin-right: 34px;
  333. }
  334. .bootstrap-select .bs-ok-default:after {
  335. content: '';
  336. display: block;
  337. width: 0.5em;
  338. height: 1em;
  339. border-style: solid;
  340. border-width: 0 0.26em 0.26em 0;
  341. -webkit-transform: rotate(45deg);
  342. -ms-transform: rotate(45deg);
  343. -o-transform: rotate(45deg);
  344. transform: rotate(45deg);
  345. }
  346. .bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
  347. .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  348. z-index: 1061;
  349. }
  350. .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  351. content: '';
  352. border-left: 7px solid transparent;
  353. border-right: 7px solid transparent;
  354. border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  355. position: absolute;
  356. bottom: -4px;
  357. left: 9px;
  358. display: none;
  359. }
  360. .bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  361. content: '';
  362. border-left: 6px solid transparent;
  363. border-right: 6px solid transparent;
  364. border-bottom: 6px solid white;
  365. position: absolute;
  366. bottom: -4px;
  367. left: 10px;
  368. display: none;
  369. }
  370. .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  371. bottom: auto;
  372. top: -4px;
  373. border-top: 7px solid rgba(204, 204, 204, 0.2);
  374. border-bottom: 0;
  375. }
  376. .bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  377. bottom: auto;
  378. top: -4px;
  379. border-top: 6px solid white;
  380. border-bottom: 0;
  381. }
  382. .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  383. right: 12px;
  384. left: auto;
  385. }
  386. .bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  387. right: 13px;
  388. left: auto;
  389. }
  390. .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
  391. .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
  392. .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
  393. .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  394. display: block;
  395. }
  396. .bs-searchbox,
  397. .bs-actionsbox,
  398. .bs-donebutton {
  399. padding: 4px 8px;
  400. }
  401. .bs-actionsbox {
  402. width: 100%;
  403. -webkit-box-sizing: border-box;
  404. -moz-box-sizing: border-box;
  405. box-sizing: border-box;
  406. }
  407. .bs-actionsbox .btn-group button {
  408. width: 50%;
  409. }
  410. .bs-donebutton {
  411. float: left;
  412. width: 100%;
  413. -webkit-box-sizing: border-box;
  414. -moz-box-sizing: border-box;
  415. box-sizing: border-box;
  416. }
  417. .bs-donebutton .btn-group button {
  418. width: 100%;
  419. }
  420. .bs-searchbox + .bs-actionsbox {
  421. padding: 0 8px 4px;
  422. }
  423. .bs-searchbox .form-control {
  424. margin-bottom: 0;
  425. width: 100%;
  426. float: none;
  427. }
  428. /*# sourceMappingURL=bootstrap-select.css.map */