Built files from Bizgaze WebServer
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

selectize.bootstrap3.css 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. /**
  2. * selectize.bootstrap3.css (v0.12.6) - Bootstrap 3 Theme
  3. * Copyright (c) 2013–2015 Brian Reavis & contributors
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
  6. * file except in compliance with the License. You may obtain a copy of the License at:
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. * Unless required by applicable law or agreed to in writing, software distributed under
  10. * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
  11. * ANY KIND, either express or implied. See the License for the specific language
  12. * governing permissions and limitations under the License.
  13. *
  14. * @author Brian Reavis <brian@thirdroute.com>
  15. */
  16. .selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  17. visibility: visible !important;
  18. background: #f2f2f2 !important;
  19. background: rgba(0, 0, 0, 0.06) !important;
  20. border: 0 none !important;
  21. -webkit-box-shadow: inset 0 0 12px 4px #fff;
  22. box-shadow: inset 0 0 12px 4px #fff;
  23. }
  24. .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  25. content: '!';
  26. visibility: hidden;
  27. }
  28. .selectize-control.plugin-drag_drop .ui-sortable-helper {
  29. -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  30. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  31. }
  32. .selectize-dropdown-header {
  33. position: relative;
  34. padding: 3px 12px;
  35. border-bottom: 1px solid #d0d0d0;
  36. background: #f8f8f8;
  37. -webkit-border-radius: 4px 4px 0 0;
  38. -moz-border-radius: 4px 4px 0 0;
  39. border-radius: 4px 4px 0 0;
  40. }
  41. .selectize-dropdown-header-close {
  42. position: absolute;
  43. right: 12px;
  44. top: 50%;
  45. color: #333333;
  46. opacity: 0.4;
  47. margin-top: -12px;
  48. line-height: 20px;
  49. font-size: 20px !important;
  50. }
  51. .selectize-dropdown-header-close:hover {
  52. color: #000000;
  53. }
  54. .selectize-dropdown.plugin-optgroup_columns .optgroup {
  55. border-right: 1px solid #f2f2f2;
  56. border-top: 0 none;
  57. float: left;
  58. -webkit-box-sizing: border-box;
  59. -moz-box-sizing: border-box;
  60. box-sizing: border-box;
  61. }
  62. .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  63. border-right: 0 none;
  64. }
  65. .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  66. display: none;
  67. }
  68. .selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  69. border-top: 0 none;
  70. }
  71. .selectize-dropdown [data-selectable].active {
  72. background-color: #0081c2;
  73. background-image: -moz-linear-gradient(top, #08c, #00acf0);
  74. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#00acf0));
  75. background-image: -webkit-linear-gradient(top, #08c, #00acf0);
  76. background-image: -o-linear-gradient(top, #08c, #00acf0);
  77. background-image: linear-gradient(to bottom, #08c, #00acf0);
  78. background-repeat: repeat-x;
  79. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
  80. }
  81. .selectize-control.plugin-remove_button [data-value] {
  82. position: relative;
  83. padding-right: 24px !important;
  84. }
  85. .selectize-control.plugin-remove_button [data-value] .remove {
  86. z-index: 1;
  87. /* fixes ie bug (see #392) */
  88. position: absolute;
  89. top: 0;
  90. right: 0;
  91. bottom: 0;
  92. width: 17px;
  93. text-align: center;
  94. font-weight: bold;
  95. font-size: 12px;
  96. color: inherit;
  97. text-decoration: none;
  98. vertical-align: middle;
  99. display: inline-block;
  100. padding: 1px 0 0 0;
  101. border-left: 1px solid rgba(0, 0, 0, 0);
  102. -webkit-border-radius: 0 2px 2px 0;
  103. -moz-border-radius: 0 2px 2px 0;
  104. border-radius: 0 2px 2px 0;
  105. -webkit-box-sizing: border-box;
  106. -moz-box-sizing: border-box;
  107. box-sizing: border-box;
  108. }
  109. .selectize-control.plugin-remove_button [data-value] .remove:hover {
  110. background: rgba(0, 0, 0, 0.05);
  111. }
  112. .selectize-control.plugin-remove_button [data-value].active .remove {
  113. border-left-color: rgba(0, 0, 0, 0);
  114. }
  115. .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  116. background: none;
  117. }
  118. .selectize-control.plugin-remove_button .disabled [data-value] .remove {
  119. border-left-color: rgba(77, 77, 77, 0);
  120. }
  121. .selectize-control.plugin-remove_button .remove-single {
  122. position: absolute;
  123. right: 0;
  124. top: 0;
  125. font-size: 23px;
  126. }
  127. .selectize-control {
  128. position: relative;
  129. }
  130. .selectize-dropdown,
  131. .selectize-input,
  132. .selectize-input input {
  133. color: #333333;
  134. font-family: inherit;
  135. font-size: inherit;
  136. line-height: 20px;
  137. -webkit-font-smoothing: inherit;
  138. }
  139. .selectize-input,
  140. .selectize-control.single .selectize-input.input-active {
  141. background: #fff;
  142. cursor: text;
  143. display: inline-block;
  144. }
  145. .selectize-input {
  146. border: 1px solid #ccc;
  147. padding: 6px 12px;
  148. display: inline-block;
  149. width: 100%;
  150. overflow: hidden;
  151. position: relative;
  152. z-index: 1;
  153. -webkit-box-sizing: border-box;
  154. -moz-box-sizing: border-box;
  155. box-sizing: border-box;
  156. -webkit-box-shadow: none;
  157. box-shadow: none;
  158. -webkit-border-radius: 4px;
  159. -moz-border-radius: 4px;
  160. border-radius: 4px;
  161. }
  162. .selectize-control.multi .selectize-input.has-items {
  163. padding: 5px 12px 2px;
  164. }
  165. .selectize-input.full {
  166. background-color: #fff;
  167. }
  168. .selectize-input.disabled,
  169. .selectize-input.disabled * {
  170. cursor: default !important;
  171. }
  172. .selectize-input.focus {
  173. -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  174. box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  175. }
  176. .selectize-input.dropdown-active {
  177. -webkit-border-radius: 4px 4px 0 0;
  178. -moz-border-radius: 4px 4px 0 0;
  179. border-radius: 4px 4px 0 0;
  180. }
  181. .selectize-input > * {
  182. vertical-align: baseline;
  183. display: -moz-inline-stack;
  184. display: inline-block;
  185. zoom: 1;
  186. *display: inline;
  187. }
  188. .selectize-control.multi .selectize-input > div {
  189. cursor: pointer;
  190. margin: 0 3px 3px 0;
  191. padding: 1px 3px;
  192. background: #efefef;
  193. color: #333333;
  194. border: 0 solid rgba(0, 0, 0, 0);
  195. }
  196. .selectize-control.multi .selectize-input > div.active {
  197. background: #428bca;
  198. color: #fff;
  199. border: 0 solid rgba(0, 0, 0, 0);
  200. }
  201. .selectize-control.multi .selectize-input.disabled > div,
  202. .selectize-control.multi .selectize-input.disabled > div.active {
  203. color: #808080;
  204. background: #ffffff;
  205. border: 0 solid rgba(77, 77, 77, 0);
  206. }
  207. .selectize-input > input {
  208. display: inline-block !important;
  209. padding: 0 !important;
  210. min-height: 0 !important;
  211. max-height: none !important;
  212. max-width: 100% !important;
  213. margin: 0 !important;
  214. text-indent: 0 !important;
  215. border: 0 none !important;
  216. background: none !important;
  217. line-height: inherit !important;
  218. -webkit-user-select: auto !important;
  219. -webkit-box-shadow: none !important;
  220. box-shadow: none !important;
  221. }
  222. .selectize-input > input::-ms-clear {
  223. display: none;
  224. }
  225. .selectize-input > input:focus {
  226. outline: none !important;
  227. }
  228. .selectize-input::after {
  229. content: ' ';
  230. display: block;
  231. clear: left;
  232. }
  233. .selectize-input.dropdown-active::before {
  234. content: ' ';
  235. display: block;
  236. position: absolute;
  237. background: #ffffff;
  238. height: 1px;
  239. bottom: 0;
  240. left: 0;
  241. right: 0;
  242. }
  243. .selectize-dropdown {
  244. position: absolute;
  245. z-index: 10;
  246. border: 1px solid #d0d0d0;
  247. background: #fff;
  248. margin: -1px 0 0 0;
  249. border-top: 0 none;
  250. -webkit-box-sizing: border-box;
  251. -moz-box-sizing: border-box;
  252. box-sizing: border-box;
  253. -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  254. box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  255. -webkit-border-radius: 0 0 4px 4px;
  256. -moz-border-radius: 0 0 4px 4px;
  257. border-radius: 0 0 4px 4px;
  258. }
  259. .selectize-dropdown [data-selectable] {
  260. cursor: pointer;
  261. overflow: hidden;
  262. }
  263. .selectize-dropdown [data-selectable] .highlight {
  264. background: rgba(255, 237, 40, 0.4);
  265. -webkit-border-radius: 1px;
  266. -moz-border-radius: 1px;
  267. border-radius: 1px;
  268. }
  269. .selectize-dropdown .option,
  270. .selectize-dropdown .optgroup-header {
  271. padding: 3px 12px;
  272. }
  273. .selectize-dropdown .option,
  274. .selectize-dropdown [data-disabled],
  275. .selectize-dropdown [data-disabled] [data-selectable].option {
  276. cursor: inherit;
  277. opacity: 0.5;
  278. }
  279. .selectize-dropdown [data-selectable].option {
  280. opacity: 1;
  281. }
  282. .selectize-dropdown .optgroup:first-child .optgroup-header {
  283. border-top: 0 none;
  284. }
  285. .selectize-dropdown .optgroup-header {
  286. color: #777777;
  287. background: #fff;
  288. cursor: default;
  289. }
  290. .selectize-dropdown .active {
  291. background-color: #f5f5f5;
  292. color: #262626;
  293. }
  294. .selectize-dropdown .active.create {
  295. color: #262626;
  296. }
  297. .selectize-dropdown .create {
  298. color: rgba(51, 51, 51, 0.5);
  299. }
  300. .selectize-dropdown-content {
  301. overflow-y: auto;
  302. overflow-x: hidden;
  303. max-height: 200px;
  304. -webkit-overflow-scrolling: touch;
  305. }
  306. .selectize-control.single .selectize-input,
  307. .selectize-control.single .selectize-input input {
  308. cursor: pointer;
  309. }
  310. .selectize-control.single .selectize-input.input-active,
  311. .selectize-control.single .selectize-input.input-active input {
  312. cursor: text;
  313. }
  314. .selectize-control.single .selectize-input:after {
  315. content: ' ';
  316. display: block;
  317. position: absolute;
  318. top: 50%;
  319. right: 17px;
  320. margin-top: -3px;
  321. width: 0;
  322. height: 0;
  323. border-style: solid;
  324. border-width: 5px 5px 0 5px;
  325. border-color: #333333 transparent transparent transparent;
  326. }
  327. .selectize-control.single .selectize-input.dropdown-active:after {
  328. margin-top: -4px;
  329. border-width: 0 5px 5px 5px;
  330. border-color: transparent transparent #333333 transparent;
  331. }
  332. .selectize-control.rtl.single .selectize-input:after {
  333. left: 17px;
  334. right: auto;
  335. }
  336. .selectize-control.rtl .selectize-input > input {
  337. margin: 0 4px 0 -2px !important;
  338. }
  339. .selectize-control .selectize-input.disabled {
  340. opacity: 0.5;
  341. background-color: #fff;
  342. }
  343. .selectize-dropdown,
  344. .selectize-dropdown.form-control {
  345. height: auto;
  346. padding: 0;
  347. margin: 2px 0 0 0;
  348. z-index: 1000;
  349. background: #fff;
  350. border: 1px solid #ccc;
  351. border: 1px solid rgba(0, 0, 0, 0.15);
  352. -webkit-border-radius: 4px;
  353. -moz-border-radius: 4px;
  354. border-radius: 4px;
  355. -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  356. box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  357. }
  358. .selectize-dropdown .optgroup-header {
  359. font-size: 12px;
  360. line-height: 1.42857143;
  361. }
  362. .selectize-dropdown .optgroup:first-child:before {
  363. display: none;
  364. }
  365. .selectize-dropdown .optgroup:before {
  366. content: ' ';
  367. display: block;
  368. height: 1px;
  369. margin: 9px 0;
  370. overflow: hidden;
  371. background-color: #e5e5e5;
  372. margin-left: -12px;
  373. margin-right: -12px;
  374. }
  375. .selectize-dropdown-content {
  376. padding: 5px 0;
  377. }
  378. .selectize-dropdown-header {
  379. padding: 6px 12px;
  380. }
  381. .selectize-input {
  382. min-height: 34px;
  383. }
  384. .selectize-input.dropdown-active {
  385. -webkit-border-radius: 4px;
  386. -moz-border-radius: 4px;
  387. border-radius: 4px;
  388. }
  389. .selectize-input.dropdown-active::before {
  390. display: none;
  391. }
  392. .selectize-input.focus {
  393. border-color: #66afe9;
  394. outline: 0;
  395. -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  396. box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  397. }
  398. .has-error .selectize-input {
  399. border-color: #a94442;
  400. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  401. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  402. }
  403. .has-error .selectize-input:focus {
  404. border-color: #843534;
  405. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  406. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  407. }
  408. .selectize-control.multi .selectize-input.has-items {
  409. padding-left: 9px;
  410. padding-right: 9px;
  411. }
  412. .selectize-control.multi .selectize-input > div {
  413. -webkit-border-radius: 3px;
  414. -moz-border-radius: 3px;
  415. border-radius: 3px;
  416. }
  417. .form-control.selectize-control {
  418. padding: 0;
  419. height: auto;
  420. border: none;
  421. background: none;
  422. -webkit-box-shadow: none;
  423. box-shadow: none;
  424. -webkit-border-radius: 0;
  425. -moz-border-radius: 0;
  426. border-radius: 0;
  427. }