volt-semantic-ui 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (155) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +0 -0
  3. data/Gemfile +0 -0
  4. data/LICENSE.txt +0 -0
  5. data/README.md +0 -0
  6. data/Rakefile +0 -0
  7. data/app/semanticui/assets/css/semantic.min.css +3 -3
  8. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.eot +0 -0
  9. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.svg +0 -0
  10. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.ttf +0 -0
  11. data/app/semanticui/assets/css/themes/basic/assets/fonts/icons.woff +0 -0
  12. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.eot +0 -0
  13. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.otf +0 -0
  14. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.svg +526 -465
  15. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.ttf +0 -0
  16. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.woff +0 -0
  17. data/app/semanticui/assets/css/themes/default/assets/fonts/icons.woff2 +0 -0
  18. data/app/semanticui/assets/css/themes/default/assets/images/flags.png +0 -0
  19. data/app/semanticui/assets/js/components/accordion.css +256 -0
  20. data/app/semanticui/assets/js/components/accordion.js +578 -0
  21. data/app/semanticui/assets/js/components/accordion.min.css +10 -0
  22. data/app/semanticui/assets/js/components/accordion.min.js +11 -0
  23. data/app/semanticui/assets/js/components/ad.css +276 -0
  24. data/app/semanticui/assets/js/components/ad.min.css +10 -0
  25. data/app/semanticui/assets/js/components/api.js +871 -0
  26. data/app/semanticui/assets/js/components/api.min.js +11 -0
  27. data/app/semanticui/assets/js/components/breadcrumb.css +124 -0
  28. data/app/semanticui/assets/js/components/breadcrumb.min.css +10 -0
  29. data/app/semanticui/assets/js/components/button.css +2391 -0
  30. data/app/semanticui/assets/js/components/button.min.css +10 -0
  31. data/app/semanticui/assets/js/components/card.css +909 -0
  32. data/app/semanticui/assets/js/components/card.min.css +10 -0
  33. data/app/semanticui/assets/js/components/checkbox.css +513 -0
  34. data/app/semanticui/assets/js/components/checkbox.js +509 -0
  35. data/app/semanticui/assets/js/components/checkbox.min.css +10 -0
  36. data/app/semanticui/assets/js/components/checkbox.min.js +11 -0
  37. data/app/semanticui/assets/js/components/comment.css +259 -0
  38. data/app/semanticui/assets/js/components/comment.min.css +10 -0
  39. data/app/semanticui/assets/js/components/dimmer.css +186 -0
  40. data/app/semanticui/assets/js/components/dimmer.js +669 -0
  41. data/app/semanticui/assets/js/components/dimmer.min.css +10 -0
  42. data/app/semanticui/assets/js/components/dimmer.min.js +11 -0
  43. data/app/semanticui/assets/js/components/divider.css +241 -0
  44. data/app/semanticui/assets/js/components/divider.min.css +10 -0
  45. data/app/semanticui/assets/js/components/dropdown.css +1103 -0
  46. data/app/semanticui/assets/js/components/dropdown.js +1795 -0
  47. data/app/semanticui/assets/js/components/dropdown.min.css +10 -0
  48. data/app/semanticui/assets/js/components/dropdown.min.js +11 -0
  49. data/app/semanticui/assets/js/components/feed.css +276 -0
  50. data/app/semanticui/assets/js/components/feed.min.css +10 -0
  51. data/app/semanticui/assets/js/components/flag.css +1024 -0
  52. data/app/semanticui/assets/js/components/flag.min.css +10 -0
  53. data/app/semanticui/assets/js/components/form.css +891 -0
  54. data/app/semanticui/assets/js/components/form.js +1118 -0
  55. data/app/semanticui/assets/js/components/form.min.css +10 -0
  56. data/app/semanticui/assets/js/components/form.min.js +11 -0
  57. data/app/semanticui/assets/js/components/grid.css +1871 -0
  58. data/app/semanticui/assets/js/components/grid.min.css +10 -0
  59. data/app/semanticui/assets/js/components/header.css +596 -0
  60. data/app/semanticui/assets/js/components/header.min.css +10 -0
  61. data/app/semanticui/assets/js/components/icon.css +2467 -0
  62. data/app/semanticui/assets/js/components/icon.min.css +10 -0
  63. data/app/semanticui/assets/js/components/image.css +288 -0
  64. data/app/semanticui/assets/js/components/image.min.css +10 -0
  65. data/app/semanticui/assets/js/components/input.css +439 -0
  66. data/app/semanticui/assets/js/components/input.min.css +10 -0
  67. data/app/semanticui/assets/js/components/item.css +456 -0
  68. data/app/semanticui/assets/js/components/item.min.css +10 -0
  69. data/app/semanticui/assets/js/components/label.css +963 -0
  70. data/app/semanticui/assets/js/components/label.min.css +10 -0
  71. data/app/semanticui/assets/js/components/list.css +878 -0
  72. data/app/semanticui/assets/js/components/list.min.css +10 -0
  73. data/app/semanticui/assets/js/components/loader.css +284 -0
  74. data/app/semanticui/assets/js/components/loader.min.css +10 -0
  75. data/app/semanticui/assets/js/components/menu.css +1608 -0
  76. data/app/semanticui/assets/js/components/menu.min.css +10 -0
  77. data/app/semanticui/assets/js/components/message.css +421 -0
  78. data/app/semanticui/assets/js/components/message.min.css +10 -0
  79. data/app/semanticui/assets/js/components/modal.css +432 -0
  80. data/app/semanticui/assets/js/components/modal.js +860 -0
  81. data/app/semanticui/assets/js/components/modal.min.css +10 -0
  82. data/app/semanticui/assets/js/components/modal.min.js +11 -0
  83. data/app/semanticui/assets/js/components/nag.css +148 -0
  84. data/app/semanticui/assets/js/components/nag.js +477 -0
  85. data/app/semanticui/assets/js/components/nag.min.css +10 -0
  86. data/app/semanticui/assets/js/components/nag.min.js +11 -0
  87. data/app/semanticui/assets/js/components/popup.css +293 -0
  88. data/app/semanticui/assets/js/components/popup.js +1224 -0
  89. data/app/semanticui/assets/js/components/popup.min.css +10 -0
  90. data/app/semanticui/assets/js/components/popup.min.js +11 -0
  91. data/app/semanticui/assets/js/components/progress.css +461 -0
  92. data/app/semanticui/assets/js/components/progress.js +785 -0
  93. data/app/semanticui/assets/js/components/progress.min.css +10 -0
  94. data/app/semanticui/assets/js/components/progress.min.js +11 -0
  95. data/app/semanticui/assets/js/components/rail.css +124 -0
  96. data/app/semanticui/assets/js/components/rail.min.css +10 -0
  97. data/app/semanticui/assets/js/components/rating.css +251 -0
  98. data/app/semanticui/assets/js/components/rating.js +451 -0
  99. data/app/semanticui/assets/js/components/rating.min.css +10 -0
  100. data/app/semanticui/assets/js/components/rating.min.js +11 -0
  101. data/app/semanticui/assets/js/components/reset.css +429 -0
  102. data/app/semanticui/assets/js/components/reset.min.css +10 -0
  103. data/app/semanticui/assets/js/components/reveal.css +293 -0
  104. data/app/semanticui/assets/js/components/reveal.min.css +10 -0
  105. data/app/semanticui/assets/js/components/search.css +329 -0
  106. data/app/semanticui/assets/js/components/search.js +1096 -0
  107. data/app/semanticui/assets/js/components/search.min.css +10 -0
  108. data/app/semanticui/assets/js/components/search.min.js +11 -0
  109. data/app/semanticui/assets/js/components/segment.css +635 -0
  110. data/app/semanticui/assets/js/components/segment.min.css +10 -0
  111. data/app/semanticui/assets/js/components/shape.css +154 -0
  112. data/app/semanticui/assets/js/components/shape.js +830 -0
  113. data/app/semanticui/assets/js/components/shape.min.css +10 -0
  114. data/app/semanticui/assets/js/components/shape.min.js +11 -0
  115. data/app/semanticui/assets/js/components/sidebar.css +625 -0
  116. data/app/semanticui/assets/js/components/sidebar.js +1089 -0
  117. data/app/semanticui/assets/js/components/sidebar.min.css +10 -0
  118. data/app/semanticui/assets/js/components/sidebar.min.js +11 -0
  119. data/app/semanticui/assets/js/components/site.css +160 -0
  120. data/app/semanticui/assets/js/components/site.js +487 -0
  121. data/app/semanticui/assets/js/components/site.min.css +10 -0
  122. data/app/semanticui/assets/js/components/site.min.js +11 -0
  123. data/app/semanticui/assets/js/components/state.js +695 -0
  124. data/app/semanticui/assets/js/components/state.min.js +11 -0
  125. data/app/semanticui/assets/js/components/statistic.css +409 -0
  126. data/app/semanticui/assets/js/components/statistic.min.css +10 -0
  127. data/app/semanticui/assets/js/components/step.css +432 -0
  128. data/app/semanticui/assets/js/components/step.min.css +10 -0
  129. data/app/semanticui/assets/js/components/sticky.css +79 -0
  130. data/app/semanticui/assets/js/components/sticky.js +792 -0
  131. data/app/semanticui/assets/js/components/sticky.min.css +10 -0
  132. data/app/semanticui/assets/js/components/sticky.min.js +11 -0
  133. data/app/semanticui/assets/js/components/tab.css +92 -0
  134. data/app/semanticui/assets/js/components/tab.js +802 -0
  135. data/app/semanticui/assets/js/components/tab.min.css +10 -0
  136. data/app/semanticui/assets/js/components/tab.min.js +11 -0
  137. data/app/semanticui/assets/js/components/table.css +1000 -0
  138. data/app/semanticui/assets/js/components/table.min.css +10 -0
  139. data/app/semanticui/assets/js/components/transition.css +1990 -0
  140. data/app/semanticui/assets/js/components/transition.js +1038 -0
  141. data/app/semanticui/assets/js/components/transition.min.css +10 -0
  142. data/app/semanticui/assets/js/components/transition.min.js +11 -0
  143. data/app/semanticui/assets/js/components/video.css +125 -0
  144. data/app/semanticui/assets/js/components/video.js +540 -0
  145. data/app/semanticui/assets/js/components/video.min.css +10 -0
  146. data/app/semanticui/assets/js/components/video.min.js +11 -0
  147. data/app/semanticui/assets/js/components/visibility.js +1032 -0
  148. data/app/semanticui/assets/js/components/visibility.min.js +11 -0
  149. data/app/semanticui/assets/js/semantic.min.js +9 -9
  150. data/lib/volt/semanticui.rb +0 -0
  151. data/lib/volt/semanticui/version.rb +1 -1
  152. data/volt-semantic-ui-0.0.1.gem +0 -0
  153. data/volt-semanticui-0.0.1.gem +0 -0
  154. data/volt-semanticui.gemspec +0 -0
  155. metadata +141 -10
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dimmer
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */.dimmable{position:relative}.ui.dimmer{display:none;position:absolute;top:0!important;left:0!important;width:100%;height:100%;text-align:center;vertical-align:middle;background:rgba(0,0,0,.85);opacity:0;line-height:1;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-transition:background-color .5s linear;transition:background-color .5s linear;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{width:100%;height:100%;display:table;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.ui.dimmer>.content>div{display:table-cell;vertical-align:middle;color:#fff}.ui.segment>.ui.dimmer{border-radius:inherit!important}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:block;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.ui.page.dimmer{position:fixed;-webkit-transform-style:'';transform-style:'';-webkit-perspective:2000px;perspective:2000px;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.ui.inverted.dimmer{background:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content>*{color:#fff}.ui.simple.dimmer{display:block;overflow:hidden;opacity:1;width:0;height:0;z-index:-100;background-color:transparent}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background:rgba(255,255,255,.85)}
@@ -0,0 +1,11 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dimmer
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+ !function(e,i,n,t){"use strict";e.fn.dimmer=function(i){var o,a=e(this),r=(new Date).getTime(),m=[],s=arguments[0],d="string"==typeof s,c=[].slice.call(arguments,1);return a.each(function(){var u,l,f,g=e.isPlainObject(i)?e.extend(!0,{},e.fn.dimmer.settings,i):e.extend({},e.fn.dimmer.settings),p=g.selector,h=g.namespace,b=g.className,v=g.error,y="."+h,C="module-"+h,w=a.selector||"",S="ontouchstart"in n.documentElement?"touchstart":"click",D=e(this),T=this,N=D.data(C);f={preinitialize:function(){f.is.dimmer()?(l=D.parent(),u=D):(l=D,u=f.has.dimmer()?g.dimmerName?l.children(p.dimmer).filter("."+g.dimmerName):l.children(p.dimmer):f.create())},initialize:function(){f.debug("Initializing dimmer",g),"hover"==g.on?l.on("mouseenter"+y,f.show).on("mouseleave"+y,f.hide):"click"==g.on&&l.on(S+y,f.toggle),f.is.page()&&(f.debug("Setting as a page dimmer",l),f.set.pageDimmer()),f.is.closable()&&(f.verbose("Adding dimmer close event",u),u.on(S+y,f.event.click)),f.set.dimmable(),f.instantiate()},instantiate:function(){f.verbose("Storing instance of module",f),N=f,D.data(C,N)},destroy:function(){f.verbose("Destroying previous module",u),D.removeData(C),l.off(y),u.off(y)},event:{click:function(i){f.verbose("Determining if event occured on dimmer",i),(0===u.find(i.target).length||e(i.target).is(p.content))&&(f.hide(),i.stopImmediatePropagation())}},addContent:function(i){var n=e(i);f.debug("Add content to dimmer",n),n.parent()[0]!==u[0]&&n.detach().appendTo(u)},create:function(){var i=e(g.template.dimmer());return g.variation&&(f.debug("Creating dimmer with variation",g.variation),i.addClass(b.variation)),g.dimmerName&&(f.debug("Creating named dimmer",g.dimmerName),i.addClass(g.dimmerName)),i.appendTo(l),i},show:function(i){i=e.isFunction(i)?i:function(){},f.debug("Showing dimmer",u,g),f.is.dimmed()&&!f.is.animating()||!f.is.enabled()?f.debug("Dimmer is already shown or disabled"):(f.animate.show(i),g.onShow.call(T),g.onChange.call(T))},hide:function(i){i=e.isFunction(i)?i:function(){},f.is.dimmed()||f.is.animating()?(f.debug("Hiding dimmer",u),f.animate.hide(i),g.onHide.call(T),g.onChange.call(T)):f.debug("Dimmer is not visible")},toggle:function(){f.verbose("Toggling dimmer visibility",u),f.is.dimmed()?f.hide():f.show()},animate:{show:function(i){i=e.isFunction(i)?i:function(){},g.useCSS&&e.fn.transition!==t&&u.transition("is supported")?("auto"!==g.opacity&&f.set.opacity(),u.transition({animation:g.transition+" in",queue:!1,duration:f.get.duration(),useFailSafe:!0,onStart:function(){f.set.dimmed()},onComplete:function(){f.set.active(),i()}})):(f.verbose("Showing dimmer animation with javascript"),f.set.dimmed(),"auto"==g.opacity&&(g.opacity=.8),u.stop().css({opacity:0,width:"100%",height:"100%"}).fadeTo(f.get.duration(),g.opacity,function(){u.removeAttr("style"),f.set.active(),i()}))},hide:function(i){i=e.isFunction(i)?i:function(){},g.useCSS&&e.fn.transition!==t&&u.transition("is supported")?(f.verbose("Hiding dimmer with css"),u.transition({animation:g.transition+" out",queue:!1,duration:f.get.duration(),useFailSafe:!0,onStart:function(){f.remove.dimmed()},onComplete:function(){f.remove.active(),i()}})):(f.verbose("Hiding dimmer with javascript"),f.remove.dimmed(),u.stop().fadeOut(f.get.duration(),function(){f.remove.active(),u.removeAttr("style"),i()}))}},get:{dimmer:function(){return u},duration:function(){return"object"==typeof g.duration?f.is.active()?g.duration.hide:g.duration.show:g.duration}},has:{dimmer:function(){return g.dimmerName?D.children(p.dimmer).filter("."+g.dimmerName).length>0:D.children(p.dimmer).length>0}},is:{active:function(){return u.hasClass(b.active)},animating:function(){return u.is(":animated")||u.hasClass(b.animating)},closable:function(){return"auto"==g.closable?"hover"==g.on?!1:!0:g.closable},dimmer:function(){return D.is(p.dimmer)},dimmable:function(){return D.is(p.dimmable)},dimmed:function(){return l.hasClass(b.dimmed)},disabled:function(){return l.hasClass(b.disabled)},enabled:function(){return!f.is.disabled()},page:function(){return l.is("body")},pageDimmer:function(){return u.hasClass(b.pageDimmer)}},can:{show:function(){return!u.hasClass(b.disabled)}},set:{opacity:function(e){var e=g.opacity||e,i=u.css("background-color"),n=i.split(","),t=n&&4==n.length;t?(n[3]=e+")",i=n.join(",")):i="rgba(0, 0, 0, "+e+")",f.debug("Setting opacity to",e),u.css("background-color",i)},active:function(){u.addClass(b.active)},dimmable:function(){l.addClass(b.dimmable)},dimmed:function(){l.addClass(b.dimmed)},pageDimmer:function(){u.addClass(b.pageDimmer)},disabled:function(){u.addClass(b.disabled)}},remove:{active:function(){u.removeClass(b.active)},dimmed:function(){l.removeClass(b.dimmed)},disabled:function(){u.removeClass(b.disabled)}},setting:function(i,n){if(f.debug("Changing setting",i,n),e.isPlainObject(i))e.extend(!0,g,i);else{if(n===t)return g[i];g[i]=n}},internal:function(i,n){if(e.isPlainObject(i))e.extend(!0,f,i);else{if(n===t)return f[i];f[i]=n}},debug:function(){g.debug&&(g.performance?f.performance.log(arguments):(f.debug=Function.prototype.bind.call(console.info,console,g.name+":"),f.debug.apply(console,arguments)))},verbose:function(){g.verbose&&g.debug&&(g.performance?f.performance.log(arguments):(f.verbose=Function.prototype.bind.call(console.info,console,g.name+":"),f.verbose.apply(console,arguments)))},error:function(){f.error=Function.prototype.bind.call(console.error,console,g.name+":"),f.error.apply(console,arguments)},performance:{log:function(e){var i,n,t;g.performance&&(i=(new Date).getTime(),t=r||i,n=i-t,r=i,m.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:T,"Execution Time":n})),clearTimeout(f.performance.timer),f.performance.timer=setTimeout(f.performance.display,100)},display:function(){var i=g.name+":",n=0;r=!1,clearTimeout(f.performance.timer),e.each(m,function(e,i){n+=i["Execution Time"]}),i+=" "+n+"ms",w&&(i+=" '"+w+"'"),a.length>1&&(i+=" ("+a.length+")"),(console.group!==t||console.table!==t)&&m.length>0&&(console.groupCollapsed(i),console.table?console.table(m):e.each(m,function(e,i){console.log(i.Name+": "+i["Execution Time"]+"ms")}),console.groupEnd()),m=[]}},invoke:function(i,n,a){var r,m,s,d=N;return n=n||c,a=T||a,"string"==typeof i&&d!==t&&(i=i.split(/[\. ]/),r=i.length-1,e.each(i,function(n,o){var a=n!=r?o+i[n+1].charAt(0).toUpperCase()+i[n+1].slice(1):i;if(e.isPlainObject(d[a])&&n!=r)d=d[a];else{if(d[a]!==t)return m=d[a],!1;if(!e.isPlainObject(d[o])||n==r)return d[o]!==t?(m=d[o],!1):(f.error(v.method,i),!1);d=d[o]}})),e.isFunction(m)?s=m.apply(a,n):m!==t&&(s=m),e.isArray(o)?o.push(s):o!==t?o=[o,s]:s!==t&&(o=s),m}},f.preinitialize(),d?(N===t&&f.initialize(),f.invoke(s)):(N!==t&&N.invoke("destroy"),f.initialize())}),o!==t?o:this},e.fn.dimmer.settings={name:"Dimmer",namespace:"dimmer",debug:!1,verbose:!0,performance:!0,dimmerName:!1,variation:!1,closable:"auto",useCSS:!0,transition:"fade",on:!1,opacity:"auto",duration:{show:500,hide:500},onChange:function(){},onShow:function(){},onHide:function(){},error:{method:"The method you called is not defined."},selector:{dimmable:".dimmable",dimmer:".ui.dimmer",content:".ui.dimmer > .content, .ui.dimmer > .content > .center"},template:{dimmer:function(){return e("<div />").attr("class","ui dimmer")}},className:{active:"active",animating:"animating",dimmable:"dimmable",dimmed:"dimmed",disabled:"disabled",hide:"hide",pageDimmer:"page",show:"show"}}}(jQuery,window,document);
@@ -0,0 +1,241 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Divider
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Divider
15
+ *******************************/
16
+
17
+ .ui.divider {
18
+ margin: 1rem 0rem;
19
+ line-height: 1;
20
+ height: 0em;
21
+ font-weight: bold;
22
+ text-transform: uppercase;
23
+ letter-spacing: 0.05em;
24
+ color: rgba(0, 0, 0, 0.85);
25
+ -webkit-user-select: none;
26
+ -moz-user-select: none;
27
+ -ms-user-select: none;
28
+ user-select: none;
29
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
30
+ }
31
+
32
+ /*--------------
33
+ Basic
34
+ ---------------*/
35
+
36
+ .ui.divider:not(.vertical):not(.horizontal) {
37
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
38
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
39
+ }
40
+
41
+ /*--------------
42
+ Coupling
43
+ ---------------*/
44
+
45
+ .ui.grid > .ui.divider {
46
+ font-size: 1rem;
47
+ }
48
+
49
+ /*--------------
50
+ Horizontal
51
+ ---------------*/
52
+
53
+ .ui.horizontal.divider {
54
+ position: relative;
55
+ height: auto;
56
+ margin: '';
57
+ overflow: hidden;
58
+ line-height: 1;
59
+ text-align: center;
60
+ }
61
+ .ui.horizontal.divider:before,
62
+ .ui.horizontal.divider:after {
63
+ position: absolute;
64
+ content: '';
65
+ z-index: 3;
66
+ width: 50%;
67
+ top: 50%;
68
+ height: 0px;
69
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
70
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
71
+ }
72
+ .ui.horizontal.divider:before {
73
+ margin-left: -webkit-calc(-50% - 1em );
74
+ margin-left: calc(-50% - 1em );
75
+ }
76
+ .ui.horizontal.divider:after {
77
+ margin-left: 1em;
78
+ }
79
+
80
+ /*--------------
81
+ Vertical
82
+ ---------------*/
83
+
84
+ .ui.vertical.divider {
85
+ position: absolute;
86
+ z-index: 2;
87
+ top: 50%;
88
+ left: 50%;
89
+ margin: 0rem;
90
+ padding: 0em;
91
+ width: auto;
92
+ height: 50%;
93
+ line-height: 0em;
94
+ text-align: center;
95
+ -webkit-transform: translateX(-50%);
96
+ -ms-transform: translateX(-50%);
97
+ transform: translateX(-50%);
98
+ }
99
+ .ui.vertical.divider:before,
100
+ .ui.vertical.divider:after {
101
+ position: absolute;
102
+ left: 50%;
103
+ content: '';
104
+ z-index: 3;
105
+ border-left: 1px solid rgba(0, 0, 0, 0.1);
106
+ border-right: 1px solid rgba(255, 255, 255, 0.2);
107
+ width: 0%;
108
+ height: -webkit-calc(100% - 1rem );
109
+ height: calc(100% - 1rem );
110
+ }
111
+ .ui.vertical.divider:before {
112
+ top: -100%;
113
+ }
114
+ .ui.vertical.divider:after {
115
+ top: auto;
116
+ bottom: 0px;
117
+ }
118
+
119
+ /* Inside grid */
120
+ @media only screen and (max-width: 767px) {
121
+ .ui.stackable.grid .ui.vertical.divider,
122
+ .ui.grid .stackable.row .ui.vertical.divider {
123
+ position: relative;
124
+ margin: 1rem 0rem;
125
+ left: 50%;
126
+ height: auto;
127
+ overflow: hidden;
128
+ line-height: 1;
129
+ text-align: center;
130
+ }
131
+ .ui.stackable.grid .ui.vertical.divider:before,
132
+ .ui.grid .stackable.row .ui.vertical.divider:before,
133
+ .ui.stackable.grid .ui.vertical.divider:after,
134
+ .ui.grid .stackable.row .ui.vertical.divider:after {
135
+ position: absolute;
136
+ left: auto;
137
+ content: '';
138
+ z-index: 3;
139
+ width: 50%;
140
+ top: 50%;
141
+ height: 0px;
142
+ border-top: 1px solid rgba(0, 0, 0, 0.1);
143
+ border-bottom: 1px solid rgba(255, 255, 255, 0.2);
144
+ }
145
+ .ui.stackable.grid .ui.vertical.divider:before,
146
+ .ui.grid .stackable.row .ui.vertical.divider:before {
147
+ margin-left: -51%;
148
+ }
149
+ .ui.stackable.grid .ui.vertical.divider:after,
150
+ .ui.grid .stackable.row .ui.vertical.divider:after {
151
+ margin-left: 1em;
152
+ }
153
+ }
154
+
155
+ /*--------------
156
+ Icon
157
+ ---------------*/
158
+
159
+ .ui.divider > .icon {
160
+ margin: 0rem;
161
+ font-size: 1rem;
162
+ height: 1em;
163
+ vertical-align: middle;
164
+ }
165
+
166
+
167
+ /*******************************
168
+ Variations
169
+ *******************************/
170
+
171
+
172
+ /*--------------
173
+ Hidden
174
+ ---------------*/
175
+
176
+ .ui.hidden.divider {
177
+ border-color: transparent !important;
178
+ }
179
+
180
+ /*--------------
181
+ Inverted
182
+ ---------------*/
183
+
184
+ .ui.divider.inverted,
185
+ .ui.vertical.inverted.divider,
186
+ .ui.horizontal.inverted.divider {
187
+ color: #ffffff;
188
+ }
189
+ .ui.divider.inverted,
190
+ .ui.divider.inverted:after,
191
+ .ui.divider.inverted:before {
192
+ border-top-color: rgba(0, 0, 0, 0.15) !important;
193
+ border-bottom-color: rgba(255, 255, 255, 0.15) !important;
194
+ border-left-color: rgba(0, 0, 0, 0.15) !important;
195
+ border-right-color: rgba(255, 255, 255, 0.15) !important;
196
+ }
197
+
198
+ /*--------------
199
+ Fitted
200
+ ---------------*/
201
+
202
+ .ui.fitted.divider {
203
+ margin: 0em;
204
+ }
205
+
206
+ /*--------------
207
+ Clearing
208
+ ---------------*/
209
+
210
+ .ui.clearing.divider {
211
+ clear: both;
212
+ }
213
+
214
+ /*--------------
215
+ Section
216
+ ---------------*/
217
+
218
+ .ui.section.divider {
219
+ margin-top: 2rem;
220
+ margin-bottom: 2rem;
221
+ }
222
+
223
+ /*--------------
224
+ Sizes
225
+ ---------------*/
226
+
227
+ .ui.divider {
228
+ font-size: 1rem;
229
+ }
230
+
231
+
232
+ /*******************************
233
+ Theme Overrides
234
+ *******************************/
235
+
236
+
237
+
238
+ /*******************************
239
+ Site Overrides
240
+ *******************************/
241
+
@@ -0,0 +1,10 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Divider
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */.ui.divider{margin:1rem 0;line-height:1;height:0;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(0,0,0,.85);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.ui.divider:not(.vertical):not(.horizontal){border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.2)}.ui.grid>.ui.divider{font-size:1rem}.ui.horizontal.divider{position:relative;height:auto;margin:'';overflow:hidden;line-height:1;text-align:center}.ui.horizontal.divider:after,.ui.horizontal.divider:before{position:absolute;content:'';z-index:3;width:50%;top:50%;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.2)}.ui.horizontal.divider:before{margin-left:-webkit-calc(-50% - 1em);margin-left:calc(-50% - 1em)}.ui.horizontal.divider:after{margin-left:1em}.ui.vertical.divider{position:absolute;z-index:2;top:50%;left:50%;margin:0;padding:0;width:auto;height:50%;line-height:0;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ui.vertical.divider:after,.ui.vertical.divider:before{position:absolute;left:50%;content:'';z-index:3;border-left:1px solid rgba(0,0,0,.1);border-right:1px solid rgba(255,255,255,.2);width:0;height:-webkit-calc(100% - 1rem);height:calc(100% - 1rem)}.ui.vertical.divider:before{top:-100%}.ui.vertical.divider:after{top:auto;bottom:0}@media only screen and (max-width:767px){.ui.grid .stackable.row .ui.vertical.divider,.ui.stackable.grid .ui.vertical.divider{position:relative;margin:1rem 0;left:50%;height:auto;overflow:hidden;line-height:1;text-align:center}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:before{position:absolute;left:auto;content:'';z-index:3;width:50%;top:50%;height:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(255,255,255,.2)}.ui.grid .stackable.row .ui.vertical.divider:before,.ui.stackable.grid .ui.vertical.divider:before{margin-left:-51%}.ui.grid .stackable.row .ui.vertical.divider:after,.ui.stackable.grid .ui.vertical.divider:after{margin-left:1em}}.ui.divider>.icon{margin:0;font-size:1rem;height:1em;vertical-align:middle}.ui.hidden.divider{border-color:transparent!important}.ui.divider.inverted,.ui.horizontal.inverted.divider,.ui.vertical.inverted.divider{color:#fff}.ui.divider.inverted,.ui.divider.inverted:after,.ui.divider.inverted:before{border-top-color:rgba(0,0,0,.15)!important;border-bottom-color:rgba(255,255,255,.15)!important;border-left-color:rgba(0,0,0,.15)!important;border-right-color:rgba(255,255,255,.15)!important}.ui.fitted.divider{margin:0}.ui.clearing.divider{clear:both}.ui.section.divider{margin-top:2rem;margin-bottom:2rem}.ui.divider{font-size:1rem}
@@ -0,0 +1,1103 @@
1
+ /*!
2
+ * # Semantic UI 1.11.4 - Dropdown
3
+ * http://github.com/semantic-org/semantic-ui/
4
+ *
5
+ *
6
+ * Copyright 2014 Contributors
7
+ * Released under the MIT license
8
+ * http://opensource.org/licenses/MIT
9
+ *
10
+ */
11
+
12
+
13
+ /*******************************
14
+ Dropdown
15
+ *******************************/
16
+
17
+ .ui.dropdown {
18
+ cursor: pointer;
19
+ position: relative;
20
+ display: inline-block;
21
+ line-height: 1em;
22
+ tap-highlight-color: rgba(0, 0, 0, 0);
23
+ outline: none;
24
+ text-align: left;
25
+ -webkit-transition: border-radius 0.1s ease, width 0.2s ease;
26
+ transition: border-radius 0.1s ease, width 0.2s ease;
27
+ }
28
+
29
+
30
+ /*******************************
31
+ Content
32
+ *******************************/
33
+
34
+
35
+ /*--------------
36
+ Menu
37
+ ---------------*/
38
+
39
+ .ui.dropdown .menu {
40
+ cursor: auto;
41
+ position: absolute;
42
+ display: none;
43
+ outline: none;
44
+ top: 100%;
45
+ margin: 0em;
46
+ padding: 0em 0em;
47
+ background: #ffffff;
48
+ min-width: 100%;
49
+ white-space: nowrap;
50
+ font-size: 1rem;
51
+ text-shadow: none;
52
+ text-align: left;
53
+ box-shadow: 0px 1px 4px 0px rgba(39, 41, 43, 0.15);
54
+ border: 1px solid rgba(39, 41, 43, 0.15);
55
+ border-radius: 0em 0em 0.2857rem 0.2857rem;
56
+ -webkit-transition: opacity 0.2s ease;
57
+ transition: opacity 0.2s ease;
58
+ z-index: 11;
59
+ will-change: transform, opacity;
60
+ }
61
+
62
+ /*--------------
63
+ Hidden Input
64
+ ---------------*/
65
+
66
+ .ui.dropdown > input:not(.search):first-child,
67
+ .ui.dropdown > select {
68
+ display: none !important;
69
+ }
70
+
71
+ /*--------------
72
+ Dropdown Icon
73
+ ---------------*/
74
+
75
+ .ui.dropdown > .dropdown.icon {
76
+ width: auto;
77
+ margin: 0em 0em 0em 1em;
78
+ }
79
+ .ui.dropdown .menu > .item .dropdown.icon {
80
+ width: auto;
81
+ float: right;
82
+ margin: 0.2em 0em 0em 1em;
83
+ }
84
+ .ui.dropdown .menu > .item .dropdown.icon + .text {
85
+ margin-right: 1em;
86
+ }
87
+
88
+ /*--------------
89
+ Text
90
+ ---------------*/
91
+
92
+ .ui.dropdown > .text {
93
+ display: inline-block;
94
+ -webkit-transition: color 0.2s ease;
95
+ transition: color 0.2s ease;
96
+ }
97
+
98
+ /*--------------
99
+ Menu Item
100
+ ---------------*/
101
+
102
+ .ui.dropdown .menu > .item {
103
+ position: relative;
104
+ cursor: pointer;
105
+ display: block;
106
+ border: none;
107
+ height: auto;
108
+ border-top: none;
109
+ line-height: 1.2em;
110
+ color: rgba(0, 0, 0, 0.8);
111
+ padding: 0.65rem 1.25rem !important;
112
+ font-size: 1rem;
113
+ text-transform: none;
114
+ font-weight: normal;
115
+ box-shadow: none;
116
+ -webkit-touch-callout: none;
117
+ }
118
+ .ui.dropdown .menu > .item:first-child {
119
+ border-top-width: 0px;
120
+ }
121
+
122
+ /*--------------
123
+ Floated Content
124
+ ---------------*/
125
+
126
+ .ui.dropdown > .text > [class*="right floated"],
127
+ .ui.dropdown .menu .item > [class*="right floated"] {
128
+ float: right !important;
129
+ margin-right: 0em !important;
130
+ margin-left: 1em !important;
131
+ }
132
+ .ui.dropdown > .text > [class*="left floated"],
133
+ .ui.dropdown .menu .item > [class*="left floated"] {
134
+ float: left !important;
135
+ margin-left: 0em !important;
136
+ margin-right: 1em !important;
137
+ }
138
+ .ui.dropdown .menu .item > .icon.floated,
139
+ .ui.dropdown .menu .item > .flag.floated,
140
+ .ui.dropdown .menu .item > .image.floated,
141
+ .ui.dropdown .menu .item > img.floated {
142
+ margin-top: 0.2em;
143
+ }
144
+
145
+ /*--------------
146
+ Menu Divider
147
+ ---------------*/
148
+
149
+ .ui.dropdown .menu > .header {
150
+ margin: 1rem 0rem 0.75rem;
151
+ padding: 0em 1.25rem;
152
+ color: rgba(0, 0, 0, 0.85);
153
+ font-size: 0.8em;
154
+ font-weight: bold;
155
+ text-transform: uppercase;
156
+ }
157
+ .ui.dropdown .menu > .divider {
158
+ border-top: 1px solid rgba(0, 0, 0, 0.05);
159
+ height: 0em;
160
+ margin: 0.5em 0em;
161
+ }
162
+ .ui.dropdown .menu > .input {
163
+ margin: 0.75rem 1.25rem;
164
+ min-width: 200px;
165
+ }
166
+ .ui.dropdown .menu > .header + .input {
167
+ margin-top: 0em;
168
+ }
169
+ .ui.dropdown .menu > .input:not(.transparent) input {
170
+ padding: 0.5em 1em;
171
+ }
172
+ .ui.dropdown .menu > .input:not(.transparent) .button,
173
+ .ui.dropdown .menu > .input:not(.transparent) .icon,
174
+ .ui.dropdown .menu > .input:not(.transparent) .label {
175
+ padding-top: 0.5em;
176
+ padding-bottom: 0.5em;
177
+ }
178
+
179
+ /*-----------------
180
+ Item Description
181
+ -------------------*/
182
+
183
+ .ui.dropdown > .text > .description,
184
+ .ui.dropdown .menu > .item > .description {
185
+ margin: 0em 0em 0em 1em;
186
+ color: rgba(0, 0, 0, 0.4);
187
+ }
188
+
189
+ /*--------------
190
+ Sub Menu
191
+ ---------------*/
192
+
193
+ .ui.dropdown .menu .menu {
194
+ top: 0% !important;
195
+ left: 100% !important;
196
+ right: auto !important;
197
+ margin: 0em 0em 0em -0.5em !important;
198
+ border-radius: 0em 0.2857rem 0.2857rem 0em !important;
199
+ z-index: 21 !important;
200
+ }
201
+
202
+ /* Hide Arrow */
203
+ .ui.dropdown .menu .menu:after {
204
+ display: none;
205
+ }
206
+
207
+
208
+ /*******************************
209
+ Coupling
210
+ *******************************/
211
+
212
+
213
+ /*--------------
214
+ Sub Elements
215
+ ---------------*/
216
+
217
+
218
+ /* Icons / Flags / Labels / Image */
219
+ .ui.dropdown > .text > .icon,
220
+ .ui.dropdown > .text > .label,
221
+ .ui.dropdown > .text > .flag,
222
+ .ui.dropdown > .text > img,
223
+ .ui.dropdown > .text > .image {
224
+ margin-top: 0em;
225
+ }
226
+ .ui.dropdown .menu > .item > .icon,
227
+ .ui.dropdown .menu > .item > .label,
228
+ .ui.dropdown .menu > .item > .flag,
229
+ .ui.dropdown .menu > .item > .image,
230
+ .ui.dropdown .menu > .item > img {
231
+ margin-top: 0.2em;
232
+ }
233
+ .ui.dropdown > .text > .icon,
234
+ .ui.dropdown > .text > .label,
235
+ .ui.dropdown > .text > .flag,
236
+ .ui.dropdown > .text > img,
237
+ .ui.dropdown > .text > .image,
238
+ .ui.dropdown .menu > .item > .icon,
239
+ .ui.dropdown .menu > .item > .label,
240
+ .ui.dropdown .menu > .item > .flag,
241
+ .ui.dropdown .menu > .item > .image,
242
+ .ui.dropdown .menu > .item > img {
243
+ margin-left: 0em;
244
+ margin-right: 0.75em;
245
+ }
246
+
247
+ /*--------------
248
+ Image
249
+ ---------------*/
250
+
251
+ .ui.dropdown > .text > img,
252
+ .ui.dropdown > .text > .image,
253
+ .ui.dropdown .menu > .item > .image,
254
+ .ui.dropdown .menu > .item > img {
255
+ display: inline-block;
256
+ vertical-align: middle;
257
+ width: auto;
258
+ max-height: 2.5em;
259
+ }
260
+
261
+ /*--------------
262
+ Menu
263
+ ---------------*/
264
+
265
+
266
+ /* Remove Menu Item Divider */
267
+ .ui.dropdown .ui.menu > .item:before,
268
+ .ui.menu .ui.dropdown .menu > .item:before {
269
+ display: none;
270
+ }
271
+
272
+ /* Prevent Menu Item Border */
273
+ .ui.menu .ui.dropdown .menu .active.item {
274
+ border-left: none;
275
+ }
276
+
277
+ /* Automatically float dropdown menu right on last menu item */
278
+ .ui.menu .right.menu .dropdown:last-child .menu,
279
+ .ui.menu .right.dropdown.item .menu,
280
+ .ui.buttons > .ui.dropdown:last-child .menu {
281
+ left: auto;
282
+ right: 0em;
283
+ }
284
+
285
+ /*--------------
286
+ Button
287
+ ---------------*/
288
+
289
+
290
+ /* No Margin On Icon Button */
291
+ .ui.dropdown.icon.button > .dropdown.icon {
292
+ margin: 0em;
293
+ }
294
+ .ui.dropdown.button:not(.pointing):not(.floating).active,
295
+ .ui.dropdown.button:not(.pointing):not(.floating).visible {
296
+ border-bottom-left-radius: 0em;
297
+ border-bottom-right-radius: 0em;
298
+ }
299
+
300
+
301
+ /*******************************
302
+ Types
303
+ *******************************/
304
+
305
+
306
+ /*--------------
307
+ Selection
308
+ ---------------*/
309
+
310
+
311
+ /* Displays like a select box */
312
+ .ui.selection.dropdown {
313
+ cursor: pointer;
314
+ word-wrap: break-word;
315
+ white-space: normal;
316
+ outline: 0;
317
+ -webkit-transform: rotateZ(0deg);
318
+ transform: rotateZ(0deg);
319
+ min-width: 180px;
320
+ background: #ffffff;
321
+ display: inline-block;
322
+ padding: 0.8em 1.1em;
323
+ color: rgba(0, 0, 0, 0.8);
324
+ box-shadow: none;
325
+ border: 1px solid rgba(39, 41, 43, 0.15);
326
+ border-radius: 0.2857rem;
327
+ -webkit-transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
328
+ transition: border-radius 0.1s ease, width 0.2s ease, box-shadow 0.2s ease, border 0.2s ease;
329
+ }
330
+ .ui.selection.dropdown.visible,
331
+ .ui.selection.dropdown.active {
332
+ z-index: 10;
333
+ }
334
+ select.ui.dropdown {
335
+ height: 38px;
336
+ padding: 0.5em;
337
+ border: 1px solid rgba(39, 41, 43, 0.15);
338
+ visibility: visible;
339
+ }
340
+ .ui.selection.dropdown > .text {
341
+ margin-right: 2em;
342
+ }
343
+ .ui.selection.dropdown > .search.icon,
344
+ .ui.selection.dropdown > .delete.icon,
345
+ .ui.selection.dropdown > .dropdown.icon {
346
+ cursor: pointer;
347
+ position: absolute;
348
+ top: auto;
349
+ width: auto;
350
+ margin: -0.8em;
351
+ padding: 0.8em;
352
+ right: 1.1em;
353
+ opacity: 0.8;
354
+ -webkit-transition: opacity 0.2s ease;
355
+ transition: opacity 0.2s ease;
356
+ }
357
+
358
+ /* Compact */
359
+ .ui.compact.selection.dropdown {
360
+ min-width: 0px;
361
+ }
362
+
363
+ /* Selection Menu */
364
+ .ui.selection.dropdown .menu {
365
+ overflow-x: hidden;
366
+ overflow-y: auto;
367
+ -webkit-backface-visibility: hidden;
368
+ backface-visibility: hidden;
369
+ -webkit-overflow-scrolling: touch;
370
+ border-top-width: 0px !important;
371
+ width: auto;
372
+ margin: 0px -1px;
373
+ min-width: -webkit-calc(100% + 2px );
374
+ min-width: calc(100% + 2px );
375
+ outline: none;
376
+ box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
377
+ -webkit-transition: box-shadow 0.2s ease, border 0.2s ease;
378
+ transition: box-shadow 0.2s ease, border 0.2s ease;
379
+ }
380
+ .ui.selection.dropdown .menu:after,
381
+ .ui.selection.dropdown .menu:before {
382
+ display: none;
383
+ }
384
+
385
+ /* Scrollbar in IE */
386
+ @media all and (-ms-high-contrast: none) {
387
+ .ui.selection.dropdown .menu {
388
+ min-width: -webkit-calc(85%);
389
+ min-width: calc(85%);
390
+ }
391
+ }
392
+ @media only screen and (max-width: 767px) {
393
+ .ui.selection.dropdown .menu {
394
+ max-height: 7.7142rem;
395
+ }
396
+ }
397
+ @media only screen and (min-width: 768px) {
398
+ .ui.selection.dropdown .menu {
399
+ max-height: 10.2856rem;
400
+ }
401
+ }
402
+ @media only screen and (min-width: 992px) {
403
+ .ui.selection.dropdown .menu {
404
+ max-height: 15.4284rem;
405
+ }
406
+ }
407
+ @media only screen and (min-width: 1920px) {
408
+ .ui.selection.dropdown .menu {
409
+ max-height: 20.5712rem;
410
+ }
411
+ }
412
+
413
+ /* Menu Item */
414
+ .ui.selection.dropdown .menu > .item {
415
+ border-top: 1px solid rgba(0, 0, 0, 0.05);
416
+ padding-left: 1.1em !important;
417
+
418
+ /* Add in spacing for scroll bar */
419
+ padding-right: -webkit-calc(2.1em) !important;
420
+ padding-right: calc(2.1em) !important;
421
+ white-space: normal;
422
+ word-wrap: normal;
423
+ }
424
+
425
+ /* Hover */
426
+ .ui.selection.dropdown:hover {
427
+ border-color: rgba(39, 41, 43, 0.3);
428
+ box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
429
+ }
430
+
431
+ /* Disabled */
432
+ .ui.selection.dropdown.disabled,
433
+ .ui.selection.dropdown.disabled:hover {
434
+ cursor: default;
435
+ box-shadow: none;
436
+ color: rgba(0, 0, 0, 0.8);
437
+ border: 1px solid rgba(39, 41, 43, 0.15);
438
+ opacity: 0.3 !important;
439
+ }
440
+
441
+ /* Visible Hover */
442
+ .ui.selection.visible.dropdown:hover {
443
+ border-color: rgba(39, 41, 43, 0.3);
444
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
445
+ }
446
+ .ui.selection.visible.dropdown:hover .menu {
447
+ border: 1px solid rgba(39, 41, 43, 0.3);
448
+ box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
449
+ }
450
+
451
+ /* Visible */
452
+ .ui.selection.dropdown.visible {
453
+ border-color: rgba(39, 41, 43, 0.15);
454
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
455
+ }
456
+
457
+ /* Active Item */
458
+ .ui.selection.active.dropdown > .text:not(.default),
459
+ .ui.selection.visible.dropdown > .text:not(.default) {
460
+ font-weight: normal;
461
+ color: rgba(0, 0, 0, 0.8);
462
+ }
463
+
464
+ /* Dropdown Icon */
465
+ .ui.active.selection.dropdown > .dropdown.icon,
466
+ .ui.visible.selection.dropdown > .dropdown.icon {
467
+ opacity: 1;
468
+ z-index: 3;
469
+ }
470
+
471
+ /* Connecting Border */
472
+ .ui.active.selection.dropdown,
473
+ .ui.visible.selection.dropdown {
474
+ border-bottom-left-radius: 0em !important;
475
+ border-bottom-right-radius: 0em !important;
476
+ }
477
+
478
+ /*--------------
479
+ Searchable
480
+ ---------------*/
481
+
482
+
483
+ /* Search Selection */
484
+ .ui.search.dropdown {
485
+ min-width: '';
486
+ }
487
+
488
+ /* Search Dropdown */
489
+ .ui.search.dropdown > input.search {
490
+ background: none transparent !important;
491
+ border: none !important;
492
+ box-shadow: none !important;
493
+ border-radius: 0em !important;
494
+ cursor: pointer;
495
+ top: 0em;
496
+ left: 0em;
497
+ width: 100%;
498
+ outline: none;
499
+ -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
500
+ padding: inherit;
501
+ }
502
+
503
+ /* Text Layering */
504
+ .ui.search.dropdown > input.search {
505
+ position: absolute;
506
+ z-index: 2;
507
+ }
508
+ .ui.search.dropdown > .text {
509
+ cursor: text;
510
+ position: relative;
511
+ z-index: 3;
512
+ }
513
+
514
+ /* Search Selection */
515
+ .ui.search.selection.dropdown > input.search {
516
+ line-height: 1.2142em;
517
+ padding: 0.6929em 1.1em;
518
+ }
519
+
520
+ /* Active/Visible Search */
521
+ .ui.search.dropdown.active > input.search,
522
+ .ui.search.dropdown.visible > input.search {
523
+ cursor: auto;
524
+ }
525
+ .ui.search.dropdown.active > .text,
526
+ .ui.search.dropdown.visible > .text {
527
+ pointer-events: none;
528
+ }
529
+ .ui.active.search.dropdown > input.search:focus + .text {
530
+ color: rgba(0, 0, 0, 0.4) !important;
531
+ }
532
+
533
+ /* Search Menu */
534
+ .ui.search.dropdown .menu {
535
+ overflow-x: hidden;
536
+ overflow-y: auto;
537
+ -webkit-backface-visibility: hidden;
538
+ backface-visibility: hidden;
539
+ -webkit-overflow-scrolling: touch;
540
+ }
541
+ @media only screen and (max-width: 767px) {
542
+ .ui.search.dropdown .menu {
543
+ max-height: 7.7142rem;
544
+ }
545
+ }
546
+ @media only screen and (min-width: 768px) {
547
+ .ui.search.dropdown .menu {
548
+ max-height: 10.2856rem;
549
+ }
550
+ }
551
+ @media only screen and (min-width: 992px) {
552
+ .ui.search.dropdown .menu {
553
+ max-height: 15.4284rem;
554
+ }
555
+ }
556
+ @media only screen and (min-width: 1920px) {
557
+ .ui.search.dropdown .menu {
558
+ max-height: 20.5712rem;
559
+ }
560
+ }
561
+
562
+ /*--------------
563
+ Inline
564
+ ---------------*/
565
+
566
+ .ui.inline.dropdown {
567
+ cursor: pointer;
568
+ display: inline-block;
569
+ color: inherit;
570
+ }
571
+ .ui.inline.dropdown .dropdown.icon {
572
+ margin: 0em 0.5em 0em 0.25em;
573
+ vertical-align: top;
574
+ }
575
+ .ui.inline.dropdown > .text {
576
+ font-weight: bold;
577
+ }
578
+ .ui.inline.dropdown .menu {
579
+ cursor: auto;
580
+ margin-top: 0.25em;
581
+ border-radius: 0.2857rem;
582
+ }
583
+
584
+
585
+ /*******************************
586
+ States
587
+ *******************************/
588
+
589
+
590
+ /*--------------------
591
+ Hover
592
+ ----------------------*/
593
+
594
+
595
+ /* Menu Item Hover */
596
+ .ui.dropdown .menu > .item:hover {
597
+ background: rgba(0, 0, 0, 0.05);
598
+ color: rgba(0, 0, 0, 0.8);
599
+ z-index: 12;
600
+ }
601
+
602
+ /*--------------------
603
+ Active
604
+ ----------------------*/
605
+
606
+
607
+ /* Menu Item Active */
608
+ .ui.dropdown .menu .active.item {
609
+ background: transparent;
610
+ font-weight: bold;
611
+ color: rgba(0, 0, 0, 0.8);
612
+ box-shadow: none;
613
+ z-index: 12;
614
+ }
615
+
616
+ /*--------------------
617
+ Default Text
618
+ ----------------------*/
619
+
620
+ .ui.dropdown > .default.text,
621
+ .ui.default.dropdown > .text {
622
+ color: rgba(179, 179, 179, 0.7);
623
+ }
624
+ .ui.dropdown:hover > .default.text,
625
+ .ui.default.dropdown:hover > .text {
626
+ color: rgba(140, 140, 140, 0.7);
627
+ }
628
+
629
+ /*--------------------
630
+ Loading
631
+ ----------------------*/
632
+
633
+ .ui.loading.dropdown > .text {
634
+ -webkit-transition: none;
635
+ transition: none;
636
+ }
637
+ .ui.dropdown > .loading.menu {
638
+ display: block;
639
+ visibility: hidden;
640
+ z-index: -1;
641
+ }
642
+
643
+ /*--------------------
644
+ Keyboard Select
645
+ ----------------------*/
646
+
647
+
648
+ /* Selected Item */
649
+ .ui.dropdown.selected,
650
+ .ui.dropdown .menu .selected.item {
651
+ background: rgba(0, 0, 0, 0.03);
652
+ color: rgba(0, 0, 0, 0.8);
653
+ }
654
+
655
+ /*--------------------
656
+ Search Filtered
657
+ ----------------------*/
658
+
659
+
660
+ /* Filtered Item */
661
+ .ui.dropdown > .filtered.text {
662
+ visibility: hidden;
663
+ }
664
+ .ui.dropdown .filtered.item {
665
+ display: none;
666
+ }
667
+
668
+ /*--------------------
669
+ Error
670
+ ----------------------*/
671
+
672
+ .ui.dropdown.error,
673
+ .ui.dropdown.error > .text,
674
+ .ui.dropdown.error > .default.text {
675
+ color: #a94442;
676
+ }
677
+ .ui.selection.dropdown.error {
678
+ background: #fff0f0;
679
+ border-color: #dbb1b1;
680
+ }
681
+ .ui.selection.dropdown.error:hover {
682
+ border-color: #dbb1b1;
683
+ }
684
+ .ui.dropdown.error > .menu,
685
+ .ui.dropdown.error > .menu .menu {
686
+ border-color: #dbb1b1;
687
+ }
688
+ .ui.dropdown.error > .menu > .item {
689
+ color: #d95c5c;
690
+ }
691
+
692
+ /* Item Hover */
693
+ .ui.dropdown.error > .menu > .item:hover {
694
+ background-color: #fff2f2;
695
+ }
696
+
697
+ /* Item Active */
698
+ .ui.dropdown.error > .menu .active.item {
699
+ background-color: #fdcfcf;
700
+ }
701
+
702
+ /*--------------------
703
+ Disabled
704
+ ----------------------*/
705
+
706
+
707
+ /* Disabled */
708
+ .ui.disabled.dropdown {
709
+ cursor: default;
710
+ pointer-events: none;
711
+ opacity: 0.3;
712
+ }
713
+
714
+
715
+ /*******************************
716
+ Variations
717
+ *******************************/
718
+
719
+
720
+ /*--------------
721
+ Direction
722
+ ---------------*/
723
+
724
+
725
+ /* Flyout Direction */
726
+ .ui.dropdown .menu {
727
+ left: 0px;
728
+ }
729
+
730
+ /* Default Side (Right) */
731
+ .ui.dropdown .right.menu > .menu,
732
+ .ui.dropdown .menu .right.menu {
733
+ left: 100% !important;
734
+ right: auto !important;
735
+ }
736
+
737
+ /* Left Flyout Menu */
738
+ .ui.dropdown > .left.menu .menu,
739
+ .ui.dropdown .menu .left.menu {
740
+ left: auto !important;
741
+ right: 100% !important;
742
+ }
743
+ .ui.dropdown .item .left.dropdown.icon,
744
+ .ui.dropdown .left.menu .item .dropdown.icon {
745
+ width: auto;
746
+ float: left;
747
+ margin: 0.2em 0.75em 0em 0em;
748
+ }
749
+ .ui.dropdown .item .left.dropdown.icon,
750
+ .ui.dropdown .left.menu .item .dropdown.icon {
751
+ width: auto;
752
+ float: left;
753
+ margin: 0.2em 0.75em 0em 0em;
754
+ }
755
+ .ui.dropdown .item .left.dropdown.icon + .text,
756
+ .ui.dropdown .left.menu .item .dropdown.icon + .text {
757
+ margin-left: 1em;
758
+ }
759
+
760
+ /*--------------
761
+ Upward
762
+ ---------------*/
763
+
764
+ .ui.upward.dropdown > .menu {
765
+ top: auto;
766
+ bottom: 100%;
767
+ box-shadow: 0px 0px 4px 0px rgba(39, 41, 43, 0.15);
768
+ border-radius: 0.2857rem 0.2857rem 0em 0em;
769
+ }
770
+
771
+ /* Active Upward */
772
+ .ui.simple.upward.active.dropdown,
773
+ .ui.simple.upward.dropdown:hover {
774
+ border-radius: 0.2857rem 0.2857rem 0em 0em !important;
775
+ }
776
+ .ui.upward.dropdown.button:not(.pointing):not(.floating).active,
777
+ .ui.upward.dropdown.button:not(.pointing):not(.floating).visible {
778
+ border-radius: 0.2857rem 0.2857rem 0em 0em;
779
+ }
780
+
781
+ /* Selection */
782
+ .ui.upward.selection.dropdown .menu {
783
+ border-top-width: 1px !important;
784
+ border-bottom-width: 0px !important;
785
+ }
786
+ .ui.upward.selection.dropdown:hover {
787
+ box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.05);
788
+ }
789
+ .ui.upward.selection.visible.dropdown:hover {
790
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
791
+ }
792
+ .ui.active.upward.selection.dropdown,
793
+ .ui.visible.upward.selection.dropdown {
794
+ border-radius: 0em 0em 0.2857rem 0.2857rem !important;
795
+ }
796
+ .ui.upward.selection.dropdown.visible {
797
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
798
+ }
799
+ .ui.upward.selection.visible.dropdown:hover .menu {
800
+ box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
801
+ }
802
+
803
+ /*--------------
804
+ Simple
805
+ ---------------*/
806
+
807
+
808
+ /* Displays without javascript */
809
+ .ui.simple.dropdown .menu:before,
810
+ .ui.simple.dropdown .menu:after {
811
+ display: none;
812
+ }
813
+ .ui.simple.dropdown .menu {
814
+ position: absolute;
815
+ display: block;
816
+ overflow: hidden;
817
+ top: -9999px !important;
818
+ opacity: 0;
819
+ width: 0;
820
+ height: 0;
821
+ -webkit-transition: opacity 0.2s ease;
822
+ transition: opacity 0.2s ease;
823
+ }
824
+ .ui.simple.active.dropdown,
825
+ .ui.simple.dropdown:hover {
826
+ border-bottom-left-radius: 0em !important;
827
+ border-bottom-right-radius: 0em !important;
828
+ }
829
+ .ui.simple.active.dropdown > .menu,
830
+ .ui.simple.dropdown:hover > .menu {
831
+ overflow: visible;
832
+ width: auto;
833
+ height: auto;
834
+ top: 100% !important;
835
+ opacity: 1;
836
+ }
837
+ .ui.simple.dropdown > .menu > .item:active > .menu,
838
+ .ui.simple.dropdown:hover > .menu > .item:hover > .menu {
839
+ overflow: visible;
840
+ width: auto;
841
+ height: auto;
842
+ top: 0% !important;
843
+ left: 100% !important;
844
+ opacity: 1;
845
+ }
846
+ .ui.simple.disabled.dropdown:hover .menu {
847
+ display: none;
848
+ height: 0px;
849
+ width: 0px;
850
+ overflow: hidden;
851
+ }
852
+
853
+ /* Visible */
854
+ .ui.simple.visible.dropdown > .menu {
855
+ display: block;
856
+ }
857
+
858
+ /*--------------
859
+ Fluid
860
+ ---------------*/
861
+
862
+ .ui.fluid.dropdown {
863
+ display: block;
864
+ width: 100%;
865
+ min-width: 0em;
866
+ }
867
+ .ui.fluid.dropdown > .dropdown.icon {
868
+ float: right;
869
+ }
870
+
871
+ /*--------------
872
+ Floating
873
+ ---------------*/
874
+
875
+ .ui.floating.dropdown .menu {
876
+ left: 0;
877
+ right: auto;
878
+ box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
879
+ border-radius: 0.2857rem;
880
+ }
881
+ .ui.floating.dropdown > .menu {
882
+ margin-top: 0.5em !important;
883
+ }
884
+
885
+ /*--------------
886
+ Pointing
887
+ ---------------*/
888
+
889
+ .ui.pointing.dropdown > .menu {
890
+ top: 100%;
891
+ margin-top: 0.75em;
892
+ border-radius: 0.2857rem;
893
+ }
894
+ .ui.pointing.dropdown > .menu:after {
895
+ display: block;
896
+ position: absolute;
897
+ pointer-events: none;
898
+ content: '';
899
+ visibility: visible;
900
+ -webkit-transform: rotate(45deg);
901
+ -ms-transform: rotate(45deg);
902
+ transform: rotate(45deg);
903
+ width: 0.5em;
904
+ height: 0.5em;
905
+ box-shadow: -1px -1px 0px 1px rgba(0, 0, 0, 0.1);
906
+ background: #ffffff;
907
+ z-index: 2;
908
+ }
909
+ .ui.pointing.dropdown > .menu:after {
910
+ top: -0.25em;
911
+ left: 50%;
912
+ margin: 0em 0em 0em -0.25em;
913
+ }
914
+
915
+ /* Top Left Pointing */
916
+ .ui.top.left.pointing.dropdown > .menu {
917
+ top: 100%;
918
+ bottom: auto;
919
+ left: 0%;
920
+ right: auto;
921
+ margin: 1em 0em 0em;
922
+ }
923
+ .ui.top.left.pointing.dropdown > .menu {
924
+ top: 100%;
925
+ bottom: auto;
926
+ left: 0%;
927
+ right: auto;
928
+ margin: 1em 0em 0em;
929
+ }
930
+ .ui.top.left.pointing.dropdown > .menu:after {
931
+ top: -0.25em;
932
+ left: 1em;
933
+ right: auto;
934
+ margin: 0em;
935
+ -webkit-transform: rotate(45deg);
936
+ -ms-transform: rotate(45deg);
937
+ transform: rotate(45deg);
938
+ }
939
+
940
+ /* Top Right Pointing */
941
+ .ui.top.right.pointing.dropdown > .menu {
942
+ top: 100%;
943
+ bottom: auto;
944
+ right: 0%;
945
+ left: auto;
946
+ margin: 1em 0em 0em;
947
+ }
948
+ .ui.top.right.pointing.dropdown > .menu:after {
949
+ top: -0.25em;
950
+ left: auto;
951
+ right: 1em;
952
+ margin: 0em;
953
+ -webkit-transform: rotate(45deg);
954
+ -ms-transform: rotate(45deg);
955
+ transform: rotate(45deg);
956
+ }
957
+
958
+ /* Left Pointing */
959
+ .ui.left.pointing.dropdown > .menu {
960
+ top: 0%;
961
+ left: 100%;
962
+ right: auto;
963
+ margin: 0em 0em 0em 1em;
964
+ }
965
+ .ui.left.pointing.dropdown > .menu:after {
966
+ top: 1em;
967
+ left: -0.25em;
968
+ margin: 0em 0em 0em 0em;
969
+ -webkit-transform: rotate(-45deg);
970
+ -ms-transform: rotate(-45deg);
971
+ transform: rotate(-45deg);
972
+ }
973
+
974
+ /* Right Pointing */
975
+ .ui.right.pointing.dropdown > .menu {
976
+ top: 0%;
977
+ left: auto;
978
+ right: 100%;
979
+ margin: 0em 1em 0em 0em;
980
+ }
981
+ .ui.right.pointing.dropdown > .menu:after {
982
+ top: 1em;
983
+ left: auto;
984
+ right: -0.25em;
985
+ margin: 0em 0em 0em 0em;
986
+ -webkit-transform: rotate(135deg);
987
+ -ms-transform: rotate(135deg);
988
+ transform: rotate(135deg);
989
+ }
990
+
991
+ /* Bottom Pointing */
992
+ .ui.bottom.pointing.dropdown > .menu {
993
+ top: auto;
994
+ bottom: 100%;
995
+ left: 0%;
996
+ right: auto;
997
+ margin: 0em 0em 1em;
998
+ }
999
+ .ui.bottom.pointing.dropdown > .menu:after {
1000
+ top: auto;
1001
+ bottom: -0.25em;
1002
+ right: auto;
1003
+ margin: 0em;
1004
+ -webkit-transform: rotate(-135deg);
1005
+ -ms-transform: rotate(-135deg);
1006
+ transform: rotate(-135deg);
1007
+ }
1008
+
1009
+ /* Reverse Sub-Menu Direction */
1010
+ .ui.bottom.pointing.dropdown > .menu .menu {
1011
+ top: auto !important;
1012
+ bottom: 0px !important;
1013
+ }
1014
+
1015
+ /* Bottom Left */
1016
+ .ui.bottom.left.pointing.dropdown > .menu {
1017
+ left: 0%;
1018
+ right: auto;
1019
+ }
1020
+ .ui.bottom.left.pointing.dropdown > .menu:after {
1021
+ left: 1em;
1022
+ right: auto;
1023
+ }
1024
+
1025
+ /* Bottom Right */
1026
+ .ui.bottom.right.pointing.dropdown > .menu {
1027
+ right: 0%;
1028
+ left: auto;
1029
+ }
1030
+ .ui.bottom.right.pointing.dropdown > .menu:after {
1031
+ left: auto;
1032
+ right: 1em;
1033
+ }
1034
+
1035
+
1036
+ /*******************************
1037
+ Theme Overrides
1038
+ *******************************/
1039
+
1040
+
1041
+ /* Dropdown Carets */
1042
+ @font-face {
1043
+ font-family: 'Dropdown';
1044
+ src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfuIIAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zjo82LgAAAFwAAABVGhlYWQAQ88bAAACxAAAADZoaGVhAwcB6QAAAvwAAAAkaG10eAS4ABIAAAMgAAAAIGxvY2EBNgDeAAADQAAAABJtYXhwAAoAFgAAA1QAAAAgbmFtZVcZpu4AAAN0AAABRXBvc3QAAwAAAAAEvAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDX//3//wAB/+MPLQADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAIABJQElABMAABM0NzY3BTYXFhUUDwEGJwYvASY1AAUGBwEACAUGBoAFCAcGgAUBEgcGBQEBAQcECQYHfwYBAQZ/BwYAAQAAAG4BJQESABMAADc0PwE2MzIfARYVFAcGIyEiJyY1AAWABgcIBYAGBgUI/wAHBgWABwaABQWABgcHBgUFBgcAAAABABIASQC3AW4AEwAANzQ/ATYXNhcWHQEUBwYnBi8BJjUSBoAFCAcFBgYFBwgFgAbbBwZ/BwEBBwQJ/wgEBwEBB38GBgAAAAABAAAASQClAW4AEwAANxE0NzYzMh8BFhUUDwEGIyInJjUABQYHCAWABgaABQgHBgVbAQAIBQYGgAUIBwWABgYFBwAAAAEAAAABAADZuaKOXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAAAAACgAUAB4AQgBkAIgAqgAAAAEAAAAIABQAAQAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAOAAAAAQAAAAAAAgAOAEcAAQAAAAAAAwAOACQAAQAAAAAABAAOAFUAAQAAAAAABQAWAA4AAQAAAAAABgAHADIAAQAAAAAACgA0AGMAAwABBAkAAQAOAAAAAwABBAkAAgAOAEcAAwABBAkAAwAOACQAAwABBAkABAAOAFUAAwABBAkABQAWAA4AAwABBAkABgAOADkAAwABBAkACgA0AGMAaQBjAG8AbQBvAG8AbgBWAGUAcgBzAGkAbwBuACAAMQAuADAAaQBjAG8AbQBvAG8Abmljb21vb24AaQBjAG8AbQBvAG8AbgBSAGUAZwB1AGwAYQByAGkAYwBvAG0AbwBvAG4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVwAAoAAAAABSgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAdkAAAHZLDXE/09TLzIAAALQAAAAYAAAAGAIIweQY21hcAAAAzAAAABMAAAATA9+4ghnYXNwAAADfAAAAAgAAAAIAAAAEGhlYWQAAAOEAAAANgAAADYAQ88baGhlYQAAA7wAAAAkAAAAJAMHAelobXR4AAAD4AAAACAAAAAgBLgAEm1heHAAAAQAAAAABgAAAAYACFAAbmFtZQAABAgAAAFFAAABRVcZpu5wb3N0AAAFUAAAACAAAAAgAAMAAAEABAQAAQEBCGljb21vb24AAQIAAQA6+BwC+BsD+BgEHgoAGVP/i4seCgAZU/+LiwwHi2v4lPh0BR0AAACIDx0AAACNER0AAAAJHQAAAdASAAkBAQgPERMWGyAlKmljb21vb25pY29tb29udTB1MXUyMHVGMEQ3dUYwRDh1RjBEOXVGMERBAAACAYkABgAIAgABAAQABwAKAA0AVgCfAOgBL/yUDvyUDvyUDvuUDvtvi/emFYuQjZCOjo+Pj42Qiwj3lIsFkIuQiY6Hj4iNhouGi4aJh4eHCPsU+xQFiIiGiYaLhouHjYeOCPsU9xQFiI+Jj4uQCA77b4v3FBWLkI2Pjo8I9xT3FAWPjo+NkIuQi5CJjogI9xT7FAWPh42Hi4aLhomHh4eIiIaJhosI+5SLBYaLh42HjoiPiY+LkAgO+92d928Vi5CNkI+OCPcU9xQFjo+QjZCLkIuPiY6Hj4iNhouGCIv7lAWLhomHh4iIh4eJhouGi4aNiI8I+xT3FAWHjomPi5AIDvvdi+YVi/eUBYuQjZCOjo+Pj42Qi5CLkImOhwj3FPsUBY+IjYaLhouGiYeHiAj7FPsUBYiHhomGi4aLh42Hj4iOiY+LkAgO+JQU+JQViwwKAAAAAAMCAAGQAAUAAAFMAWYAAABHAUwBZgAAAPUAGQCEAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8NoB4P/g/+AB4AAgAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDw2v/9//8AAAAAACDw1//9//8AAf/jDy0AAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAA5emozXw889QALAgAAAAAA0ABHWAAAAADQAEdYAAAAAAElAW4AAAAIAAIAAAAAAAAAAQAAAeD/4AAAAgAAAAAAASUAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAABAAAAASUAAAElAAAAtwASALcAAAAAUAAACAAAAAAADgCuAAEAAAAAAAEADgAAAAEAAAAAAAIADgBHAAEAAAAAAAMADgAkAAEAAAAAAAQADgBVAAEAAAAAAAUAFgAOAAEAAAAAAAYABwAyAAEAAAAAAAoANABjAAMAAQQJAAEADgAAAAMAAQQJAAIADgBHAAMAAQQJAAMADgAkAAMAAQQJAAQADgBVAAMAAQQJAAUAFgAOAAMAAQQJAAYADgA5AAMAAQQJAAoANABjAGkAYwBvAG0AbwBvAG4AVgBlAHIAcwBpAG8AbgAgADEALgAwAGkAYwBvAG0AbwBvAG5pY29tb29uAGkAYwBvAG0AbwBvAG4AUgBlAGcAdQBsAGEAcgBpAGMAbwBtAG8AbwBuAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
1045
+ font-weight: normal;
1046
+ font-style: normal;
1047
+ }
1048
+ .ui.dropdown > .dropdown.icon {
1049
+ font-family: 'Dropdown';
1050
+ line-height: 1;
1051
+ height: 1em;
1052
+ width: 1.23em;
1053
+ -webkit-backface-visibility: hidden;
1054
+ backface-visibility: hidden;
1055
+ font-weight: normal;
1056
+ font-style: normal;
1057
+ text-align: center;
1058
+ }
1059
+ .ui.dropdown > .dropdown.icon {
1060
+ width: auto;
1061
+ }
1062
+ .ui.dropdown > .dropdown.icon:before {
1063
+ content: '\f0d7';
1064
+ }
1065
+
1066
+ /* Sub Menu */
1067
+ .ui.dropdown .menu .item .dropdown.icon:before {
1068
+ content: '\f0da' /*rtl:'\f0d9'*/;
1069
+ }
1070
+ .ui.dropdown .item .left.dropdown.icon:before,
1071
+ .ui.dropdown .left.menu .item .dropdown.icon:before {
1072
+ content: "\f0d9" /*rtl:"\f0da"*/;
1073
+ }
1074
+
1075
+ /* Upward Dropdown */
1076
+ .ui.upward.dropdown > .dropdown.icon:before {
1077
+ content: "\f0d8";
1078
+ }
1079
+
1080
+ /* Vertical Menu Dropdown */
1081
+ .ui.vertical.menu .dropdown.item > .dropdown.icon:before {
1082
+ content: "\f0da" /*rtl:"\f0d9"*/;
1083
+ }
1084
+ /* Icons for Reference
1085
+ .dropdown.down.icon {
1086
+ content: "\f0d7";
1087
+ }
1088
+ .dropdown.up.icon {
1089
+ content: "\f0d8";
1090
+ }
1091
+ .dropdown.left.icon {
1092
+ content: "\f0d9";
1093
+ }
1094
+ .dropdown.icon.icon {
1095
+ content: "\f0da";
1096
+ }
1097
+ */
1098
+
1099
+
1100
+ /*******************************
1101
+ User Overrides
1102
+ *******************************/
1103
+