sw2at-ui 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (387) hide show
  1. checksums.yaml +7 -0
  2. data/.document +5 -0
  3. data/Gemfile +21 -0
  4. data/LICENSE.txt +20 -0
  5. data/README.rdoc +19 -0
  6. data/Rakefile +51 -0
  7. data/VERSION +1 -0
  8. data/app/assets/images/swat/loading-green.gif +0 -0
  9. data/app/assets/javascripts/swat/.bowerrc +3 -0
  10. data/app/assets/javascripts/swat/app/app.coffee +38 -0
  11. data/app/assets/javascripts/swat/app/controllers/revision.coffee +25 -0
  12. data/app/assets/javascripts/swat/app/controllers/revisions.coffee +10 -0
  13. data/app/assets/javascripts/swat/app/controllers/root.coffee +8 -0
  14. data/app/assets/javascripts/swat/app/factories/response.coffee +9 -0
  15. data/app/assets/javascripts/swat/app/factories/revision_model.coffee +20 -0
  16. data/app/assets/javascripts/swat/app/services/revision.coffee +16 -0
  17. data/app/assets/javascripts/swat/app/services/test_case.coffee +8 -0
  18. data/app/assets/javascripts/swat/application.coffee +5 -0
  19. data/app/assets/javascripts/swat/bower.json +16 -0
  20. data/app/assets/javascripts/swat/bower_components/angular/angular-csp.css +21 -0
  21. data/app/assets/javascripts/swat/bower_components/angular/angular.js +28133 -0
  22. data/app/assets/javascripts/swat/bower_components/angular/angular.min.js +289 -0
  23. data/app/assets/javascripts/swat/bower_components/angular/index.js +2 -0
  24. data/app/assets/javascripts/swat/bower_components/angular-animate/angular-animate.js +2137 -0
  25. data/app/assets/javascripts/swat/bower_components/angular-animate/angular-animate.min.js +33 -0
  26. data/app/assets/javascripts/swat/bower_components/angular-aria/angular-aria.js +339 -0
  27. data/app/assets/javascripts/swat/bower_components/angular-aria/angular-aria.min.js +12 -0
  28. data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap-csp.css +6 -0
  29. data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap-tpls.js +4840 -0
  30. data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js +10 -0
  31. data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap.js +4461 -0
  32. data/app/assets/javascripts/swat/bower_components/angular-bootstrap/ui-bootstrap.min.js +9 -0
  33. data/app/assets/javascripts/swat/bower_components/angular-material/LICENSE.txt +21 -0
  34. data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.css +6228 -0
  35. data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.js +8602 -0
  36. data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.min.css +6 -0
  37. data/app/assets/javascripts/swat/bower_components/angular-material/angular-material.min.js +277 -0
  38. data/app/assets/javascripts/swat/bower_components/angular-material/default-theme.css +394 -0
  39. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/backdrop/backdrop-default-theme.css +8 -0
  40. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/backdrop/backdrop.css +54 -0
  41. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/backdrop/backdrop.js +40 -0
  42. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet-default-theme.css +15 -0
  43. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet.css +161 -0
  44. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/bottomSheet/bottomSheet.js +263 -0
  45. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/button/button-default-theme.css +49 -0
  46. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/button/button.css +134 -0
  47. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/button/button.js +101 -0
  48. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/card/card-default-theme.css +10 -0
  49. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/card/card.css +26 -0
  50. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/card/card.js +60 -0
  51. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox-default-theme.css +38 -0
  52. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.css +78 -0
  53. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/checkbox/checkbox.js +135 -0
  54. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/content/content-default-theme.css +8 -0
  55. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/content/content.css +24 -0
  56. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/content/content.js +87 -0
  57. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/core.css +2736 -0
  58. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/core.js +3090 -0
  59. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/core/default-theme.js +1 -0
  60. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/dialog/dialog-default-theme.css +11 -0
  61. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/dialog/dialog.css +75 -0
  62. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/dialog/dialog.js +500 -0
  63. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/divider/divider-default-theme.css +8 -0
  64. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/divider/divider.css +12 -0
  65. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/divider/divider.js +50 -0
  66. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/icon/icon.css +24 -0
  67. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/icon/icon.js +52 -0
  68. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/input/input-default-theme.css +39 -0
  69. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/input/input.css +113 -0
  70. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/input/input.js +355 -0
  71. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/list/list.css +56 -0
  72. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/list/list.js +96 -0
  73. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/menu/menu.css +6 -0
  74. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/menu/menu.js +29 -0
  75. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressCircular/progressCircular-default-theme.css +35 -0
  76. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressCircular/progressCircular.css +1395 -0
  77. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressCircular/progressCircular.js +129 -0
  78. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressLinear/progressLinear-default-theme.css +26 -0
  79. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressLinear/progressLinear.css +366 -0
  80. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/progressLinear/progressLinear.js +130 -0
  81. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/radioButton/radioButton-default-theme.css +39 -0
  82. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/radioButton/radioButton.css +66 -0
  83. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/radioButton/radioButton.js +302 -0
  84. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sidenav/sidenav-default-theme.css +8 -0
  85. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sidenav/sidenav.css +86 -0
  86. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sidenav/sidenav.js +320 -0
  87. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/slider/slider-default-theme.css +55 -0
  88. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/slider/slider.css +210 -0
  89. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/slider/slider.js +391 -0
  90. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sticky/sticky.css +20 -0
  91. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/sticky/sticky.js +314 -0
  92. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/subheader/subheader-default-theme.css +15 -0
  93. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/subheader/subheader.css +62 -0
  94. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/subheader/subheader.js +89 -0
  95. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/swipe/swipe.js +79 -0
  96. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/switch/switch-default-theme.css +29 -0
  97. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/switch/switch.css +81 -0
  98. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/switch/switch.js +171 -0
  99. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tabs/tabs-default-theme.css +34 -0
  100. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tabs/tabs.css +171 -0
  101. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tabs/tabs.js +1009 -0
  102. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/textField/textField-default-theme.css +29 -0
  103. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/textField/textField.css +72 -0
  104. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/textField/textField.js +145 -0
  105. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toast/toast-default-theme.css +17 -0
  106. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toast/toast.css +110 -0
  107. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toast/toast.js +236 -0
  108. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toolbar/toolbar-default-theme.css +17 -0
  109. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toolbar/toolbar.css +69 -0
  110. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/toolbar/toolbar.js +161 -0
  111. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tooltip/tooltip-default-theme.css +10 -0
  112. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tooltip/tooltip.css +133 -0
  113. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/tooltip/tooltip.js +199 -0
  114. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/whiteframe/whiteframe.css +20 -0
  115. data/app/assets/javascripts/swat/bower_components/angular-material/modules/closure/whiteframe/whiteframe.js +17 -0
  116. data/app/assets/javascripts/swat/bower_components/angular-material/modules/css/angular-material-layout.css +2582 -0
  117. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop-default-theme.css +8 -0
  118. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop-default-theme.min.css +6 -0
  119. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.css +54 -0
  120. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.js +38 -0
  121. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.min.css +6 -0
  122. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/backdrop.min.js +7 -0
  123. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/backdrop/bower.json +7 -0
  124. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet-default-theme.css +15 -0
  125. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet-default-theme.min.css +6 -0
  126. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.css +188 -0
  127. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.js +293 -0
  128. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.min.css +6 -0
  129. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bottomSheet.min.js +7 -0
  130. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/bottomSheet/bower.json +8 -0
  131. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/bower.json +7 -0
  132. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button-default-theme.css +42 -0
  133. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button-default-theme.min.css +6 -0
  134. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.css +132 -0
  135. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.js +94 -0
  136. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.min.css +6 -0
  137. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/button/button.min.js +7 -0
  138. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/bower.json +7 -0
  139. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card-default-theme.css +10 -0
  140. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card-default-theme.min.css +6 -0
  141. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.css +31 -0
  142. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.js +58 -0
  143. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.min.css +6 -0
  144. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/card/card.min.js +7 -0
  145. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/bower.json +7 -0
  146. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox-default-theme.css +38 -0
  147. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox-default-theme.min.css +6 -0
  148. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.css +79 -0
  149. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.js +133 -0
  150. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.min.css +6 -0
  151. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/checkbox/checkbox.min.js +7 -0
  152. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/bower.json +7 -0
  153. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content-default-theme.css +8 -0
  154. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content-default-theme.min.css +6 -0
  155. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.css +24 -0
  156. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.js +60 -0
  157. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.min.css +6 -0
  158. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/content/content.min.js +7 -0
  159. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/bower.json +7 -0
  160. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.css +3067 -0
  161. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.js +2780 -0
  162. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.min.css +6 -0
  163. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/core.min.js +7 -0
  164. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/core/default-theme.js +1 -0
  165. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/bower.json +8 -0
  166. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog-default-theme.css +11 -0
  167. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog-default-theme.min.css +6 -0
  168. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.css +88 -0
  169. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.js +495 -0
  170. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.min.css +6 -0
  171. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/dialog/dialog.min.js +7 -0
  172. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/bower.json +7 -0
  173. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider-default-theme.css +8 -0
  174. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider-default-theme.min.css +6 -0
  175. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.css +12 -0
  176. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.js +48 -0
  177. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.min.css +6 -0
  178. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/divider/divider.min.js +7 -0
  179. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/bower.json +7 -0
  180. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.css +24 -0
  181. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.js +50 -0
  182. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.min.css +6 -0
  183. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/icon/icon.min.js +7 -0
  184. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/bower.json +7 -0
  185. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input-default-theme.css +40 -0
  186. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input-default-theme.min.css +6 -0
  187. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.css +102 -0
  188. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.js +333 -0
  189. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.min.css +6 -0
  190. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/input/input.min.js +7 -0
  191. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/bower.json +7 -0
  192. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.css +61 -0
  193. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.js +94 -0
  194. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.min.css +6 -0
  195. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/list/list.min.js +7 -0
  196. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/bower.json +5 -0
  197. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.css +6 -0
  198. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.js +27 -0
  199. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.min.css +6 -0
  200. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/menu/menu.min.js +7 -0
  201. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/bower.json +7 -0
  202. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular-default-theme.css +35 -0
  203. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular-default-theme.min.css +6 -0
  204. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.css +1445 -0
  205. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.js +127 -0
  206. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.min.css +6 -0
  207. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressCircular/progressCircular.min.js +7 -0
  208. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/bower.json +7 -0
  209. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.css +28 -0
  210. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear-default-theme.min.css +6 -0
  211. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.css +368 -0
  212. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.js +128 -0
  213. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.min.css +6 -0
  214. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/progressLinear/progressLinear.min.js +7 -0
  215. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/bower.json +7 -0
  216. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton-default-theme.css +39 -0
  217. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton-default-theme.min.css +6 -0
  218. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.css +67 -0
  219. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.js +296 -0
  220. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.min.css +6 -0
  221. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/radioButton/radioButton.min.js +7 -0
  222. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/bower.json +8 -0
  223. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav-default-theme.css +8 -0
  224. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav-default-theme.min.css +6 -0
  225. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.css +90 -0
  226. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.js +302 -0
  227. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.min.css +6 -0
  228. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sidenav/sidenav.min.js +7 -0
  229. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/bower.json +7 -0
  230. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider-default-theme.css +55 -0
  231. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider-default-theme.min.css +6 -0
  232. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.css +218 -0
  233. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.js +411 -0
  234. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.min.css +6 -0
  235. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/slider/slider.min.js +7 -0
  236. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/bower.json +8 -0
  237. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.css +20 -0
  238. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.js +309 -0
  239. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.min.css +6 -0
  240. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/sticky/sticky.min.js +7 -0
  241. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/bower.json +8 -0
  242. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader-default-theme.css +15 -0
  243. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader-default-theme.min.css +6 -0
  244. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.css +61 -0
  245. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.js +86 -0
  246. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.min.css +6 -0
  247. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/subheader/subheader.min.js +7 -0
  248. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/swipe/bower.json +5 -0
  249. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/swipe/swipe.js +213 -0
  250. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/swipe/swipe.min.js +7 -0
  251. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/bower.json +8 -0
  252. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch-default-theme.css +29 -0
  253. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch-default-theme.min.css +6 -0
  254. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.css +77 -0
  255. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.js +144 -0
  256. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.min.css +6 -0
  257. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/switch/switch.min.js +7 -0
  258. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/bower.json +7 -0
  259. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs-default-theme.css +34 -0
  260. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs-default-theme.min.css +6 -0
  261. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.css +181 -0
  262. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.js +992 -0
  263. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.min.css +6 -0
  264. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tabs/tabs.min.js +7 -0
  265. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/bower.json +7 -0
  266. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField-default-theme.css +29 -0
  267. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField-default-theme.min.css +6 -0
  268. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.css +76 -0
  269. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.js +143 -0
  270. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.min.css +6 -0
  271. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/textField/textField.min.js +7 -0
  272. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/bower.json +9 -0
  273. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast-default-theme.css +17 -0
  274. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast-default-theme.min.css +6 -0
  275. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.css +115 -0
  276. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.js +235 -0
  277. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.min.css +6 -0
  278. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toast/toast.min.js +7 -0
  279. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/bower.json +8 -0
  280. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar-default-theme.css +17 -0
  281. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar-default-theme.min.css +6 -0
  282. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.css +78 -0
  283. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.js +158 -0
  284. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.min.css +6 -0
  285. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/toolbar/toolbar.min.js +7 -0
  286. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/bower.json +7 -0
  287. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip-default-theme.css +10 -0
  288. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip-default-theme.min.css +6 -0
  289. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.css +136 -0
  290. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.js +197 -0
  291. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.min.css +6 -0
  292. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/tooltip/tooltip.min.js +7 -0
  293. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/bower.json +5 -0
  294. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.css +20 -0
  295. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.js +15 -0
  296. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.css +6 -0
  297. data/app/assets/javascripts/swat/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.js +7 -0
  298. data/app/assets/javascripts/swat/bower_components/angular-resource/angular-resource.js +668 -0
  299. data/app/assets/javascripts/swat/bower_components/angular-resource/angular-resource.min.js +13 -0
  300. data/app/assets/javascripts/swat/bower_components/angular-resource/index.js +2 -0
  301. data/app/assets/javascripts/swat/bower_components/angular-route/angular-route.js +991 -0
  302. data/app/assets/javascripts/swat/bower_components/angular-route/angular-route.min.js +15 -0
  303. data/app/assets/javascripts/swat/bower_components/angular-route/index.js +2 -0
  304. data/app/assets/javascripts/swat/bower_components/angular-ui-router/LICENSE.txt +21 -0
  305. data/app/assets/javascripts/swat/bower_components/angular-ui-router/api/angular-ui-router.d.ts +126 -0
  306. data/app/assets/javascripts/swat/bower_components/angular-ui-router/release/angular-ui-router.js +4370 -0
  307. data/app/assets/javascripts/swat/bower_components/angular-ui-router/release/angular-ui-router.min.js +7 -0
  308. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/common.js +292 -0
  309. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/resolve.js +252 -0
  310. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/state.js +1465 -0
  311. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/stateDirectives.js +285 -0
  312. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/stateFilters.js +39 -0
  313. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/templateFactory.js +110 -0
  314. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/urlMatcherFactory.js +1050 -0
  315. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/urlRouter.js +427 -0
  316. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/view.js +71 -0
  317. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/viewDirective.js +303 -0
  318. data/app/assets/javascripts/swat/bower_components/angular-ui-router/src/viewScroll.js +52 -0
  319. data/app/assets/javascripts/swat/bower_components/lodash/lodash.js +12235 -0
  320. data/app/assets/javascripts/swat/bower_components/lodash/lodash.min.js +98 -0
  321. data/app/assets/javascripts/swat/bower_components/ng-clip/.editorconfig +10 -0
  322. data/app/assets/javascripts/swat/bower_components/ng-clip/.gitignore +3 -0
  323. data/app/assets/javascripts/swat/bower_components/ng-clip/Gruntfile.js +96 -0
  324. data/app/assets/javascripts/swat/bower_components/ng-clip/dest/ng-clip.min.js +2 -0
  325. data/app/assets/javascripts/swat/bower_components/ng-clip/example/bootstrap-tooltip.html +49 -0
  326. data/app/assets/javascripts/swat/bower_components/ng-clip/example/index.html +68 -0
  327. data/app/assets/javascripts/swat/bower_components/ng-clip/example/ng-repeat.html +44 -0
  328. data/app/assets/javascripts/swat/bower_components/ng-clip/npm-debug.log +145 -0
  329. data/app/assets/javascripts/swat/bower_components/ng-clip/src/ngClip.js +84 -0
  330. data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/.jshintrc +70 -0
  331. data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.Core.js +2017 -0
  332. data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.Core.min.js +10 -0
  333. data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.js +2581 -0
  334. data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.min.js +10 -0
  335. data/app/assets/javascripts/swat/bower_components/zeroclipboard/dist/ZeroClipboard.swf +0 -0
  336. data/app/assets/javascripts/swat/bower_components.coffee +12 -0
  337. data/app/assets/stylesheets/swat/application.sass +59 -0
  338. data/app/assets/stylesheets/swat/default-theme.css +394 -0
  339. data/app/assets/stylesheets/swat/font-awesome.css +1801 -0
  340. data/app/assets/stylesheets/swat/fonts/FontAwesome.otf +0 -0
  341. data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.eot +0 -0
  342. data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.svg +565 -0
  343. data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.ttf +0 -0
  344. data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.woff +0 -0
  345. data/app/assets/stylesheets/swat/fonts/fontawesome-webfont.woff2 +0 -0
  346. data/app/assets/stylesheets/swat/swat_theme.sass +177 -0
  347. data/app/controllers/swat/api/revisions_controller.rb +27 -0
  348. data/app/controllers/swat/api/test_cases_controller.rb +20 -0
  349. data/app/controllers/swat/application_controller.rb +4 -0
  350. data/app/controllers/swat/info/states_controller.rb +12 -0
  351. data/app/controllers/swat/pages/base_pages_controller.rb +7 -0
  352. data/app/controllers/swat/pages/revisions_controller.rb +8 -0
  353. data/app/controllers/swat/revisions_controller.rb +4 -0
  354. data/app/helpers/swat/application_helper.rb +4 -0
  355. data/app/models/concerns/root_revision_ext.rb +14 -0
  356. data/app/models/full_revision.rb +88 -0
  357. data/app/models/revision.rb +84 -0
  358. data/app/models/revision_status_calculator.rb +98 -0
  359. data/app/models/test_case.rb +25 -0
  360. data/app/views/layouts/swat/application.slim +36 -0
  361. data/app/views/layouts/swat/page.slim +2 -0
  362. data/app/views/swat/application/index.slim +0 -0
  363. data/app/views/swat/pages/revisions/index.slim +25 -0
  364. data/app/views/swat/pages/revisions/show.slim +43 -0
  365. data/app/views/swat/shared/_footer.slim +5 -0
  366. data/app/views/swat/shared/_header.slim +9 -0
  367. data/bin/rails +12 -0
  368. data/config/routes.rb +38 -0
  369. data/fixtures/firebase_collection.rb +97 -0
  370. data/lib/sw2at-ui.rb +19 -0
  371. data/lib/swat/engine.rb +5 -0
  372. data/lib/swat/ui/config.rb +28 -0
  373. data/lib/swat/ui/rspec_commands.rb +191 -0
  374. data/lib/swat/ui/rspec_setup.rb +42 -0
  375. data/lib/swat/ui/stats_collector.rb +90 -0
  376. data/lib/swat/ui/version.rb +5 -0
  377. data/lib/tasks/swat_tasks.rake +36 -0
  378. data/spec/lib/commands_spec.rb +88 -0
  379. data/spec/models/calculator_spec.rb +130 -0
  380. data/spec/models/full_revision_spec.rb +263 -0
  381. data/spec/models/revision_spec.rb +59 -0
  382. data/spec/models/testcase_spec.rb +94 -0
  383. data/spec/spec_helper.rb +45 -0
  384. data/sw2at-ui.gemspec +465 -0
  385. data/test/helper.rb +34 -0
  386. data/test/test_sw2at-ui.rb +7 -0
  387. metadata +628 -0
