bootstrap-datetimepicker.min.css 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075
  1. /*!
  2. * Datetimepicker for Bootstrap
  3. *
  4. * Copyright 2012 Stefan Petre
  5. * Improvements by Andrew Rowls
  6. * Licensed under the Apache License v2.0
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. */.datetimepicker{padding:4px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datetimepicker-inline{width:220px}.datetimepicker.datetimepicker-rtl{direction:rtl}.datetimepicker.datetimepicker-rtl table tr td span{float:right}.datetimepicker-dropdown,.datetimepicker-dropdown-left{top:0;left:0}[class*=" datetimepicker-dropdown"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute}[class*=" datetimepicker-dropdown"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute}[class*=" datetimepicker-dropdown-top"]:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0}[class*=" datetimepicker-dropdown-top"]:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;border-bottom:0}.datetimepicker-dropdown-bottom-left:before{top:-7px;right:6px}.datetimepicker-dropdown-bottom-left:after{top:-6px;right:7px}.datetimepicker-dropdown-bottom-right:before{top:-7px;left:6px}.datetimepicker-dropdown-bottom-right:after{top:-6px;left:7px}.datetimepicker-dropdown-top-left:before{bottom:-7px;right:6px}.datetimepicker-dropdown-top-left:after{bottom:-6px;right:7px}.datetimepicker-dropdown-top-right:before{bottom:-7px;left:6px}.datetimepicker-dropdown-top-right:after{bottom:-6px;left:7px}.datetimepicker>div{display:none}.datetimepicker.minutes div.datetimepicker-minutes{display:block}.datetimepicker.hours div.datetimepicker-hours{display:block}.datetimepicker.days div.datetimepicker-days{display:block}.datetimepicker.months div.datetimepicker-months{display:block}.datetimepicker.years div.datetimepicker-years{display:block}.datetimepicker table{margin:0}.datetimepicker td,.datetimepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:0}.table-striped .datetimepicker table tr td,.table-striped .datetimepicker table tr th{background-color:transparent}.datetimepicker table tr td.minute:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.hour:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.day:hover{background:#eee;cursor:pointer}.datetimepicker table tr td.old,.datetimepicker table tr td.new{color:#999}.datetimepicker table tr td.disabled,.datetimepicker table tr td.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td.today,.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today.disabled:hover{background-color:#fde19a;background-image:-moz-linear-gradient(top,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(top,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(top,#fdd49a,#fdf59a);background-image:-o-linear-gradient(top,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a',endColorstr='#fdf59a',GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.datetimepicker table tr td.today:hover,.datetimepicker table tr td.today:hover:hover,.datetimepicker table tr td.today.disabled:hover,.datetimepicker table tr td.today.disabled:hover:hover,.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active,.datetimepicker table tr td.today.disabled,.datetimepicker table tr td.today:hover.disabled,.datetimepicker table tr td.today.disabled.disabled,.datetimepicker table tr td.today.disabled:hover.disabled,.datetimepicker table tr td.today[disabled],.datetimepicker table tr td.today:hover[disabled],.datetimepicker table tr td.today.disabled[disabled],.datetimepicker table tr td.today.disabled:hover[disabled]{background-color:#fdf59a}.datetimepicker table tr td.today:active,.datetimepicker table tr td.today:hover:active,.datetimepicker table tr td.today.disabled:active,.datetimepicker table tr td.today.disabled:hover:active,.datetimepicker table tr td.today.active,.datetimepicker table tr td.today:hover.active,.datetimepicker table tr td.today.disabled.active,.datetimepicker table tr td.today.disabled:hover.active{background-color:#fbf069}.datetimepicker table tr td.active,.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td.active:hover,.datetimepicker table tr td.active:hover:hover,.datetimepicker table tr td.active.disabled:hover,.datetimepicker table tr td.active.disabled:hover:hover,.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active,.datetimepicker table tr td.active.disabled,.datetimepicker table tr td.active:hover.disabled,.datetimepicker table tr td.active.disabled.disabled,.datetimepicker table tr td.active.disabled:hover.disabled,.datetimepicker table tr td.active[disabled],.datetimepicker table tr td.active:hover[disabled],.datetimepicker table tr td.active.disabled[disabled],.datetimepicker table tr td.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td.active:active,.datetimepicker table tr td.active:hover:active,.datetimepicker table tr td.active.disabled:active,.datetimepicker table tr td.active.disabled:hover:active,.datetimepicker table tr td.active.active,.datetimepicker table tr td.active:hover.active,.datetimepicker table tr td.active.disabled.active,.datetimepicker table tr td.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datetimepicker .datetimepicker-hours span{height:26px;line-height:26px}.datetimepicker .datetimepicker-hours table tr td span.hour_am,.datetimepicker .datetimepicker-hours table tr td span.hour_pm{width:14.6%}.datetimepicker .datetimepicker-hours fieldset legend,.datetimepicker .datetimepicker-minutes fieldset legend{margin-bottom:inherit;line-height:30px}.datetimepicker .datetimepicker-minutes span{height:26px;line-height:26px}.datetimepicker table tr td span:hover{background:#eee}.datetimepicker table tr td span.disabled,.datetimepicker table tr td span.disabled:hover{background:0;color:#999;cursor:default}.datetimepicker table tr td span.active,.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active.disabled:hover{background-color:#006dcc;background-image:-moz-linear-gradient(top,#08c,#04c);background-image:-ms-linear-gradient(top,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(top,#08c,#04c);background-image:-o-linear-gradient(top,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc',endColorstr='#0044cc',GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.datetimepicker table tr td span.active:hover,.datetimepicker table tr td span.active:hover:hover,.datetimepicker table tr td span.active.disabled:hover,.datetimepicker table tr td span.active.disabled:hover:hover,.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active,.datetimepicker table tr td span.active.disabled,.datetimepicker table tr td span.active:hover.disabled,.datetimepicker table tr td span.active.disabled.disabled,.datetimepicker table tr td span.active.disabled:hover.disabled,.datetimepicker table tr td span.active[disabled],.datetimepicker table tr td span.active:hover[disabled],.datetimepicker table tr td span.active.disabled[disabled],.datetimepicker table tr td span.active.disabled:hover[disabled]{background-color:#04c}.datetimepicker table tr td span.active:active,.datetimepicker table tr td span.active:hover:active,.datetimepicker table tr td span.active.disabled:active,.datetimepicker table tr td span.active.disabled:hover:active,.datetimepicker table tr td span.active.active,.datetimepicker table tr td span.active:hover.active,.datetimepicker table tr td span.active.disabled.active,.datetimepicker table tr td span.active.disabled:hover.active{background-color:#039}.datetimepicker table tr td span.old{color:#999}.datetimepicker th.switch{width:145px}.datetimepicker th span.glyphicon{pointer-events:none}.datetimepicker thead tr:first-child th,.datetimepicker tfoot th{cursor:pointer}.datetimepicker thead tr:first-child th:hover,.datetimepicker tfoot th:hover{background:#eee}.input-append.date .add-on i,.input-prepend.date .add-on i,.input-group.date .input-group-addon span{cursor:pointer;width:14px;height:14px}
  10. @font-face {
  11. font-family: 'Glyphicons Halflings';
  12. src: url('/plugins/bootstrap-datetimepicker/fonts/glyphicons-halflings-regular.eot');
  13. src: url('/plugins/bootstrap-datetimepicker/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/plugins/bootstrap-datetimepicker/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/plugins/bootstrap-datetimepicker/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/plugins/bootstrap-datetimepicker/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/plugins/bootstrap-datetimepicker/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
  14. }
  15. .glyphicon {
  16. position: relative;
  17. top: 1px;
  18. display: inline-block;
  19. font-family: 'Glyphicons Halflings';
  20. font-style: normal;
  21. font-weight: normal;
  22. line-height: 1;
  23. -webkit-font-smoothing: antialiased;
  24. -moz-osx-font-smoothing: grayscale;
  25. }
  26. .glyphicon-asterisk:before {
  27. content: "\002a";
  28. }
  29. .glyphicon-plus:before {
  30. content: "\002b";
  31. }
  32. .glyphicon-euro:before, .glyphicon-eur:before {
  33. content: "\20ac";
  34. }
  35. .glyphicon-minus:before {
  36. content: "\2212";
  37. }
  38. .glyphicon-cloud:before {
  39. content: "\2601";
  40. }
  41. .glyphicon-envelope:before {
  42. content: "\2709";
  43. }
  44. .glyphicon-pencil:before {
  45. content: "\270f";
  46. }
  47. .glyphicon-glass:before {
  48. content: "\e001";
  49. }
  50. .glyphicon-music:before {
  51. content: "\e002";
  52. }
  53. .glyphicon-search:before {
  54. content: "\e003";
  55. }
  56. .glyphicon-heart:before {
  57. content: "\e005";
  58. }
  59. .glyphicon-star:before {
  60. content: "\e006";
  61. }
  62. .glyphicon-star-empty:before {
  63. content: "\e007";
  64. }
  65. .glyphicon-user:before {
  66. content: "\e008";
  67. }
  68. .glyphicon-film:before {
  69. content: "\e009";
  70. }
  71. .glyphicon-th-large:before {
  72. content: "\e010";
  73. }
  74. .glyphicon-th:before {
  75. content: "\e011";
  76. }
  77. .glyphicon-th-list:before {
  78. content: "\e012";
  79. }
  80. .glyphicon-ok:before {
  81. content: "\e013";
  82. }
  83. .glyphicon-remove:before {
  84. content: "\e014";
  85. }
  86. .glyphicon-zoom-in:before {
  87. content: "\e015";
  88. }
  89. .glyphicon-zoom-out:before {
  90. content: "\e016";
  91. }
  92. .glyphicon-off:before {
  93. content: "\e017";
  94. }
  95. .glyphicon-signal:before {
  96. content: "\e018";
  97. }
  98. .glyphicon-cog:before {
  99. content: "\e019";
  100. }
  101. .glyphicon-trash:before {
  102. content: "\e020";
  103. }
  104. .glyphicon-home:before {
  105. content: "\e021";
  106. }
  107. .glyphicon-file:before {
  108. content: "\e022";
  109. }
  110. .glyphicon-time:before {
  111. content: "\e023";
  112. }
  113. .glyphicon-road:before {
  114. content: "\e024";
  115. }
  116. .glyphicon-download-alt:before {
  117. content: "\e025";
  118. }
  119. .glyphicon-download:before {
  120. content: "\e026";
  121. }
  122. .glyphicon-upload:before {
  123. content: "\e027";
  124. }
  125. .glyphicon-inbox:before {
  126. content: "\e028";
  127. }
  128. .glyphicon-play-circle:before {
  129. content: "\e029";
  130. }
  131. .glyphicon-repeat:before {
  132. content: "\e030";
  133. }
  134. .glyphicon-refresh:before {
  135. content: "\e031";
  136. }
  137. .glyphicon-list-alt:before {
  138. content: "\e032";
  139. }
  140. .glyphicon-lock:before {
  141. content: "\e033";
  142. }
  143. .glyphicon-flag:before {
  144. content: "\e034";
  145. }
  146. .glyphicon-headphones:before {
  147. content: "\e035";
  148. }
  149. .glyphicon-volume-off:before {
  150. content: "\e036";
  151. }
  152. .glyphicon-volume-down:before {
  153. content: "\e037";
  154. }
  155. .glyphicon-volume-up:before {
  156. content: "\e038";
  157. }
  158. .glyphicon-qrcode:before {
  159. content: "\e039";
  160. }
  161. .glyphicon-barcode:before {
  162. content: "\e040";
  163. }
  164. .glyphicon-tag:before {
  165. content: "\e041";
  166. }
  167. .glyphicon-tags:before {
  168. content: "\e042";
  169. }
  170. .glyphicon-book:before {
  171. content: "\e043";
  172. }
  173. .glyphicon-bookmark:before {
  174. content: "\e044";
  175. }
  176. .glyphicon-print:before {
  177. content: "\e045";
  178. }
  179. .glyphicon-camera:before {
  180. content: "\e046";
  181. }
  182. .glyphicon-font:before {
  183. content: "\e047";
  184. }
  185. .glyphicon-bold:before {
  186. content: "\e048";
  187. }
  188. .glyphicon-italic:before {
  189. content: "\e049";
  190. }
  191. .glyphicon-text-height:before {
  192. content: "\e050";
  193. }
  194. .glyphicon-text-width:before {
  195. content: "\e051";
  196. }
  197. .glyphicon-align-left:before {
  198. content: "\e052";
  199. }
  200. .glyphicon-align-center:before {
  201. content: "\e053";
  202. }
  203. .glyphicon-align-right:before {
  204. content: "\e054";
  205. }
  206. .glyphicon-align-justify:before {
  207. content: "\e055";
  208. }
  209. .glyphicon-list:before {
  210. content: "\e056";
  211. }
  212. .glyphicon-indent-left:before {
  213. content: "\e057";
  214. }
  215. .glyphicon-indent-right:before {
  216. content: "\e058";
  217. }
  218. .glyphicon-facetime-video:before {
  219. content: "\e059";
  220. }
  221. .glyphicon-picture:before {
  222. content: "\e060";
  223. }
  224. .glyphicon-map-marker:before {
  225. content: "\e062";
  226. }
  227. .glyphicon-adjust:before {
  228. content: "\e063";
  229. }
  230. .glyphicon-tint:before {
  231. content: "\e064";
  232. }
  233. .glyphicon-edit:before {
  234. content: "\e065";
  235. }
  236. .glyphicon-share:before {
  237. content: "\e066";
  238. }
  239. .glyphicon-check:before {
  240. content: "\e067";
  241. }
  242. .glyphicon-move:before {
  243. content: "\e068";
  244. }
  245. .glyphicon-step-backward:before {
  246. content: "\e069";
  247. }
  248. .glyphicon-fast-backward:before {
  249. content: "\e070";
  250. }
  251. .glyphicon-backward:before {
  252. content: "\e071";
  253. }
  254. .glyphicon-play:before {
  255. content: "\e072";
  256. }
  257. .glyphicon-pause:before {
  258. content: "\e073";
  259. }
  260. .glyphicon-stop:before {
  261. content: "\e074";
  262. }
  263. .glyphicon-forward:before {
  264. content: "\e075";
  265. }
  266. .glyphicon-fast-forward:before {
  267. content: "\e076";
  268. }
  269. .glyphicon-step-forward:before {
  270. content: "\e077";
  271. }
  272. .glyphicon-eject:before {
  273. content: "\e078";
  274. }
  275. .glyphicon-chevron-left:before {
  276. content: "\e079";
  277. }
  278. .glyphicon-chevron-right:before {
  279. content: "\e080";
  280. }
  281. .glyphicon-plus-sign:before {
  282. content: "\e081";
  283. }
  284. .glyphicon-minus-sign:before {
  285. content: "\e082";
  286. }
  287. .glyphicon-remove-sign:before {
  288. content: "\e083";
  289. }
  290. .glyphicon-ok-sign:before {
  291. content: "\e084";
  292. }
  293. .glyphicon-question-sign:before {
  294. content: "\e085";
  295. }
  296. .glyphicon-info-sign:before {
  297. content: "\e086";
  298. }
  299. .glyphicon-screenshot:before {
  300. content: "\e087";
  301. }
  302. .glyphicon-remove-circle:before {
  303. content: "\e088";
  304. }
  305. .glyphicon-ok-circle:before {
  306. content: "\e089";
  307. }
  308. .glyphicon-ban-circle:before {
  309. content: "\e090";
  310. }
  311. .glyphicon-arrow-left:before {
  312. content: "\e091";
  313. }
  314. .glyphicon-arrow-right:before {
  315. content: "\e092";
  316. }
  317. .glyphicon-arrow-up:before {
  318. content: "\e093";
  319. }
  320. .glyphicon-arrow-down:before {
  321. content: "\e094";
  322. }
  323. .glyphicon-share-alt:before {
  324. content: "\e095";
  325. }
  326. .glyphicon-resize-full:before {
  327. content: "\e096";
  328. }
  329. .glyphicon-resize-small:before {
  330. content: "\e097";
  331. }
  332. .glyphicon-exclamation-sign:before {
  333. content: "\e101";
  334. }
  335. .glyphicon-gift:before {
  336. content: "\e102";
  337. }
  338. .glyphicon-leaf:before {
  339. content: "\e103";
  340. }
  341. .glyphicon-fire:before {
  342. content: "\e104";
  343. }
  344. .glyphicon-eye-open:before {
  345. content: "\e105";
  346. }
  347. .glyphicon-eye-close:before {
  348. content: "\e106";
  349. }
  350. .glyphicon-warning-sign:before {
  351. content: "\e107";
  352. }
  353. .glyphicon-plane:before {
  354. content: "\e108";
  355. }
  356. .glyphicon-calendar:before {
  357. content: "\e109";
  358. }
  359. .glyphicon-random:before {
  360. content: "\e110";
  361. }
  362. .glyphicon-comment:before {
  363. content: "\e111";
  364. }
  365. .glyphicon-magnet:before {
  366. content: "\e112";
  367. }
  368. .glyphicon-chevron-up:before {
  369. content: "\e113";
  370. }
  371. .glyphicon-chevron-down:before {
  372. content: "\e114";
  373. }
  374. .glyphicon-retweet:before {
  375. content: "\e115";
  376. }
  377. .glyphicon-shopping-cart:before {
  378. content: "\e116";
  379. }
  380. .glyphicon-folder-close:before {
  381. content: "\e117";
  382. }
  383. .glyphicon-folder-open:before {
  384. content: "\e118";
  385. }
  386. .glyphicon-resize-vertical:before {
  387. content: "\e119";
  388. }
  389. .glyphicon-resize-horizontal:before {
  390. content: "\e120";
  391. }
  392. .glyphicon-hdd:before {
  393. content: "\e121";
  394. }
  395. .glyphicon-bullhorn:before {
  396. content: "\e122";
  397. }
  398. .glyphicon-bell:before {
  399. content: "\e123";
  400. }
  401. .glyphicon-certificate:before {
  402. content: "\e124";
  403. }
  404. .glyphicon-thumbs-up:before {
  405. content: "\e125";
  406. }
  407. .glyphicon-thumbs-down:before {
  408. content: "\e126";
  409. }
  410. .glyphicon-hand-right:before {
  411. content: "\e127";
  412. }
  413. .glyphicon-hand-left:before {
  414. content: "\e128";
  415. }
  416. .glyphicon-hand-up:before {
  417. content: "\e129";
  418. }
  419. .glyphicon-hand-down:before {
  420. content: "\e130";
  421. }
  422. .glyphicon-circle-arrow-right:before {
  423. content: "\e131";
  424. }
  425. .glyphicon-circle-arrow-left:before {
  426. content: "\e132";
  427. }
  428. .glyphicon-circle-arrow-up:before {
  429. content: "\e133";
  430. }
  431. .glyphicon-circle-arrow-down:before {
  432. content: "\e134";
  433. }
  434. .glyphicon-globe:before {
  435. content: "\e135";
  436. }
  437. .glyphicon-wrench:before {
  438. content: "\e136";
  439. }
  440. .glyphicon-tasks:before {
  441. content: "\e137";
  442. }
  443. .glyphicon-filter:before {
  444. content: "\e138";
  445. }
  446. .glyphicon-briefcase:before {
  447. content: "\e139";
  448. }
  449. .glyphicon-fullscreen:before {
  450. content: "\e140";
  451. }
  452. .glyphicon-dashboard:before {
  453. content: "\e141";
  454. }
  455. .glyphicon-paperclip:before {
  456. content: "\e142";
  457. }
  458. .glyphicon-heart-empty:before {
  459. content: "\e143";
  460. }
  461. .glyphicon-link:before {
  462. content: "\e144";
  463. }
  464. .glyphicon-phone:before {
  465. content: "\e145";
  466. }
  467. .glyphicon-pushpin:before {
  468. content: "\e146";
  469. }
  470. .glyphicon-usd:before {
  471. content: "\e148";
  472. }
  473. .glyphicon-gbp:before {
  474. content: "\e149";
  475. }
  476. .glyphicon-sort:before {
  477. content: "\e150";
  478. }
  479. .glyphicon-sort-by-alphabet:before {
  480. content: "\e151";
  481. }
  482. .glyphicon-sort-by-alphabet-alt:before {
  483. content: "\e152";
  484. }
  485. .glyphicon-sort-by-order:before {
  486. content: "\e153";
  487. }
  488. .glyphicon-sort-by-order-alt:before {
  489. content: "\e154";
  490. }
  491. .glyphicon-sort-by-attributes:before {
  492. content: "\e155";
  493. }
  494. .glyphicon-sort-by-attributes-alt:before {
  495. content: "\e156";
  496. }
  497. .glyphicon-unchecked:before {
  498. content: "\e157";
  499. }
  500. .glyphicon-expand:before {
  501. content: "\e158";
  502. }
  503. .glyphicon-collapse-down:before {
  504. content: "\e159";
  505. }
  506. .glyphicon-collapse-up:before {
  507. content: "\e160";
  508. }
  509. .glyphicon-log-in:before {
  510. content: "\e161";
  511. }
  512. .glyphicon-flash:before {
  513. content: "\e162";
  514. }
  515. .glyphicon-log-out:before {
  516. content: "\e163";
  517. }
  518. .glyphicon-new-window:before {
  519. content: "\e164";
  520. }
  521. .glyphicon-record:before {
  522. content: "\e165";
  523. }
  524. .glyphicon-save:before {
  525. content: "\e166";
  526. }
  527. .glyphicon-open:before {
  528. content: "\e167";
  529. }
  530. .glyphicon-saved:before {
  531. content: "\e168";
  532. }
  533. .glyphicon-import:before {
  534. content: "\e169";
  535. }
  536. .glyphicon-export:before {
  537. content: "\e170";
  538. }
  539. .glyphicon-send:before {
  540. content: "\e171";
  541. }
  542. .glyphicon-floppy-disk:before {
  543. content: "\e172";
  544. }
  545. .glyphicon-floppy-saved:before {
  546. content: "\e173";
  547. }
  548. .glyphicon-floppy-remove:before {
  549. content: "\e174";
  550. }
  551. .glyphicon-floppy-save:before {
  552. content: "\e175";
  553. }
  554. .glyphicon-floppy-open:before {
  555. content: "\e176";
  556. }
  557. .glyphicon-credit-card:before {
  558. content: "\e177";
  559. }
  560. .glyphicon-transfer:before {
  561. content: "\e178";
  562. }
  563. .glyphicon-cutlery:before {
  564. content: "\e179";
  565. }
  566. .glyphicon-header:before {
  567. content: "\e180";
  568. }
  569. .glyphicon-compressed:before {
  570. content: "\e181";
  571. }
  572. .glyphicon-earphone:before {
  573. content: "\e182";
  574. }
  575. .glyphicon-phone-alt:before {
  576. content: "\e183";
  577. }
  578. .glyphicon-tower:before {
  579. content: "\e184";
  580. }
  581. .glyphicon-stats:before {
  582. content: "\e185";
  583. }
  584. .glyphicon-sd-video:before {
  585. content: "\e186";
  586. }
  587. .glyphicon-hd-video:before {
  588. content: "\e187";
  589. }
  590. .glyphicon-subtitles:before {
  591. content: "\e188";
  592. }
  593. .glyphicon-sound-stereo:before {
  594. content: "\e189";
  595. }
  596. .glyphicon-sound-dolby:before {
  597. content: "\e190";
  598. }
  599. .glyphicon-sound-5-1:before {
  600. content: "\e191";
  601. }
  602. .glyphicon-sound-6-1:before {
  603. content: "\e192";
  604. }
  605. .glyphicon-sound-7-1:before {
  606. content: "\e193";
  607. }
  608. .glyphicon-copyright-mark:before {
  609. content: "\e194";
  610. }
  611. .glyphicon-registration-mark:before {
  612. content: "\e195";
  613. }
  614. .glyphicon-cloud-download:before {
  615. content: "\e197";
  616. }
  617. .glyphicon-cloud-upload:before {
  618. content: "\e198";
  619. }
  620. .glyphicon-tree-conifer:before {
  621. content: "\e199";
  622. }
  623. .glyphicon-tree-deciduous:before {
  624. content: "\e200";
  625. }
  626. .glyphicon-cd:before {
  627. content: "\e201";
  628. }
  629. .glyphicon-save-file:before {
  630. content: "\e202";
  631. }
  632. .glyphicon-open-file:before {
  633. content: "\e203";
  634. }
  635. .glyphicon-level-up:before {
  636. content: "\e204";
  637. }
  638. .glyphicon-copy:before {
  639. content: "\e205";
  640. }
  641. .glyphicon-paste:before {
  642. content: "\e206";
  643. }
  644. .glyphicon-alert:before {
  645. content: "\e209";
  646. }
  647. .glyphicon-equalizer:before {
  648. content: "\e210";
  649. }
  650. .glyphicon-king:before {
  651. content: "\e211";
  652. }
  653. .glyphicon-queen:before {
  654. content: "\e212";
  655. }
  656. .glyphicon-pawn:before {
  657. content: "\e213";
  658. }
  659. .glyphicon-bishop:before {
  660. content: "\e214";
  661. }
  662. .glyphicon-knight:before {
  663. content: "\e215";
  664. }
  665. .glyphicon-baby-formula:before {
  666. content: "\e216";
  667. }
  668. .glyphicon-tent:before {
  669. content: "\26fa";
  670. }
  671. .glyphicon-blackboard:before {
  672. content: "\e218";
  673. }
  674. .glyphicon-bed:before {
  675. content: "\e219";
  676. }
  677. .glyphicon-apple:before {
  678. content: "\f8ff";
  679. }
  680. .glyphicon-erase:before {
  681. content: "\e221";
  682. }
  683. .glyphicon-hourglass:before {
  684. content: "\231b";
  685. }
  686. .glyphicon-lamp:before {
  687. content: "\e223";
  688. }
  689. .glyphicon-duplicate:before {
  690. content: "\e224";
  691. }
  692. .glyphicon-piggy-bank:before {
  693. content: "\e225";
  694. }
  695. .glyphicon-scissors:before {
  696. content: "\e226";
  697. }
  698. .glyphicon-bitcoin:before {
  699. content: "\e227";
  700. }
  701. .glyphicon-btc:before {
  702. content: "\e227";
  703. }
  704. .glyphicon-xbt:before {
  705. content: "\e227";
  706. }
  707. .glyphicon-yen:before {
  708. content: "\00a5";
  709. }
  710. .glyphicon-jpy:before {
  711. content: "\00a5";
  712. }
  713. .glyphicon-ruble:before {
  714. content: "\20bd";
  715. }
  716. .glyphicon-rub:before {
  717. content: "\20bd";
  718. }
  719. .glyphicon-scale:before {
  720. content: "\e230";
  721. }
  722. .glyphicon-ice-lolly:before {
  723. content: "\e231";
  724. }
  725. .glyphicon-ice-lolly-tasted:before {
  726. content: "\e232";
  727. }
  728. .glyphicon-education:before {
  729. content: "\e233";
  730. }
  731. .glyphicon-option-horizontal:before {
  732. content: "\e234";
  733. }
  734. .glyphicon-option-vertical:before {
  735. content: "\e235";
  736. }
  737. .glyphicon-menu-hamburger:before {
  738. content: "\e236";
  739. }
  740. .glyphicon-modal-window:before {
  741. content: "\e237";
  742. }
  743. .glyphicon-oil:before {
  744. content: "\e238";
  745. }
  746. .glyphicon-grain:before {
  747. content: "\e239";
  748. }
  749. .glyphicon-sunglasses:before {
  750. content: "\e240";
  751. }
  752. .glyphicon-text-size:before {
  753. content: "\e241";
  754. }
  755. .glyphicon-text-color:before {
  756. content: "\e242";
  757. }
  758. .glyphicon-text-background:before {
  759. content: "\e243";
  760. }
  761. .glyphicon-object-align-top:before {
  762. content: "\e244";
  763. }
  764. .glyphicon-object-align-bottom:before {
  765. content: "\e245";
  766. }
  767. .glyphicon-object-align-horizontal:before {
  768. content: "\e246";
  769. }
  770. .glyphicon-object-align-left:before {
  771. content: "\e247";
  772. }
  773. .glyphicon-object-align-vertical:before {
  774. content: "\e248";
  775. }
  776. .glyphicon-object-align-right:before {
  777. content: "\e249";
  778. }
  779. .glyphicon-triangle-right:before {
  780. content: "\e250";
  781. }
  782. .glyphicon-triangle-left:before {
  783. content: "\e251";
  784. }
  785. .glyphicon-triangle-bottom:before {
  786. content: "\e252";
  787. }
  788. .glyphicon-triangle-top:before {
  789. content: "\e253";
  790. }
  791. .glyphicon-console:before {
  792. content: "\e254";
  793. }
  794. .glyphicon-superscript:before {
  795. content: "\e255";
  796. }
  797. .glyphicon-subscript:before {
  798. content: "\e256";
  799. }
  800. .glyphicon-menu-left:before {
  801. content: "\e257";
  802. }
  803. .glyphicon-menu-right:before {
  804. content: "\e258";
  805. }
  806. .glyphicon-menu-down:before {
  807. content: "\e259";
  808. }
  809. .glyphicon-menu-up:before {
  810. content: "\e260";
  811. }