@@ -0,0 +1,3067 @@
1
+ /*!
2
+ * Angular Material Design
3
+ * https://github.com/angular/material
4
+ * @license MIT
5
+ * v0.7.0-rc3
6
+ */
7
+ /* Sizes:
8
+ 0 <= size <= 600 Phone
9
+ 600 <= size <= 960 Tablet
10
+ 960 <= size <= 1200 Tablet-Landscape
11
+ 1200 <= size PC
12
+ */
13
+ [layout] {
14
+ box-sizing: border-box;
15
+ display: -webkit-box;
16
+ display: -webkit-flex;
17
+ display: -ms-flexbox;
18
+ display: flex; }
19
+
20
+ [layout=column] {
21
+ -webkit-box-orient: vertical;
22
+ -webkit-box-direction: normal;
23
+ -webkit-flex-direction: column;
24
+ -ms-flex-direction: column;
25
+ flex-direction: column; }
26
+
27
+ [layout=row] {
28
+ -webkit-box-orient: horizontal;
29
+ -webkit-box-direction: normal;
30
+ -webkit-flex-direction: row;
31
+ -ms-flex-direction: row;
32
+ flex-direction: row; }
33
+
34
+ [layout-padding], [layout-padding] > [flex] {
35
+ padding: 8px; }
36
+
37
+ [layout-margin], [layout-margin] > [flex] {
38
+ margin: 8px; }
39
+
40
+ [layout-wrap] {
41
+ -webkit-flex-wrap: wrap;
42
+ -ms-flex-wrap: wrap;
43
+ flex-wrap: wrap; }
44
+
45
+ [layout-fill] {
46
+ margin: 0;
47
+ min-height: 100%;
48
+ width: 100%; }
49
+
50
+ @-moz-document url-prefix() {
51
+ [layout-fill] {
52
+ margin: 0;
53
+ width: 100%;
54
+ min-height: auto;
55
+ height: inherit; } }
56
+
57
+ [flex] {
58
+ -webkit-box-flex: 1;
59
+ -webkit-flex: 1;
60
+ -ms-flex: 1;
61
+ flex: 1; }
62
+
63
+ [flex="0"] {
64
+ -webkit-box-flex: 0;
65
+ -webkit-flex: 0 0 0%;
66
+ -ms-flex: 0 0 0%;
67
+ flex: 0 0 0%; }
68
+
69
+ [layout="row"] > [flex="0"] {
70
+ max-width: 0%; }
71
+
72
+ [layout="column"] > [flex="0"] {
73
+ max-height: 0%; }
74
+
75
+ [flex="5"] {
76
+ -webkit-box-flex: 0;
77
+ -webkit-flex: 0 0 5%;
78
+ -ms-flex: 0 0 5%;
79
+ flex: 0 0 5%; }
80
+
81
+ [layout="row"] > [flex="5"] {
82
+ max-width: 5%; }
83
+
84
+ [layout="column"] > [flex="5"] {
85
+ max-height: 5%; }
86
+
87
+ [flex="10"] {
88
+ -webkit-box-flex: 0;
89
+ -webkit-flex: 0 0 10%;
90
+ -ms-flex: 0 0 10%;
91
+ flex: 0 0 10%; }
92
+
93
+ [layout="row"] > [flex="10"] {
94
+ max-width: 10%; }
95
+
96
+ [layout="column"] > [flex="10"] {
97
+ max-height: 10%; }
98
+
99
+ [flex="15"] {
100
+ -webkit-box-flex: 0;
101
+ -webkit-flex: 0 0 15%;
102
+ -ms-flex: 0 0 15%;
103
+ flex: 0 0 15%; }
104
+
105
+ [layout="row"] > [flex="15"] {
106
+ max-width: 15%; }
107
+
108
+ [layout="column"] > [flex="15"] {
109
+ max-height: 15%; }
110
+
111
+ [flex="20"] {
112
+ -webkit-box-flex: 0;
113
+ -webkit-flex: 0 0 20%;
114
+ -ms-flex: 0 0 20%;
115
+ flex: 0 0 20%; }
116
+
117
+ [layout="row"] > [flex="20"] {
118
+ max-width: 20%; }
119
+
120
+ [layout="column"] > [flex="20"] {
121
+ max-height: 20%; }
122
+
123
+ [flex="25"] {
124
+ -webkit-box-flex: 0;
125
+ -webkit-flex: 0 0 25%;
126
+ -ms-flex: 0 0 25%;
127
+ flex: 0 0 25%; }
128
+
129
+ [layout="row"] > [flex="25"] {
130
+ max-width: 25%; }
131
+
132
+ [layout="column"] > [flex="25"] {
133
+ max-height: 25%; }
134
+
135
+ [flex="30"] {
136
+ -webkit-box-flex: 0;
137
+ -webkit-flex: 0 0 30%;
138
+ -ms-flex: 0 0 30%;
139
+ flex: 0 0 30%; }
140
+
141
+ [layout="row"] > [flex="30"] {
142
+ max-width: 30%; }
143
+
144
+ [layout="column"] > [flex="30"] {
145
+ max-height: 30%; }
146
+
147
+ [flex="35"] {
148
+ -webkit-box-flex: 0;
149
+ -webkit-flex: 0 0 35%;
150
+ -ms-flex: 0 0 35%;
151
+ flex: 0 0 35%; }
152
+
153
+ [layout="row"] > [flex="35"] {
154
+ max-width: 35%; }
155
+
156
+ [layout="column"] > [flex="35"] {
157
+ max-height: 35%; }
158
+
159
+ [flex="40"] {
160
+ -webkit-box-flex: 0;
161
+ -webkit-flex: 0 0 40%;
162
+ -ms-flex: 0 0 40%;
163
+ flex: 0 0 40%; }
164
+
165
+ [layout="row"] > [flex="40"] {
166
+ max-width: 40%; }
167
+
168
+ [layout="column"] > [flex="40"] {
169
+ max-height: 40%; }
170
+
171
+ [flex="45"] {
172
+ -webkit-box-flex: 0;
173
+ -webkit-flex: 0 0 45%;
174
+ -ms-flex: 0 0 45%;
175
+ flex: 0 0 45%; }
176
+
177
+ [layout="row"] > [flex="45"] {
178
+ max-width: 45%; }
179
+
180
+ [layout="column"] > [flex="45"] {
181
+ max-height: 45%; }
182
+
183
+ [flex="50"] {
184
+ -webkit-box-flex: 0;
185
+ -webkit-flex: 0 0 50%;
186
+ -ms-flex: 0 0 50%;
187
+ flex: 0 0 50%; }
188
+
189
+ [layout="row"] > [flex="50"] {
190
+ max-width: 50%; }
191
+
192
+ [layout="column"] > [flex="50"] {
193
+ max-height: 50%; }
194
+
195
+ [flex="55"] {
196
+ -webkit-box-flex: 0;
197
+ -webkit-flex: 0 0 55%;
198
+ -ms-flex: 0 0 55%;
199
+ flex: 0 0 55%; }
200
+
201
+ [layout="row"] > [flex="55"] {
202
+ max-width: 55%; }
203
+
204
+ [layout="column"] > [flex="55"] {
205
+ max-height: 55%; }
206
+
207
+ [flex="60"] {
208
+ -webkit-box-flex: 0;
209
+ -webkit-flex: 0 0 60%;
210
+ -ms-flex: 0 0 60%;
211
+ flex: 0 0 60%; }
212
+
213
+ [layout="row"] > [flex="60"] {
214
+ max-width: 60%; }
215
+
216
+ [layout="column"] > [flex="60"] {
217
+ max-height: 60%; }
218
+
219
+ [flex="65"] {
220
+ -webkit-box-flex: 0;
221
+ -webkit-flex: 0 0 65%;
222
+ -ms-flex: 0 0 65%;
223
+ flex: 0 0 65%; }
224
+
225
+ [layout="row"] > [flex="65"] {
226
+ max-width: 65%; }
227
+
228
+ [layout="column"] > [flex="65"] {
229
+ max-height: 65%; }
230
+
231
+ [flex="70"] {
232
+ -webkit-box-flex: 0;
233
+ -webkit-flex: 0 0 70%;
234
+ -ms-flex: 0 0 70%;
235
+ flex: 0 0 70%; }
236
+
237
+ [layout="row"] > [flex="70"] {
238
+ max-width: 70%; }
239
+
240
+ [layout="column"] > [flex="70"] {
241
+ max-height: 70%; }
242
+
243
+ [flex="75"] {
244
+ -webkit-box-flex: 0;
245
+ -webkit-flex: 0 0 75%;
246
+ -ms-flex: 0 0 75%;
247
+ flex: 0 0 75%; }
248
+
249
+ [layout="row"] > [flex="75"] {
250
+ max-width: 75%; }
251
+
252
+ [layout="column"] > [flex="75"] {
253
+ max-height: 75%; }
254
+
255
+ [flex="80"] {
256
+ -webkit-box-flex: 0;
257
+ -webkit-flex: 0 0 80%;
258
+ -ms-flex: 0 0 80%;
259
+ flex: 0 0 80%; }
260
+
261
+ [layout="row"] > [flex="80"] {
262
+ max-width: 80%; }
263
+
264
+ [layout="column"] > [flex="80"] {
265
+ max-height: 80%; }
266
+
267
+ [flex="85"] {
268
+ -webkit-box-flex: 0;
269
+ -webkit-flex: 0 0 85%;
270
+ -ms-flex: 0 0 85%;
271
+ flex: 0 0 85%; }
272
+
273
+ [layout="row"] > [flex="85"] {
274
+ max-width: 85%; }
275
+
276
+ [layout="column"] > [flex="85"] {
277
+ max-height: 85%; }
278
+
279
+ [flex="90"] {
280
+ -webkit-box-flex: 0;
281
+ -webkit-flex: 0 0 90%;
282
+ -ms-flex: 0 0 90%;
283
+ flex: 0 0 90%; }
284
+
285
+ [layout="row"] > [flex="90"] {
286
+ max-width: 90%; }
287
+
288
+ [layout="column"] > [flex="90"] {
289
+ max-height: 90%; }
290
+
291
+ [flex="95"] {
292
+ -webkit-box-flex: 0;
293
+ -webkit-flex: 0 0 95%;
294
+ -ms-flex: 0 0 95%;
295
+ flex: 0 0 95%; }
296
+
297
+ [layout="row"] > [flex="95"] {
298
+ max-width: 95%; }
299
+
300
+ [layout="column"] > [flex="95"] {
301
+ max-height: 95%; }
302
+
303
+ [flex="100"] {
304
+ -webkit-box-flex: 0;
305
+ -webkit-flex: 0 0 100%;
306
+ -ms-flex: 0 0 100%;
307
+ flex: 0 0 100%; }
308
+
309
+ [layout="row"] > [flex="100"] {
310
+ max-width: 100%; }
311
+
312
+ [layout="column"] > [flex="100"] {
313
+ max-height: 100%; }
314
+
315
+ [layout="row"] > [flex="33"], [layout="row"] > [flex="34"] {
316
+ -webkit-box-flex: 0;
317
+ -webkit-flex: 0 0 33.33%;
318
+ -ms-flex: 0 0 33.33%;
319
+ flex: 0 0 33.33%;
320
+ max-width: 33.33%; }
321
+ [layout="row"] > [flex="66"], [layout="row"] > [flex="67"] {
322
+ -webkit-box-flex: 0;
323
+ -webkit-flex: 0 0 66.66%;
324
+ -ms-flex: 0 0 66.66%;
325
+ flex: 0 0 66.66%;
326
+ max-width: 66.66%; }
327
+
328
+ [layout="column"] > [flex="33"], [layout="column"] > [flex="34"] {
329
+ -webkit-box-flex: 0;
330
+ -webkit-flex: 0 0 33.33%;
331
+ -ms-flex: 0 0 33.33%;
332
+ flex: 0 0 33.33%;
333
+ max-height: 33.33%; }
334
+ [layout="column"] > [flex="66"], [layout="column"] > [flex="67"] {
335
+ -webkit-box-flex: 0;
336
+ -webkit-flex: 0 0 66.66%;
337
+ -ms-flex: 0 0 66.66%;
338
+ flex: 0 0 66.66%;
339
+ max-height: 66.66%; }
340
+
341
+ [layout-align="center"], [layout-align="center center"], [layout-align="center start"], [layout-align="center end"] {
342
+ -webkit-box-pack: center;
343
+ -webkit-justify-content: center;
344
+ -ms-flex-pack: center;
345
+ justify-content: center; }
346
+
347
+ [layout-align="end"], [layout-align="end center"], [layout-align="end start"], [layout-align="end end"] {
348
+ -webkit-box-pack: end;
349
+ -webkit-justify-content: flex-end;
350
+ -ms-flex-pack: end;
351
+ justify-content: flex-end; }
352
+
353
+ [layout-align="space-around"], [layout-align="space-around center"], [layout-align="space-around start"], [layout-align="space-around end"] {
354
+ -webkit-justify-content: space-around;
355
+ -ms-flex-pack: distribute;
356
+ justify-content: space-around; }
357
+
358
+ [layout-align="space-between"], [layout-align="space-between center"], [layout-align="space-between start"], [layout-align="space-between end"] {
359
+ -webkit-box-pack: justify;
360
+ -webkit-justify-content: space-between;
361
+ -ms-flex-pack: justify;
362
+ justify-content: space-between; }
363
+
364
+ [layout-align="center center"], [layout-align="start center"], [layout-align="end center"], [layout-align="space-between center"], [layout-align="space-around center"] {
365
+ -webkit-box-align: center;
366
+ -webkit-align-items: center;
367
+ -ms-flex-align: center;
368
+ align-items: center; }
369
+
370
+ [layout-align="center start"], [layout-align="start start"], [layout-align="end start"], [layout-align="space-between start"], [layout-align="space-around start"] {
371
+ -webkit-box-align: start;
372
+ -webkit-align-items: flex-start;
373
+ -ms-flex-align: start;
374
+ align-items: flex-start; }
375
+
376
+ [layout-align="center end"], [layout-align="start end"], [layout-align="end end"], [layout-align="space-between end"], [layout-align="space-around end"] {
377
+ -webkit-box-align: end;
378
+ -webkit-align-items: flex-end;
379
+ -ms-flex-align: end;
380
+ align-items: flex-end; }
381
+
382
+ [flex-order="0"] {
383
+ -webkit-box-ordinal-group: 1;
384
+ -webkit-order: 0;
385
+ -ms-flex-order: 0;
386
+ order: 0; }
387
+
388
+ [flex-order="1"] {
389
+ -webkit-box-ordinal-group: 2;
390
+ -webkit-order: 1;
391
+ -ms-flex-order: 1;
392
+ order: 1; }
393
+
394
+ [flex-order="2"] {
395
+ -webkit-box-ordinal-group: 3;
396
+ -webkit-order: 2;
397
+ -ms-flex-order: 2;
398
+ order: 2; }
399
+
400
+ [flex-order="3"] {
401
+ -webkit-box-ordinal-group: 4;
402
+ -webkit-order: 3;
403
+ -ms-flex-order: 3;
404
+ order: 3; }
405
+
406
+ [flex-order="4"] {
407
+ -webkit-box-ordinal-group: 5;
408
+ -webkit-order: 4;
409
+ -ms-flex-order: 4;
410
+ order: 4; }
411
+
412
+ [flex-order="5"] {
413
+ -webkit-box-ordinal-group: 6;
414
+ -webkit-order: 5;
415
+ -ms-flex-order: 5;
416
+ order: 5; }
417
+
418
+ [flex-order="6"] {
419
+ -webkit-box-ordinal-group: 7;
420
+ -webkit-order: 6;
421
+ -ms-flex-order: 6;
422
+ order: 6; }
423
+
424
+ [flex-order="7"] {
425
+ -webkit-box-ordinal-group: 8;
426
+ -webkit-order: 7;
427
+ -ms-flex-order: 7;
428
+ order: 7; }
429
+
430
+ [flex-order="8"] {
431
+ -webkit-box-ordinal-group: 9;
432
+ -webkit-order: 8;
433
+ -ms-flex-order: 8;
434
+ order: 8; }
435
+
436
+ [flex-order="9"] {
437
+ -webkit-box-ordinal-group: 10;
438
+ -webkit-order: 9;
439
+ -ms-flex-order: 9;
440
+ order: 9; }
441
+
442
+ /**
443
+ * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px
444
+ * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px
445
+ * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)`
446
+ */
447
+ @media (max-width: 600px) {
448
+ [hide-sm]:not([show-sm]):not([show]), [hide]:not([show-sm]):not([show]) {
449
+ display: none; }
450
+
451
+ [flex-order-sm="0"] {
452
+ -webkit-box-ordinal-group: 1;
453
+ -webkit-order: 0;
454
+ -ms-flex-order: 0;
455
+ order: 0; }
456
+
457
+ [flex-order-sm="1"] {
458
+ -webkit-box-ordinal-group: 2;
459
+ -webkit-order: 1;
460
+ -ms-flex-order: 1;
461
+ order: 1; }
462
+
463
+ [flex-order-sm="2"] {
464
+ -webkit-box-ordinal-group: 3;
465
+ -webkit-order: 2;
466
+ -ms-flex-order: 2;
467
+ order: 2; }
468
+
469
+ [flex-order-sm="3"] {
470
+ -webkit-box-ordinal-group: 4;
471
+ -webkit-order: 3;
472
+ -ms-flex-order: 3;
473
+ order: 3; }
474
+
475
+ [flex-order-sm="4"] {
476
+ -webkit-box-ordinal-group: 5;
477
+ -webkit-order: 4;
478
+ -ms-flex-order: 4;
479
+ order: 4; }
480
+
481
+ [flex-order-sm="5"] {
482
+ -webkit-box-ordinal-group: 6;
483
+ -webkit-order: 5;
484
+ -ms-flex-order: 5;
485
+ order: 5; }
486
+
487
+ [flex-order-sm="6"] {
488
+ -webkit-box-ordinal-group: 7;
489
+ -webkit-order: 6;
490
+ -ms-flex-order: 6;
491
+ order: 6; }
492
+
493
+ [flex-order-sm="7"] {
494
+ -webkit-box-ordinal-group: 8;
495
+ -webkit-order: 7;
496
+ -ms-flex-order: 7;
497
+ order: 7; }
498
+
499
+ [flex-order-sm="8"] {
500
+ -webkit-box-ordinal-group: 9;
501
+ -webkit-order: 8;
502
+ -ms-flex-order: 8;
503
+ order: 8; }
504
+
505
+ [flex-order-sm="9"] {
506
+ -webkit-box-ordinal-group: 10;
507
+ -webkit-order: 9;
508
+ -ms-flex-order: 9;
509
+ order: 9; }
510
+
511
+ [layout-align-sm="center"], [layout-align-sm="center center"], [layout-align-sm="center start"], [layout-align-sm="center end"] {
512
+ -webkit-box-pack: center;
513
+ -webkit-justify-content: center;
514
+ -ms-flex-pack: center;
515
+ justify-content: center; }
516
+
517
+ [layout-align-sm="end"], [layout-align-sm="end center"], [layout-align-sm="end start"], [layout-align-sm="end end"] {
518
+ -webkit-box-pack: end;
519
+ -webkit-justify-content: flex-end;
520
+ -ms-flex-pack: end;
521
+ justify-content: flex-end; }
522
+
523
+ [layout-align-sm="space-around"], [layout-align-sm="space-around center"], [layout-align-sm="space-around start"], [layout-align-sm="space-around end"] {
524
+ -webkit-justify-content: space-around;
525
+ -ms-flex-pack: distribute;
526
+ justify-content: space-around; }
527
+
528
+ [layout-align-sm="space-between"], [layout-align-sm="space-between center"], [layout-align-sm="space-between start"], [layout-align-sm="space-between end"] {
529
+ -webkit-box-pack: justify;
530
+ -webkit-justify-content: space-between;
531
+ -ms-flex-pack: justify;
532
+ justify-content: space-between; }
533
+
534
+ [layout-align-sm="center center"], [layout-align-sm="start center"], [layout-align-sm="end center"], [layout-align-sm="space-between center"], [layout-align-sm="space-around center"] {
535
+ -webkit-box-align: center;
536
+ -webkit-align-items: center;
537
+ -ms-flex-align: center;
538
+ align-items: center; }
539
+
540
+ [layout-align-sm="center start"], [layout-align-sm="start start"], [layout-align-sm="end start"], [layout-align-sm="space-between start"], [layout-align-sm="space-around start"] {
541
+ -webkit-box-align: start;
542
+ -webkit-align-items: flex-start;
543
+ -ms-flex-align: start;
544
+ align-items: flex-start; }
545
+
546
+ [layout-align-sm="center end"], [layout-align-sm="start end"], [layout-align-sm="end end"], [layout-align-sm="space-between end"], [layout-align-sm="space-around end"] {
547
+ -webkit-box-align: end;
548
+ -webkit-align-items: flex-end;
549
+ -ms-flex-align: end;
550
+ align-items: flex-end; }
551
+
552
+ [layout-sm] {
553
+ box-sizing: border-box;
554
+ display: -webkit-box;
555
+ display: -webkit-flex;
556
+ display: -ms-flexbox;
557
+ display: flex; }
558
+
559
+ [layout-sm=column] {
560
+ -webkit-box-orient: vertical;
561
+ -webkit-box-direction: normal;
562
+ -webkit-flex-direction: column;
563
+ -ms-flex-direction: column;
564
+ flex-direction: column; }
565
+
566
+ [layout-sm=row] {
567
+ -webkit-box-orient: horizontal;
568
+ -webkit-box-direction: normal;
569
+ -webkit-flex-direction: row;
570
+ -ms-flex-direction: row;
571
+ flex-direction: row; }
572
+
573
+ [flex-sm] {
574
+ -webkit-box-flex: 1;
575
+ -webkit-flex: 1;
576
+ -ms-flex: 1;
577
+ flex: 1; }
578
+
579
+ [flex-sm="0"] {
580
+ -webkit-box-flex: 0;
581
+ -webkit-flex: 0 0 0%;
582
+ -ms-flex: 0 0 0%;
583
+ flex: 0 0 0%; }
584
+
585
+ [layout="row"] > [flex-sm="0"] {
586
+ max-width: 0%; }
587
+
588
+ [layout="column"] > [flex-sm="0"] {
589
+ max-height: 0%; }
590
+
591
+ [flex-sm="5"] {
592
+ -webkit-box-flex: 0;
593
+ -webkit-flex: 0 0 5%;
594
+ -ms-flex: 0 0 5%;
595
+ flex: 0 0 5%; }
596
+
597
+ [layout="row"] > [flex-sm="5"] {
598
+ max-width: 5%; }
599
+
600
+ [layout="column"] > [flex-sm="5"] {
601
+ max-height: 5%; }
602
+
603
+ [flex-sm="10"] {
604
+ -webkit-box-flex: 0;
605
+ -webkit-flex: 0 0 10%;
606
+ -ms-flex: 0 0 10%;
607
+ flex: 0 0 10%; }
608
+
609
+ [layout="row"] > [flex-sm="10"] {
610
+ max-width: 10%; }
611
+
612
+ [layout="column"] > [flex-sm="10"] {
613
+ max-height: 10%; }
614
+
615
+ [flex-sm="15"] {
616
+ -webkit-box-flex: 0;
617
+ -webkit-flex: 0 0 15%;
618
+ -ms-flex: 0 0 15%;
619
+ flex: 0 0 15%; }
620
+
621
+ [layout="row"] > [flex-sm="15"] {
622
+ max-width: 15%; }
623
+
624
+ [layout="column"] > [flex-sm="15"] {
625
+ max-height: 15%; }
626
+
627
+ [flex-sm="20"] {
628
+ -webkit-box-flex: 0;
629
+ -webkit-flex: 0 0 20%;
630
+ -ms-flex: 0 0 20%;
631
+ flex: 0 0 20%; }
632
+
633
+ [layout="row"] > [flex-sm="20"] {
634
+ max-width: 20%; }
635
+
636
+ [layout="column"] > [flex-sm="20"] {
637
+ max-height: 20%; }
638
+
639
+ [flex-sm="25"] {
640
+ -webkit-box-flex: 0;
641
+ -webkit-flex: 0 0 25%;
642
+ -ms-flex: 0 0 25%;
643
+ flex: 0 0 25%; }
644
+
645
+ [layout="row"] > [flex-sm="25"] {
646
+ max-width: 25%; }
647
+
648
+ [layout="column"] > [flex-sm="25"] {
649
+ max-height: 25%; }
650
+
651
+ [flex-sm="30"] {
652
+ -webkit-box-flex: 0;
653
+ -webkit-flex: 0 0 30%;
654
+ -ms-flex: 0 0 30%;
655
+ flex: 0 0 30%; }
656
+
657
+ [layout="row"] > [flex-sm="30"] {
658
+ max-width: 30%; }
659
+
660
+ [layout="column"] > [flex-sm="30"] {
661
+ max-height: 30%; }
662
+
663
+ [flex-sm="35"] {
664
+ -webkit-box-flex: 0;
665
+ -webkit-flex: 0 0 35%;
666
+ -ms-flex: 0 0 35%;
667
+ flex: 0 0 35%; }
668
+
669
+ [layout="row"] > [flex-sm="35"] {
670
+ max-width: 35%; }
671
+
672
+ [layout="column"] > [flex-sm="35"] {
673
+ max-height: 35%; }
674
+
675
+ [flex-sm="40"] {
676
+ -webkit-box-flex: 0;
677
+ -webkit-flex: 0 0 40%;
678
+ -ms-flex: 0 0 40%;
679
+ flex: 0 0 40%; }
680
+
681
+ [layout="row"] > [flex-sm="40"] {
682
+ max-width: 40%; }
683
+
684
+ [layout="column"] > [flex-sm="40"] {
685
+ max-height: 40%; }
686
+
687
+ [flex-sm="45"] {
688
+ -webkit-box-flex: 0;
689
+ -webkit-flex: 0 0 45%;
690
+ -ms-flex: 0 0 45%;
691
+ flex: 0 0 45%; }
692
+
693
+ [layout="row"] > [flex-sm="45"] {
694
+ max-width: 45%; }
695
+
696
+ [layout="column"] > [flex-sm="45"] {
697
+ max-height: 45%; }
698
+
699
+ [flex-sm="50"] {
700
+ -webkit-box-flex: 0;
701
+ -webkit-flex: 0 0 50%;
702
+ -ms-flex: 0 0 50%;
703
+ flex: 0 0 50%; }
704
+
705
+ [layout="row"] > [flex-sm="50"] {
706
+ max-width: 50%; }
707
+
708
+ [layout="column"] > [flex-sm="50"] {
709
+ max-height: 50%; }
710
+
711
+ [flex-sm="55"] {
712
+ -webkit-box-flex: 0;
713
+ -webkit-flex: 0 0 55%;
714
+ -ms-flex: 0 0 55%;
715
+ flex: 0 0 55%; }
716
+
717
+ [layout="row"] > [flex-sm="55"] {
718
+ max-width: 55%; }
719
+
720
+ [layout="column"] > [flex-sm="55"] {
721
+ max-height: 55%; }
722
+
723
+ [flex-sm="60"] {
724
+ -webkit-box-flex: 0;
725
+ -webkit-flex: 0 0 60%;
726
+ -ms-flex: 0 0 60%;
727
+ flex: 0 0 60%; }
728
+
729
+ [layout="row"] > [flex-sm="60"] {
730
+ max-width: 60%; }
731
+
732
+ [layout="column"] > [flex-sm="60"] {
733
+ max-height: 60%; }
734
+
735
+ [flex-sm="65"] {
736
+ -webkit-box-flex: 0;
737
+ -webkit-flex: 0 0 65%;
738
+ -ms-flex: 0 0 65%;
739
+ flex: 0 0 65%; }
740
+
741
+ [layout="row"] > [flex-sm="65"] {
742
+ max-width: 65%; }
743
+
744
+ [layout="column"] > [flex-sm="65"] {
745
+ max-height: 65%; }
746
+
747
+ [flex-sm="70"] {
748
+ -webkit-box-flex: 0;
749
+ -webkit-flex: 0 0 70%;
750
+ -ms-flex: 0 0 70%;
751
+ flex: 0 0 70%; }
752
+
753
+ [layout="row"] > [flex-sm="70"] {
754
+ max-width: 70%; }
755
+
756
+ [layout="column"] > [flex-sm="70"] {
757
+ max-height: 70%; }
758
+
759
+ [flex-sm="75"] {
760
+ -webkit-box-flex: 0;
761
+ -webkit-flex: 0 0 75%;
762
+ -ms-flex: 0 0 75%;
763
+ flex: 0 0 75%; }
764
+
765
+ [layout="row"] > [flex-sm="75"] {
766
+ max-width: 75%; }
767
+
768
+ [layout="column"] > [flex-sm="75"] {
769
+ max-height: 75%; }
770
+
771
+ [flex-sm="80"] {
772
+ -webkit-box-flex: 0;
773
+ -webkit-flex: 0 0 80%;
774
+ -ms-flex: 0 0 80%;
775
+ flex: 0 0 80%; }
776
+
777
+ [layout="row"] > [flex-sm="80"] {
778
+ max-width: 80%; }
779
+
780
+ [layout="column"] > [flex-sm="80"] {
781
+ max-height: 80%; }
782
+
783
+ [flex-sm="85"] {
784
+ -webkit-box-flex: 0;
785
+ -webkit-flex: 0 0 85%;
786
+ -ms-flex: 0 0 85%;
787
+ flex: 0 0 85%; }
788
+
789
+ [layout="row"] > [flex-sm="85"] {
790
+ max-width: 85%; }
791
+
792
+ [layout="column"] > [flex-sm="85"] {
793
+ max-height: 85%; }
794
+
795
+ [flex-sm="90"] {
796
+ -webkit-box-flex: 0;
797
+ -webkit-flex: 0 0 90%;
798
+ -ms-flex: 0 0 90%;
799
+ flex: 0 0 90%; }
800
+
801
+ [layout="row"] > [flex-sm="90"] {
802
+ max-width: 90%; }
803
+
804
+ [layout="column"] > [flex-sm="90"] {
805
+ max-height: 90%; }
806
+
807
+ [flex-sm="95"] {
808
+ -webkit-box-flex: 0;
809
+ -webkit-flex: 0 0 95%;
810
+ -ms-flex: 0 0 95%;
811
+ flex: 0 0 95%; }
812
+
813
+ [layout="row"] > [flex-sm="95"] {
814
+ max-width: 95%; }
815
+
816
+ [layout="column"] > [flex-sm="95"] {
817
+ max-height: 95%; }
818
+
819
+ [flex-sm="100"] {
820
+ -webkit-box-flex: 0;
821
+ -webkit-flex: 0 0 100%;
822
+ -ms-flex: 0 0 100%;
823
+ flex: 0 0 100%; }
824
+
825
+ [layout="row"] > [flex-sm="100"] {
826
+ max-width: 100%; }
827
+
828
+ [layout="column"] > [flex-sm="100"] {
829
+ max-height: 100%; }
830
+
831
+ [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="34"] {
832
+ -webkit-box-flex: 0;
833
+ -webkit-flex: 0 0 33.33%;
834
+ -ms-flex: 0 0 33.33%;
835
+ flex: 0 0 33.33%;
836
+ max-width: 33.33%; }
837
+ [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="67"] {
838
+ -webkit-box-flex: 0;
839
+ -webkit-flex: 0 0 66.66%;
840
+ -ms-flex: 0 0 66.66%;
841
+ flex: 0 0 66.66%;
842
+ max-width: 66.66%; }
843
+
844
+ [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="34"] {
845
+ -webkit-box-flex: 0;
846
+ -webkit-flex: 0 0 33.33%;
847
+ -ms-flex: 0 0 33.33%;
848
+ flex: 0 0 33.33%;
849
+ max-height: 33.33%; }
850
+ [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="67"] {
851
+ -webkit-box-flex: 0;
852
+ -webkit-flex: 0 0 66.66%;
853
+ -ms-flex: 0 0 66.66%;
854
+ flex: 0 0 66.66%;
855
+ max-height: 66.66%; }
856
+ }
857
+
858
+ @media (min-width: 600px) {
859
+ [flex-order-gt-sm="0"] {
860
+ -webkit-box-ordinal-group: 1;
861
+ -webkit-order: 0;
862
+ -ms-flex-order: 0;
863
+ order: 0; }
864
+
865
+ [flex-order-gt-sm="1"] {
866
+ -webkit-box-ordinal-group: 2;
867
+ -webkit-order: 1;
868
+ -ms-flex-order: 1;
869
+ order: 1; }
870
+
871
+ [flex-order-gt-sm="2"] {
872
+ -webkit-box-ordinal-group: 3;
873
+ -webkit-order: 2;
874
+ -ms-flex-order: 2;
875
+ order: 2; }
876
+
877
+ [flex-order-gt-sm="3"] {
878
+ -webkit-box-ordinal-group: 4;
879
+ -webkit-order: 3;
880
+ -ms-flex-order: 3;
881
+ order: 3; }
882
+
883
+ [flex-order-gt-sm="4"] {
884
+ -webkit-box-ordinal-group: 5;
885
+ -webkit-order: 4;
886
+ -ms-flex-order: 4;
887
+ order: 4; }
888
+
889
+ [flex-order-gt-sm="5"] {
890
+ -webkit-box-ordinal-group: 6;
891
+ -webkit-order: 5;
892
+ -ms-flex-order: 5;
893
+ order: 5; }
894
+
895
+ [flex-order-gt-sm="6"] {
896
+ -webkit-box-ordinal-group: 7;
897
+ -webkit-order: 6;
898
+ -ms-flex-order: 6;
899
+ order: 6; }
900
+
901
+ [flex-order-gt-sm="7"] {
902
+ -webkit-box-ordinal-group: 8;
903
+ -webkit-order: 7;
904
+ -ms-flex-order: 7;
905
+ order: 7; }
906
+
907
+ [flex-order-gt-sm="8"] {
908
+ -webkit-box-ordinal-group: 9;
909
+ -webkit-order: 8;
910
+ -ms-flex-order: 8;
911
+ order: 8; }
912
+
913
+ [flex-order-gt-sm="9"] {
914
+ -webkit-box-ordinal-group: 10;
915
+ -webkit-order: 9;
916
+ -ms-flex-order: 9;
917
+ order: 9; }
918
+
919
+ [layout-align-gt-sm="center"], [layout-align-gt-sm="center center"], [layout-align-gt-sm="center start"], [layout-align-gt-sm="center end"] {
920
+ -webkit-box-pack: center;
921
+ -webkit-justify-content: center;
922
+ -ms-flex-pack: center;
923
+ justify-content: center; }
924
+
925
+ [layout-align-gt-sm="end"], [layout-align-gt-sm="end center"], [layout-align-gt-sm="end start"], [layout-align-gt-sm="end end"] {
926
+ -webkit-box-pack: end;
927
+ -webkit-justify-content: flex-end;
928
+ -ms-flex-pack: end;
929
+ justify-content: flex-end; }
930
+
931
+ [layout-align-gt-sm="space-around"], [layout-align-gt-sm="space-around center"], [layout-align-gt-sm="space-around start"], [layout-align-gt-sm="space-around end"] {
932
+ -webkit-justify-content: space-around;
933
+ -ms-flex-pack: distribute;
934
+ justify-content: space-around; }
935
+
936
+ [layout-align-gt-sm="space-between"], [layout-align-gt-sm="space-between center"], [layout-align-gt-sm="space-between start"], [layout-align-gt-sm="space-between end"] {
937
+ -webkit-box-pack: justify;
938
+ -webkit-justify-content: space-between;
939
+ -ms-flex-pack: justify;
940
+ justify-content: space-between; }
941
+
942
+ [layout-align-gt-sm="center center"], [layout-align-gt-sm="start center"], [layout-align-gt-sm="end center"], [layout-align-gt-sm="space-between center"], [layout-align-gt-sm="space-around center"] {
943
+ -webkit-box-align: center;
944
+ -webkit-align-items: center;
945
+ -ms-flex-align: center;
946
+ align-items: center; }
947
+
948
+ [layout-align-gt-sm="center start"], [layout-align-gt-sm="start start"], [layout-align-gt-sm="end start"], [layout-align-gt-sm="space-between start"], [layout-align-gt-sm="space-around start"] {
949
+ -webkit-box-align: start;
950
+ -webkit-align-items: flex-start;
951
+ -ms-flex-align: start;
952
+ align-items: flex-start; }
953
+
954
+ [layout-align-gt-sm="center end"], [layout-align-gt-sm="start end"], [layout-align-gt-sm="end end"], [layout-align-gt-sm="space-between end"], [layout-align-gt-sm="space-around end"] {
955
+ -webkit-box-align: end;
956
+ -webkit-align-items: flex-end;
957
+ -ms-flex-align: end;
958
+ align-items: flex-end; }
959
+
960
+ [layout-gt-sm] {
961
+ box-sizing: border-box;
962
+ display: -webkit-box;
963
+ display: -webkit-flex;
964
+ display: -ms-flexbox;
965
+ display: flex; }
966
+
967
+ [layout-gt-sm=column] {
968
+ -webkit-box-orient: vertical;
969
+ -webkit-box-direction: normal;
970
+ -webkit-flex-direction: column;
971
+ -ms-flex-direction: column;
972
+ flex-direction: column; }
973
+
974
+ [layout-gt-sm=row] {
975
+ -webkit-box-orient: horizontal;
976
+ -webkit-box-direction: normal;
977
+ -webkit-flex-direction: row;
978
+ -ms-flex-direction: row;
979
+ flex-direction: row; }
980
+
981
+ [flex-gt-sm] {
982
+ -webkit-box-flex: 1;
983
+ -webkit-flex: 1;
984
+ -ms-flex: 1;
985
+ flex: 1; }
986
+
987
+ [flex-gt-sm="0"] {
988
+ -webkit-box-flex: 0;
989
+ -webkit-flex: 0 0 0%;
990
+ -ms-flex: 0 0 0%;
991
+ flex: 0 0 0%; }
992
+
993
+ [layout="row"] > [flex-gt-sm="0"] {
994
+ max-width: 0%; }
995
+
996
+ [layout="column"] > [flex-gt-sm="0"] {
997
+ max-height: 0%; }
998
+
999
+ [flex-gt-sm="5"] {
1000
+ -webkit-box-flex: 0;
1001
+ -webkit-flex: 0 0 5%;
1002
+ -ms-flex: 0 0 5%;
1003
+ flex: 0 0 5%; }
1004
+
1005
+ [layout="row"] > [flex-gt-sm="5"] {
1006
+ max-width: 5%; }
1007
+
1008
+ [layout="column"] > [flex-gt-sm="5"] {
1009
+ max-height: 5%; }
1010
+
1011
+ [flex-gt-sm="10"] {
1012
+ -webkit-box-flex: 0;
1013
+ -webkit-flex: 0 0 10%;
1014
+ -ms-flex: 0 0 10%;
1015
+ flex: 0 0 10%; }
1016
+
1017
+ [layout="row"] > [flex-gt-sm="10"] {
1018
+ max-width: 10%; }
1019
+
1020
+ [layout="column"] > [flex-gt-sm="10"] {
1021
+ max-height: 10%; }
1022
+
1023
+ [flex-gt-sm="15"] {
1024
+ -webkit-box-flex: 0;
1025
+ -webkit-flex: 0 0 15%;
1026
+ -ms-flex: 0 0 15%;
1027
+ flex: 0 0 15%; }
1028
+
1029
+ [layout="row"] > [flex-gt-sm="15"] {
1030
+ max-width: 15%; }
1031
+
1032
+ [layout="column"] > [flex-gt-sm="15"] {
1033
+ max-height: 15%; }
1034
+
1035
+ [flex-gt-sm="20"] {
1036
+ -webkit-box-flex: 0;
1037
+ -webkit-flex: 0 0 20%;
1038
+ -ms-flex: 0 0 20%;
1039
+ flex: 0 0 20%; }
1040
+
1041
+ [layout="row"] > [flex-gt-sm="20"] {
1042
+ max-width: 20%; }
1043
+
1044
+ [layout="column"] > [flex-gt-sm="20"] {
1045
+ max-height: 20%; }
1046
+
1047
+ [flex-gt-sm="25"] {
1048
+ -webkit-box-flex: 0;
1049
+ -webkit-flex: 0 0 25%;
1050
+ -ms-flex: 0 0 25%;
1051
+ flex: 0 0 25%; }
1052
+
1053
+ [layout="row"] > [flex-gt-sm="25"] {
1054
+ max-width: 25%; }
1055
+
1056
+ [layout="column"] > [flex-gt-sm="25"] {
1057
+ max-height: 25%; }
1058
+
1059
+ [flex-gt-sm="30"] {
1060
+ -webkit-box-flex: 0;
1061
+ -webkit-flex: 0 0 30%;
1062
+ -ms-flex: 0 0 30%;
1063
+ flex: 0 0 30%; }
1064
+
1065
+ [layout="row"] > [flex-gt-sm="30"] {
1066
+ max-width: 30%; }
1067
+
1068
+ [layout="column"] > [flex-gt-sm="30"] {
1069
+ max-height: 30%; }
1070
+
1071
+ [flex-gt-sm="35"] {
1072
+ -webkit-box-flex: 0;
1073
+ -webkit-flex: 0 0 35%;
1074
+ -ms-flex: 0 0 35%;
1075
+ flex: 0 0 35%; }
1076
+
1077
+ [layout="row"] > [flex-gt-sm="35"] {
1078
+ max-width: 35%; }
1079
+
1080
+ [layout="column"] > [flex-gt-sm="35"] {
1081
+ max-height: 35%; }
1082
+
1083
+ [flex-gt-sm="40"] {
1084
+ -webkit-box-flex: 0;
1085
+ -webkit-flex: 0 0 40%;
1086
+ -ms-flex: 0 0 40%;
1087
+ flex: 0 0 40%; }
1088
+
1089
+ [layout="row"] > [flex-gt-sm="40"] {
1090
+ max-width: 40%; }
1091
+
1092
+ [layout="column"] > [flex-gt-sm="40"] {
1093
+ max-height: 40%; }
1094
+
1095
+ [flex-gt-sm="45"] {
1096
+ -webkit-box-flex: 0;
1097
+ -webkit-flex: 0 0 45%;
1098
+ -ms-flex: 0 0 45%;
1099
+ flex: 0 0 45%; }
1100
+
1101
+ [layout="row"] > [flex-gt-sm="45"] {
1102
+ max-width: 45%; }
1103
+
1104
+ [layout="column"] > [flex-gt-sm="45"] {
1105
+ max-height: 45%; }
1106
+
1107
+ [flex-gt-sm="50"] {
1108
+ -webkit-box-flex: 0;
1109
+ -webkit-flex: 0 0 50%;
1110
+ -ms-flex: 0 0 50%;
1111
+ flex: 0 0 50%; }
1112
+
1113
+ [layout="row"] > [flex-gt-sm="50"] {
1114
+ max-width: 50%; }
1115
+
1116
+ [layout="column"] > [flex-gt-sm="50"] {
1117
+ max-height: 50%; }
1118
+
1119
+ [flex-gt-sm="55"] {
1120
+ -webkit-box-flex: 0;
1121
+ -webkit-flex: 0 0 55%;
1122
+ -ms-flex: 0 0 55%;
1123
+ flex: 0 0 55%; }
1124
+
1125
+ [layout="row"] > [flex-gt-sm="55"] {
1126
+ max-width: 55%; }
1127
+
1128
+ [layout="column"] > [flex-gt-sm="55"] {
1129
+ max-height: 55%; }
1130
+
1131
+ [flex-gt-sm="60"] {
1132
+ -webkit-box-flex: 0;
1133
+ -webkit-flex: 0 0 60%;
1134
+ -ms-flex: 0 0 60%;
1135
+ flex: 0 0 60%; }
1136
+
1137
+ [layout="row"] > [flex-gt-sm="60"] {
1138
+ max-width: 60%; }
1139
+
1140
+ [layout="column"] > [flex-gt-sm="60"] {
1141
+ max-height: 60%; }
1142
+
1143
+ [flex-gt-sm="65"] {
1144
+ -webkit-box-flex: 0;
1145
+ -webkit-flex: 0 0 65%;
1146
+ -ms-flex: 0 0 65%;
1147
+ flex: 0 0 65%; }
1148
+
1149
+ [layout="row"] > [flex-gt-sm="65"] {
1150
+ max-width: 65%; }
1151
+
1152
+ [layout="column"] > [flex-gt-sm="65"] {
1153
+ max-height: 65%; }
1154
+
1155
+ [flex-gt-sm="70"] {
1156
+ -webkit-box-flex: 0;
1157
+ -webkit-flex: 0 0 70%;
1158
+ -ms-flex: 0 0 70%;
1159
+ flex: 0 0 70%; }
1160
+
1161
+ [layout="row"] > [flex-gt-sm="70"] {
1162
+ max-width: 70%; }
1163
+
1164
+ [layout="column"] > [flex-gt-sm="70"] {
1165
+ max-height: 70%; }
1166
+
1167
+ [flex-gt-sm="75"] {
1168
+ -webkit-box-flex: 0;
1169
+ -webkit-flex: 0 0 75%;
1170
+ -ms-flex: 0 0 75%;
1171
+ flex: 0 0 75%; }
1172
+
1173
+ [layout="row"] > [flex-gt-sm="75"] {
1174
+ max-width: 75%; }
1175
+
1176
+ [layout="column"] > [flex-gt-sm="75"] {
1177
+ max-height: 75%; }
1178
+
1179
+ [flex-gt-sm="80"] {
1180
+ -webkit-box-flex: 0;
1181
+ -webkit-flex: 0 0 80%;
1182
+ -ms-flex: 0 0 80%;
1183
+ flex: 0 0 80%; }
1184
+
1185
+ [layout="row"] > [flex-gt-sm="80"] {
1186
+ max-width: 80%; }
1187
+
1188
+ [layout="column"] > [flex-gt-sm="80"] {
1189
+ max-height: 80%; }
1190
+
1191
+ [flex-gt-sm="85"] {
1192
+ -webkit-box-flex: 0;
1193
+ -webkit-flex: 0 0 85%;
1194
+ -ms-flex: 0 0 85%;
1195
+ flex: 0 0 85%; }
1196
+
1197
+ [layout="row"] > [flex-gt-sm="85"] {
1198
+ max-width: 85%; }
1199
+
1200
+ [layout="column"] > [flex-gt-sm="85"] {
1201
+ max-height: 85%; }
1202
+
1203
+ [flex-gt-sm="90"] {
1204
+ -webkit-box-flex: 0;
1205
+ -webkit-flex: 0 0 90%;
1206
+ -ms-flex: 0 0 90%;
1207
+ flex: 0 0 90%; }
1208
+
1209
+ [layout="row"] > [flex-gt-sm="90"] {
1210
+ max-width: 90%; }
1211
+
1212
+ [layout="column"] > [flex-gt-sm="90"] {
1213
+ max-height: 90%; }
1214
+
1215
+ [flex-gt-sm="95"] {
1216
+ -webkit-box-flex: 0;
1217
+ -webkit-flex: 0 0 95%;
1218
+ -ms-flex: 0 0 95%;
1219
+ flex: 0 0 95%; }
1220
+
1221
+ [layout="row"] > [flex-gt-sm="95"] {
1222
+ max-width: 95%; }
1223
+
1224
+ [layout="column"] > [flex-gt-sm="95"] {
1225
+ max-height: 95%; }
1226
+
1227
+ [flex-gt-sm="100"] {
1228
+ -webkit-box-flex: 0;
1229
+ -webkit-flex: 0 0 100%;
1230
+ -ms-flex: 0 0 100%;
1231
+ flex: 0 0 100%; }
1232
+
1233
+ [layout="row"] > [flex-gt-sm="100"] {
1234
+ max-width: 100%; }
1235
+
1236
+ [layout="column"] > [flex-gt-sm="100"] {
1237
+ max-height: 100%; }
1238
+
1239
+ [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="34"] {
1240
+ -webkit-box-flex: 0;
1241
+ -webkit-flex: 0 0 33.33%;
1242
+ -ms-flex: 0 0 33.33%;
1243
+ flex: 0 0 33.33%;
1244
+ max-width: 33.33%; }
1245
+ [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="67"] {
1246
+ -webkit-box-flex: 0;
1247
+ -webkit-flex: 0 0 66.66%;
1248
+ -ms-flex: 0 0 66.66%;
1249
+ flex: 0 0 66.66%;
1250
+ max-width: 66.66%; }
1251
+
1252
+ [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="34"] {
1253
+ -webkit-box-flex: 0;
1254
+ -webkit-flex: 0 0 33.33%;
1255
+ -ms-flex: 0 0 33.33%;
1256
+ flex: 0 0 33.33%;
1257
+ max-height: 33.33%; }
1258
+ [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="67"] {
1259
+ -webkit-box-flex: 0;
1260
+ -webkit-flex: 0 0 66.66%;
1261
+ -ms-flex: 0 0 66.66%;
1262
+ flex: 0 0 66.66%;
1263
+ max-height: 66.66%; }
1264
+ }
1265
+
1266
+ @media (min-width: 600px) and (max-width: 960px) {
1267
+ [hide]:not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-md]):not([show]) {
1268
+ display: none; }
1269
+
1270
+ [hide-md]:not([show-md]):not([show]) {
1271
+ display: none; }
1272
+
1273
+ [flex-order-md="0"] {
1274
+ -webkit-box-ordinal-group: 1;
1275
+ -webkit-order: 0;
1276
+ -ms-flex-order: 0;
1277
+ order: 0; }
1278
+
1279
+ [flex-order-md="1"] {
1280
+ -webkit-box-ordinal-group: 2;
1281
+ -webkit-order: 1;
1282
+ -ms-flex-order: 1;
1283
+ order: 1; }
1284
+
1285
+ [flex-order-md="2"] {
1286
+ -webkit-box-ordinal-group: 3;
1287
+ -webkit-order: 2;
1288
+ -ms-flex-order: 2;
1289
+ order: 2; }
1290
+
1291
+ [flex-order-md="3"] {
1292
+ -webkit-box-ordinal-group: 4;
1293
+ -webkit-order: 3;
1294
+ -ms-flex-order: 3;
1295
+ order: 3; }
1296
+
1297
+ [flex-order-md="4"] {
1298
+ -webkit-box-ordinal-group: 5;
1299
+ -webkit-order: 4;
1300
+ -ms-flex-order: 4;
1301
+ order: 4; }
1302
+
1303
+ [flex-order-md="5"] {
1304
+ -webkit-box-ordinal-group: 6;
1305
+ -webkit-order: 5;
1306
+ -ms-flex-order: 5;
1307
+ order: 5; }
1308
+
1309
+ [flex-order-md="6"] {
1310
+ -webkit-box-ordinal-group: 7;
1311
+ -webkit-order: 6;
1312
+ -ms-flex-order: 6;
1313
+ order: 6; }
1314
+
1315
+ [flex-order-md="7"] {
1316
+ -webkit-box-ordinal-group: 8;
1317
+ -webkit-order: 7;
1318
+ -ms-flex-order: 7;
1319
+ order: 7; }
1320
+
1321
+ [flex-order-md="8"] {
1322
+ -webkit-box-ordinal-group: 9;
1323
+ -webkit-order: 8;
1324
+ -ms-flex-order: 8;
1325
+ order: 8; }
1326
+
1327
+ [flex-order-md="9"] {
1328
+ -webkit-box-ordinal-group: 10;
1329
+ -webkit-order: 9;
1330
+ -ms-flex-order: 9;
1331
+ order: 9; }
1332
+
1333
+ [layout-align-md="center"], [layout-align-md="center center"], [layout-align-md="center start"], [layout-align-md="center end"] {
1334
+ -webkit-box-pack: center;
1335
+ -webkit-justify-content: center;
1336
+ -ms-flex-pack: center;
1337
+ justify-content: center; }
1338
+
1339
+ [layout-align-md="end"], [layout-align-md="end center"], [layout-align-md="end start"], [layout-align-md="end end"] {
1340
+ -webkit-box-pack: end;
1341
+ -webkit-justify-content: flex-end;
1342
+ -ms-flex-pack: end;
1343
+ justify-content: flex-end; }
1344
+
1345
+ [layout-align-md="space-around"], [layout-align-md="space-around center"], [layout-align-md="space-around start"], [layout-align-md="space-around end"] {
1346
+ -webkit-justify-content: space-around;
1347
+ -ms-flex-pack: distribute;
1348
+ justify-content: space-around; }
1349
+
1350
+ [layout-align-md="space-between"], [layout-align-md="space-between center"], [layout-align-md="space-between start"], [layout-align-md="space-between end"] {
1351
+ -webkit-box-pack: justify;
1352
+ -webkit-justify-content: space-between;
1353
+ -ms-flex-pack: justify;
1354
+ justify-content: space-between; }
1355
+
1356
+ [layout-align-md="center center"], [layout-align-md="start center"], [layout-align-md="end center"], [layout-align-md="space-between center"], [layout-align-md="space-around center"] {
1357
+ -webkit-box-align: center;
1358
+ -webkit-align-items: center;
1359
+ -ms-flex-align: center;
1360
+ align-items: center; }
1361
+
1362
+ [layout-align-md="center start"], [layout-align-md="start start"], [layout-align-md="end start"], [layout-align-md="space-between start"], [layout-align-md="space-around start"] {
1363
+ -webkit-box-align: start;
1364
+ -webkit-align-items: flex-start;
1365
+ -ms-flex-align: start;
1366
+ align-items: flex-start; }
1367
+
1368
+ [layout-align-md="center end"], [layout-align-md="start end"], [layout-align-md="end end"], [layout-align-md="space-between end"], [layout-align-md="space-around end"] {
1369
+ -webkit-box-align: end;
1370
+ -webkit-align-items: flex-end;
1371
+ -ms-flex-align: end;
1372
+ align-items: flex-end; }
1373
+
1374
+ [layout-md] {
1375
+ box-sizing: border-box;
1376
+ display: -webkit-box;
1377
+ display: -webkit-flex;
1378
+ display: -ms-flexbox;
1379
+ display: flex; }
1380
+
1381
+ [layout-md=column] {
1382
+ -webkit-box-orient: vertical;
1383
+ -webkit-box-direction: normal;
1384
+ -webkit-flex-direction: column;
1385
+ -ms-flex-direction: column;
1386
+ flex-direction: column; }
1387
+
1388
+ [layout-md=row] {
1389
+ -webkit-box-orient: horizontal;
1390
+ -webkit-box-direction: normal;
1391
+ -webkit-flex-direction: row;
1392
+ -ms-flex-direction: row;
1393
+ flex-direction: row; }
1394
+
1395
+ [flex-md] {
1396
+ -webkit-box-flex: 1;
1397
+ -webkit-flex: 1;
1398
+ -ms-flex: 1;
1399
+ flex: 1; }
1400
+
1401
+ [flex-md="0"] {
1402
+ -webkit-box-flex: 0;
1403
+ -webkit-flex: 0 0 0%;
1404
+ -ms-flex: 0 0 0%;
1405
+ flex: 0 0 0%; }
1406
+
1407
+ [layout="row"] > [flex-md="0"] {
1408
+ max-width: 0%; }
1409
+
1410
+ [layout="column"] > [flex-md="0"] {
1411
+ max-height: 0%; }
1412
+
1413
+ [flex-md="5"] {
1414
+ -webkit-box-flex: 0;
1415
+ -webkit-flex: 0 0 5%;
1416
+ -ms-flex: 0 0 5%;
1417
+ flex: 0 0 5%; }
1418
+
1419
+ [layout="row"] > [flex-md="5"] {
1420
+ max-width: 5%; }
1421
+
1422
+ [layout="column"] > [flex-md="5"] {
1423
+ max-height: 5%; }
1424
+
1425
+ [flex-md="10"] {
1426
+ -webkit-box-flex: 0;
1427
+ -webkit-flex: 0 0 10%;
1428
+ -ms-flex: 0 0 10%;
1429
+ flex: 0 0 10%; }
1430
+
1431
+ [layout="row"] > [flex-md="10"] {
1432
+ max-width: 10%; }
1433
+
1434
+ [layout="column"] > [flex-md="10"] {
1435
+ max-height: 10%; }
1436
+
1437
+ [flex-md="15"] {
1438
+ -webkit-box-flex: 0;
1439
+ -webkit-flex: 0 0 15%;
1440
+ -ms-flex: 0 0 15%;
1441
+ flex: 0 0 15%; }
1442
+
1443
+ [layout="row"] > [flex-md="15"] {
1444
+ max-width: 15%; }
1445
+
1446
+ [layout="column"] > [flex-md="15"] {
1447
+ max-height: 15%; }
1448
+
1449
+ [flex-md="20"] {
1450
+ -webkit-box-flex: 0;
1451
+ -webkit-flex: 0 0 20%;
1452
+ -ms-flex: 0 0 20%;
1453
+ flex: 0 0 20%; }
1454
+
1455
+ [layout="row"] > [flex-md="20"] {
1456
+ max-width: 20%; }
1457
+
1458
+ [layout="column"] > [flex-md="20"] {
1459
+ max-height: 20%; }
1460
+
1461
+ [flex-md="25"] {
1462
+ -webkit-box-flex: 0;
1463
+ -webkit-flex: 0 0 25%;
1464
+ -ms-flex: 0 0 25%;
1465
+ flex: 0 0 25%; }
1466
+
1467
+ [layout="row"] > [flex-md="25"] {
1468
+ max-width: 25%; }
1469
+
1470
+ [layout="column"] > [flex-md="25"] {
1471
+ max-height: 25%; }
1472
+
1473
+ [flex-md="30"] {
1474
+ -webkit-box-flex: 0;
1475
+ -webkit-flex: 0 0 30%;
1476
+ -ms-flex: 0 0 30%;
1477
+ flex: 0 0 30%; }
1478
+
1479
+ [layout="row"] > [flex-md="30"] {
1480
+ max-width: 30%; }
1481
+
1482
+ [layout="column"] > [flex-md="30"] {
1483
+ max-height: 30%; }
1484
+
1485
+ [flex-md="35"] {
1486
+ -webkit-box-flex: 0;
1487
+ -webkit-flex: 0 0 35%;
1488
+ -ms-flex: 0 0 35%;
1489
+ flex: 0 0 35%; }
1490
+
1491
+ [layout="row"] > [flex-md="35"] {
1492
+ max-width: 35%; }
1493
+
1494
+ [layout="column"] > [flex-md="35"] {
1495
+ max-height: 35%; }
1496
+
1497
+ [flex-md="40"] {
1498
+ -webkit-box-flex: 0;
1499
+ -webkit-flex: 0 0 40%;
1500
+ -ms-flex: 0 0 40%;
1501
+ flex: 0 0 40%; }
1502
+
1503
+ [layout="row"] > [flex-md="40"] {
1504
+ max-width: 40%; }
1505
+
1506
+ [layout="column"] > [flex-md="40"] {
1507
+ max-height: 40%; }
1508
+
1509
+ [flex-md="45"] {
1510
+ -webkit-box-flex: 0;
1511
+ -webkit-flex: 0 0 45%;
1512
+ -ms-flex: 0 0 45%;
1513
+ flex: 0 0 45%; }
1514
+
1515
+ [layout="row"] > [flex-md="45"] {
1516
+ max-width: 45%; }
1517
+
1518
+ [layout="column"] > [flex-md="45"] {
1519
+ max-height: 45%; }
1520
+
1521
+ [flex-md="50"] {
1522
+ -webkit-box-flex: 0;
1523
+ -webkit-flex: 0 0 50%;
1524
+ -ms-flex: 0 0 50%;
1525
+ flex: 0 0 50%; }
1526
+
1527
+ [layout="row"] > [flex-md="50"] {
1528
+ max-width: 50%; }
1529
+
1530
+ [layout="column"] > [flex-md="50"] {
1531
+ max-height: 50%; }
1532
+
1533
+ [flex-md="55"] {
1534
+ -webkit-box-flex: 0;
1535
+ -webkit-flex: 0 0 55%;
1536
+ -ms-flex: 0 0 55%;
1537
+ flex: 0 0 55%; }
1538
+
1539
+ [layout="row"] > [flex-md="55"] {
1540
+ max-width: 55%; }
1541
+
1542
+ [layout="column"] > [flex-md="55"] {
1543
+ max-height: 55%; }
1544
+
1545
+ [flex-md="60"] {
1546
+ -webkit-box-flex: 0;
1547
+ -webkit-flex: 0 0 60%;
1548
+ -ms-flex: 0 0 60%;
1549
+ flex: 0 0 60%; }
1550
+
1551
+ [layout="row"] > [flex-md="60"] {
1552
+ max-width: 60%; }
1553
+
1554
+ [layout="column"] > [flex-md="60"] {
1555
+ max-height: 60%; }
1556
+
1557
+ [flex-md="65"] {
1558
+ -webkit-box-flex: 0;
1559
+ -webkit-flex: 0 0 65%;
1560
+ -ms-flex: 0 0 65%;
1561
+ flex: 0 0 65%; }
1562
+
1563
+ [layout="row"] > [flex-md="65"] {
1564
+ max-width: 65%; }
1565
+
1566
+ [layout="column"] > [flex-md="65"] {
1567
+ max-height: 65%; }
1568
+
1569
+ [flex-md="70"] {
1570
+ -webkit-box-flex: 0;
1571
+ -webkit-flex: 0 0 70%;
1572
+ -ms-flex: 0 0 70%;
1573
+ flex: 0 0 70%; }
1574
+
1575
+ [layout="row"] > [flex-md="70"] {
1576
+ max-width: 70%; }
1577
+
1578
+ [layout="column"] > [flex-md="70"] {
1579
+ max-height: 70%; }
1580
+
1581
+ [flex-md="75"] {
1582
+ -webkit-box-flex: 0;
1583
+ -webkit-flex: 0 0 75%;
1584
+ -ms-flex: 0 0 75%;
1585
+ flex: 0 0 75%; }
1586
+
1587
+ [layout="row"] > [flex-md="75"] {
1588
+ max-width: 75%; }
1589
+
1590
+ [layout="column"] > [flex-md="75"] {
1591
+ max-height: 75%; }
1592
+
1593
+ [flex-md="80"] {
1594
+ -webkit-box-flex: 0;
1595
+ -webkit-flex: 0 0 80%;
1596
+ -ms-flex: 0 0 80%;
1597
+ flex: 0 0 80%; }
1598
+
1599
+ [layout="row"] > [flex-md="80"] {
1600
+ max-width: 80%; }
1601
+
1602
+ [layout="column"] > [flex-md="80"] {
1603
+ max-height: 80%; }
1604
+
1605
+ [flex-md="85"] {
1606
+ -webkit-box-flex: 0;
1607
+ -webkit-flex: 0 0 85%;
1608
+ -ms-flex: 0 0 85%;
1609
+ flex: 0 0 85%; }
1610
+
1611
+ [layout="row"] > [flex-md="85"] {
1612
+ max-width: 85%; }
1613
+
1614
+ [layout="column"] > [flex-md="85"] {
1615
+ max-height: 85%; }
1616
+
1617
+ [flex-md="90"] {
1618
+ -webkit-box-flex: 0;
1619
+ -webkit-flex: 0 0 90%;
1620
+ -ms-flex: 0 0 90%;
1621
+ flex: 0 0 90%; }
1622
+
1623
+ [layout="row"] > [flex-md="90"] {
1624
+ max-width: 90%; }
1625
+
1626
+ [layout="column"] > [flex-md="90"] {
1627
+ max-height: 90%; }
1628
+
1629
+ [flex-md="95"] {
1630
+ -webkit-box-flex: 0;
1631
+ -webkit-flex: 0 0 95%;
1632
+ -ms-flex: 0 0 95%;
1633
+ flex: 0 0 95%; }
1634
+
1635
+ [layout="row"] > [flex-md="95"] {
1636
+ max-width: 95%; }
1637
+
1638
+ [layout="column"] > [flex-md="95"] {
1639
+ max-height: 95%; }
1640
+
1641
+ [flex-md="100"] {
1642
+ -webkit-box-flex: 0;
1643
+ -webkit-flex: 0 0 100%;
1644
+ -ms-flex: 0 0 100%;
1645
+ flex: 0 0 100%; }
1646
+
1647
+ [layout="row"] > [flex-md="100"] {
1648
+ max-width: 100%; }
1649
+
1650
+ [layout="column"] > [flex-md="100"] {
1651
+ max-height: 100%; }
1652
+
1653
+ [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="34"] {
1654
+ -webkit-box-flex: 0;
1655
+ -webkit-flex: 0 0 33.33%;
1656
+ -ms-flex: 0 0 33.33%;
1657
+ flex: 0 0 33.33%;
1658
+ max-width: 33.33%; }
1659
+ [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="67"] {
1660
+ -webkit-box-flex: 0;
1661
+ -webkit-flex: 0 0 66.66%;
1662
+ -ms-flex: 0 0 66.66%;
1663
+ flex: 0 0 66.66%;
1664
+ max-width: 66.66%; }
1665
+
1666
+ [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="34"] {
1667
+ -webkit-box-flex: 0;
1668
+ -webkit-flex: 0 0 33.33%;
1669
+ -ms-flex: 0 0 33.33%;
1670
+ flex: 0 0 33.33%;
1671
+ max-height: 33.33%; }
1672
+ [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="67"] {
1673
+ -webkit-box-flex: 0;
1674
+ -webkit-flex: 0 0 66.66%;
1675
+ -ms-flex: 0 0 66.66%;
1676
+ flex: 0 0 66.66%;
1677
+ max-height: 66.66%; }
1678
+ }
1679
+
1680
+ @media (min-width: 960px) {
1681
+ [flex-order-gt-md="0"] {
1682
+ -webkit-box-ordinal-group: 1;
1683
+ -webkit-order: 0;
1684
+ -ms-flex-order: 0;
1685
+ order: 0; }
1686
+
1687
+ [flex-order-gt-md="1"] {
1688
+ -webkit-box-ordinal-group: 2;
1689
+ -webkit-order: 1;
1690
+ -ms-flex-order: 1;
1691
+ order: 1; }
1692
+
1693
+ [flex-order-gt-md="2"] {
1694
+ -webkit-box-ordinal-group: 3;
1695
+ -webkit-order: 2;
1696
+ -ms-flex-order: 2;
1697
+ order: 2; }
1698
+
1699
+ [flex-order-gt-md="3"] {
1700
+ -webkit-box-ordinal-group: 4;
1701
+ -webkit-order: 3;
1702
+ -ms-flex-order: 3;
1703
+ order: 3; }
1704
+
1705
+ [flex-order-gt-md="4"] {
1706
+ -webkit-box-ordinal-group: 5;
1707
+ -webkit-order: 4;
1708
+ -ms-flex-order: 4;
1709
+ order: 4; }
1710
+
1711
+ [flex-order-gt-md="5"] {
1712
+ -webkit-box-ordinal-group: 6;
1713
+ -webkit-order: 5;
1714
+ -ms-flex-order: 5;
1715
+ order: 5; }
1716
+
1717
+ [flex-order-gt-md="6"] {
1718
+ -webkit-box-ordinal-group: 7;
1719
+ -webkit-order: 6;
1720
+ -ms-flex-order: 6;
1721
+ order: 6; }
1722
+
1723
+ [flex-order-gt-md="7"] {
1724
+ -webkit-box-ordinal-group: 8;
1725
+ -webkit-order: 7;
1726
+ -ms-flex-order: 7;
1727
+ order: 7; }
1728
+
1729
+ [flex-order-gt-md="8"] {
1730
+ -webkit-box-ordinal-group: 9;
1731
+ -webkit-order: 8;
1732
+ -ms-flex-order: 8;
1733
+ order: 8; }
1734
+
1735
+ [flex-order-gt-md="9"] {
1736
+ -webkit-box-ordinal-group: 10;
1737
+ -webkit-order: 9;
1738
+ -ms-flex-order: 9;
1739
+ order: 9; }
1740
+
1741
+ [layout-align-gt-md="center"], [layout-align-gt-md="center center"], [layout-align-gt-md="center start"], [layout-align-gt-md="center end"] {
1742
+ -webkit-box-pack: center;
1743
+ -webkit-justify-content: center;
1744
+ -ms-flex-pack: center;
1745
+ justify-content: center; }
1746
+
1747
+ [layout-align-gt-md="end"], [layout-align-gt-md="end center"], [layout-align-gt-md="end start"], [layout-align-gt-md="end end"] {
1748
+ -webkit-box-pack: end;
1749
+ -webkit-justify-content: flex-end;
1750
+ -ms-flex-pack: end;
1751
+ justify-content: flex-end; }
1752
+
1753
+ [layout-align-gt-md="space-around"], [layout-align-gt-md="space-around center"], [layout-align-gt-md="space-around start"], [layout-align-gt-md="space-around end"] {
1754
+ -webkit-justify-content: space-around;
1755
+ -ms-flex-pack: distribute;
1756
+ justify-content: space-around; }
1757
+
1758
+ [layout-align-gt-md="space-between"], [layout-align-gt-md="space-between center"], [layout-align-gt-md="space-between start"], [layout-align-gt-md="space-between end"] {
1759
+ -webkit-box-pack: justify;
1760
+ -webkit-justify-content: space-between;
1761
+ -ms-flex-pack: justify;
1762
+ justify-content: space-between; }
1763
+
1764
+ [layout-align-gt-md="center center"], [layout-align-gt-md="start center"], [layout-align-gt-md="end center"], [layout-align-gt-md="space-between center"], [layout-align-gt-md="space-around center"] {
1765
+ -webkit-box-align: center;
1766
+ -webkit-align-items: center;
1767
+ -ms-flex-align: center;
1768
+ align-items: center; }
1769
+
1770
+ [layout-align-gt-md="center start"], [layout-align-gt-md="start start"], [layout-align-gt-md="end start"], [layout-align-gt-md="space-between start"], [layout-align-gt-md="space-around start"] {
1771
+ -webkit-box-align: start;
1772
+ -webkit-align-items: flex-start;
1773
+ -ms-flex-align: start;
1774
+ align-items: flex-start; }
1775
+
1776
+ [layout-align-gt-md="center end"], [layout-align-gt-md="start end"], [layout-align-gt-md="end end"], [layout-align-gt-md="space-between end"], [layout-align-gt-md="space-around end"] {
1777
+ -webkit-box-align: end;
1778
+ -webkit-align-items: flex-end;
1779
+ -ms-flex-align: end;
1780
+ align-items: flex-end; }
1781
+
1782
+ [layout-gt-md] {
1783
+ box-sizing: border-box;
1784
+ display: -webkit-box;
1785
+ display: -webkit-flex;
1786
+ display: -ms-flexbox;
1787
+ display: flex; }
1788
+
1789
+ [layout-gt-md=column] {
1790
+ -webkit-box-orient: vertical;
1791
+ -webkit-box-direction: normal;
1792
+ -webkit-flex-direction: column;
1793
+ -ms-flex-direction: column;
1794
+ flex-direction: column; }
1795
+
1796
+ [layout-gt-md=row] {
1797
+ -webkit-box-orient: horizontal;
1798
+ -webkit-box-direction: normal;
1799
+ -webkit-flex-direction: row;
1800
+ -ms-flex-direction: row;
1801
+ flex-direction: row; }
1802
+
1803
+ [flex-gt-md] {
1804
+ -webkit-box-flex: 1;
1805
+ -webkit-flex: 1;
1806
+ -ms-flex: 1;
1807
+ flex: 1; }
1808
+
1809
+ [flex-gt-md="0"] {
1810
+ -webkit-box-flex: 0;
1811
+ -webkit-flex: 0 0 0%;
1812
+ -ms-flex: 0 0 0%;
1813
+ flex: 0 0 0%; }
1814
+
1815
+ [layout="row"] > [flex-gt-md="0"] {
1816
+ max-width: 0%; }
1817
+
1818
+ [layout="column"] > [flex-gt-md="0"] {
1819
+ max-height: 0%; }
1820
+
1821
+ [flex-gt-md="5"] {
1822
+ -webkit-box-flex: 0;
1823
+ -webkit-flex: 0 0 5%;
1824
+ -ms-flex: 0 0 5%;
1825
+ flex: 0 0 5%; }
1826
+
1827
+ [layout="row"] > [flex-gt-md="5"] {
1828
+ max-width: 5%; }
1829
+
1830
+ [layout="column"] > [flex-gt-md="5"] {
1831
+ max-height: 5%; }
1832
+
1833
+ [flex-gt-md="10"] {
1834
+ -webkit-box-flex: 0;
1835
+ -webkit-flex: 0 0 10%;
1836
+ -ms-flex: 0 0 10%;
1837
+ flex: 0 0 10%; }
1838
+
1839
+ [layout="row"] > [flex-gt-md="10"] {
1840
+ max-width: 10%; }
1841
+
1842
+ [layout="column"] > [flex-gt-md="10"] {
1843
+ max-height: 10%; }
1844
+
1845
+ [flex-gt-md="15"] {
1846
+ -webkit-box-flex: 0;
1847
+ -webkit-flex: 0 0 15%;
1848
+ -ms-flex: 0 0 15%;
1849
+ flex: 0 0 15%; }
1850
+
1851
+ [layout="row"] > [flex-gt-md="15"] {
1852
+ max-width: 15%; }
1853
+
1854
+ [layout="column"] > [flex-gt-md="15"] {
1855
+ max-height: 15%; }
1856
+
1857
+ [flex-gt-md="20"] {
1858
+ -webkit-box-flex: 0;
1859
+ -webkit-flex: 0 0 20%;
1860
+ -ms-flex: 0 0 20%;
1861
+ flex: 0 0 20%; }
1862
+
1863
+ [layout="row"] > [flex-gt-md="20"] {
1864
+ max-width: 20%; }
1865
+
1866
+ [layout="column"] > [flex-gt-md="20"] {
1867
+ max-height: 20%; }
1868
+
1869
+ [flex-gt-md="25"] {
1870
+ -webkit-box-flex: 0;
1871
+ -webkit-flex: 0 0 25%;
1872
+ -ms-flex: 0 0 25%;
1873
+ flex: 0 0 25%; }
1874
+
1875
+ [layout="row"] > [flex-gt-md="25"] {
1876
+ max-width: 25%; }
1877
+
1878
+ [layout="column"] > [flex-gt-md="25"] {
1879
+ max-height: 25%; }
1880
+
1881
+ [flex-gt-md="30"] {
1882
+ -webkit-box-flex: 0;
1883
+ -webkit-flex: 0 0 30%;
1884
+ -ms-flex: 0 0 30%;
1885
+ flex: 0 0 30%; }
1886
+
1887
+ [layout="row"] > [flex-gt-md="30"] {
1888
+ max-width: 30%; }
1889
+
1890
+ [layout="column"] > [flex-gt-md="30"] {
1891
+ max-height: 30%; }
1892
+
1893
+ [flex-gt-md="35"] {
1894
+ -webkit-box-flex: 0;
1895
+ -webkit-flex: 0 0 35%;
1896
+ -ms-flex: 0 0 35%;
1897
+ flex: 0 0 35%; }
1898
+
1899
+ [layout="row"] > [flex-gt-md="35"] {
1900
+ max-width: 35%; }
1901
+
1902
+ [layout="column"] > [flex-gt-md="35"] {
1903
+ max-height: 35%; }
1904
+
1905
+ [flex-gt-md="40"] {
1906
+ -webkit-box-flex: 0;
1907
+ -webkit-flex: 0 0 40%;
1908
+ -ms-flex: 0 0 40%;
1909
+ flex: 0 0 40%; }
1910
+
1911
+ [layout="row"] > [flex-gt-md="40"] {
1912
+ max-width: 40%; }
1913
+
1914
+ [layout="column"] > [flex-gt-md="40"] {
1915
+ max-height: 40%; }
1916
+
1917
+ [flex-gt-md="45"] {
1918
+ -webkit-box-flex: 0;
1919
+ -webkit-flex: 0 0 45%;
1920
+ -ms-flex: 0 0 45%;
1921
+ flex: 0 0 45%; }
1922
+
1923
+ [layout="row"] > [flex-gt-md="45"] {
1924
+ max-width: 45%; }
1925
+
1926
+ [layout="column"] > [flex-gt-md="45"] {
1927
+ max-height: 45%; }
1928
+
1929
+ [flex-gt-md="50"] {
1930
+ -webkit-box-flex: 0;
1931
+ -webkit-flex: 0 0 50%;
1932
+ -ms-flex: 0 0 50%;
1933
+ flex: 0 0 50%; }
1934
+
1935
+ [layout="row"] > [flex-gt-md="50"] {
1936
+ max-width: 50%; }
1937
+
1938
+ [layout="column"] > [flex-gt-md="50"] {
1939
+ max-height: 50%; }
1940
+
1941
+ [flex-gt-md="55"] {
1942
+ -webkit-box-flex: 0;
1943
+ -webkit-flex: 0 0 55%;
1944
+ -ms-flex: 0 0 55%;
1945
+ flex: 0 0 55%; }
1946
+
1947
+ [layout="row"] > [flex-gt-md="55"] {
1948
+ max-width: 55%; }
1949
+
1950
+ [layout="column"] > [flex-gt-md="55"] {
1951
+ max-height: 55%; }
1952
+
1953
+ [flex-gt-md="60"] {
1954
+ -webkit-box-flex: 0;
1955
+ -webkit-flex: 0 0 60%;
1956
+ -ms-flex: 0 0 60%;
1957
+ flex: 0 0 60%; }
1958
+
1959
+ [layout="row"] > [flex-gt-md="60"] {
1960
+ max-width: 60%; }
1961
+
1962
+ [layout="column"] > [flex-gt-md="60"] {
1963
+ max-height: 60%; }
1964
+
1965
+ [flex-gt-md="65"] {
1966
+ -webkit-box-flex: 0;
1967
+ -webkit-flex: 0 0 65%;
1968
+ -ms-flex: 0 0 65%;
1969
+ flex: 0 0 65%; }
1970
+
1971
+ [layout="row"] > [flex-gt-md="65"] {
1972
+ max-width: 65%; }
1973
+
1974
+ [layout="column"] > [flex-gt-md="65"] {
1975
+ max-height: 65%; }
1976
+
1977
+ [flex-gt-md="70"] {
1978
+ -webkit-box-flex: 0;
1979
+ -webkit-flex: 0 0 70%;
1980
+ -ms-flex: 0 0 70%;
1981
+ flex: 0 0 70%; }
1982
+
1983
+ [layout="row"] > [flex-gt-md="70"] {
1984
+ max-width: 70%; }
1985
+
1986
+ [layout="column"] > [flex-gt-md="70"] {
1987
+ max-height: 70%; }
1988
+
1989
+ [flex-gt-md="75"] {
1990
+ -webkit-box-flex: 0;
1991
+ -webkit-flex: 0 0 75%;
1992
+ -ms-flex: 0 0 75%;
1993
+ flex: 0 0 75%; }
1994
+
1995
+ [layout="row"] > [flex-gt-md="75"] {
1996
+ max-width: 75%; }
1997
+
1998
+ [layout="column"] > [flex-gt-md="75"] {
1999
+ max-height: 75%; }
2000
+
2001
+ [flex-gt-md="80"] {
2002
+ -webkit-box-flex: 0;
2003
+ -webkit-flex: 0 0 80%;
2004
+ -ms-flex: 0 0 80%;
2005
+ flex: 0 0 80%; }
2006
+
2007
+ [layout="row"] > [flex-gt-md="80"] {
2008
+ max-width: 80%; }
2009
+
2010
+ [layout="column"] > [flex-gt-md="80"] {
2011
+ max-height: 80%; }
2012
+
2013
+ [flex-gt-md="85"] {
2014
+ -webkit-box-flex: 0;
2015
+ -webkit-flex: 0 0 85%;
2016
+ -ms-flex: 0 0 85%;
2017
+ flex: 0 0 85%; }
2018
+
2019
+ [layout="row"] > [flex-gt-md="85"] {
2020
+ max-width: 85%; }
2021
+
2022
+ [layout="column"] > [flex-gt-md="85"] {
2023
+ max-height: 85%; }
2024
+
2025
+ [flex-gt-md="90"] {
2026
+ -webkit-box-flex: 0;
2027
+ -webkit-flex: 0 0 90%;
2028
+ -ms-flex: 0 0 90%;
2029
+ flex: 0 0 90%; }
2030
+
2031
+ [layout="row"] > [flex-gt-md="90"] {
2032
+ max-width: 90%; }
2033
+
2034
+ [layout="column"] > [flex-gt-md="90"] {
2035
+ max-height: 90%; }
2036
+
2037
+ [flex-gt-md="95"] {
2038
+ -webkit-box-flex: 0;
2039
+ -webkit-flex: 0 0 95%;
2040
+ -ms-flex: 0 0 95%;
2041
+ flex: 0 0 95%; }
2042
+
2043
+ [layout="row"] > [flex-gt-md="95"] {
2044
+ max-width: 95%; }
2045
+
2046
+ [layout="column"] > [flex-gt-md="95"] {
2047
+ max-height: 95%; }
2048
+
2049
+ [flex-gt-md="100"] {
2050
+ -webkit-box-flex: 0;
2051
+ -webkit-flex: 0 0 100%;
2052
+ -ms-flex: 0 0 100%;
2053
+ flex: 0 0 100%; }
2054
+
2055
+ [layout="row"] > [flex-gt-md="100"] {
2056
+ max-width: 100%; }
2057
+
2058
+ [layout="column"] > [flex-gt-md="100"] {
2059
+ max-height: 100%; }
2060
+
2061
+ [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="34"] {
2062
+ -webkit-box-flex: 0;
2063
+ -webkit-flex: 0 0 33.33%;
2064
+ -ms-flex: 0 0 33.33%;
2065
+ flex: 0 0 33.33%;
2066
+ max-width: 33.33%; }
2067
+ [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="67"] {
2068
+ -webkit-box-flex: 0;
2069
+ -webkit-flex: 0 0 66.66%;
2070
+ -ms-flex: 0 0 66.66%;
2071
+ flex: 0 0 66.66%;
2072
+ max-width: 66.66%; }
2073
+
2074
+ [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="34"] {
2075
+ -webkit-box-flex: 0;
2076
+ -webkit-flex: 0 0 33.33%;
2077
+ -ms-flex: 0 0 33.33%;
2078
+ flex: 0 0 33.33%;
2079
+ max-height: 33.33%; }
2080
+ [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="67"] {
2081
+ -webkit-box-flex: 0;
2082
+ -webkit-flex: 0 0 66.66%;
2083
+ -ms-flex: 0 0 66.66%;
2084
+ flex: 0 0 66.66%;
2085
+ max-height: 66.66%; }
2086
+ }
2087
+
2088
+ @media (min-width: 960px) and (max-width: 1200px) {
2089
+ [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) {
2090
+ display: none; }
2091
+
2092
+ [hide-lg]:not([show-lg]):not([show]) {
2093
+ display: none; }
2094
+
2095
+ [flex-order-lg="0"] {
2096
+ -webkit-box-ordinal-group: 1;
2097
+ -webkit-order: 0;
2098
+ -ms-flex-order: 0;
2099
+ order: 0; }
2100
+
2101
+ [flex-order-lg="1"] {
2102
+ -webkit-box-ordinal-group: 2;
2103
+ -webkit-order: 1;
2104
+ -ms-flex-order: 1;
2105
+ order: 1; }
2106
+
2107
+ [flex-order-lg="2"] {
2108
+ -webkit-box-ordinal-group: 3;
2109
+ -webkit-order: 2;
2110
+ -ms-flex-order: 2;
2111
+ order: 2; }
2112
+
2113
+ [flex-order-lg="3"] {
2114
+ -webkit-box-ordinal-group: 4;
2115
+ -webkit-order: 3;
2116
+ -ms-flex-order: 3;
2117
+ order: 3; }
2118
+
2119
+ [flex-order-lg="4"] {
2120
+ -webkit-box-ordinal-group: 5;
2121
+ -webkit-order: 4;
2122
+ -ms-flex-order: 4;
2123
+ order: 4; }
2124
+
2125
+ [flex-order-lg="5"] {
2126
+ -webkit-box-ordinal-group: 6;
2127
+ -webkit-order: 5;
2128
+ -ms-flex-order: 5;
2129
+ order: 5; }
2130
+
2131
+ [flex-order-lg="6"] {
2132
+ -webkit-box-ordinal-group: 7;
2133
+ -webkit-order: 6;
2134
+ -ms-flex-order: 6;
2135
+ order: 6; }
2136
+
2137
+ [flex-order-lg="7"] {
2138
+ -webkit-box-ordinal-group: 8;
2139
+ -webkit-order: 7;
2140
+ -ms-flex-order: 7;
2141
+ order: 7; }
2142
+
2143
+ [flex-order-lg="8"] {
2144
+ -webkit-box-ordinal-group: 9;
2145
+ -webkit-order: 8;
2146
+ -ms-flex-order: 8;
2147
+ order: 8; }
2148
+
2149
+ [flex-order-lg="9"] {
2150
+ -webkit-box-ordinal-group: 10;
2151
+ -webkit-order: 9;
2152
+ -ms-flex-order: 9;
2153
+ order: 9; }
2154
+
2155
+ [layout-align-lg="center"], [layout-align-lg="center center"], [layout-align-lg="center start"], [layout-align-lg="center end"] {
2156
+ -webkit-box-pack: center;
2157
+ -webkit-justify-content: center;
2158
+ -ms-flex-pack: center;
2159
+ justify-content: center; }
2160
+
2161
+ [layout-align-lg="end"], [layout-align-lg="end center"], [layout-align-lg="end start"], [layout-align-lg="end end"] {
2162
+ -webkit-box-pack: end;
2163
+ -webkit-justify-content: flex-end;
2164
+ -ms-flex-pack: end;
2165
+ justify-content: flex-end; }
2166
+
2167
+ [layout-align-lg="space-around"], [layout-align-lg="space-around center"], [layout-align-lg="space-around start"], [layout-align-lg="space-around end"] {
2168
+ -webkit-justify-content: space-around;
2169
+ -ms-flex-pack: distribute;
2170
+ justify-content: space-around; }
2171
+
2172
+ [layout-align-lg="space-between"], [layout-align-lg="space-between center"], [layout-align-lg="space-between start"], [layout-align-lg="space-between end"] {
2173
+ -webkit-box-pack: justify;
2174
+ -webkit-justify-content: space-between;
2175
+ -ms-flex-pack: justify;
2176
+ justify-content: space-between; }
2177
+
2178
+ [layout-align-lg="center center"], [layout-align-lg="start center"], [layout-align-lg="end center"], [layout-align-lg="space-between center"], [layout-align-lg="space-around center"] {
2179
+ -webkit-box-align: center;
2180
+ -webkit-align-items: center;
2181
+ -ms-flex-align: center;
2182
+ align-items: center; }
2183
+
2184
+ [layout-align-lg="center start"], [layout-align-lg="start start"], [layout-align-lg="end start"], [layout-align-lg="space-between start"], [layout-align-lg="space-around start"] {
2185
+ -webkit-box-align: start;
2186
+ -webkit-align-items: flex-start;
2187
+ -ms-flex-align: start;
2188
+ align-items: flex-start; }
2189
+
2190
+ [layout-align-lg="center end"], [layout-align-lg="start end"], [layout-align-lg="end end"], [layout-align-lg="space-between end"], [layout-align-lg="space-around end"] {
2191
+ -webkit-box-align: end;
2192
+ -webkit-align-items: flex-end;
2193
+ -ms-flex-align: end;
2194
+ align-items: flex-end; }
2195
+
2196
+ [layout-lg] {
2197
+ box-sizing: border-box;
2198
+ display: -webkit-box;
2199
+ display: -webkit-flex;
2200
+ display: -ms-flexbox;
2201
+ display: flex; }
2202
+
2203
+ [layout-lg=column] {
2204
+ -webkit-box-orient: vertical;
2205
+ -webkit-box-direction: normal;
2206
+ -webkit-flex-direction: column;
2207
+ -ms-flex-direction: column;
2208
+ flex-direction: column; }
2209
+
2210
+ [layout-lg=row] {
2211
+ -webkit-box-orient: horizontal;
2212
+ -webkit-box-direction: normal;
2213
+ -webkit-flex-direction: row;
2214
+ -ms-flex-direction: row;
2215
+ flex-direction: row; }
2216
+
2217
+ [flex-lg] {
2218
+ -webkit-box-flex: 1;
2219
+ -webkit-flex: 1;
2220
+ -ms-flex: 1;
2221
+ flex: 1; }
2222
+
2223
+ [flex-lg="0"] {
2224
+ -webkit-box-flex: 0;
2225
+ -webkit-flex: 0 0 0%;
2226
+ -ms-flex: 0 0 0%;
2227
+ flex: 0 0 0%; }
2228
+
2229
+ [layout="row"] > [flex-lg="0"] {
2230
+ max-width: 0%; }
2231
+
2232
+ [layout="column"] > [flex-lg="0"] {
2233
+ max-height: 0%; }
2234
+
2235
+ [flex-lg="5"] {
2236
+ -webkit-box-flex: 0;
2237
+ -webkit-flex: 0 0 5%;
2238
+ -ms-flex: 0 0 5%;
2239
+ flex: 0 0 5%; }
2240
+
2241
+ [layout="row"] > [flex-lg="5"] {
2242
+ max-width: 5%; }
2243
+
2244
+ [layout="column"] > [flex-lg="5"] {
2245
+ max-height: 5%; }
2246
+
2247
+ [flex-lg="10"] {
2248
+ -webkit-box-flex: 0;
2249
+ -webkit-flex: 0 0 10%;
2250
+ -ms-flex: 0 0 10%;
2251
+ flex: 0 0 10%; }
2252
+
2253
+ [layout="row"] > [flex-lg="10"] {
2254
+ max-width: 10%; }
2255
+
2256
+ [layout="column"] > [flex-lg="10"] {
2257
+ max-height: 10%; }
2258
+
2259
+ [flex-lg="15"] {
2260
+ -webkit-box-flex: 0;
2261
+ -webkit-flex: 0 0 15%;
2262
+ -ms-flex: 0 0 15%;
2263
+ flex: 0 0 15%; }
2264
+
2265
+ [layout="row"] > [flex-lg="15"] {
2266
+ max-width: 15%; }
2267
+
2268
+ [layout="column"] > [flex-lg="15"] {
2269
+ max-height: 15%; }
2270
+
2271
+ [flex-lg="20"] {
2272
+ -webkit-box-flex: 0;
2273
+ -webkit-flex: 0 0 20%;
2274
+ -ms-flex: 0 0 20%;
2275
+ flex: 0 0 20%; }
2276
+
2277
+ [layout="row"] > [flex-lg="20"] {
2278
+ max-width: 20%; }
2279
+
2280
+ [layout="column"] > [flex-lg="20"] {
2281
+ max-height: 20%; }
2282
+
2283
+ [flex-lg="25"] {
2284
+ -webkit-box-flex: 0;
2285
+ -webkit-flex: 0 0 25%;
2286
+ -ms-flex: 0 0 25%;
2287
+ flex: 0 0 25%; }
2288
+
2289
+ [layout="row"] > [flex-lg="25"] {
2290
+ max-width: 25%; }
2291
+
2292
+ [layout="column"] > [flex-lg="25"] {
2293
+ max-height: 25%; }
2294
+
2295
+ [flex-lg="30"] {
2296
+ -webkit-box-flex: 0;
2297
+ -webkit-flex: 0 0 30%;
2298
+ -ms-flex: 0 0 30%;
2299
+ flex: 0 0 30%; }
2300
+
2301
+ [layout="row"] > [flex-lg="30"] {
2302
+ max-width: 30%; }
2303
+
2304
+ [layout="column"] > [flex-lg="30"] {
2305
+ max-height: 30%; }
2306
+
2307
+ [flex-lg="35"] {
2308
+ -webkit-box-flex: 0;
2309
+ -webkit-flex: 0 0 35%;
2310
+ -ms-flex: 0 0 35%;
2311
+ flex: 0 0 35%; }
2312
+
2313
+ [layout="row"] > [flex-lg="35"] {
2314
+ max-width: 35%; }
2315
+
2316
+ [layout="column"] > [flex-lg="35"] {
2317
+ max-height: 35%; }
2318
+
2319
+ [flex-lg="40"] {
2320
+ -webkit-box-flex: 0;
2321
+ -webkit-flex: 0 0 40%;
2322
+ -ms-flex: 0 0 40%;
2323
+ flex: 0 0 40%; }
2324
+
2325
+ [layout="row"] > [flex-lg="40"] {
2326
+ max-width: 40%; }
2327
+
2328
+ [layout="column"] > [flex-lg="40"] {
2329
+ max-height: 40%; }
2330
+
2331
+ [flex-lg="45"] {
2332
+ -webkit-box-flex: 0;
2333
+ -webkit-flex: 0 0 45%;
2334
+ -ms-flex: 0 0 45%;
2335
+ flex: 0 0 45%; }
2336
+
2337
+ [layout="row"] > [flex-lg="45"] {
2338
+ max-width: 45%; }
2339
+
2340
+ [layout="column"] > [flex-lg="45"] {
2341
+ max-height: 45%; }
2342
+
2343
+ [flex-lg="50"] {
2344
+ -webkit-box-flex: 0;
2345
+ -webkit-flex: 0 0 50%;
2346
+ -ms-flex: 0 0 50%;
2347
+ flex: 0 0 50%; }
2348
+
2349
+ [layout="row"] > [flex-lg="50"] {
2350
+ max-width: 50%; }
2351
+
2352
+ [layout="column"] > [flex-lg="50"] {
2353
+ max-height: 50%; }
2354
+
2355
+ [flex-lg="55"] {
2356
+ -webkit-box-flex: 0;
2357
+ -webkit-flex: 0 0 55%;
2358
+ -ms-flex: 0 0 55%;
2359
+ flex: 0 0 55%; }
2360
+
2361
+ [layout="row"] > [flex-lg="55"] {
2362
+ max-width: 55%; }
2363
+
2364
+ [layout="column"] > [flex-lg="55"] {
2365
+ max-height: 55%; }
2366
+
2367
+ [flex-lg="60"] {
2368
+ -webkit-box-flex: 0;
2369
+ -webkit-flex: 0 0 60%;
2370
+ -ms-flex: 0 0 60%;
2371
+ flex: 0 0 60%; }
2372
+
2373
+ [layout="row"] > [flex-lg="60"] {
2374
+ max-width: 60%; }
2375
+
2376
+ [layout="column"] > [flex-lg="60"] {
2377
+ max-height: 60%; }
2378
+
2379
+ [flex-lg="65"] {
2380
+ -webkit-box-flex: 0;
2381
+ -webkit-flex: 0 0 65%;
2382
+ -ms-flex: 0 0 65%;
2383
+ flex: 0 0 65%; }
2384
+
2385
+ [layout="row"] > [flex-lg="65"] {
2386
+ max-width: 65%; }
2387
+
2388
+ [layout="column"] > [flex-lg="65"] {
2389
+ max-height: 65%; }
2390
+
2391
+ [flex-lg="70"] {
2392
+ -webkit-box-flex: 0;
2393
+ -webkit-flex: 0 0 70%;
2394
+ -ms-flex: 0 0 70%;
2395
+ flex: 0 0 70%; }
2396
+
2397
+ [layout="row"] > [flex-lg="70"] {
2398
+ max-width: 70%; }
2399
+
2400
+ [layout="column"] > [flex-lg="70"] {
2401
+ max-height: 70%; }
2402
+
2403
+ [flex-lg="75"] {
2404
+ -webkit-box-flex: 0;
2405
+ -webkit-flex: 0 0 75%;
2406
+ -ms-flex: 0 0 75%;
2407
+ flex: 0 0 75%; }
2408
+
2409
+ [layout="row"] > [flex-lg="75"] {
2410
+ max-width: 75%; }
2411
+
2412
+ [layout="column"] > [flex-lg="75"] {
2413
+ max-height: 75%; }
2414
+
2415
+ [flex-lg="80"] {
2416
+ -webkit-box-flex: 0;
2417
+ -webkit-flex: 0 0 80%;
2418
+ -ms-flex: 0 0 80%;
2419
+ flex: 0 0 80%; }
2420
+
2421
+ [layout="row"] > [flex-lg="80"] {
2422
+ max-width: 80%; }
2423
+
2424
+ [layout="column"] > [flex-lg="80"] {
2425
+ max-height: 80%; }
2426
+
2427
+ [flex-lg="85"] {
2428
+ -webkit-box-flex: 0;
2429
+ -webkit-flex: 0 0 85%;
2430
+ -ms-flex: 0 0 85%;
2431
+ flex: 0 0 85%; }
2432
+
2433
+ [layout="row"] > [flex-lg="85"] {
2434
+ max-width: 85%; }
2435
+
2436
+ [layout="column"] > [flex-lg="85"] {
2437
+ max-height: 85%; }
2438
+
2439
+ [flex-lg="90"] {
2440
+ -webkit-box-flex: 0;
2441
+ -webkit-flex: 0 0 90%;
2442
+ -ms-flex: 0 0 90%;
2443
+ flex: 0 0 90%; }
2444
+
2445
+ [layout="row"] > [flex-lg="90"] {
2446
+ max-width: 90%; }
2447
+
2448
+ [layout="column"] > [flex-lg="90"] {
2449
+ max-height: 90%; }
2450
+
2451
+ [flex-lg="95"] {
2452
+ -webkit-box-flex: 0;
2453
+ -webkit-flex: 0 0 95%;
2454
+ -ms-flex: 0 0 95%;
2455
+ flex: 0 0 95%; }
2456
+
2457
+ [layout="row"] > [flex-lg="95"] {
2458
+ max-width: 95%; }
2459
+
2460
+ [layout="column"] > [flex-lg="95"] {
2461
+ max-height: 95%; }
2462
+
2463
+ [flex-lg="100"] {
2464
+ -webkit-box-flex: 0;
2465
+ -webkit-flex: 0 0 100%;
2466
+ -ms-flex: 0 0 100%;
2467
+ flex: 0 0 100%; }
2468
+
2469
+ [layout="row"] > [flex-lg="100"] {
2470
+ max-width: 100%; }
2471
+
2472
+ [layout="column"] > [flex-lg="100"] {
2473
+ max-height: 100%; }
2474
+
2475
+ [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="34"] {
2476
+ -webkit-box-flex: 0;
2477
+ -webkit-flex: 0 0 33.33%;
2478
+ -ms-flex: 0 0 33.33%;
2479
+ flex: 0 0 33.33%;
2480
+ max-width: 33.33%; }
2481
+ [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="67"] {
2482
+ -webkit-box-flex: 0;
2483
+ -webkit-flex: 0 0 66.66%;
2484
+ -ms-flex: 0 0 66.66%;
2485
+ flex: 0 0 66.66%;
2486
+ max-width: 66.66%; }
2487
+
2488
+ [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="34"] {
2489
+ -webkit-box-flex: 0;
2490
+ -webkit-flex: 0 0 33.33%;
2491
+ -ms-flex: 0 0 33.33%;
2492
+ flex: 0 0 33.33%;
2493
+ max-height: 33.33%; }
2494
+ [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="67"] {
2495
+ -webkit-box-flex: 0;
2496
+ -webkit-flex: 0 0 66.66%;
2497
+ -ms-flex: 0 0 66.66%;
2498
+ flex: 0 0 66.66%;
2499
+ max-height: 66.66%; }
2500
+ }
2501
+
2502
+ @media (min-width: 1200px) {
2503
+ [hide-gt-sm]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-md]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide-gt-lg]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]), [hide]:not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show]) {
2504
+ display: none; }
2505
+
2506
+ [flex-order-gt-lg="0"] {
2507
+ -webkit-box-ordinal-group: 1;
2508
+ -webkit-order: 0;
2509
+ -ms-flex-order: 0;
2510
+ order: 0; }
2511
+
2512
+ [flex-order-gt-lg="1"] {
2513
+ -webkit-box-ordinal-group: 2;
2514
+ -webkit-order: 1;
2515
+ -ms-flex-order: 1;
2516
+ order: 1; }
2517
+
2518
+ [flex-order-gt-lg="2"] {
2519
+ -webkit-box-ordinal-group: 3;
2520
+ -webkit-order: 2;
2521
+ -ms-flex-order: 2;
2522
+ order: 2; }
2523
+
2524
+ [flex-order-gt-lg="3"] {
2525
+ -webkit-box-ordinal-group: 4;
2526
+ -webkit-order: 3;
2527
+ -ms-flex-order: 3;
2528
+ order: 3; }
2529
+
2530
+ [flex-order-gt-lg="4"] {
2531
+ -webkit-box-ordinal-group: 5;
2532
+ -webkit-order: 4;
2533
+ -ms-flex-order: 4;
2534
+ order: 4; }
2535
+
2536
+ [flex-order-gt-lg="5"] {
2537
+ -webkit-box-ordinal-group: 6;
2538
+ -webkit-order: 5;
2539
+ -ms-flex-order: 5;
2540
+ order: 5; }
2541
+
2542
+ [flex-order-gt-lg="6"] {
2543
+ -webkit-box-ordinal-group: 7;
2544
+ -webkit-order: 6;
2545
+ -ms-flex-order: 6;
2546
+ order: 6; }
2547
+
2548
+ [flex-order-gt-lg="7"] {
2549
+ -webkit-box-ordinal-group: 8;
2550
+ -webkit-order: 7;
2551
+ -ms-flex-order: 7;
2552
+ order: 7; }
2553
+
2554
+ [flex-order-gt-lg="8"] {
2555
+ -webkit-box-ordinal-group: 9;
2556
+ -webkit-order: 8;
2557
+ -ms-flex-order: 8;
2558
+ order: 8; }
2559
+
2560
+ [flex-order-gt-lg="9"] {
2561
+ -webkit-box-ordinal-group: 10;
2562
+ -webkit-order: 9;
2563
+ -ms-flex-order: 9;
2564
+ order: 9; }
2565
+
2566
+ [layout-align-gt-lg="center"], [layout-align-gt-lg="center center"], [layout-align-gt-lg="center start"], [layout-align-gt-lg="center end"] {
2567
+ -webkit-box-pack: center;
2568
+ -webkit-justify-content: center;
2569
+ -ms-flex-pack: center;
2570
+ justify-content: center; }
2571
+
2572
+ [layout-align-gt-lg="end"], [layout-align-gt-lg="end center"], [layout-align-gt-lg="end start"], [layout-align-gt-lg="end end"] {
2573
+ -webkit-box-pack: end;
2574
+ -webkit-justify-content: flex-end;
2575
+ -ms-flex-pack: end;
2576
+ justify-content: flex-end; }
2577
+
2578
+ [layout-align-gt-lg="space-around"], [layout-align-gt-lg="space-around center"], [layout-align-gt-lg="space-around start"], [layout-align-gt-lg="space-around end"] {
2579
+ -webkit-justify-content: space-around;
2580
+ -ms-flex-pack: distribute;
2581
+ justify-content: space-around; }
2582
+
2583
+ [layout-align-gt-lg="space-between"], [layout-align-gt-lg="space-between center"], [layout-align-gt-lg="space-between start"], [layout-align-gt-lg="space-between end"] {
2584
+ -webkit-box-pack: justify;
2585
+ -webkit-justify-content: space-between;
2586
+ -ms-flex-pack: justify;
2587
+ justify-content: space-between; }
2588
+
2589
+ [layout-align-gt-lg="center center"], [layout-align-gt-lg="start center"], [layout-align-gt-lg="end center"], [layout-align-gt-lg="space-between center"], [layout-align-gt-lg="space-around center"] {
2590
+ -webkit-box-align: center;
2591
+ -webkit-align-items: center;
2592
+ -ms-flex-align: center;
2593
+ align-items: center; }
2594
+
2595
+ [layout-align-gt-lg="center start"], [layout-align-gt-lg="start start"], [layout-align-gt-lg="end start"], [layout-align-gt-lg="space-between start"], [layout-align-gt-lg="space-around start"] {
2596
+ -webkit-box-align: start;
2597
+ -webkit-align-items: flex-start;
2598
+ -ms-flex-align: start;
2599
+ align-items: flex-start; }
2600
+
2601
+ [layout-align-gt-lg="center end"], [layout-align-gt-lg="start end"], [layout-align-gt-lg="end end"], [layout-align-gt-lg="space-between end"], [layout-align-gt-lg="space-around end"] {
2602
+ -webkit-box-align: end;
2603
+ -webkit-align-items: flex-end;
2604
+ -ms-flex-align: end;
2605
+ align-items: flex-end; }
2606
+
2607
+ [layout-gt-lg] {
2608
+ box-sizing: border-box;
2609
+ display: -webkit-box;
2610
+ display: -webkit-flex;
2611
+ display: -ms-flexbox;
2612
+ display: flex; }
2613
+
2614
+ [layout-gt-lg=column] {
2615
+ -webkit-box-orient: vertical;
2616
+ -webkit-box-direction: normal;
2617
+ -webkit-flex-direction: column;
2618
+ -ms-flex-direction: column;
2619
+ flex-direction: column; }
2620
+
2621
+ [layout-gt-lg=row] {
2622
+ -webkit-box-orient: horizontal;
2623
+ -webkit-box-direction: normal;
2624
+ -webkit-flex-direction: row;
2625
+ -ms-flex-direction: row;
2626
+ flex-direction: row; }
2627
+
2628
+ [flex-gt-lg] {
2629
+ -webkit-box-flex: 1;
2630
+ -webkit-flex: 1;
2631
+ -ms-flex: 1;
2632
+ flex: 1; }
2633
+
2634
+ [flex-gt-lg="0"] {
2635
+ -webkit-box-flex: 0;
2636
+ -webkit-flex: 0 0 0%;
2637
+ -ms-flex: 0 0 0%;
2638
+ flex: 0 0 0%; }
2639
+
2640
+ [layout="row"] > [flex-gt-lg="0"] {
2641
+ max-width: 0%; }
2642
+
2643
+ [layout="column"] > [flex-gt-lg="0"] {
2644
+ max-height: 0%; }
2645
+
2646
+ [flex-gt-lg="5"] {
2647
+ -webkit-box-flex: 0;
2648
+ -webkit-flex: 0 0 5%;
2649
+ -ms-flex: 0 0 5%;
2650
+ flex: 0 0 5%; }
2651
+
2652
+ [layout="row"] > [flex-gt-lg="5"] {
2653
+ max-width: 5%; }
2654
+
2655
+ [layout="column"] > [flex-gt-lg="5"] {
2656
+ max-height: 5%; }
2657
+
2658
+ [flex-gt-lg="10"] {
2659
+ -webkit-box-flex: 0;
2660
+ -webkit-flex: 0 0 10%;
2661
+ -ms-flex: 0 0 10%;
2662
+ flex: 0 0 10%; }
2663
+
2664
+ [layout="row"] > [flex-gt-lg="10"] {
2665
+ max-width: 10%; }
2666
+
2667
+ [layout="column"] > [flex-gt-lg="10"] {
2668
+ max-height: 10%; }
2669
+
2670
+ [flex-gt-lg="15"] {
2671
+ -webkit-box-flex: 0;
2672
+ -webkit-flex: 0 0 15%;
2673
+ -ms-flex: 0 0 15%;
2674
+ flex: 0 0 15%; }
2675
+
2676
+ [layout="row"] > [flex-gt-lg="15"] {
2677
+ max-width: 15%; }
2678
+
2679
+ [layout="column"] > [flex-gt-lg="15"] {
2680
+ max-height: 15%; }
2681
+
2682
+ [flex-gt-lg="20"] {
2683
+ -webkit-box-flex: 0;
2684
+ -webkit-flex: 0 0 20%;
2685
+ -ms-flex: 0 0 20%;
2686
+ flex: 0 0 20%; }
2687
+
2688
+ [layout="row"] > [flex-gt-lg="20"] {
2689
+ max-width: 20%; }
2690
+
2691
+ [layout="column"] > [flex-gt-lg="20"] {
2692
+ max-height: 20%; }
2693
+
2694
+ [flex-gt-lg="25"] {
2695
+ -webkit-box-flex: 0;
2696
+ -webkit-flex: 0 0 25%;
2697
+ -ms-flex: 0 0 25%;
2698
+ flex: 0 0 25%; }
2699
+
2700
+ [layout="row"] > [flex-gt-lg="25"] {
2701
+ max-width: 25%; }
2702
+
2703
+ [layout="column"] > [flex-gt-lg="25"] {
2704
+ max-height: 25%; }
2705
+
2706
+ [flex-gt-lg="30"] {
2707
+ -webkit-box-flex: 0;
2708
+ -webkit-flex: 0 0 30%;
2709
+ -ms-flex: 0 0 30%;
2710
+ flex: 0 0 30%; }
2711
+
2712
+ [layout="row"] > [flex-gt-lg="30"] {
2713
+ max-width: 30%; }
2714
+
2715
+ [layout="column"] > [flex-gt-lg="30"] {
2716
+ max-height: 30%; }
2717
+
2718
+ [flex-gt-lg="35"] {
2719
+ -webkit-box-flex: 0;
2720
+ -webkit-flex: 0 0 35%;
2721
+ -ms-flex: 0 0 35%;
2722
+ flex: 0 0 35%; }
2723
+
2724
+ [layout="row"] > [flex-gt-lg="35"] {
2725
+ max-width: 35%; }
2726
+
2727
+ [layout="column"] > [flex-gt-lg="35"] {
2728
+ max-height: 35%; }
2729
+
2730
+ [flex-gt-lg="40"] {
2731
+ -webkit-box-flex: 0;
2732
+ -webkit-flex: 0 0 40%;
2733
+ -ms-flex: 0 0 40%;
2734
+ flex: 0 0 40%; }
2735
+
2736
+ [layout="row"] > [flex-gt-lg="40"] {
2737
+ max-width: 40%; }
2738
+
2739
+ [layout="column"] > [flex-gt-lg="40"] {
2740
+ max-height: 40%; }
2741
+
2742
+ [flex-gt-lg="45"] {
2743
+ -webkit-box-flex: 0;
2744
+ -webkit-flex: 0 0 45%;
2745
+ -ms-flex: 0 0 45%;
2746
+ flex: 0 0 45%; }
2747
+
2748
+ [layout="row"] > [flex-gt-lg="45"] {
2749
+ max-width: 45%; }
2750
+
2751
+ [layout="column"] > [flex-gt-lg="45"] {
2752
+ max-height: 45%; }
2753
+
2754
+ [flex-gt-lg="50"] {
2755
+ -webkit-box-flex: 0;
2756
+ -webkit-flex: 0 0 50%;
2757
+ -ms-flex: 0 0 50%;
2758
+ flex: 0 0 50%; }
2759
+
2760
+ [layout="row"] > [flex-gt-lg="50"] {
2761
+ max-width: 50%; }
2762
+
2763
+ [layout="column"] > [flex-gt-lg="50"] {
2764
+ max-height: 50%; }
2765
+
2766
+ [flex-gt-lg="55"] {
2767
+ -webkit-box-flex: 0;
2768
+ -webkit-flex: 0 0 55%;
2769
+ -ms-flex: 0 0 55%;
2770
+ flex: 0 0 55%; }
2771
+
2772
+ [layout="row"] > [flex-gt-lg="55"] {
2773
+ max-width: 55%; }
2774
+
2775
+ [layout="column"] > [flex-gt-lg="55"] {
2776
+ max-height: 55%; }
2777
+
2778
+ [flex-gt-lg="60"] {
2779
+ -webkit-box-flex: 0;
2780
+ -webkit-flex: 0 0 60%;
2781
+ -ms-flex: 0 0 60%;
2782
+ flex: 0 0 60%; }
2783
+
2784
+ [layout="row"] > [flex-gt-lg="60"] {
2785
+ max-width: 60%; }
2786
+
2787
+ [layout="column"] > [flex-gt-lg="60"] {
2788
+ max-height: 60%; }
2789
+
2790
+ [flex-gt-lg="65"] {
2791
+ -webkit-box-flex: 0;
2792
+ -webkit-flex: 0 0 65%;
2793
+ -ms-flex: 0 0 65%;
2794
+ flex: 0 0 65%; }
2795
+
2796
+ [layout="row"] > [flex-gt-lg="65"] {
2797
+ max-width: 65%; }
2798
+
2799
+ [layout="column"] > [flex-gt-lg="65"] {
2800
+ max-height: 65%; }
2801
+
2802
+ [flex-gt-lg="70"] {
2803
+ -webkit-box-flex: 0;
2804
+ -webkit-flex: 0 0 70%;
2805
+ -ms-flex: 0 0 70%;
2806
+ flex: 0 0 70%; }
2807
+
2808
+ [layout="row"] > [flex-gt-lg="70"] {
2809
+ max-width: 70%; }
2810
+
2811
+ [layout="column"] > [flex-gt-lg="70"] {
2812
+ max-height: 70%; }
2813
+
2814
+ [flex-gt-lg="75"] {
2815
+ -webkit-box-flex: 0;
2816
+ -webkit-flex: 0 0 75%;
2817
+ -ms-flex: 0 0 75%;
2818
+ flex: 0 0 75%; }
2819
+
2820
+ [layout="row"] > [flex-gt-lg="75"] {
2821
+ max-width: 75%; }
2822
+
2823
+ [layout="column"] > [flex-gt-lg="75"] {
2824
+ max-height: 75%; }
2825
+
2826
+ [flex-gt-lg="80"] {
2827
+ -webkit-box-flex: 0;
2828
+ -webkit-flex: 0 0 80%;
2829
+ -ms-flex: 0 0 80%;
2830
+ flex: 0 0 80%; }
2831
+
2832
+ [layout="row"] > [flex-gt-lg="80"] {
2833
+ max-width: 80%; }
2834
+
2835
+ [layout="column"] > [flex-gt-lg="80"] {
2836
+ max-height: 80%; }
2837
+
2838
+ [flex-gt-lg="85"] {
2839
+ -webkit-box-flex: 0;
2840
+ -webkit-flex: 0 0 85%;
2841
+ -ms-flex: 0 0 85%;
2842
+ flex: 0 0 85%; }
2843
+
2844
+ [layout="row"] > [flex-gt-lg="85"] {
2845
+ max-width: 85%; }
2846
+
2847
+ [layout="column"] > [flex-gt-lg="85"] {
2848
+ max-height: 85%; }
2849
+
2850
+ [flex-gt-lg="90"] {
2851
+ -webkit-box-flex: 0;
2852
+ -webkit-flex: 0 0 90%;
2853
+ -ms-flex: 0 0 90%;
2854
+ flex: 0 0 90%; }
2855
+
2856
+ [layout="row"] > [flex-gt-lg="90"] {
2857
+ max-width: 90%; }
2858
+
2859
+ [layout="column"] > [flex-gt-lg="90"] {
2860
+ max-height: 90%; }
2861
+
2862
+ [flex-gt-lg="95"] {
2863
+ -webkit-box-flex: 0;
2864
+ -webkit-flex: 0 0 95%;
2865
+ -ms-flex: 0 0 95%;
2866
+ flex: 0 0 95%; }
2867
+
2868
+ [layout="row"] > [flex-gt-lg="95"] {
2869
+ max-width: 95%; }
2870
+
2871
+ [layout="column"] > [flex-gt-lg="95"] {
2872
+ max-height: 95%; }
2873
+
2874
+ [flex-gt-lg="100"] {
2875
+ -webkit-box-flex: 0;
2876
+ -webkit-flex: 0 0 100%;
2877
+ -ms-flex: 0 0 100%;
2878
+ flex: 0 0 100%; }
2879
+
2880
+ [layout="row"] > [flex-gt-lg="100"] {
2881
+ max-width: 100%; }
2882
+
2883
+ [layout="column"] > [flex-gt-lg="100"] {
2884
+ max-height: 100%; }
2885
+
2886
+ [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="34"] {
2887
+ -webkit-box-flex: 0;
2888
+ -webkit-flex: 0 0 33.33%;
2889
+ -ms-flex: 0 0 33.33%;
2890
+ flex: 0 0 33.33%;
2891
+ max-width: 33.33%; }
2892
+ [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="67"] {
2893
+ -webkit-box-flex: 0;
2894
+ -webkit-flex: 0 0 66.66%;
2895
+ -ms-flex: 0 0 66.66%;
2896
+ flex: 0 0 66.66%;
2897
+ max-width: 66.66%; }
2898
+
2899
+ [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="34"] {
2900
+ -webkit-box-flex: 0;
2901
+ -webkit-flex: 0 0 33.33%;
2902
+ -ms-flex: 0 0 33.33%;
2903
+ flex: 0 0 33.33%;
2904
+ max-height: 33.33%; }
2905
+ [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="67"] {
2906
+ -webkit-box-flex: 0;
2907
+ -webkit-flex: 0 0 66.66%;
2908
+ -ms-flex: 0 0 66.66%;
2909
+ flex: 0 0 66.66%;
2910
+ max-height: 66.66%; }
2911
+ }
2912
+
2913
+ *, *:before, *:after {
2914
+ box-sizing: border-box; }
2915
+
2916
+ :focus {
2917
+ outline: none; }
2918
+
2919
+ html, body {
2920
+ height: 100%;
2921
+ color: rgba(0, 0, 0, 0.87);
2922
+ background: white;
2923
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
2924
+ -webkit-touch-callout: none;
2925
+ -webkit-text-size-adjust: 100%;
2926
+ -webkit-font-smoothing: antialiased;
2927
+ text-rendering: optimizeLegibility; }
2928
+ html p, body p {
2929
+ line-height: 1.846; }
2930
+ html h3, body h3 {
2931
+ display: block;
2932
+ -webkit-margin-before: 1em;
2933
+ -webkit-margin-after: 1em;
2934
+ -webkit-margin-start: 0px;
2935
+ -webkit-margin-end: 0px;
2936
+ font-size: 1.17em;
2937
+ font-weight: bold; }
2938
+
2939
+ button, select, html, textarea, input {
2940
+ font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; }
2941
+
2942
+ body {
2943
+ margin: 0;
2944
+ padding: 0;
2945
+ outline: none; }
2946
+
2947
+ .inset {
2948
+ padding: 10px; }
2949
+
2950
+ button {
2951
+ font-family: RobotoDraft, Roboto, 'Helvetica Neue', sans-serif; }
2952
+
2953
+ a {
2954
+ background: transparent;
2955
+ outline: none; }
2956
+
2957
+ h1 {
2958
+ font-size: 2em;
2959
+ margin: 0.67em 0; }
2960
+
2961
+ h2 {
2962
+ font-size: 1.5em;
2963
+ margin: 0.83em 0; }
2964
+
2965
+ h3 {
2966
+ font-size: 1.17em;
2967
+ margin: 1em 0; }
2968
+
2969
+ h4 {
2970
+ font-size: 1em;
2971
+ margin: 1.33em 0; }
2972
+
2973
+ h5 {
2974
+ font-size: 0.83em;
2975
+ margin: 1.67em 0; }
2976
+
2977
+ h6 {
2978
+ font-size: 0.75em;
2979
+ margin: 2.33em 0; }
2980
+
2981
+ select, button, textarea, input {
2982
+ margin: 0;
2983
+ font-size: 100%;
2984
+ font-family: inherit;
2985
+ vertical-align: baseline; }
2986
+
2987
+ input[type="reset"], input[type="submit"], html input[type="button"], button {
2988
+ cursor: pointer;
2989
+ -webkit-appearance: button; }
2990
+ input[type="reset"][disabled], input[type="submit"][disabled], html input[type="button"][disabled], button[disabled] {
2991
+ cursor: default; }
2992
+
2993
+ textarea {
2994
+ vertical-align: top;
2995
+ overflow: auto; }
2996
+
2997
+ input[type="radio"], input[type="checkbox"] {
2998
+ padding: 0;
2999
+ box-sizing: border-box; }
3000
+ input[type="search"] {
3001
+ -webkit-appearance: textfield;
3002
+ box-sizing: content-box;
3003
+ -webkit-box-sizing: content-box; }
3004
+ input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
3005
+ -webkit-appearance: none; }
3006
+
3007
+ .md-shadow {
3008
+ position: absolute;
3009
+ top: 0;
3010
+ left: 0;
3011
+ bottom: 0;
3012
+ right: 0;
3013
+ border-radius: inherit;
3014
+ pointer-events: none; }
3015
+
3016
+ .md-shadow-bottom-z-1 {
3017
+ box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
3018
+
3019
+ .md-shadow-bottom-z-2 {
3020
+ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); }
3021
+
3022
+ .md-shadow-animated.md-shadow {
3023
+ -webkit-transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
3024
+ transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
3025
+
3026
+ /*
3027
+ * A container inside of a rippling element (eg a button),
3028
+ * which contains all of the individual ripples
3029
+ */
3030
+ .md-ripple-container {
3031
+ pointer-events: none;
3032
+ position: absolute;
3033
+ overflow: hidden;
3034
+ left: 0;
3035
+ top: 0;
3036
+ width: 100%;
3037
+ height: 100%;
3038
+ -webkit-transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1);
3039
+ transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); }
3040
+
3041
+ .md-ripple {
3042
+ position: absolute;
3043
+ -webkit-transform: scale(0);
3044
+ transform: scale(0);
3045
+ -webkit-transform-origin: 50% 50%;
3046
+ transform-origin: 50% 50%;
3047
+ opacity: 0;
3048
+ border-radius: 50%; }
3049
+ .md-ripple.md-ripple-placed {
3050
+ -webkit-transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1);
3051
+ transition: left 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), top 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), margin 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.65s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.65s cubic-bezier(0.25, 0.8, 0.25, 1); }
3052
+ .md-ripple.md-ripple-scaled {
3053
+ -webkit-transform: scale(1);
3054
+ transform: scale(1); }
3055
+ .md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible {
3056
+ opacity: 0.2; }
3057
+
3058
+ md-tab > .md-ripple-container .md-ripple {
3059
+ box-sizing: content-box;
3060
+ background-color: transparent !important;
3061
+ border-width: 0;
3062
+ border-style: solid;
3063
+ opacity: 0.2;
3064
+ -webkit-transform: none !important;
3065
+ transform: none !important; }
3066
+ md-tab > .md-ripple-container .md-ripple.md-ripple-active, md-tab > .md-ripple-container .md-ripple.md-ripple-full, md-tab > .md-ripple-container .md-ripple.md-ripple-visible {
3067
+ opacity: 0.2; }