| .. | .. |
|---|
| 1 | +@font-face { |
|---|
| 2 | + font-family: 'Material Icons'; |
|---|
| 3 | + font-style: normal; |
|---|
| 4 | + font-weight: 400; |
|---|
| 5 | + src: url("styles/font/MaterialIcons-Regular.eot"); |
|---|
| 6 | + /* For IE6-8 */ |
|---|
| 7 | + src: local("styles/font/Material Icons"), local("styles/font/MaterialIcons-Regular"), url("styles/font/MaterialIcons-Regular.woff2") format("woff2"), url("styles/font/MaterialIcons-Regular.woff") format("woff"), url("styles/font/MaterialIcons-Regular.ttf") format("truetype"); } |
|---|
| 8 | + |
|---|
| 9 | +.material-icons { |
|---|
| 10 | + font-family: 'Material Icons'; |
|---|
| 11 | + font-weight: normal; |
|---|
| 12 | + font-style: normal; |
|---|
| 13 | + font-size: 24px; |
|---|
| 14 | + /* Preferred icon size */ |
|---|
| 15 | + display: inline-block; |
|---|
| 16 | + width: 1em; |
|---|
| 17 | + height: 1em; |
|---|
| 18 | + line-height: 1; |
|---|
| 19 | + text-transform: none; |
|---|
| 20 | + letter-spacing: normal; |
|---|
| 21 | + word-wrap: normal; |
|---|
| 22 | + white-space: nowrap; |
|---|
| 23 | + direction: ltr; |
|---|
| 24 | + /* Support for all WebKit browsers. */ |
|---|
| 25 | + -webkit-font-smoothing: antialiased; |
|---|
| 26 | + /* Support for Safari and Chrome. */ |
|---|
| 27 | + text-rendering: optimizeLegibility; |
|---|
| 28 | + /* Support for Firefox. */ |
|---|
| 29 | + -moz-osx-font-smoothing: grayscale; |
|---|
| 30 | + /* Support for IE. */ |
|---|
| 31 | + font-feature-settings: 'liga'; } |
|---|
| 32 | + |
|---|
| 33 | +md-icon.material-icons, md-icon.material-icons.mat-icon { |
|---|
| 34 | + width: 1em; |
|---|
| 35 | + height: 1em; } |
|---|
| 36 | + |
|---|
| 37 | +.material-icons.md-18 { |
|---|
| 38 | + font-size: 18px; |
|---|
| 39 | + height: 18px; |
|---|
| 40 | + width: 18px; } |
|---|
| 41 | + |
|---|
| 42 | +.material-icons.md-24 { |
|---|
| 43 | + font-size: 24px; |
|---|
| 44 | + height: 24px; |
|---|
| 45 | + width: 24px; } |
|---|
| 46 | + |
|---|
| 47 | +.material-icons.md-36 { |
|---|
| 48 | + font-size: 36px; |
|---|
| 49 | + height: 36px; |
|---|
| 50 | + width: 36px; } |
|---|
| 51 | + |
|---|
| 52 | +.material-icons.md-48 { |
|---|
| 53 | + font-size: 48px; |
|---|
| 54 | + height: 48px; |
|---|
| 55 | + width: 48px; } |
|---|
| 56 | + |
|---|
| 57 | +.material-icons.md-dark { |
|---|
| 58 | + color: rgba(0, 0, 0, 0.54); } |
|---|
| 59 | + |
|---|
| 60 | +.material-icons.md-dark.md-inactive { |
|---|
| 61 | + color: rgba(0, 0, 0, 0.26); } |
|---|
| 62 | + |
|---|
| 63 | +.material-icons.md-light { |
|---|
| 64 | + color: white; } |
|---|
| 65 | + |
|---|
| 66 | +.material-icons.md-light.md-inactive { |
|---|
| 67 | + color: rgba(255, 255, 255, 0.3); } |
|---|
| 68 | + |
|---|
| 69 | +/** |
|---|
| 70 | + * Mixin that creates a new stacking context. |
|---|
| 71 | + * see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context |
|---|
| 72 | + */ |
|---|
| 73 | +/** Mixin to create distinct classes for fab positions, e.g. ".md-fab-position-bottom-right". */ |
|---|
| 74 | +[md-fab].md-fab-position-bottom-right, |
|---|
| 75 | +.mat-fab.mat-fab-position-bottom-right, |
|---|
| 76 | +[md-fab].md-fab-bottom-right, |
|---|
| 77 | +.mat-fab.mat-fab-bottom-right { |
|---|
| 78 | + top: auto; |
|---|
| 79 | + right: 20px; |
|---|
| 80 | + left: auto; |
|---|
| 81 | + bottom: 20px; |
|---|
| 82 | + position: absolute; } |
|---|
| 83 | + html[dir=rtl] [md-fab].md-fab-position-bottom-right, html[dir=rtl] |
|---|
| 84 | + .mat-fab.mat-fab-position-bottom-right, html[dir=rtl] |
|---|
| 85 | + [md-fab].md-fab-bottom-right, html[dir=rtl] |
|---|
| 86 | + .mat-fab.mat-fab-bottom-right { |
|---|
| 87 | + right: auto; |
|---|
| 88 | + unicode-bidi: embed; } |
|---|
| 89 | + body[dir=rtl] [md-fab].md-fab-position-bottom-right, body[dir=rtl] |
|---|
| 90 | + .mat-fab.mat-fab-position-bottom-right, body[dir=rtl] |
|---|
| 91 | + [md-fab].md-fab-bottom-right, body[dir=rtl] |
|---|
| 92 | + .mat-fab.mat-fab-bottom-right { |
|---|
| 93 | + right: auto; |
|---|
| 94 | + unicode-bidi: embed; } |
|---|
| 95 | + [dir=rtl] [md-fab].md-fab-position-bottom-right, [dir=rtl] |
|---|
| 96 | + .mat-fab.mat-fab-position-bottom-right, [dir=rtl] |
|---|
| 97 | + [md-fab].md-fab-bottom-right, [dir=rtl] |
|---|
| 98 | + .mat-fab.mat-fab-bottom-right { |
|---|
| 99 | + right: auto; |
|---|
| 100 | + unicode-bidi: embed; } |
|---|
| 101 | + [md-fab].md-fab-position-bottom-right bdo[dir=rtl], |
|---|
| 102 | + .mat-fab.mat-fab-position-bottom-right bdo[dir=rtl], |
|---|
| 103 | + [md-fab].md-fab-bottom-right bdo[dir=rtl], |
|---|
| 104 | + .mat-fab.mat-fab-bottom-right bdo[dir=rtl] { |
|---|
| 105 | + direction: rtl; |
|---|
| 106 | + unicode-bidi: bidi-override; } |
|---|
| 107 | + [md-fab].md-fab-position-bottom-right bdo[dir=ltr], |
|---|
| 108 | + .mat-fab.mat-fab-position-bottom-right bdo[dir=ltr], |
|---|
| 109 | + [md-fab].md-fab-bottom-right bdo[dir=ltr], |
|---|
| 110 | + .mat-fab.mat-fab-bottom-right bdo[dir=ltr] { |
|---|
| 111 | + direction: ltr; |
|---|
| 112 | + unicode-bidi: bidi-override; } |
|---|
| 113 | + html[dir=rtl] [md-fab].md-fab-position-bottom-right, html[dir=rtl] |
|---|
| 114 | + .mat-fab.mat-fab-position-bottom-right, html[dir=rtl] |
|---|
| 115 | + [md-fab].md-fab-bottom-right, html[dir=rtl] |
|---|
| 116 | + .mat-fab.mat-fab-bottom-right { |
|---|
| 117 | + left: 20px; |
|---|
| 118 | + unicode-bidi: embed; } |
|---|
| 119 | + body[dir=rtl] [md-fab].md-fab-position-bottom-right, body[dir=rtl] |
|---|
| 120 | + .mat-fab.mat-fab-position-bottom-right, body[dir=rtl] |
|---|
| 121 | + [md-fab].md-fab-bottom-right, body[dir=rtl] |
|---|
| 122 | + .mat-fab.mat-fab-bottom-right { |
|---|
| 123 | + left: 20px; |
|---|
| 124 | + unicode-bidi: embed; } |
|---|
| 125 | + [dir=rtl] [md-fab].md-fab-position-bottom-right, [dir=rtl] |
|---|
| 126 | + .mat-fab.mat-fab-position-bottom-right, [dir=rtl] |
|---|
| 127 | + [md-fab].md-fab-bottom-right, [dir=rtl] |
|---|
| 128 | + .mat-fab.mat-fab-bottom-right { |
|---|
| 129 | + left: 20px; |
|---|
| 130 | + unicode-bidi: embed; } |
|---|
| 131 | + [md-fab].md-fab-position-bottom-right bdo[dir=rtl], |
|---|
| 132 | + .mat-fab.mat-fab-position-bottom-right bdo[dir=rtl], |
|---|
| 133 | + [md-fab].md-fab-bottom-right bdo[dir=rtl], |
|---|
| 134 | + .mat-fab.mat-fab-bottom-right bdo[dir=rtl] { |
|---|
| 135 | + direction: rtl; |
|---|
| 136 | + unicode-bidi: bidi-override; } |
|---|
| 137 | + [md-fab].md-fab-position-bottom-right bdo[dir=ltr], |
|---|
| 138 | + .mat-fab.mat-fab-position-bottom-right bdo[dir=ltr], |
|---|
| 139 | + [md-fab].md-fab-bottom-right bdo[dir=ltr], |
|---|
| 140 | + .mat-fab.mat-fab-bottom-right bdo[dir=ltr] { |
|---|
| 141 | + direction: ltr; |
|---|
| 142 | + unicode-bidi: bidi-override; } |
|---|
| 143 | + [md-fab].md-fab-position-bottom-right.fixed, |
|---|
| 144 | + .mat-fab.mat-fab-position-bottom-right.fixed, |
|---|
| 145 | + [md-fab].md-fab-bottom-right.fixed, |
|---|
| 146 | + .mat-fab.mat-fab-bottom-right.fixed { |
|---|
| 147 | + position: fixed; } |
|---|
| 148 | + |
|---|
| 149 | +[md-fab].md-fab-position-bottom-left, |
|---|
| 150 | +.mat-fab.mat-fab-position-bottom-left, |
|---|
| 151 | +[md-fab].md-fab-bottom-left, |
|---|
| 152 | +.mat-fab.mat-fab-bottom-left { |
|---|
| 153 | + top: auto; |
|---|
| 154 | + right: auto; |
|---|
| 155 | + left: 20px; |
|---|
| 156 | + bottom: 20px; |
|---|
| 157 | + position: absolute; } |
|---|
| 158 | + html[dir=rtl] [md-fab].md-fab-position-bottom-left, html[dir=rtl] |
|---|
| 159 | + .mat-fab.mat-fab-position-bottom-left, html[dir=rtl] |
|---|
| 160 | + [md-fab].md-fab-bottom-left, html[dir=rtl] |
|---|
| 161 | + .mat-fab.mat-fab-bottom-left { |
|---|
| 162 | + right: 20px; |
|---|
| 163 | + unicode-bidi: embed; } |
|---|
| 164 | + body[dir=rtl] [md-fab].md-fab-position-bottom-left, body[dir=rtl] |
|---|
| 165 | + .mat-fab.mat-fab-position-bottom-left, body[dir=rtl] |
|---|
| 166 | + [md-fab].md-fab-bottom-left, body[dir=rtl] |
|---|
| 167 | + .mat-fab.mat-fab-bottom-left { |
|---|
| 168 | + right: 20px; |
|---|
| 169 | + unicode-bidi: embed; } |
|---|
| 170 | + [dir=rtl] [md-fab].md-fab-position-bottom-left, [dir=rtl] |
|---|
| 171 | + .mat-fab.mat-fab-position-bottom-left, [dir=rtl] |
|---|
| 172 | + [md-fab].md-fab-bottom-left, [dir=rtl] |
|---|
| 173 | + .mat-fab.mat-fab-bottom-left { |
|---|
| 174 | + right: 20px; |
|---|
| 175 | + unicode-bidi: embed; } |
|---|
| 176 | + [md-fab].md-fab-position-bottom-left bdo[dir=rtl], |
|---|
| 177 | + .mat-fab.mat-fab-position-bottom-left bdo[dir=rtl], |
|---|
| 178 | + [md-fab].md-fab-bottom-left bdo[dir=rtl], |
|---|
| 179 | + .mat-fab.mat-fab-bottom-left bdo[dir=rtl] { |
|---|
| 180 | + direction: rtl; |
|---|
| 181 | + unicode-bidi: bidi-override; } |
|---|
| 182 | + [md-fab].md-fab-position-bottom-left bdo[dir=ltr], |
|---|
| 183 | + .mat-fab.mat-fab-position-bottom-left bdo[dir=ltr], |
|---|
| 184 | + [md-fab].md-fab-bottom-left bdo[dir=ltr], |
|---|
| 185 | + .mat-fab.mat-fab-bottom-left bdo[dir=ltr] { |
|---|
| 186 | + direction: ltr; |
|---|
| 187 | + unicode-bidi: bidi-override; } |
|---|
| 188 | + html[dir=rtl] [md-fab].md-fab-position-bottom-left, html[dir=rtl] |
|---|
| 189 | + .mat-fab.mat-fab-position-bottom-left, html[dir=rtl] |
|---|
| 190 | + [md-fab].md-fab-bottom-left, html[dir=rtl] |
|---|
| 191 | + .mat-fab.mat-fab-bottom-left { |
|---|
| 192 | + left: auto; |
|---|
| 193 | + unicode-bidi: embed; } |
|---|
| 194 | + body[dir=rtl] [md-fab].md-fab-position-bottom-left, body[dir=rtl] |
|---|
| 195 | + .mat-fab.mat-fab-position-bottom-left, body[dir=rtl] |
|---|
| 196 | + [md-fab].md-fab-bottom-left, body[dir=rtl] |
|---|
| 197 | + .mat-fab.mat-fab-bottom-left { |
|---|
| 198 | + left: auto; |
|---|
| 199 | + unicode-bidi: embed; } |
|---|
| 200 | + [dir=rtl] [md-fab].md-fab-position-bottom-left, [dir=rtl] |
|---|
| 201 | + .mat-fab.mat-fab-position-bottom-left, [dir=rtl] |
|---|
| 202 | + [md-fab].md-fab-bottom-left, [dir=rtl] |
|---|
| 203 | + .mat-fab.mat-fab-bottom-left { |
|---|
| 204 | + left: auto; |
|---|
| 205 | + unicode-bidi: embed; } |
|---|
| 206 | + [md-fab].md-fab-position-bottom-left bdo[dir=rtl], |
|---|
| 207 | + .mat-fab.mat-fab-position-bottom-left bdo[dir=rtl], |
|---|
| 208 | + [md-fab].md-fab-bottom-left bdo[dir=rtl], |
|---|
| 209 | + .mat-fab.mat-fab-bottom-left bdo[dir=rtl] { |
|---|
| 210 | + direction: rtl; |
|---|
| 211 | + unicode-bidi: bidi-override; } |
|---|
| 212 | + [md-fab].md-fab-position-bottom-left bdo[dir=ltr], |
|---|
| 213 | + .mat-fab.mat-fab-position-bottom-left bdo[dir=ltr], |
|---|
| 214 | + [md-fab].md-fab-bottom-left bdo[dir=ltr], |
|---|
| 215 | + .mat-fab.mat-fab-bottom-left bdo[dir=ltr] { |
|---|
| 216 | + direction: ltr; |
|---|
| 217 | + unicode-bidi: bidi-override; } |
|---|
| 218 | + [md-fab].md-fab-position-bottom-left.fixed, |
|---|
| 219 | + .mat-fab.mat-fab-position-bottom-left.fixed, |
|---|
| 220 | + [md-fab].md-fab-bottom-left.fixed, |
|---|
| 221 | + .mat-fab.mat-fab-bottom-left.fixed { |
|---|
| 222 | + position: fixed; } |
|---|
| 223 | + |
|---|
| 224 | +[md-fab].md-fab-position-top-right, |
|---|
| 225 | +.mat-fab.mat-fab-position-top-right, |
|---|
| 226 | +[md-fab].md-fab-top-right, |
|---|
| 227 | +.mat-fab.mat-fab-top-right { |
|---|
| 228 | + top: 20px; |
|---|
| 229 | + right: 20px; |
|---|
| 230 | + left: auto; |
|---|
| 231 | + bottom: auto; |
|---|
| 232 | + position: absolute; } |
|---|
| 233 | + html[dir=rtl] [md-fab].md-fab-position-top-right, html[dir=rtl] |
|---|
| 234 | + .mat-fab.mat-fab-position-top-right, html[dir=rtl] |
|---|
| 235 | + [md-fab].md-fab-top-right, html[dir=rtl] |
|---|
| 236 | + .mat-fab.mat-fab-top-right { |
|---|
| 237 | + right: auto; |
|---|
| 238 | + unicode-bidi: embed; } |
|---|
| 239 | + body[dir=rtl] [md-fab].md-fab-position-top-right, body[dir=rtl] |
|---|
| 240 | + .mat-fab.mat-fab-position-top-right, body[dir=rtl] |
|---|
| 241 | + [md-fab].md-fab-top-right, body[dir=rtl] |
|---|
| 242 | + .mat-fab.mat-fab-top-right { |
|---|
| 243 | + right: auto; |
|---|
| 244 | + unicode-bidi: embed; } |
|---|
| 245 | + [dir=rtl] [md-fab].md-fab-position-top-right, [dir=rtl] |
|---|
| 246 | + .mat-fab.mat-fab-position-top-right, [dir=rtl] |
|---|
| 247 | + [md-fab].md-fab-top-right, [dir=rtl] |
|---|
| 248 | + .mat-fab.mat-fab-top-right { |
|---|
| 249 | + right: auto; |
|---|
| 250 | + unicode-bidi: embed; } |
|---|
| 251 | + [md-fab].md-fab-position-top-right bdo[dir=rtl], |
|---|
| 252 | + .mat-fab.mat-fab-position-top-right bdo[dir=rtl], |
|---|
| 253 | + [md-fab].md-fab-top-right bdo[dir=rtl], |
|---|
| 254 | + .mat-fab.mat-fab-top-right bdo[dir=rtl] { |
|---|
| 255 | + direction: rtl; |
|---|
| 256 | + unicode-bidi: bidi-override; } |
|---|
| 257 | + [md-fab].md-fab-position-top-right bdo[dir=ltr], |
|---|
| 258 | + .mat-fab.mat-fab-position-top-right bdo[dir=ltr], |
|---|
| 259 | + [md-fab].md-fab-top-right bdo[dir=ltr], |
|---|
| 260 | + .mat-fab.mat-fab-top-right bdo[dir=ltr] { |
|---|
| 261 | + direction: ltr; |
|---|
| 262 | + unicode-bidi: bidi-override; } |
|---|
| 263 | + html[dir=rtl] [md-fab].md-fab-position-top-right, html[dir=rtl] |
|---|
| 264 | + .mat-fab.mat-fab-position-top-right, html[dir=rtl] |
|---|
| 265 | + [md-fab].md-fab-top-right, html[dir=rtl] |
|---|
| 266 | + .mat-fab.mat-fab-top-right { |
|---|
| 267 | + left: 20px; |
|---|
| 268 | + unicode-bidi: embed; } |
|---|
| 269 | + body[dir=rtl] [md-fab].md-fab-position-top-right, body[dir=rtl] |
|---|
| 270 | + .mat-fab.mat-fab-position-top-right, body[dir=rtl] |
|---|
| 271 | + [md-fab].md-fab-top-right, body[dir=rtl] |
|---|
| 272 | + .mat-fab.mat-fab-top-right { |
|---|
| 273 | + left: 20px; |
|---|
| 274 | + unicode-bidi: embed; } |
|---|
| 275 | + [dir=rtl] [md-fab].md-fab-position-top-right, [dir=rtl] |
|---|
| 276 | + .mat-fab.mat-fab-position-top-right, [dir=rtl] |
|---|
| 277 | + [md-fab].md-fab-top-right, [dir=rtl] |
|---|
| 278 | + .mat-fab.mat-fab-top-right { |
|---|
| 279 | + left: 20px; |
|---|
| 280 | + unicode-bidi: embed; } |
|---|
| 281 | + [md-fab].md-fab-position-top-right bdo[dir=rtl], |
|---|
| 282 | + .mat-fab.mat-fab-position-top-right bdo[dir=rtl], |
|---|
| 283 | + [md-fab].md-fab-top-right bdo[dir=rtl], |
|---|
| 284 | + .mat-fab.mat-fab-top-right bdo[dir=rtl] { |
|---|
| 285 | + direction: rtl; |
|---|
| 286 | + unicode-bidi: bidi-override; } |
|---|
| 287 | + [md-fab].md-fab-position-top-right bdo[dir=ltr], |
|---|
| 288 | + .mat-fab.mat-fab-position-top-right bdo[dir=ltr], |
|---|
| 289 | + [md-fab].md-fab-top-right bdo[dir=ltr], |
|---|
| 290 | + .mat-fab.mat-fab-top-right bdo[dir=ltr] { |
|---|
| 291 | + direction: ltr; |
|---|
| 292 | + unicode-bidi: bidi-override; } |
|---|
| 293 | + [md-fab].md-fab-position-top-right.fixed, |
|---|
| 294 | + .mat-fab.mat-fab-position-top-right.fixed, |
|---|
| 295 | + [md-fab].md-fab-top-right.fixed, |
|---|
| 296 | + .mat-fab.mat-fab-top-right.fixed { |
|---|
| 297 | + position: fixed; } |
|---|
| 298 | + |
|---|
| 299 | +[md-fab].md-fab-position-top-left, |
|---|
| 300 | +.mat-fab.mat-fab-position-top-left, |
|---|
| 301 | +[md-fab].md-fab-top-left, |
|---|
| 302 | +.mat-fab.mat-fab-top-left { |
|---|
| 303 | + top: 20px; |
|---|
| 304 | + right: auto; |
|---|
| 305 | + left: 20px; |
|---|
| 306 | + bottom: auto; |
|---|
| 307 | + position: absolute; } |
|---|
| 308 | + html[dir=rtl] [md-fab].md-fab-position-top-left, html[dir=rtl] |
|---|
| 309 | + .mat-fab.mat-fab-position-top-left, html[dir=rtl] |
|---|
| 310 | + [md-fab].md-fab-top-left, html[dir=rtl] |
|---|
| 311 | + .mat-fab.mat-fab-top-left { |
|---|
| 312 | + right: 20px; |
|---|
| 313 | + unicode-bidi: embed; } |
|---|
| 314 | + body[dir=rtl] [md-fab].md-fab-position-top-left, body[dir=rtl] |
|---|
| 315 | + .mat-fab.mat-fab-position-top-left, body[dir=rtl] |
|---|
| 316 | + [md-fab].md-fab-top-left, body[dir=rtl] |
|---|
| 317 | + .mat-fab.mat-fab-top-left { |
|---|
| 318 | + right: 20px; |
|---|
| 319 | + unicode-bidi: embed; } |
|---|
| 320 | + [dir=rtl] [md-fab].md-fab-position-top-left, [dir=rtl] |
|---|
| 321 | + .mat-fab.mat-fab-position-top-left, [dir=rtl] |
|---|
| 322 | + [md-fab].md-fab-top-left, [dir=rtl] |
|---|
| 323 | + .mat-fab.mat-fab-top-left { |
|---|
| 324 | + right: 20px; |
|---|
| 325 | + unicode-bidi: embed; } |
|---|
| 326 | + [md-fab].md-fab-position-top-left bdo[dir=rtl], |
|---|
| 327 | + .mat-fab.mat-fab-position-top-left bdo[dir=rtl], |
|---|
| 328 | + [md-fab].md-fab-top-left bdo[dir=rtl], |
|---|
| 329 | + .mat-fab.mat-fab-top-left bdo[dir=rtl] { |
|---|
| 330 | + direction: rtl; |
|---|
| 331 | + unicode-bidi: bidi-override; } |
|---|
| 332 | + [md-fab].md-fab-position-top-left bdo[dir=ltr], |
|---|
| 333 | + .mat-fab.mat-fab-position-top-left bdo[dir=ltr], |
|---|
| 334 | + [md-fab].md-fab-top-left bdo[dir=ltr], |
|---|
| 335 | + .mat-fab.mat-fab-top-left bdo[dir=ltr] { |
|---|
| 336 | + direction: ltr; |
|---|
| 337 | + unicode-bidi: bidi-override; } |
|---|
| 338 | + html[dir=rtl] [md-fab].md-fab-position-top-left, html[dir=rtl] |
|---|
| 339 | + .mat-fab.mat-fab-position-top-left, html[dir=rtl] |
|---|
| 340 | + [md-fab].md-fab-top-left, html[dir=rtl] |
|---|
| 341 | + .mat-fab.mat-fab-top-left { |
|---|
| 342 | + left: auto; |
|---|
| 343 | + unicode-bidi: embed; } |
|---|
| 344 | + body[dir=rtl] [md-fab].md-fab-position-top-left, body[dir=rtl] |
|---|
| 345 | + .mat-fab.mat-fab-position-top-left, body[dir=rtl] |
|---|
| 346 | + [md-fab].md-fab-top-left, body[dir=rtl] |
|---|
| 347 | + .mat-fab.mat-fab-top-left { |
|---|
| 348 | + left: auto; |
|---|
| 349 | + unicode-bidi: embed; } |
|---|
| 350 | + [dir=rtl] [md-fab].md-fab-position-top-left, [dir=rtl] |
|---|
| 351 | + .mat-fab.mat-fab-position-top-left, [dir=rtl] |
|---|
| 352 | + [md-fab].md-fab-top-left, [dir=rtl] |
|---|
| 353 | + .mat-fab.mat-fab-top-left { |
|---|
| 354 | + left: auto; |
|---|
| 355 | + unicode-bidi: embed; } |
|---|
| 356 | + [md-fab].md-fab-position-top-left bdo[dir=rtl], |
|---|
| 357 | + .mat-fab.mat-fab-position-top-left bdo[dir=rtl], |
|---|
| 358 | + [md-fab].md-fab-top-left bdo[dir=rtl], |
|---|
| 359 | + .mat-fab.mat-fab-top-left bdo[dir=rtl] { |
|---|
| 360 | + direction: rtl; |
|---|
| 361 | + unicode-bidi: bidi-override; } |
|---|
| 362 | + [md-fab].md-fab-position-top-left bdo[dir=ltr], |
|---|
| 363 | + .mat-fab.mat-fab-position-top-left bdo[dir=ltr], |
|---|
| 364 | + [md-fab].md-fab-top-left bdo[dir=ltr], |
|---|
| 365 | + .mat-fab.mat-fab-top-left bdo[dir=ltr] { |
|---|
| 366 | + direction: ltr; |
|---|
| 367 | + unicode-bidi: bidi-override; } |
|---|
| 368 | + [md-fab].md-fab-position-top-left.fixed, |
|---|
| 369 | + .mat-fab.mat-fab-position-top-left.fixed, |
|---|
| 370 | + [md-fab].md-fab-top-left.fixed, |
|---|
| 371 | + .mat-fab.mat-fab-top-left.fixed { |
|---|
| 372 | + position: fixed; } |
|---|
| 373 | + |
|---|
| 374 | +button[md-icon-button].md-icon-button-mini { |
|---|
| 375 | + height: 24px; |
|---|
| 376 | + line-height: 24px; |
|---|
| 377 | + width: 24px; } |
|---|
| 378 | + |
|---|
| 379 | +body .mat-card { |
|---|
| 380 | + padding: 0; |
|---|
| 381 | + margin: 8px; } |
|---|
| 382 | + body .mat-card md-card-header { |
|---|
| 383 | + height: auto; } |
|---|
| 384 | + body .mat-card [md-card-avatar] { |
|---|
| 385 | + font-size: 40px; |
|---|
| 386 | + line-height: 40px; |
|---|
| 387 | + height: 40px; |
|---|
| 388 | + width: 40px; |
|---|
| 389 | + margin: 16px 0 0 15px; |
|---|
| 390 | + border-radius: 50%; } |
|---|
| 391 | + body .mat-card [md-card-image] { |
|---|
| 392 | + width: 100%; |
|---|
| 393 | + margin: 0; } |
|---|
| 394 | + body .mat-card md-card-title { |
|---|
| 395 | + padding-top: 16px; |
|---|
| 396 | + padding-left: 16px; |
|---|
| 397 | + padding-right: 16px; } |
|---|
| 398 | + body .mat-card md-card-subtitle { |
|---|
| 399 | + padding-left: 16px; |
|---|
| 400 | + padding-right: 16px; } |
|---|
| 401 | + body .mat-card md-card-content { |
|---|
| 402 | + padding: 16px; } |
|---|
| 403 | + body .mat-card .mat-card-actions:last-child, body .mat-card .mat-card .mat-card-actions:last-child { |
|---|
| 404 | + padding: 8px; |
|---|
| 405 | + margin: 0; } |
|---|
| 406 | + |
|---|
| 407 | +.md-card-colored[href]:hover, .md-card-colored[ng-reflect-href]:hover { |
|---|
| 408 | + cursor: pointer; |
|---|
| 409 | + box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } |
|---|
| 410 | + |
|---|
| 411 | +.md-card-colored[href]:active, .md-card-colored[ng-reflect-href]:active { |
|---|
| 412 | + box-shadow: 0 6px 6px -3px rgba(0, 0, 0, 0.2), 0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 4px 18px 3px rgba(0, 0, 0, 0.12); } |
|---|
| 413 | + .md-card-colored[href]:active md-toolbar, .md-card-colored[ng-reflect-href]:active md-toolbar { |
|---|
| 414 | + background-color: rgba(255, 255, 255, 0.2); |
|---|
| 415 | + background-position: -100% 100%; } |
|---|
| 416 | + |
|---|
| 417 | +.md-card-colored[href] md-toolbar, .md-card-colored[ng-reflect-href] md-toolbar { |
|---|
| 418 | + background-size: 200% 100%; |
|---|
| 419 | + background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.2) 50%); |
|---|
| 420 | + transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease; } |
|---|
| 421 | + |
|---|
| 422 | +.md-card-colored md-toolbar { |
|---|
| 423 | + height: 148px; |
|---|
| 424 | + border-radius: 2px 2px 0 0; |
|---|
| 425 | + overflow: hidden; } |
|---|
| 426 | + .md-card-colored md-toolbar md-icon, |
|---|
| 427 | + .md-card-colored md-toolbar .mat-icon { |
|---|
| 428 | + opacity: 0.65; |
|---|
| 429 | + color: white; |
|---|
| 430 | + font-size: 8rem; |
|---|
| 431 | + text-shadow: 0px 0px rgba(0, 0, 0, 0.01), 1px 1px rgba(0, 0, 0, 0.01), 2px 2px rgba(0, 0, 0, 0.01), 3px 3px rgba(0, 0, 0, 0.01), 4px 4px rgba(0, 0, 0, 0.01), 5px 5px rgba(0, 0, 0, 0.01), 6px 6px rgba(0, 0, 0, 0.01), 7px 7px rgba(0, 0, 0, 0.01), 8px 8px rgba(0, 0, 0, 0.01), 9px 9px rgba(0, 0, 0, 0.01), 10px 10px rgba(0, 0, 0, 0.01), 11px 11px rgba(0, 0, 0, 0.01), 12px 12px rgba(0, 0, 0, 0.01), 13px 13px rgba(0, 0, 0, 0.01), 14px 14px rgba(0, 0, 0, 0.01), 15px 15px rgba(0, 0, 0, 0.01), 16px 16px rgba(0, 0, 0, 0.01), 17px 17px rgba(0, 0, 0, 0.01), 18px 18px rgba(0, 0, 0, 0.01), 19px 19px rgba(0, 0, 0, 0.01), 20px 20px rgba(0, 0, 0, 0.01), 21px 21px rgba(0, 0, 0, 0.01), 22px 22px rgba(0, 0, 0, 0.01), 23px 23px rgba(0, 0, 0, 0.01), 24px 24px rgba(0, 0, 0, 0.01), 25px 25px rgba(0, 0, 0, 0.01), 26px 26px rgba(0, 0, 0, 0.01), 27px 27px rgba(0, 0, 0, 0.01), 28px 28px rgba(0, 0, 0, 0.01), 29px 29px rgba(0, 0, 0, 0.01), 30px 30px rgba(0, 0, 0, 0.01), 31px 31px rgba(0, 0, 0, 0.01), 32px 32px rgba(0, 0, 0, 0.01), 33px 33px rgba(0, 0, 0, 0.01), 34px 34px rgba(0, 0, 0, 0.01), 35px 35px rgba(0, 0, 0, 0.01), 36px 36px rgba(0, 0, 0, 0.01), 37px 37px rgba(0, 0, 0, 0.01), 38px 38px rgba(0, 0, 0, 0.01), 39px 39px rgba(0, 0, 0, 0.01), 40px 40px rgba(0, 0, 0, 0.01), 41px 41px rgba(0, 0, 0, 0.01), 42px 42px rgba(0, 0, 0, 0.01), 43px 43px rgba(0, 0, 0, 0.01), 44px 44px rgba(0, 0, 0, 0.01), 45px 45px rgba(0, 0, 0, 0.01), 46px 46px rgba(0, 0, 0, 0.01), 47px 47px rgba(0, 0, 0, 0.01), 48px 48px rgba(0, 0, 0, 0.01), 49px 49px rgba(0, 0, 0, 0.01), 50px 50px rgba(0, 0, 0, 0.01), 51px 51px rgba(0, 0, 0, 0.01), 52px 52px rgba(0, 0, 0, 0.01), 53px 53px rgba(0, 0, 0, 0.01), 54px 54px rgba(0, 0, 0, 0.01), 55px 55px rgba(0, 0, 0, 0.01), 56px 56px rgba(0, 0, 0, 0.01), 57px 57px rgba(0, 0, 0, 0.01), 58px 58px rgba(0, 0, 0, 0.01), 59px 59px rgba(0, 0, 0, 0.01), 60px 60px rgba(0, 0, 0, 0.01), 61px 61px rgba(0, 0, 0, 0.01), 62px 62px rgba(0, 0, 0, 0.01), 63px 63px rgba(0, 0, 0, 0.01), 64px 64px rgba(0, 0, 0, 0.01), 65px 65px rgba(0, 0, 0, 0.01), 66px 66px rgba(0, 0, 0, 0.01), 67px 67px rgba(0, 0, 0, 0.01), 68px 68px rgba(0, 0, 0, 0.01), 69px 69px rgba(0, 0, 0, 0.01), 70px 70px rgba(0, 0, 0, 0.01), 71px 71px rgba(0, 0, 0, 0.01), 72px 72px rgba(0, 0, 0, 0.01), 73px 73px rgba(0, 0, 0, 0.01), 74px 74px rgba(0, 0, 0, 0.01), 75px 75px rgba(0, 0, 0, 0.01), 76px 76px rgba(0, 0, 0, 0.01), 77px 77px rgba(0, 0, 0, 0.01), 78px 78px rgba(0, 0, 0, 0.01), 79px 79px rgba(0, 0, 0, 0.01), 80px 80px rgba(0, 0, 0, 0.01), 81px 81px rgba(0, 0, 0, 0.01), 82px 82px rgba(0, 0, 0, 0.01), 83px 83px rgba(0, 0, 0, 0.01), 84px 84px rgba(0, 0, 0, 0.01), 85px 85px rgba(0, 0, 0, 0.01), 86px 86px rgba(0, 0, 0, 0.01), 87px 87px rgba(0, 0, 0, 0.01), 88px 88px rgba(0, 0, 0, 0.01), 89px 89px rgba(0, 0, 0, 0.01), 90px 90px rgba(0, 0, 0, 0.01), 91px 91px rgba(0, 0, 0, 0.01), 92px 92px rgba(0, 0, 0, 0.01), 93px 93px rgba(0, 0, 0, 0.01), 94px 94px rgba(0, 0, 0, 0.01), 95px 95px rgba(0, 0, 0, 0.01), 96px 96px rgba(0, 0, 0, 0.01), 97px 97px rgba(0, 0, 0, 0.01), 98px 98px rgba(0, 0, 0, 0.01), 99px 99px rgba(0, 0, 0, 0.01), 100px 100px rgba(0, 0, 0, 0.01), 101px 101px rgba(0, 0, 0, 0.01), 102px 102px rgba(0, 0, 0, 0.01), 103px 103px rgba(0, 0, 0, 0.01), 104px 104px rgba(0, 0, 0, 0.01), 105px 105px rgba(0, 0, 0, 0.01), 106px 106px rgba(0, 0, 0, 0.01), 107px 107px rgba(0, 0, 0, 0.01), 108px 108px rgba(0, 0, 0, 0.01), 109px 109px rgba(0, 0, 0, 0.01), 110px 110px rgba(0, 0, 0, 0.01), 111px 111px rgba(0, 0, 0, 0.01), 112px 112px rgba(0, 0, 0, 0.01), 113px 113px rgba(0, 0, 0, 0.01), 114px 114px rgba(0, 0, 0, 0.01), 115px 115px rgba(0, 0, 0, 0.01), 116px 116px rgba(0, 0, 0, 0.01), 117px 117px rgba(0, 0, 0, 0.01), 118px 118px rgba(0, 0, 0, 0.01), 119px 119px rgba(0, 0, 0, 0.01), 120px 120px rgba(0, 0, 0, 0.01), 121px 121px rgba(0, 0, 0, 0.01), 122px 122px rgba(0, 0, 0, 0.01), 123px 123px rgba(0, 0, 0, 0.01), 124px 124px rgba(0, 0, 0, 0.01), 125px 125px rgba(0, 0, 0, 0.01), 126px 126px rgba(0, 0, 0, 0.01), 127px 127px rgba(0, 0, 0, 0.01), 128px 128px rgba(0, 0, 0, 0.01), 129px 129px rgba(0, 0, 0, 0.01), 130px 130px rgba(0, 0, 0, 0.01), 131px 131px rgba(0, 0, 0, 0.01), 132px 132px rgba(0, 0, 0, 0.01), 133px 133px rgba(0, 0, 0, 0.01), 134px 134px rgba(0, 0, 0, 0.01), 135px 135px rgba(0, 0, 0, 0.01), 136px 136px rgba(0, 0, 0, 0.01), 137px 137px rgba(0, 0, 0, 0.01), 138px 138px rgba(0, 0, 0, 0.01), 139px 139px rgba(0, 0, 0, 0.01), 140px 140px rgba(0, 0, 0, 0.01), 141px 141px rgba(0, 0, 0, 0.01), 142px 142px rgba(0, 0, 0, 0.01), 143px 143px rgba(0, 0, 0, 0.01), 144px 144px rgba(0, 0, 0, 0.01), 145px 145px rgba(0, 0, 0, 0.01), 146px 146px rgba(0, 0, 0, 0.01), 147px 147px rgba(0, 0, 0, 0.01), 148px 148px rgba(0, 0, 0, 0.01), 149px 149px rgba(0, 0, 0, 0.01), 150px 150px rgba(0, 0, 0, 0.01), 151px 151px rgba(0, 0, 0, 0.01), 152px 152px rgba(0, 0, 0, 0.01), 153px 153px rgba(0, 0, 0, 0.01), 154px 154px rgba(0, 0, 0, 0.01), 155px 155px rgba(0, 0, 0, 0.01), 156px 156px rgba(0, 0, 0, 0.01), 157px 157px rgba(0, 0, 0, 0.01), 158px 158px rgba(0, 0, 0, 0.01), 159px 159px rgba(0, 0, 0, 0.01), 160px 160px rgba(0, 0, 0, 0.01), 161px 161px rgba(0, 0, 0, 0.01), 162px 162px rgba(0, 0, 0, 0.01), 163px 163px rgba(0, 0, 0, 0.01), 164px 164px rgba(0, 0, 0, 0.01), 165px 165px rgba(0, 0, 0, 0.01), 166px 166px rgba(0, 0, 0, 0.01), 167px 167px rgba(0, 0, 0, 0.01), 168px 168px rgba(0, 0, 0, 0.01), 169px 169px rgba(0, 0, 0, 0.01), 170px 170px rgba(0, 0, 0, 0.01), 171px 171px rgba(0, 0, 0, 0.01), 172px 172px rgba(0, 0, 0, 0.01), 173px 173px rgba(0, 0, 0, 0.01), 174px 174px rgba(0, 0, 0, 0.01), 175px 175px rgba(0, 0, 0, 0.01), 176px 176px rgba(0, 0, 0, 0.01), 177px 177px rgba(0, 0, 0, 0.01), 178px 178px rgba(0, 0, 0, 0.01), 179px 179px rgba(0, 0, 0, 0.01), 180px 180px rgba(0, 0, 0, 0.01), 181px 181px rgba(0, 0, 0, 0.01), 182px 182px rgba(0, 0, 0, 0.01), 183px 183px rgba(0, 0, 0, 0.01), 184px 184px rgba(0, 0, 0, 0.01), 185px 185px rgba(0, 0, 0, 0.01), 186px 186px rgba(0, 0, 0, 0.01), 187px 187px rgba(0, 0, 0, 0.01), 188px 188px rgba(0, 0, 0, 0.01), 189px 189px rgba(0, 0, 0, 0.01), 190px 190px rgba(0, 0, 0, 0.01), 191px 191px rgba(0, 0, 0, 0.01), 192px 192px rgba(0, 0, 0, 0.01), 193px 193px rgba(0, 0, 0, 0.01), 194px 194px rgba(0, 0, 0, 0.01), 195px 195px rgba(0, 0, 0, 0.01), 196px 196px rgba(0, 0, 0, 0.01), 197px 197px rgba(0, 0, 0, 0.01), 198px 198px rgba(0, 0, 0, 0.01), 199px 199px rgba(0, 0, 0, 0.01), 200px 200px rgba(0, 0, 0, 0.01); } |
|---|
| 432 | + |
|---|
| 433 | +md-chip-list:not(.mat-chip-list-stacked) .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip) { |
|---|
| 434 | + margin: 0 3px 0 3px; } |
|---|
| 435 | + md-chip-list:not(.mat-chip-list-stacked) .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip):first-child { |
|---|
| 436 | + margin-left: 0; |
|---|
| 437 | + margin-right: 3px; } |
|---|
| 438 | + [dir='rtl'] md-chip-list:not(.mat-chip-list-stacked) .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip):first-child { |
|---|
| 439 | + margin-left: 3px; |
|---|
| 440 | + margin-right: 0; } |
|---|
| 441 | + |
|---|
| 442 | +md-chip-list.mat-chip-list-stacked .md-chip-list-wrapper { |
|---|
| 443 | + display: block; } |
|---|
| 444 | + md-chip-list.mat-chip-list-stacked .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip) { |
|---|
| 445 | + display: block; |
|---|
| 446 | + margin: 0; |
|---|
| 447 | + margin-bottom: 8px; } |
|---|
| 448 | + [dir='rtl'] md-chip-list.mat-chip-list-stacked .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip) { |
|---|
| 449 | + margin: 0; |
|---|
| 450 | + margin-bottom: 8px; } |
|---|
| 451 | + md-chip-list.mat-chip-list-stacked .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip):last-child, [dir='rtl'] md-chip-list.mat-chip-list-stacked .md-chip-list-wrapper .mat-chip:not(.mat-basic-chip):last-child { |
|---|
| 452 | + margin-bottom: 0; } |
|---|
| 453 | + |
|---|
| 454 | +md-sidenav-container > md-content, |
|---|
| 455 | +md-sidenav-container > [md-content], |
|---|
| 456 | +md-sidenav-container > .md-content { |
|---|
| 457 | + height: 100%; |
|---|
| 458 | + overflow: hidden; } |
|---|
| 459 | + |
|---|
| 460 | +md-content, |
|---|
| 461 | +[md-content], |
|---|
| 462 | +.md-content { |
|---|
| 463 | + display: block; |
|---|
| 464 | + position: relative; |
|---|
| 465 | + overflow: auto; |
|---|
| 466 | + -webkit-overflow-scrolling: touch; } |
|---|
| 467 | + md-content[md-scroll-y], |
|---|
| 468 | + [md-content][md-scroll-y], |
|---|
| 469 | + .md-content[md-scroll-y] { |
|---|
| 470 | + overflow-y: auto; |
|---|
| 471 | + overflow-x: hidden; } |
|---|
| 472 | + md-content[md-scroll-x], |
|---|
| 473 | + [md-content][md-scroll-x], |
|---|
| 474 | + .md-content[md-scroll-x] { |
|---|
| 475 | + overflow-x: auto; |
|---|
| 476 | + overflow-y: hidden; } |
|---|
| 477 | + md-content.autoScroll, |
|---|
| 478 | + [md-content].autoScroll, |
|---|
| 479 | + .md-content.autoScroll { |
|---|
| 480 | + -webkit-overflow-scrolling: auto; } |
|---|
| 481 | + |
|---|
| 482 | +md-divider[md-inset] { |
|---|
| 483 | + margin-left: 72px; |
|---|
| 484 | + margin-right: 0; } |
|---|
| 485 | + html[dir=rtl] md-divider[md-inset] { |
|---|
| 486 | + margin-left: 0; |
|---|
| 487 | + unicode-bidi: embed; } |
|---|
| 488 | + body[dir=rtl] md-divider[md-inset] { |
|---|
| 489 | + margin-left: 0; |
|---|
| 490 | + unicode-bidi: embed; } |
|---|
| 491 | + [dir=rtl] md-divider[md-inset] { |
|---|
| 492 | + margin-left: 0; |
|---|
| 493 | + unicode-bidi: embed; } |
|---|
| 494 | + md-divider[md-inset] bdo[dir=rtl] { |
|---|
| 495 | + direction: rtl; |
|---|
| 496 | + unicode-bidi: bidi-override; } |
|---|
| 497 | + md-divider[md-inset] bdo[dir=ltr] { |
|---|
| 498 | + direction: ltr; |
|---|
| 499 | + unicode-bidi: bidi-override; } |
|---|
| 500 | + html[dir=rtl] md-divider[md-inset] { |
|---|
| 501 | + margin-right: 72px; |
|---|
| 502 | + unicode-bidi: embed; } |
|---|
| 503 | + body[dir=rtl] md-divider[md-inset] { |
|---|
| 504 | + margin-right: 72px; |
|---|
| 505 | + unicode-bidi: embed; } |
|---|
| 506 | + [dir=rtl] md-divider[md-inset] { |
|---|
| 507 | + margin-right: 72px; |
|---|
| 508 | + unicode-bidi: embed; } |
|---|
| 509 | + md-divider[md-inset] bdo[dir=rtl] { |
|---|
| 510 | + direction: rtl; |
|---|
| 511 | + unicode-bidi: bidi-override; } |
|---|
| 512 | + md-divider[md-inset] bdo[dir=ltr] { |
|---|
| 513 | + direction: ltr; |
|---|
| 514 | + unicode-bidi: bidi-override; } |
|---|
| 515 | + |
|---|
| 516 | +md-divider[mat-inset] { |
|---|
| 517 | + margin-left: 72px; |
|---|
| 518 | + margin-right: 0; } |
|---|
| 519 | + html[dir=rtl] md-divider[mat-inset] { |
|---|
| 520 | + margin-left: 0; |
|---|
| 521 | + unicode-bidi: embed; } |
|---|
| 522 | + body[dir=rtl] md-divider[mat-inset] { |
|---|
| 523 | + margin-left: 0; |
|---|
| 524 | + unicode-bidi: embed; } |
|---|
| 525 | + [dir=rtl] md-divider[mat-inset] { |
|---|
| 526 | + margin-left: 0; |
|---|
| 527 | + unicode-bidi: embed; } |
|---|
| 528 | + md-divider[mat-inset] bdo[dir=rtl] { |
|---|
| 529 | + direction: rtl; |
|---|
| 530 | + unicode-bidi: bidi-override; } |
|---|
| 531 | + md-divider[mat-inset] bdo[dir=ltr] { |
|---|
| 532 | + direction: ltr; |
|---|
| 533 | + unicode-bidi: bidi-override; } |
|---|
| 534 | + html[dir=rtl] md-divider[mat-inset] { |
|---|
| 535 | + margin-right: 72px; |
|---|
| 536 | + unicode-bidi: embed; } |
|---|
| 537 | + body[dir=rtl] md-divider[mat-inset] { |
|---|
| 538 | + margin-right: 72px; |
|---|
| 539 | + unicode-bidi: embed; } |
|---|
| 540 | + [dir=rtl] md-divider[mat-inset] { |
|---|
| 541 | + margin-right: 72px; |
|---|
| 542 | + unicode-bidi: embed; } |
|---|
| 543 | + md-divider[mat-inset] bdo[dir=rtl] { |
|---|
| 544 | + direction: rtl; |
|---|
| 545 | + unicode-bidi: bidi-override; } |
|---|
| 546 | + md-divider[mat-inset] bdo[dir=ltr] { |
|---|
| 547 | + direction: ltr; |
|---|
| 548 | + unicode-bidi: bidi-override; } |
|---|
| 549 | + |
|---|
| 550 | +md-list-item md-icon[md-list-avatar], |
|---|
| 551 | +.mat-list-item-content md-icon[md-list-avatar] { |
|---|
| 552 | + -webkit-align-items: center; |
|---|
| 553 | + -ms-flex-align: center; |
|---|
| 554 | + align-items: center; |
|---|
| 555 | + -webkit-align-content: center; |
|---|
| 556 | + -ms-flex-line-pack: center; |
|---|
| 557 | + align-content: center; |
|---|
| 558 | + -webkit-justify-content: center; |
|---|
| 559 | + -ms-flex-pack: center; |
|---|
| 560 | + justify-content: center; |
|---|
| 561 | + display: flex; } |
|---|
| 562 | + |
|---|
| 563 | +.mat-icon.md-icon-logo { |
|---|
| 564 | + height: auto; |
|---|
| 565 | + width: 100px; } |
|---|
| 566 | + |
|---|
| 567 | +.mat-input-placeholder-wrapper { |
|---|
| 568 | + font-size: 16px; } |
|---|
| 569 | + |
|---|
| 570 | +/** |
|---|
| 571 | + * Mixin that creates a new stacking context. |
|---|
| 572 | + * see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context |
|---|
| 573 | + */ |
|---|
| 574 | +md-sidenav { |
|---|
| 575 | + width: 320px; } |
|---|
| 576 | + md-sidenav .mat-list-item-content md-icon { |
|---|
| 577 | + margin-left: 0px; |
|---|
| 578 | + margin-right: 16px; |
|---|
| 579 | + color: #737373; |
|---|
| 580 | + fill: #737373; } |
|---|
| 581 | + html[dir=rtl] md-sidenav .mat-list-item-content md-icon { |
|---|
| 582 | + margin-left: 16px; |
|---|
| 583 | + unicode-bidi: embed; } |
|---|
| 584 | + body[dir=rtl] md-sidenav .mat-list-item-content md-icon { |
|---|
| 585 | + margin-left: 16px; |
|---|
| 586 | + unicode-bidi: embed; } |
|---|
| 587 | + [dir=rtl] md-sidenav .mat-list-item-content md-icon { |
|---|
| 588 | + margin-left: 16px; |
|---|
| 589 | + unicode-bidi: embed; } |
|---|
| 590 | + md-sidenav .mat-list-item-content md-icon bdo[dir=rtl] { |
|---|
| 591 | + direction: rtl; |
|---|
| 592 | + unicode-bidi: bidi-override; } |
|---|
| 593 | + md-sidenav .mat-list-item-content md-icon bdo[dir=ltr] { |
|---|
| 594 | + direction: ltr; |
|---|
| 595 | + unicode-bidi: bidi-override; } |
|---|
| 596 | + html[dir=rtl] md-sidenav .mat-list-item-content md-icon { |
|---|
| 597 | + margin-right: 0px; |
|---|
| 598 | + unicode-bidi: embed; } |
|---|
| 599 | + body[dir=rtl] md-sidenav .mat-list-item-content md-icon { |
|---|
| 600 | + margin-right: 0px; |
|---|
| 601 | + unicode-bidi: embed; } |
|---|
| 602 | + [dir=rtl] md-sidenav .mat-list-item-content md-icon { |
|---|
| 603 | + margin-right: 0px; |
|---|
| 604 | + unicode-bidi: embed; } |
|---|
| 605 | + md-sidenav .mat-list-item-content md-icon bdo[dir=rtl] { |
|---|
| 606 | + direction: rtl; |
|---|
| 607 | + unicode-bidi: bidi-override; } |
|---|
| 608 | + md-sidenav .mat-list-item-content md-icon bdo[dir=ltr] { |
|---|
| 609 | + direction: ltr; |
|---|
| 610 | + unicode-bidi: bidi-override; } |
|---|
| 611 | + |
|---|
| 612 | +.tc-red-50 { |
|---|
| 613 | + color: #ffebee !important; } |
|---|
| 614 | + |
|---|
| 615 | +.tc-pink-50 { |
|---|
| 616 | + color: #fce4ec !important; } |
|---|
| 617 | + |
|---|
| 618 | +.tc-purple-50 { |
|---|
| 619 | + color: #f3e5f5 !important; } |
|---|
| 620 | + |
|---|
| 621 | +.tc-deep-purple-50 { |
|---|
| 622 | + color: #ede7f6 !important; } |
|---|
| 623 | + |
|---|
| 624 | +.tc-indigo-50 { |
|---|
| 625 | + color: #e8eaf6 !important; } |
|---|
| 626 | + |
|---|
| 627 | +.tc-blue-50 { |
|---|
| 628 | + color: #e3f2fd !important; } |
|---|
| 629 | + |
|---|
| 630 | +.tc-light-blue-50 { |
|---|
| 631 | + color: #e1f5fe !important; } |
|---|
| 632 | + |
|---|
| 633 | +.tc-cyan-50 { |
|---|
| 634 | + color: #e0f7fa !important; } |
|---|
| 635 | + |
|---|
| 636 | +.tc-teal-50 { |
|---|
| 637 | + color: #e0f2f1 !important; } |
|---|
| 638 | + |
|---|
| 639 | +.tc-green-50 { |
|---|
| 640 | + color: #e8f5e9 !important; } |
|---|
| 641 | + |
|---|
| 642 | +.tc-light-green-50 { |
|---|
| 643 | + color: #f1f8e9 !important; } |
|---|
| 644 | + |
|---|
| 645 | +.tc-lime-50 { |
|---|
| 646 | + color: #f9fbe7 !important; } |
|---|
| 647 | + |
|---|
| 648 | +.tc-yellow-50 { |
|---|
| 649 | + color: #fffde7 !important; } |
|---|
| 650 | + |
|---|
| 651 | +.tc-amber-50 { |
|---|
| 652 | + color: #fff8e1 !important; } |
|---|
| 653 | + |
|---|
| 654 | +.tc-orange-50 { |
|---|
| 655 | + color: #fff3e0 !important; } |
|---|
| 656 | + |
|---|
| 657 | +.tc-deep-orange-50 { |
|---|
| 658 | + color: #fbe9e7 !important; } |
|---|
| 659 | + |
|---|
| 660 | +.tc-brown-50 { |
|---|
| 661 | + color: #efebe9 !important; } |
|---|
| 662 | + |
|---|
| 663 | +.tc-grey-50 { |
|---|
| 664 | + color: #fafafa !important; } |
|---|
| 665 | + |
|---|
| 666 | +.tc-blue-grey-50 { |
|---|
| 667 | + color: #eceff1 !important; } |
|---|
| 668 | + |
|---|
| 669 | +.tc-red-100 { |
|---|
| 670 | + color: #ffcdd2 !important; } |
|---|
| 671 | + |
|---|
| 672 | +.tc-pink-100 { |
|---|
| 673 | + color: #f8bbd0 !important; } |
|---|
| 674 | + |
|---|
| 675 | +.tc-purple-100 { |
|---|
| 676 | + color: #e1bee7 !important; } |
|---|
| 677 | + |
|---|
| 678 | +.tc-deep-purple-100 { |
|---|
| 679 | + color: #d1c4e9 !important; } |
|---|
| 680 | + |
|---|
| 681 | +.tc-indigo-100 { |
|---|
| 682 | + color: #c5cae9 !important; } |
|---|
| 683 | + |
|---|
| 684 | +.tc-blue-100 { |
|---|
| 685 | + color: #bbdefb !important; } |
|---|
| 686 | + |
|---|
| 687 | +.tc-light-blue-100 { |
|---|
| 688 | + color: #b3e5fc !important; } |
|---|
| 689 | + |
|---|
| 690 | +.tc-cyan-100 { |
|---|
| 691 | + color: #b2ebf2 !important; } |
|---|
| 692 | + |
|---|
| 693 | +.tc-teal-100 { |
|---|
| 694 | + color: #b2dfdb !important; } |
|---|
| 695 | + |
|---|
| 696 | +.tc-green-100 { |
|---|
| 697 | + color: #c8e6c9 !important; } |
|---|
| 698 | + |
|---|
| 699 | +.tc-light-green-100 { |
|---|
| 700 | + color: #dcedc8 !important; } |
|---|
| 701 | + |
|---|
| 702 | +.tc-lime-100 { |
|---|
| 703 | + color: #f0f4c3 !important; } |
|---|
| 704 | + |
|---|
| 705 | +.tc-yellow-100 { |
|---|
| 706 | + color: #fff9c4 !important; } |
|---|
| 707 | + |
|---|
| 708 | +.tc-amber-100 { |
|---|
| 709 | + color: #ffecb3 !important; } |
|---|
| 710 | + |
|---|
| 711 | +.tc-orange-100 { |
|---|
| 712 | + color: #ffe0b2 !important; } |
|---|
| 713 | + |
|---|
| 714 | +.tc-deep-orange-100 { |
|---|
| 715 | + color: #ffccbc !important; } |
|---|
| 716 | + |
|---|
| 717 | +.tc-brown-100 { |
|---|
| 718 | + color: #d7ccc8 !important; } |
|---|
| 719 | + |
|---|
| 720 | +.tc-grey-100 { |
|---|
| 721 | + color: whitesmoke !important; } |
|---|
| 722 | + |
|---|
| 723 | +.tc-blue-grey-100 { |
|---|
| 724 | + color: #cfd8dc !important; } |
|---|
| 725 | + |
|---|
| 726 | +.tc-red-200 { |
|---|
| 727 | + color: #ef9a9a !important; } |
|---|
| 728 | + |
|---|
| 729 | +.tc-pink-200 { |
|---|
| 730 | + color: #f48fb1 !important; } |
|---|
| 731 | + |
|---|
| 732 | +.tc-purple-200 { |
|---|
| 733 | + color: #ce93d8 !important; } |
|---|
| 734 | + |
|---|
| 735 | +.tc-deep-purple-200 { |
|---|
| 736 | + color: #b39ddb !important; } |
|---|
| 737 | + |
|---|
| 738 | +.tc-indigo-200 { |
|---|
| 739 | + color: #9fa8da !important; } |
|---|
| 740 | + |
|---|
| 741 | +.tc-blue-200 { |
|---|
| 742 | + color: #90caf9 !important; } |
|---|
| 743 | + |
|---|
| 744 | +.tc-light-blue-200 { |
|---|
| 745 | + color: #81d4fa !important; } |
|---|
| 746 | + |
|---|
| 747 | +.tc-cyan-200 { |
|---|
| 748 | + color: #80deea !important; } |
|---|
| 749 | + |
|---|
| 750 | +.tc-teal-200 { |
|---|
| 751 | + color: #80cbc4 !important; } |
|---|
| 752 | + |
|---|
| 753 | +.tc-green-200 { |
|---|
| 754 | + color: #a5d6a7 !important; } |
|---|
| 755 | + |
|---|
| 756 | +.tc-light-green-200 { |
|---|
| 757 | + color: #c5e1a5 !important; } |
|---|
| 758 | + |
|---|
| 759 | +.tc-lime-200 { |
|---|
| 760 | + color: #e6ee9c !important; } |
|---|
| 761 | + |
|---|
| 762 | +.tc-yellow-200 { |
|---|
| 763 | + color: #fff59d !important; } |
|---|
| 764 | + |
|---|
| 765 | +.tc-amber-200 { |
|---|
| 766 | + color: #ffe082 !important; } |
|---|
| 767 | + |
|---|
| 768 | +.tc-orange-200 { |
|---|
| 769 | + color: #ffcc80 !important; } |
|---|
| 770 | + |
|---|
| 771 | +.tc-deep-orange-200 { |
|---|
| 772 | + color: #ffab91 !important; } |
|---|
| 773 | + |
|---|
| 774 | +.tc-brown-200 { |
|---|
| 775 | + color: #bcaaa4 !important; } |
|---|
| 776 | + |
|---|
| 777 | +.tc-grey-200 { |
|---|
| 778 | + color: #eeeeee !important; } |
|---|
| 779 | + |
|---|
| 780 | +.tc-blue-grey-200 { |
|---|
| 781 | + color: #b0bec5 !important; } |
|---|
| 782 | + |
|---|
| 783 | +.tc-red-300 { |
|---|
| 784 | + color: #e57373 !important; } |
|---|
| 785 | + |
|---|
| 786 | +.tc-pink-300 { |
|---|
| 787 | + color: #f06292 !important; } |
|---|
| 788 | + |
|---|
| 789 | +.tc-purple-300 { |
|---|
| 790 | + color: #ba68c8 !important; } |
|---|
| 791 | + |
|---|
| 792 | +.tc-deep-purple-300 { |
|---|
| 793 | + color: #9575cd !important; } |
|---|
| 794 | + |
|---|
| 795 | +.tc-indigo-300 { |
|---|
| 796 | + color: #7986cb !important; } |
|---|
| 797 | + |
|---|
| 798 | +.tc-blue-300 { |
|---|
| 799 | + color: #64b5f6 !important; } |
|---|
| 800 | + |
|---|
| 801 | +.tc-light-blue-300 { |
|---|
| 802 | + color: #4fc3f7 !important; } |
|---|
| 803 | + |
|---|
| 804 | +.tc-cyan-300 { |
|---|
| 805 | + color: #4dd0e1 !important; } |
|---|
| 806 | + |
|---|
| 807 | +.tc-teal-300 { |
|---|
| 808 | + color: #4db6ac !important; } |
|---|
| 809 | + |
|---|
| 810 | +.tc-green-300 { |
|---|
| 811 | + color: #81c784 !important; } |
|---|
| 812 | + |
|---|
| 813 | +.tc-light-green-300 { |
|---|
| 814 | + color: #aed581 !important; } |
|---|
| 815 | + |
|---|
| 816 | +.tc-lime-300 { |
|---|
| 817 | + color: #dce775 !important; } |
|---|
| 818 | + |
|---|
| 819 | +.tc-yellow-300 { |
|---|
| 820 | + color: #fff176 !important; } |
|---|
| 821 | + |
|---|
| 822 | +.tc-amber-300 { |
|---|
| 823 | + color: #ffd54f !important; } |
|---|
| 824 | + |
|---|
| 825 | +.tc-orange-300 { |
|---|
| 826 | + color: #ffb74d !important; } |
|---|
| 827 | + |
|---|
| 828 | +.tc-deep-orange-300 { |
|---|
| 829 | + color: #ff8a65 !important; } |
|---|
| 830 | + |
|---|
| 831 | +.tc-brown-300 { |
|---|
| 832 | + color: #a1887f !important; } |
|---|
| 833 | + |
|---|
| 834 | +.tc-grey-300 { |
|---|
| 835 | + color: #e0e0e0 !important; } |
|---|
| 836 | + |
|---|
| 837 | +.tc-blue-grey-300 { |
|---|
| 838 | + color: #90a4ae !important; } |
|---|
| 839 | + |
|---|
| 840 | +.tc-red-400 { |
|---|
| 841 | + color: #ef5350 !important; } |
|---|
| 842 | + |
|---|
| 843 | +.tc-pink-400 { |
|---|
| 844 | + color: #ec407a !important; } |
|---|
| 845 | + |
|---|
| 846 | +.tc-purple-400 { |
|---|
| 847 | + color: #ab47bc !important; } |
|---|
| 848 | + |
|---|
| 849 | +.tc-deep-purple-400 { |
|---|
| 850 | + color: #7e57c2 !important; } |
|---|
| 851 | + |
|---|
| 852 | +.tc-indigo-400 { |
|---|
| 853 | + color: #5c6bc0 !important; } |
|---|
| 854 | + |
|---|
| 855 | +.tc-blue-400 { |
|---|
| 856 | + color: #42a5f5 !important; } |
|---|
| 857 | + |
|---|
| 858 | +.tc-light-blue-400 { |
|---|
| 859 | + color: #29b6f6 !important; } |
|---|
| 860 | + |
|---|
| 861 | +.tc-cyan-400 { |
|---|
| 862 | + color: #26c6da !important; } |
|---|
| 863 | + |
|---|
| 864 | +.tc-teal-400 { |
|---|
| 865 | + color: #26a69a !important; } |
|---|
| 866 | + |
|---|
| 867 | +.tc-green-400 { |
|---|
| 868 | + color: #66bb6a !important; } |
|---|
| 869 | + |
|---|
| 870 | +.tc-light-green-400 { |
|---|
| 871 | + color: #9ccc65 !important; } |
|---|
| 872 | + |
|---|
| 873 | +.tc-lime-400 { |
|---|
| 874 | + color: #d4e157 !important; } |
|---|
| 875 | + |
|---|
| 876 | +.tc-yellow-400 { |
|---|
| 877 | + color: #ffee58 !important; } |
|---|
| 878 | + |
|---|
| 879 | +.tc-amber-400 { |
|---|
| 880 | + color: #ffca28 !important; } |
|---|
| 881 | + |
|---|
| 882 | +.tc-orange-400 { |
|---|
| 883 | + color: #ffa726 !important; } |
|---|
| 884 | + |
|---|
| 885 | +.tc-deep-orange-400 { |
|---|
| 886 | + color: #ff7043 !important; } |
|---|
| 887 | + |
|---|
| 888 | +.tc-brown-400 { |
|---|
| 889 | + color: #8d6e63 !important; } |
|---|
| 890 | + |
|---|
| 891 | +.tc-grey-400 { |
|---|
| 892 | + color: #bdbdbd !important; } |
|---|
| 893 | + |
|---|
| 894 | +.tc-blue-grey-400 { |
|---|
| 895 | + color: #78909c !important; } |
|---|
| 896 | + |
|---|
| 897 | +.tc-red-500 { |
|---|
| 898 | + color: #f44336 !important; } |
|---|
| 899 | + |
|---|
| 900 | +.tc-pink-500 { |
|---|
| 901 | + color: #e91e63 !important; } |
|---|
| 902 | + |
|---|
| 903 | +.tc-purple-500 { |
|---|
| 904 | + color: #9c27b0 !important; } |
|---|
| 905 | + |
|---|
| 906 | +.tc-deep-purple-500 { |
|---|
| 907 | + color: #673ab7 !important; } |
|---|
| 908 | + |
|---|
| 909 | +.tc-indigo-500 { |
|---|
| 910 | + color: #3f51b5 !important; } |
|---|
| 911 | + |
|---|
| 912 | +.tc-blue-500 { |
|---|
| 913 | + color: #2196f3 !important; } |
|---|
| 914 | + |
|---|
| 915 | +.tc-light-blue-500 { |
|---|
| 916 | + color: #03a9f4 !important; } |
|---|
| 917 | + |
|---|
| 918 | +.tc-cyan-500 { |
|---|
| 919 | + color: #00bcd4 !important; } |
|---|
| 920 | + |
|---|
| 921 | +.tc-teal-500 { |
|---|
| 922 | + color: #009688 !important; } |
|---|
| 923 | + |
|---|
| 924 | +.tc-green-500 { |
|---|
| 925 | + color: #4caf50 !important; } |
|---|
| 926 | + |
|---|
| 927 | +.tc-light-green-500 { |
|---|
| 928 | + color: #8bc34a !important; } |
|---|
| 929 | + |
|---|
| 930 | +.tc-lime-500 { |
|---|
| 931 | + color: #cddc39 !important; } |
|---|
| 932 | + |
|---|
| 933 | +.tc-yellow-500 { |
|---|
| 934 | + color: #ffeb3b !important; } |
|---|
| 935 | + |
|---|
| 936 | +.tc-amber-500 { |
|---|
| 937 | + color: #ffc107 !important; } |
|---|
| 938 | + |
|---|
| 939 | +.tc-orange-500 { |
|---|
| 940 | + color: #ff9800 !important; } |
|---|
| 941 | + |
|---|
| 942 | +.tc-deep-orange-500 { |
|---|
| 943 | + color: #ff5722 !important; } |
|---|
| 944 | + |
|---|
| 945 | +.tc-brown-500 { |
|---|
| 946 | + color: #795548 !important; } |
|---|
| 947 | + |
|---|
| 948 | +.tc-grey-500 { |
|---|
| 949 | + color: #9e9e9e !important; } |
|---|
| 950 | + |
|---|
| 951 | +.tc-blue-grey-500 { |
|---|
| 952 | + color: #607d8b !important; } |
|---|
| 953 | + |
|---|
| 954 | +.tc-red-600 { |
|---|
| 955 | + color: #e53935 !important; } |
|---|
| 956 | + |
|---|
| 957 | +.tc-pink-600 { |
|---|
| 958 | + color: #d81b60 !important; } |
|---|
| 959 | + |
|---|
| 960 | +.tc-purple-600 { |
|---|
| 961 | + color: #8e24aa !important; } |
|---|
| 962 | + |
|---|
| 963 | +.tc-deep-purple-600 { |
|---|
| 964 | + color: #5e35b1 !important; } |
|---|
| 965 | + |
|---|
| 966 | +.tc-indigo-600 { |
|---|
| 967 | + color: #3949ab !important; } |
|---|
| 968 | + |
|---|
| 969 | +.tc-blue-600 { |
|---|
| 970 | + color: #1e88e5 !important; } |
|---|
| 971 | + |
|---|
| 972 | +.tc-light-blue-600 { |
|---|
| 973 | + color: #039be5 !important; } |
|---|
| 974 | + |
|---|
| 975 | +.tc-cyan-600 { |
|---|
| 976 | + color: #00acc1 !important; } |
|---|
| 977 | + |
|---|
| 978 | +.tc-teal-600 { |
|---|
| 979 | + color: #00897b !important; } |
|---|
| 980 | + |
|---|
| 981 | +.tc-green-600 { |
|---|
| 982 | + color: #43a047 !important; } |
|---|
| 983 | + |
|---|
| 984 | +.tc-light-green-600 { |
|---|
| 985 | + color: #7cb342 !important; } |
|---|
| 986 | + |
|---|
| 987 | +.tc-lime-600 { |
|---|
| 988 | + color: #c0ca33 !important; } |
|---|
| 989 | + |
|---|
| 990 | +.tc-yellow-600 { |
|---|
| 991 | + color: #fdd835 !important; } |
|---|
| 992 | + |
|---|
| 993 | +.tc-amber-600 { |
|---|
| 994 | + color: #ffb300 !important; } |
|---|
| 995 | + |
|---|
| 996 | +.tc-orange-600 { |
|---|
| 997 | + color: #fb8c00 !important; } |
|---|
| 998 | + |
|---|
| 999 | +.tc-deep-orange-600 { |
|---|
| 1000 | + color: #f4511e !important; } |
|---|
| 1001 | + |
|---|
| 1002 | +.tc-brown-600 { |
|---|
| 1003 | + color: #6d4c41 !important; } |
|---|
| 1004 | + |
|---|
| 1005 | +.tc-grey-600 { |
|---|
| 1006 | + color: #757575 !important; } |
|---|
| 1007 | + |
|---|
| 1008 | +.tc-blue-grey-600 { |
|---|
| 1009 | + color: #546e7a !important; } |
|---|
| 1010 | + |
|---|
| 1011 | +.tc-red-700 { |
|---|
| 1012 | + color: #d32f2f !important; } |
|---|
| 1013 | + |
|---|
| 1014 | +.tc-pink-700 { |
|---|
| 1015 | + color: #c2185b !important; } |
|---|
| 1016 | + |
|---|
| 1017 | +.tc-purple-700 { |
|---|
| 1018 | + color: #7b1fa2 !important; } |
|---|
| 1019 | + |
|---|
| 1020 | +.tc-deep-purple-700 { |
|---|
| 1021 | + color: #512da8 !important; } |
|---|
| 1022 | + |
|---|
| 1023 | +.tc-indigo-700 { |
|---|
| 1024 | + color: #303f9f !important; } |
|---|
| 1025 | + |
|---|
| 1026 | +.tc-blue-700 { |
|---|
| 1027 | + color: #1976d2 !important; } |
|---|
| 1028 | + |
|---|
| 1029 | +.tc-light-blue-700 { |
|---|
| 1030 | + color: #0288d1 !important; } |
|---|
| 1031 | + |
|---|
| 1032 | +.tc-cyan-700 { |
|---|
| 1033 | + color: #0097a7 !important; } |
|---|
| 1034 | + |
|---|
| 1035 | +.tc-teal-700 { |
|---|
| 1036 | + color: #00796b !important; } |
|---|
| 1037 | + |
|---|
| 1038 | +.tc-green-700 { |
|---|
| 1039 | + color: #388e3c !important; } |
|---|
| 1040 | + |
|---|
| 1041 | +.tc-light-green-700 { |
|---|
| 1042 | + color: #689f38 !important; } |
|---|
| 1043 | + |
|---|
| 1044 | +.tc-lime-700 { |
|---|
| 1045 | + color: #afb42b !important; } |
|---|
| 1046 | + |
|---|
| 1047 | +.tc-yellow-700 { |
|---|
| 1048 | + color: #fbc02d !important; } |
|---|
| 1049 | + |
|---|
| 1050 | +.tc-amber-700 { |
|---|
| 1051 | + color: #ffa000 !important; } |
|---|
| 1052 | + |
|---|
| 1053 | +.tc-orange-700 { |
|---|
| 1054 | + color: #f57c00 !important; } |
|---|
| 1055 | + |
|---|
| 1056 | +.tc-deep-orange-700 { |
|---|
| 1057 | + color: #e64a19 !important; } |
|---|
| 1058 | + |
|---|
| 1059 | +.tc-brown-700 { |
|---|
| 1060 | + color: #5d4037 !important; } |
|---|
| 1061 | + |
|---|
| 1062 | +.tc-grey-700 { |
|---|
| 1063 | + color: #616161 !important; } |
|---|
| 1064 | + |
|---|
| 1065 | +.tc-blue-grey-700 { |
|---|
| 1066 | + color: #455a64 !important; } |
|---|
| 1067 | + |
|---|
| 1068 | +.tc-red-800 { |
|---|
| 1069 | + color: #c62828 !important; } |
|---|
| 1070 | + |
|---|
| 1071 | +.tc-pink-800 { |
|---|
| 1072 | + color: #ad1457 !important; } |
|---|
| 1073 | + |
|---|
| 1074 | +.tc-purple-800 { |
|---|
| 1075 | + color: #6a1b9a !important; } |
|---|
| 1076 | + |
|---|
| 1077 | +.tc-deep-purple-800 { |
|---|
| 1078 | + color: #4527a0 !important; } |
|---|
| 1079 | + |
|---|
| 1080 | +.tc-indigo-800 { |
|---|
| 1081 | + color: #283593 !important; } |
|---|
| 1082 | + |
|---|
| 1083 | +.tc-blue-800 { |
|---|
| 1084 | + color: #1565c0 !important; } |
|---|
| 1085 | + |
|---|
| 1086 | +.tc-light-blue-800 { |
|---|
| 1087 | + color: #0277bd !important; } |
|---|
| 1088 | + |
|---|
| 1089 | +.tc-cyan-800 { |
|---|
| 1090 | + color: #00838f !important; } |
|---|
| 1091 | + |
|---|
| 1092 | +.tc-teal-800 { |
|---|
| 1093 | + color: #00695c !important; } |
|---|
| 1094 | + |
|---|
| 1095 | +.tc-green-800 { |
|---|
| 1096 | + color: #2e7d32 !important; } |
|---|
| 1097 | + |
|---|
| 1098 | +.tc-light-green-800 { |
|---|
| 1099 | + color: #558b2f !important; } |
|---|
| 1100 | + |
|---|
| 1101 | +.tc-lime-800 { |
|---|
| 1102 | + color: #9e9d24 !important; } |
|---|
| 1103 | + |
|---|
| 1104 | +.tc-yellow-800 { |
|---|
| 1105 | + color: #f9a825 !important; } |
|---|
| 1106 | + |
|---|
| 1107 | +.tc-amber-800 { |
|---|
| 1108 | + color: #ff8f00 !important; } |
|---|
| 1109 | + |
|---|
| 1110 | +.tc-orange-800 { |
|---|
| 1111 | + color: #ef6c00 !important; } |
|---|
| 1112 | + |
|---|
| 1113 | +.tc-deep-orange-800 { |
|---|
| 1114 | + color: #d84315 !important; } |
|---|
| 1115 | + |
|---|
| 1116 | +.tc-brown-800 { |
|---|
| 1117 | + color: #4e342e !important; } |
|---|
| 1118 | + |
|---|
| 1119 | +.tc-grey-800 { |
|---|
| 1120 | + color: #424242 !important; } |
|---|
| 1121 | + |
|---|
| 1122 | +.tc-blue-grey-800 { |
|---|
| 1123 | + color: #37474f !important; } |
|---|
| 1124 | + |
|---|
| 1125 | +.tc-red-900 { |
|---|
| 1126 | + color: #b71c1c !important; } |
|---|
| 1127 | + |
|---|
| 1128 | +.tc-pink-900 { |
|---|
| 1129 | + color: #880e4f !important; } |
|---|
| 1130 | + |
|---|
| 1131 | +.tc-purple-900 { |
|---|
| 1132 | + color: #4a148c !important; } |
|---|
| 1133 | + |
|---|
| 1134 | +.tc-deep-purple-900 { |
|---|
| 1135 | + color: #311b92 !important; } |
|---|
| 1136 | + |
|---|
| 1137 | +.tc-indigo-900 { |
|---|
| 1138 | + color: #1a237e !important; } |
|---|
| 1139 | + |
|---|
| 1140 | +.tc-blue-900 { |
|---|
| 1141 | + color: #0d47a1 !important; } |
|---|
| 1142 | + |
|---|
| 1143 | +.tc-light-blue-900 { |
|---|
| 1144 | + color: #01579b !important; } |
|---|
| 1145 | + |
|---|
| 1146 | +.tc-cyan-900 { |
|---|
| 1147 | + color: #006064 !important; } |
|---|
| 1148 | + |
|---|
| 1149 | +.tc-teal-900 { |
|---|
| 1150 | + color: #004d40 !important; } |
|---|
| 1151 | + |
|---|
| 1152 | +.tc-green-900 { |
|---|
| 1153 | + color: #1b5e20 !important; } |
|---|
| 1154 | + |
|---|
| 1155 | +.tc-light-green-900 { |
|---|
| 1156 | + color: #33691e !important; } |
|---|
| 1157 | + |
|---|
| 1158 | +.tc-lime-900 { |
|---|
| 1159 | + color: #827717 !important; } |
|---|
| 1160 | + |
|---|
| 1161 | +.tc-yellow-900 { |
|---|
| 1162 | + color: #f57f17 !important; } |
|---|
| 1163 | + |
|---|
| 1164 | +.tc-amber-900 { |
|---|
| 1165 | + color: #ff6f00 !important; } |
|---|
| 1166 | + |
|---|
| 1167 | +.tc-orange-900 { |
|---|
| 1168 | + color: #e65100 !important; } |
|---|
| 1169 | + |
|---|
| 1170 | +.tc-deep-orange-900 { |
|---|
| 1171 | + color: #bf360c !important; } |
|---|
| 1172 | + |
|---|
| 1173 | +.tc-brown-900 { |
|---|
| 1174 | + color: #3e2723 !important; } |
|---|
| 1175 | + |
|---|
| 1176 | +.tc-grey-900 { |
|---|
| 1177 | + color: #212121 !important; } |
|---|
| 1178 | + |
|---|
| 1179 | +.tc-blue-grey-900 { |
|---|
| 1180 | + color: #263238 !important; } |
|---|
| 1181 | + |
|---|
| 1182 | +.tc-red-A100 { |
|---|
| 1183 | + color: #ff8a80 !important; } |
|---|
| 1184 | + |
|---|
| 1185 | +.tc-pink-A100 { |
|---|
| 1186 | + color: #ff80ab !important; } |
|---|
| 1187 | + |
|---|
| 1188 | +.tc-purple-A100 { |
|---|
| 1189 | + color: #ea80fc !important; } |
|---|
| 1190 | + |
|---|
| 1191 | +.tc-deep-purple-A100 { |
|---|
| 1192 | + color: #b388ff !important; } |
|---|
| 1193 | + |
|---|
| 1194 | +.tc-indigo-A100 { |
|---|
| 1195 | + color: #8c9eff !important; } |
|---|
| 1196 | + |
|---|
| 1197 | +.tc-blue-A100 { |
|---|
| 1198 | + color: #82b1ff !important; } |
|---|
| 1199 | + |
|---|
| 1200 | +.tc-light-blue-A100 { |
|---|
| 1201 | + color: #80d8ff !important; } |
|---|
| 1202 | + |
|---|
| 1203 | +.tc-cyan-A100 { |
|---|
| 1204 | + color: #84ffff !important; } |
|---|
| 1205 | + |
|---|
| 1206 | +.tc-teal-A100 { |
|---|
| 1207 | + color: #a7ffeb !important; } |
|---|
| 1208 | + |
|---|
| 1209 | +.tc-green-A100 { |
|---|
| 1210 | + color: #b9f6ca !important; } |
|---|
| 1211 | + |
|---|
| 1212 | +.tc-light-green-A100 { |
|---|
| 1213 | + color: #ccff90 !important; } |
|---|
| 1214 | + |
|---|
| 1215 | +.tc-lime-A100 { |
|---|
| 1216 | + color: #f4ff81 !important; } |
|---|
| 1217 | + |
|---|
| 1218 | +.tc-yellow-A100 { |
|---|
| 1219 | + color: #ffff8d !important; } |
|---|
| 1220 | + |
|---|
| 1221 | +.tc-amber-A100 { |
|---|
| 1222 | + color: #ffe57f !important; } |
|---|
| 1223 | + |
|---|
| 1224 | +.tc-orange-A100 { |
|---|
| 1225 | + color: #ffd180 !important; } |
|---|
| 1226 | + |
|---|
| 1227 | +.tc-deep-orange-A100 { |
|---|
| 1228 | + color: #ff9e80 !important; } |
|---|
| 1229 | + |
|---|
| 1230 | +.tc-red-A200 { |
|---|
| 1231 | + color: #ff5252 !important; } |
|---|
| 1232 | + |
|---|
| 1233 | +.tc-pink-A200 { |
|---|
| 1234 | + color: #ff4081 !important; } |
|---|
| 1235 | + |
|---|
| 1236 | +.tc-purple-A200 { |
|---|
| 1237 | + color: #e040fb !important; } |
|---|
| 1238 | + |
|---|
| 1239 | +.tc-deep-purple-A200 { |
|---|
| 1240 | + color: #7c4dff !important; } |
|---|
| 1241 | + |
|---|
| 1242 | +.tc-indigo-A200 { |
|---|
| 1243 | + color: #536dfe !important; } |
|---|
| 1244 | + |
|---|
| 1245 | +.tc-blue-A200 { |
|---|
| 1246 | + color: #448aff !important; } |
|---|
| 1247 | + |
|---|
| 1248 | +.tc-light-blue-A200 { |
|---|
| 1249 | + color: #40c4ff !important; } |
|---|
| 1250 | + |
|---|
| 1251 | +.tc-cyan-A200 { |
|---|
| 1252 | + color: #18ffff !important; } |
|---|
| 1253 | + |
|---|
| 1254 | +.tc-teal-A200 { |
|---|
| 1255 | + color: #64ffda !important; } |
|---|
| 1256 | + |
|---|
| 1257 | +.tc-green-A200 { |
|---|
| 1258 | + color: #69f0ae !important; } |
|---|
| 1259 | + |
|---|
| 1260 | +.tc-light-green-A200 { |
|---|
| 1261 | + color: #b2ff59 !important; } |
|---|
| 1262 | + |
|---|
| 1263 | +.tc-lime-A200 { |
|---|
| 1264 | + color: #eeff41 !important; } |
|---|
| 1265 | + |
|---|
| 1266 | +.tc-yellow-A200 { |
|---|
| 1267 | + color: yellow !important; } |
|---|
| 1268 | + |
|---|
| 1269 | +.tc-amber-A200 { |
|---|
| 1270 | + color: #ffd740 !important; } |
|---|
| 1271 | + |
|---|
| 1272 | +.tc-orange-A200 { |
|---|
| 1273 | + color: #ffab40 !important; } |
|---|
| 1274 | + |
|---|
| 1275 | +.tc-deep-orange-A200 { |
|---|
| 1276 | + color: #ff6e40 !important; } |
|---|
| 1277 | + |
|---|
| 1278 | +.tc-red-A400 { |
|---|
| 1279 | + color: #ff1744 !important; } |
|---|
| 1280 | + |
|---|
| 1281 | +.tc-pink-A400 { |
|---|
| 1282 | + color: #f50057 !important; } |
|---|
| 1283 | + |
|---|
| 1284 | +.tc-purple-A400 { |
|---|
| 1285 | + color: #d500f9 !important; } |
|---|
| 1286 | + |
|---|
| 1287 | +.tc-deep-purple-A400 { |
|---|
| 1288 | + color: #651fff !important; } |
|---|
| 1289 | + |
|---|
| 1290 | +.tc-indigo-A400 { |
|---|
| 1291 | + color: #3d5afe !important; } |
|---|
| 1292 | + |
|---|
| 1293 | +.tc-blue-A400 { |
|---|
| 1294 | + color: #2979ff !important; } |
|---|
| 1295 | + |
|---|
| 1296 | +.tc-light-blue-A400 { |
|---|
| 1297 | + color: #00b0ff !important; } |
|---|
| 1298 | + |
|---|
| 1299 | +.tc-cyan-A400 { |
|---|
| 1300 | + color: #00e5ff !important; } |
|---|
| 1301 | + |
|---|
| 1302 | +.tc-teal-A400 { |
|---|
| 1303 | + color: #1de9b6 !important; } |
|---|
| 1304 | + |
|---|
| 1305 | +.tc-green-A400 { |
|---|
| 1306 | + color: #00e676 !important; } |
|---|
| 1307 | + |
|---|
| 1308 | +.tc-light-green-A400 { |
|---|
| 1309 | + color: #76ff03 !important; } |
|---|
| 1310 | + |
|---|
| 1311 | +.tc-lime-A400 { |
|---|
| 1312 | + color: #c6ff00 !important; } |
|---|
| 1313 | + |
|---|
| 1314 | +.tc-yellow-A400 { |
|---|
| 1315 | + color: #ffea00 !important; } |
|---|
| 1316 | + |
|---|
| 1317 | +.tc-amber-A400 { |
|---|
| 1318 | + color: #ffc400 !important; } |
|---|
| 1319 | + |
|---|
| 1320 | +.tc-orange-A400 { |
|---|
| 1321 | + color: #ff9100 !important; } |
|---|
| 1322 | + |
|---|
| 1323 | +.tc-deep-orange-A400 { |
|---|
| 1324 | + color: #ff3d00 !important; } |
|---|
| 1325 | + |
|---|
| 1326 | +.tc-red-A700 { |
|---|
| 1327 | + color: #d50000 !important; } |
|---|
| 1328 | + |
|---|
| 1329 | +.tc-pink-A700 { |
|---|
| 1330 | + color: #c51162 !important; } |
|---|
| 1331 | + |
|---|
| 1332 | +.tc-purple-A700 { |
|---|
| 1333 | + color: #aa00ff !important; } |
|---|
| 1334 | + |
|---|
| 1335 | +.tc-deep-purple-A700 { |
|---|
| 1336 | + color: #6200ea !important; } |
|---|
| 1337 | + |
|---|
| 1338 | +.tc-indigo-A700 { |
|---|
| 1339 | + color: #304ffe !important; } |
|---|
| 1340 | + |
|---|
| 1341 | +.tc-blue-A700 { |
|---|
| 1342 | + color: #2962ff !important; } |
|---|
| 1343 | + |
|---|
| 1344 | +.tc-light-blue-A700 { |
|---|
| 1345 | + color: #0091ea !important; } |
|---|
| 1346 | + |
|---|
| 1347 | +.tc-cyan-A700 { |
|---|
| 1348 | + color: #00b8d4 !important; } |
|---|
| 1349 | + |
|---|
| 1350 | +.tc-teal-A700 { |
|---|
| 1351 | + color: #00bfa5 !important; } |
|---|
| 1352 | + |
|---|
| 1353 | +.tc-green-A700 { |
|---|
| 1354 | + color: #00c853 !important; } |
|---|
| 1355 | + |
|---|
| 1356 | +.tc-light-green-A700 { |
|---|
| 1357 | + color: #64dd17 !important; } |
|---|
| 1358 | + |
|---|
| 1359 | +.tc-lime-A700 { |
|---|
| 1360 | + color: #aeea00 !important; } |
|---|
| 1361 | + |
|---|
| 1362 | +.tc-yellow-A700 { |
|---|
| 1363 | + color: #ffd600 !important; } |
|---|
| 1364 | + |
|---|
| 1365 | +.tc-amber-A700 { |
|---|
| 1366 | + color: #ffab00 !important; } |
|---|
| 1367 | + |
|---|
| 1368 | +.tc-orange-A700 { |
|---|
| 1369 | + color: #ff6d00 !important; } |
|---|
| 1370 | + |
|---|
| 1371 | +.tc-deep-orange-A700 { |
|---|
| 1372 | + color: #dd2c00 !important; } |
|---|
| 1373 | + |
|---|
| 1374 | +.tc-black { |
|---|
| 1375 | + color: black !important; } |
|---|
| 1376 | + |
|---|
| 1377 | +.tc-black-1 { |
|---|
| 1378 | + color: black !important; } |
|---|
| 1379 | + |
|---|
| 1380 | +.tc-black-2 { |
|---|
| 1381 | + color: black !important; } |
|---|
| 1382 | + |
|---|
| 1383 | +.tc-black-3 { |
|---|
| 1384 | + color: rgba(0, 0, 0, 0.12) !important; } |
|---|
| 1385 | + |
|---|
| 1386 | +.tc-black-4 { |
|---|
| 1387 | + color: black !important; } |
|---|
| 1388 | + |
|---|
| 1389 | +.tc-white { |
|---|
| 1390 | + color: rgba(255, 255, 255, 0.7) !important; } |
|---|
| 1391 | + |
|---|
| 1392 | +.tc-white-1 { |
|---|
| 1393 | + color: rgba(255, 255, 255, 0.3) !important; } |
|---|
| 1394 | + |
|---|
| 1395 | +.tc-white-2 { |
|---|
| 1396 | + color: rgba(255, 255, 255, 0.3) !important; } |
|---|
| 1397 | + |
|---|
| 1398 | +.tc-white-3 { |
|---|
| 1399 | + color: rgba(255, 255, 255, 0.12) !important; } |
|---|
| 1400 | + |
|---|
| 1401 | +.tc-white-4 { |
|---|
| 1402 | + color: white !important; } |
|---|
| 1403 | + |
|---|
| 1404 | +.bgc-red-50 { |
|---|
| 1405 | + background-color: #ffebee !important; } |
|---|
| 1406 | + |
|---|
| 1407 | +.bgc-pink-50 { |
|---|
| 1408 | + background-color: #fce4ec !important; } |
|---|
| 1409 | + |
|---|
| 1410 | +.bgc-purple-50 { |
|---|
| 1411 | + background-color: #f3e5f5 !important; } |
|---|
| 1412 | + |
|---|
| 1413 | +.bgc-deep-purple-50 { |
|---|
| 1414 | + background-color: #ede7f6 !important; } |
|---|
| 1415 | + |
|---|
| 1416 | +.bgc-indigo-50 { |
|---|
| 1417 | + background-color: #e8eaf6 !important; } |
|---|
| 1418 | + |
|---|
| 1419 | +.bgc-blue-50 { |
|---|
| 1420 | + background-color: #e3f2fd !important; } |
|---|
| 1421 | + |
|---|
| 1422 | +.bgc-light-blue-50 { |
|---|
| 1423 | + background-color: #e1f5fe !important; } |
|---|
| 1424 | + |
|---|
| 1425 | +.bgc-cyan-50 { |
|---|
| 1426 | + background-color: #e0f7fa !important; } |
|---|
| 1427 | + |
|---|
| 1428 | +.bgc-teal-50 { |
|---|
| 1429 | + background-color: #e0f2f1 !important; } |
|---|
| 1430 | + |
|---|
| 1431 | +.bgc-green-50 { |
|---|
| 1432 | + background-color: #e8f5e9 !important; } |
|---|
| 1433 | + |
|---|
| 1434 | +.bgc-light-green-50 { |
|---|
| 1435 | + background-color: #f1f8e9 !important; } |
|---|
| 1436 | + |
|---|
| 1437 | +.bgc-lime-50 { |
|---|
| 1438 | + background-color: #f9fbe7 !important; } |
|---|
| 1439 | + |
|---|
| 1440 | +.bgc-yellow-50 { |
|---|
| 1441 | + background-color: #fffde7 !important; } |
|---|
| 1442 | + |
|---|
| 1443 | +.bgc-amber-50 { |
|---|
| 1444 | + background-color: #fff8e1 !important; } |
|---|
| 1445 | + |
|---|
| 1446 | +.bgc-orange-50 { |
|---|
| 1447 | + background-color: #fff3e0 !important; } |
|---|
| 1448 | + |
|---|
| 1449 | +.bgc-deep-orange-50 { |
|---|
| 1450 | + background-color: #fbe9e7 !important; } |
|---|
| 1451 | + |
|---|
| 1452 | +.bgc-brown-50 { |
|---|
| 1453 | + background-color: #efebe9 !important; } |
|---|
| 1454 | + |
|---|
| 1455 | +.bgc-grey-50 { |
|---|
| 1456 | + background-color: #fafafa !important; } |
|---|
| 1457 | + |
|---|
| 1458 | +.bgc-blue-grey-50 { |
|---|
| 1459 | + background-color: #eceff1 !important; } |
|---|
| 1460 | + |
|---|
| 1461 | +.bgc-red-100 { |
|---|
| 1462 | + background-color: #ffcdd2 !important; } |
|---|
| 1463 | + |
|---|
| 1464 | +.bgc-pink-100 { |
|---|
| 1465 | + background-color: #f8bbd0 !important; } |
|---|
| 1466 | + |
|---|
| 1467 | +.bgc-purple-100 { |
|---|
| 1468 | + background-color: #e1bee7 !important; } |
|---|
| 1469 | + |
|---|
| 1470 | +.bgc-deep-purple-100 { |
|---|
| 1471 | + background-color: #d1c4e9 !important; } |
|---|
| 1472 | + |
|---|
| 1473 | +.bgc-indigo-100 { |
|---|
| 1474 | + background-color: #c5cae9 !important; } |
|---|
| 1475 | + |
|---|
| 1476 | +.bgc-blue-100 { |
|---|
| 1477 | + background-color: #bbdefb !important; } |
|---|
| 1478 | + |
|---|
| 1479 | +.bgc-light-blue-100 { |
|---|
| 1480 | + background-color: #b3e5fc !important; } |
|---|
| 1481 | + |
|---|
| 1482 | +.bgc-cyan-100 { |
|---|
| 1483 | + background-color: #b2ebf2 !important; } |
|---|
| 1484 | + |
|---|
| 1485 | +.bgc-teal-100 { |
|---|
| 1486 | + background-color: #b2dfdb !important; } |
|---|
| 1487 | + |
|---|
| 1488 | +.bgc-green-100 { |
|---|
| 1489 | + background-color: #c8e6c9 !important; } |
|---|
| 1490 | + |
|---|
| 1491 | +.bgc-light-green-100 { |
|---|
| 1492 | + background-color: #dcedc8 !important; } |
|---|
| 1493 | + |
|---|
| 1494 | +.bgc-lime-100 { |
|---|
| 1495 | + background-color: #f0f4c3 !important; } |
|---|
| 1496 | + |
|---|
| 1497 | +.bgc-yellow-100 { |
|---|
| 1498 | + background-color: #fff9c4 !important; } |
|---|
| 1499 | + |
|---|
| 1500 | +.bgc-amber-100 { |
|---|
| 1501 | + background-color: #ffecb3 !important; } |
|---|
| 1502 | + |
|---|
| 1503 | +.bgc-orange-100 { |
|---|
| 1504 | + background-color: #ffe0b2 !important; } |
|---|
| 1505 | + |
|---|
| 1506 | +.bgc-deep-orange-100 { |
|---|
| 1507 | + background-color: #ffccbc !important; } |
|---|
| 1508 | + |
|---|
| 1509 | +.bgc-brown-100 { |
|---|
| 1510 | + background-color: #d7ccc8 !important; } |
|---|
| 1511 | + |
|---|
| 1512 | +.bgc-grey-100 { |
|---|
| 1513 | + background-color: whitesmoke !important; } |
|---|
| 1514 | + |
|---|
| 1515 | +.bgc-blue-grey-100 { |
|---|
| 1516 | + background-color: #cfd8dc !important; } |
|---|
| 1517 | + |
|---|
| 1518 | +.bgc-red-200 { |
|---|
| 1519 | + background-color: #ef9a9a !important; } |
|---|
| 1520 | + |
|---|
| 1521 | +.bgc-pink-200 { |
|---|
| 1522 | + background-color: #f48fb1 !important; } |
|---|
| 1523 | + |
|---|
| 1524 | +.bgc-purple-200 { |
|---|
| 1525 | + background-color: #ce93d8 !important; } |
|---|
| 1526 | + |
|---|
| 1527 | +.bgc-deep-purple-200 { |
|---|
| 1528 | + background-color: #b39ddb !important; } |
|---|
| 1529 | + |
|---|
| 1530 | +.bgc-indigo-200 { |
|---|
| 1531 | + background-color: #9fa8da !important; } |
|---|
| 1532 | + |
|---|
| 1533 | +.bgc-blue-200 { |
|---|
| 1534 | + background-color: #90caf9 !important; } |
|---|
| 1535 | + |
|---|
| 1536 | +.bgc-light-blue-200 { |
|---|
| 1537 | + background-color: #81d4fa !important; } |
|---|
| 1538 | + |
|---|
| 1539 | +.bgc-cyan-200 { |
|---|
| 1540 | + background-color: #80deea !important; } |
|---|
| 1541 | + |
|---|
| 1542 | +.bgc-teal-200 { |
|---|
| 1543 | + background-color: #80cbc4 !important; } |
|---|
| 1544 | + |
|---|
| 1545 | +.bgc-green-200 { |
|---|
| 1546 | + background-color: #a5d6a7 !important; } |
|---|
| 1547 | + |
|---|
| 1548 | +.bgc-light-green-200 { |
|---|
| 1549 | + background-color: #c5e1a5 !important; } |
|---|
| 1550 | + |
|---|
| 1551 | +.bgc-lime-200 { |
|---|
| 1552 | + background-color: #e6ee9c !important; } |
|---|
| 1553 | + |
|---|
| 1554 | +.bgc-yellow-200 { |
|---|
| 1555 | + background-color: #fff59d !important; } |
|---|
| 1556 | + |
|---|
| 1557 | +.bgc-amber-200 { |
|---|
| 1558 | + background-color: #ffe082 !important; } |
|---|
| 1559 | + |
|---|
| 1560 | +.bgc-orange-200 { |
|---|
| 1561 | + background-color: #ffcc80 !important; } |
|---|
| 1562 | + |
|---|
| 1563 | +.bgc-deep-orange-200 { |
|---|
| 1564 | + background-color: #ffab91 !important; } |
|---|
| 1565 | + |
|---|
| 1566 | +.bgc-brown-200 { |
|---|
| 1567 | + background-color: #bcaaa4 !important; } |
|---|
| 1568 | + |
|---|
| 1569 | +.bgc-grey-200 { |
|---|
| 1570 | + background-color: #eeeeee !important; } |
|---|
| 1571 | + |
|---|
| 1572 | +.bgc-blue-grey-200 { |
|---|
| 1573 | + background-color: #b0bec5 !important; } |
|---|
| 1574 | + |
|---|
| 1575 | +.bgc-red-300 { |
|---|
| 1576 | + background-color: #e57373 !important; } |
|---|
| 1577 | + |
|---|
| 1578 | +.bgc-pink-300 { |
|---|
| 1579 | + background-color: #f06292 !important; } |
|---|
| 1580 | + |
|---|
| 1581 | +.bgc-purple-300 { |
|---|
| 1582 | + background-color: #ba68c8 !important; } |
|---|
| 1583 | + |
|---|
| 1584 | +.bgc-deep-purple-300 { |
|---|
| 1585 | + background-color: #9575cd !important; } |
|---|
| 1586 | + |
|---|
| 1587 | +.bgc-indigo-300 { |
|---|
| 1588 | + background-color: #7986cb !important; } |
|---|
| 1589 | + |
|---|
| 1590 | +.bgc-blue-300 { |
|---|
| 1591 | + background-color: #64b5f6 !important; } |
|---|
| 1592 | + |
|---|
| 1593 | +.bgc-light-blue-300 { |
|---|
| 1594 | + background-color: #4fc3f7 !important; } |
|---|
| 1595 | + |
|---|
| 1596 | +.bgc-cyan-300 { |
|---|
| 1597 | + background-color: #4dd0e1 !important; } |
|---|
| 1598 | + |
|---|
| 1599 | +.bgc-teal-300 { |
|---|
| 1600 | + background-color: #4db6ac !important; } |
|---|
| 1601 | + |
|---|
| 1602 | +.bgc-green-300 { |
|---|
| 1603 | + background-color: #81c784 !important; } |
|---|
| 1604 | + |
|---|
| 1605 | +.bgc-light-green-300 { |
|---|
| 1606 | + background-color: #aed581 !important; } |
|---|
| 1607 | + |
|---|
| 1608 | +.bgc-lime-300 { |
|---|
| 1609 | + background-color: #dce775 !important; } |
|---|
| 1610 | + |
|---|
| 1611 | +.bgc-yellow-300 { |
|---|
| 1612 | + background-color: #fff176 !important; } |
|---|
| 1613 | + |
|---|
| 1614 | +.bgc-amber-300 { |
|---|
| 1615 | + background-color: #ffd54f !important; } |
|---|
| 1616 | + |
|---|
| 1617 | +.bgc-orange-300 { |
|---|
| 1618 | + background-color: #ffb74d !important; } |
|---|
| 1619 | + |
|---|
| 1620 | +.bgc-deep-orange-300 { |
|---|
| 1621 | + background-color: #ff8a65 !important; } |
|---|
| 1622 | + |
|---|
| 1623 | +.bgc-brown-300 { |
|---|
| 1624 | + background-color: #a1887f !important; } |
|---|
| 1625 | + |
|---|
| 1626 | +.bgc-grey-300 { |
|---|
| 1627 | + background-color: #e0e0e0 !important; } |
|---|
| 1628 | + |
|---|
| 1629 | +.bgc-blue-grey-300 { |
|---|
| 1630 | + background-color: #90a4ae !important; } |
|---|
| 1631 | + |
|---|
| 1632 | +.bgc-red-400 { |
|---|
| 1633 | + background-color: #ef5350 !important; } |
|---|
| 1634 | + |
|---|
| 1635 | +.bgc-pink-400 { |
|---|
| 1636 | + background-color: #ec407a !important; } |
|---|
| 1637 | + |
|---|
| 1638 | +.bgc-purple-400 { |
|---|
| 1639 | + background-color: #ab47bc !important; } |
|---|
| 1640 | + |
|---|
| 1641 | +.bgc-deep-purple-400 { |
|---|
| 1642 | + background-color: #7e57c2 !important; } |
|---|
| 1643 | + |
|---|
| 1644 | +.bgc-indigo-400 { |
|---|
| 1645 | + background-color: #5c6bc0 !important; } |
|---|
| 1646 | + |
|---|
| 1647 | +.bgc-blue-400 { |
|---|
| 1648 | + background-color: #42a5f5 !important; } |
|---|
| 1649 | + |
|---|
| 1650 | +.bgc-light-blue-400 { |
|---|
| 1651 | + background-color: #29b6f6 !important; } |
|---|
| 1652 | + |
|---|
| 1653 | +.bgc-cyan-400 { |
|---|
| 1654 | + background-color: #26c6da !important; } |
|---|
| 1655 | + |
|---|
| 1656 | +.bgc-teal-400 { |
|---|
| 1657 | + background-color: #26a69a !important; } |
|---|
| 1658 | + |
|---|
| 1659 | +.bgc-green-400 { |
|---|
| 1660 | + background-color: #66bb6a !important; } |
|---|
| 1661 | + |
|---|
| 1662 | +.bgc-light-green-400 { |
|---|
| 1663 | + background-color: #9ccc65 !important; } |
|---|
| 1664 | + |
|---|
| 1665 | +.bgc-lime-400 { |
|---|
| 1666 | + background-color: #d4e157 !important; } |
|---|
| 1667 | + |
|---|
| 1668 | +.bgc-yellow-400 { |
|---|
| 1669 | + background-color: #ffee58 !important; } |
|---|
| 1670 | + |
|---|
| 1671 | +.bgc-amber-400 { |
|---|
| 1672 | + background-color: #ffca28 !important; } |
|---|
| 1673 | + |
|---|
| 1674 | +.bgc-orange-400 { |
|---|
| 1675 | + background-color: #ffa726 !important; } |
|---|
| 1676 | + |
|---|
| 1677 | +.bgc-deep-orange-400 { |
|---|
| 1678 | + background-color: #ff7043 !important; } |
|---|
| 1679 | + |
|---|
| 1680 | +.bgc-brown-400 { |
|---|
| 1681 | + background-color: #8d6e63 !important; } |
|---|
| 1682 | + |
|---|
| 1683 | +.bgc-grey-400 { |
|---|
| 1684 | + background-color: #bdbdbd !important; } |
|---|
| 1685 | + |
|---|
| 1686 | +.bgc-blue-grey-400 { |
|---|
| 1687 | + background-color: #78909c !important; } |
|---|
| 1688 | + |
|---|
| 1689 | +.bgc-red-500 { |
|---|
| 1690 | + background-color: #f44336 !important; } |
|---|
| 1691 | + |
|---|
| 1692 | +.bgc-pink-500 { |
|---|
| 1693 | + background-color: #e91e63 !important; } |
|---|
| 1694 | + |
|---|
| 1695 | +.bgc-purple-500 { |
|---|
| 1696 | + background-color: #9c27b0 !important; } |
|---|
| 1697 | + |
|---|
| 1698 | +.bgc-deep-purple-500 { |
|---|
| 1699 | + background-color: #673ab7 !important; } |
|---|
| 1700 | + |
|---|
| 1701 | +.bgc-indigo-500 { |
|---|
| 1702 | + background-color: #3f51b5 !important; } |
|---|
| 1703 | + |
|---|
| 1704 | +.bgc-blue-500 { |
|---|
| 1705 | + background-color: #2196f3 !important; } |
|---|
| 1706 | + |
|---|
| 1707 | +.bgc-light-blue-500 { |
|---|
| 1708 | + background-color: #03a9f4 !important; } |
|---|
| 1709 | + |
|---|
| 1710 | +.bgc-cyan-500 { |
|---|
| 1711 | + background-color: #00bcd4 !important; } |
|---|
| 1712 | + |
|---|
| 1713 | +.bgc-teal-500 { |
|---|
| 1714 | + background-color: #009688 !important; } |
|---|
| 1715 | + |
|---|
| 1716 | +.bgc-green-500 { |
|---|
| 1717 | + background-color: #4caf50 !important; } |
|---|
| 1718 | + |
|---|
| 1719 | +.bgc-light-green-500 { |
|---|
| 1720 | + background-color: #8bc34a !important; } |
|---|
| 1721 | + |
|---|
| 1722 | +.bgc-lime-500 { |
|---|
| 1723 | + background-color: #cddc39 !important; } |
|---|
| 1724 | + |
|---|
| 1725 | +.bgc-yellow-500 { |
|---|
| 1726 | + background-color: #ffeb3b !important; } |
|---|
| 1727 | + |
|---|
| 1728 | +.bgc-amber-500 { |
|---|
| 1729 | + background-color: #ffc107 !important; } |
|---|
| 1730 | + |
|---|
| 1731 | +.bgc-orange-500 { |
|---|
| 1732 | + background-color: #ff9800 !important; } |
|---|
| 1733 | + |
|---|
| 1734 | +.bgc-deep-orange-500 { |
|---|
| 1735 | + background-color: #ff5722 !important; } |
|---|
| 1736 | + |
|---|
| 1737 | +.bgc-brown-500 { |
|---|
| 1738 | + background-color: #795548 !important; } |
|---|
| 1739 | + |
|---|
| 1740 | +.bgc-grey-500 { |
|---|
| 1741 | + background-color: #9e9e9e !important; } |
|---|
| 1742 | + |
|---|
| 1743 | +.bgc-blue-grey-500 { |
|---|
| 1744 | + background-color: #607d8b !important; } |
|---|
| 1745 | + |
|---|
| 1746 | +.bgc-red-600 { |
|---|
| 1747 | + background-color: #e53935 !important; } |
|---|
| 1748 | + |
|---|
| 1749 | +.bgc-pink-600 { |
|---|
| 1750 | + background-color: #d81b60 !important; } |
|---|
| 1751 | + |
|---|
| 1752 | +.bgc-purple-600 { |
|---|
| 1753 | + background-color: #8e24aa !important; } |
|---|
| 1754 | + |
|---|
| 1755 | +.bgc-deep-purple-600 { |
|---|
| 1756 | + background-color: #5e35b1 !important; } |
|---|
| 1757 | + |
|---|
| 1758 | +.bgc-indigo-600 { |
|---|
| 1759 | + background-color: #3949ab !important; } |
|---|
| 1760 | + |
|---|
| 1761 | +.bgc-blue-600 { |
|---|
| 1762 | + background-color: #1e88e5 !important; } |
|---|
| 1763 | + |
|---|
| 1764 | +.bgc-light-blue-600 { |
|---|
| 1765 | + background-color: #039be5 !important; } |
|---|
| 1766 | + |
|---|
| 1767 | +.bgc-cyan-600 { |
|---|
| 1768 | + background-color: #00acc1 !important; } |
|---|
| 1769 | + |
|---|
| 1770 | +.bgc-teal-600 { |
|---|
| 1771 | + background-color: #00897b !important; } |
|---|
| 1772 | + |
|---|
| 1773 | +.bgc-green-600 { |
|---|
| 1774 | + background-color: #43a047 !important; } |
|---|
| 1775 | + |
|---|
| 1776 | +.bgc-light-green-600 { |
|---|
| 1777 | + background-color: #7cb342 !important; } |
|---|
| 1778 | + |
|---|
| 1779 | +.bgc-lime-600 { |
|---|
| 1780 | + background-color: #c0ca33 !important; } |
|---|
| 1781 | + |
|---|
| 1782 | +.bgc-yellow-600 { |
|---|
| 1783 | + background-color: #fdd835 !important; } |
|---|
| 1784 | + |
|---|
| 1785 | +.bgc-amber-600 { |
|---|
| 1786 | + background-color: #ffb300 !important; } |
|---|
| 1787 | + |
|---|
| 1788 | +.bgc-orange-600 { |
|---|
| 1789 | + background-color: #fb8c00 !important; } |
|---|
| 1790 | + |
|---|
| 1791 | +.bgc-deep-orange-600 { |
|---|
| 1792 | + background-color: #f4511e !important; } |
|---|
| 1793 | + |
|---|
| 1794 | +.bgc-brown-600 { |
|---|
| 1795 | + background-color: #6d4c41 !important; } |
|---|
| 1796 | + |
|---|
| 1797 | +.bgc-grey-600 { |
|---|
| 1798 | + background-color: #757575 !important; } |
|---|
| 1799 | + |
|---|
| 1800 | +.bgc-blue-grey-600 { |
|---|
| 1801 | + background-color: #546e7a !important; } |
|---|
| 1802 | + |
|---|
| 1803 | +.bgc-red-700 { |
|---|
| 1804 | + background-color: #d32f2f !important; } |
|---|
| 1805 | + |
|---|
| 1806 | +.bgc-pink-700 { |
|---|
| 1807 | + background-color: #c2185b !important; } |
|---|
| 1808 | + |
|---|
| 1809 | +.bgc-purple-700 { |
|---|
| 1810 | + background-color: #7b1fa2 !important; } |
|---|
| 1811 | + |
|---|
| 1812 | +.bgc-deep-purple-700 { |
|---|
| 1813 | + background-color: #512da8 !important; } |
|---|
| 1814 | + |
|---|
| 1815 | +.bgc-indigo-700 { |
|---|
| 1816 | + background-color: #303f9f !important; } |
|---|
| 1817 | + |
|---|
| 1818 | +.bgc-blue-700 { |
|---|
| 1819 | + background-color: #1976d2 !important; } |
|---|
| 1820 | + |
|---|
| 1821 | +.bgc-light-blue-700 { |
|---|
| 1822 | + background-color: #0288d1 !important; } |
|---|
| 1823 | + |
|---|
| 1824 | +.bgc-cyan-700 { |
|---|
| 1825 | + background-color: #0097a7 !important; } |
|---|
| 1826 | + |
|---|
| 1827 | +.bgc-teal-700 { |
|---|
| 1828 | + background-color: #00796b !important; } |
|---|
| 1829 | + |
|---|
| 1830 | +.bgc-green-700 { |
|---|
| 1831 | + background-color: #388e3c !important; } |
|---|
| 1832 | + |
|---|
| 1833 | +.bgc-light-green-700 { |
|---|
| 1834 | + background-color: #689f38 !important; } |
|---|
| 1835 | + |
|---|
| 1836 | +.bgc-lime-700 { |
|---|
| 1837 | + background-color: #afb42b !important; } |
|---|
| 1838 | + |
|---|
| 1839 | +.bgc-yellow-700 { |
|---|
| 1840 | + background-color: #fbc02d !important; } |
|---|
| 1841 | + |
|---|
| 1842 | +.bgc-amber-700 { |
|---|
| 1843 | + background-color: #ffa000 !important; } |
|---|
| 1844 | + |
|---|
| 1845 | +.bgc-orange-700 { |
|---|
| 1846 | + background-color: #f57c00 !important; } |
|---|
| 1847 | + |
|---|
| 1848 | +.bgc-deep-orange-700 { |
|---|
| 1849 | + background-color: #e64a19 !important; } |
|---|
| 1850 | + |
|---|
| 1851 | +.bgc-brown-700 { |
|---|
| 1852 | + background-color: #5d4037 !important; } |
|---|
| 1853 | + |
|---|
| 1854 | +.bgc-grey-700 { |
|---|
| 1855 | + background-color: #616161 !important; } |
|---|
| 1856 | + |
|---|
| 1857 | +.bgc-blue-grey-700 { |
|---|
| 1858 | + background-color: #455a64 !important; } |
|---|
| 1859 | + |
|---|
| 1860 | +.bgc-red-800 { |
|---|
| 1861 | + background-color: #c62828 !important; } |
|---|
| 1862 | + |
|---|
| 1863 | +.bgc-pink-800 { |
|---|
| 1864 | + background-color: #ad1457 !important; } |
|---|
| 1865 | + |
|---|
| 1866 | +.bgc-purple-800 { |
|---|
| 1867 | + background-color: #6a1b9a !important; } |
|---|
| 1868 | + |
|---|
| 1869 | +.bgc-deep-purple-800 { |
|---|
| 1870 | + background-color: #4527a0 !important; } |
|---|
| 1871 | + |
|---|
| 1872 | +.bgc-indigo-800 { |
|---|
| 1873 | + background-color: #283593 !important; } |
|---|
| 1874 | + |
|---|
| 1875 | +.bgc-blue-800 { |
|---|
| 1876 | + background-color: #1565c0 !important; } |
|---|
| 1877 | + |
|---|
| 1878 | +.bgc-light-blue-800 { |
|---|
| 1879 | + background-color: #0277bd !important; } |
|---|
| 1880 | + |
|---|
| 1881 | +.bgc-cyan-800 { |
|---|
| 1882 | + background-color: #00838f !important; } |
|---|
| 1883 | + |
|---|
| 1884 | +.bgc-teal-800 { |
|---|
| 1885 | + background-color: #00695c !important; } |
|---|
| 1886 | + |
|---|
| 1887 | +.bgc-green-800 { |
|---|
| 1888 | + background-color: #2e7d32 !important; } |
|---|
| 1889 | + |
|---|
| 1890 | +.bgc-light-green-800 { |
|---|
| 1891 | + background-color: #558b2f !important; } |
|---|
| 1892 | + |
|---|
| 1893 | +.bgc-lime-800 { |
|---|
| 1894 | + background-color: #9e9d24 !important; } |
|---|
| 1895 | + |
|---|
| 1896 | +.bgc-yellow-800 { |
|---|
| 1897 | + background-color: #f9a825 !important; } |
|---|
| 1898 | + |
|---|
| 1899 | +.bgc-amber-800 { |
|---|
| 1900 | + background-color: #ff8f00 !important; } |
|---|
| 1901 | + |
|---|
| 1902 | +.bgc-orange-800 { |
|---|
| 1903 | + background-color: #ef6c00 !important; } |
|---|
| 1904 | + |
|---|
| 1905 | +.bgc-deep-orange-800 { |
|---|
| 1906 | + background-color: #d84315 !important; } |
|---|
| 1907 | + |
|---|
| 1908 | +.bgc-brown-800 { |
|---|
| 1909 | + background-color: #4e342e !important; } |
|---|
| 1910 | + |
|---|
| 1911 | +.bgc-grey-800 { |
|---|
| 1912 | + background-color: #424242 !important; } |
|---|
| 1913 | + |
|---|
| 1914 | +.bgc-blue-grey-800 { |
|---|
| 1915 | + background-color: #37474f !important; } |
|---|
| 1916 | + |
|---|
| 1917 | +.bgc-red-900 { |
|---|
| 1918 | + background-color: #b71c1c !important; } |
|---|
| 1919 | + |
|---|
| 1920 | +.bgc-pink-900 { |
|---|
| 1921 | + background-color: #880e4f !important; } |
|---|
| 1922 | + |
|---|
| 1923 | +.bgc-purple-900 { |
|---|
| 1924 | + background-color: #4a148c !important; } |
|---|
| 1925 | + |
|---|
| 1926 | +.bgc-deep-purple-900 { |
|---|
| 1927 | + background-color: #311b92 !important; } |
|---|
| 1928 | + |
|---|
| 1929 | +.bgc-indigo-900 { |
|---|
| 1930 | + background-color: #1a237e !important; } |
|---|
| 1931 | + |
|---|
| 1932 | +.bgc-blue-900 { |
|---|
| 1933 | + background-color: #0d47a1 !important; } |
|---|
| 1934 | + |
|---|
| 1935 | +.bgc-light-blue-900 { |
|---|
| 1936 | + background-color: #01579b !important; } |
|---|
| 1937 | + |
|---|
| 1938 | +.bgc-cyan-900 { |
|---|
| 1939 | + background-color: #006064 !important; } |
|---|
| 1940 | + |
|---|
| 1941 | +.bgc-teal-900 { |
|---|
| 1942 | + background-color: #004d40 !important; } |
|---|
| 1943 | + |
|---|
| 1944 | +.bgc-green-900 { |
|---|
| 1945 | + background-color: #1b5e20 !important; } |
|---|
| 1946 | + |
|---|
| 1947 | +.bgc-light-green-900 { |
|---|
| 1948 | + background-color: #33691e !important; } |
|---|
| 1949 | + |
|---|
| 1950 | +.bgc-lime-900 { |
|---|
| 1951 | + background-color: #827717 !important; } |
|---|
| 1952 | + |
|---|
| 1953 | +.bgc-yellow-900 { |
|---|
| 1954 | + background-color: #f57f17 !important; } |
|---|
| 1955 | + |
|---|
| 1956 | +.bgc-amber-900 { |
|---|
| 1957 | + background-color: #ff6f00 !important; } |
|---|
| 1958 | + |
|---|
| 1959 | +.bgc-orange-900 { |
|---|
| 1960 | + background-color: #e65100 !important; } |
|---|
| 1961 | + |
|---|
| 1962 | +.bgc-deep-orange-900 { |
|---|
| 1963 | + background-color: #bf360c !important; } |
|---|
| 1964 | + |
|---|
| 1965 | +.bgc-brown-900 { |
|---|
| 1966 | + background-color: #3e2723 !important; } |
|---|
| 1967 | + |
|---|
| 1968 | +.bgc-grey-900 { |
|---|
| 1969 | + background-color: #212121 !important; } |
|---|
| 1970 | + |
|---|
| 1971 | +.bgc-blue-grey-900 { |
|---|
| 1972 | + background-color: #263238 !important; } |
|---|
| 1973 | + |
|---|
| 1974 | +.bgc-red-A100 { |
|---|
| 1975 | + background-color: #ff8a80 !important; } |
|---|
| 1976 | + |
|---|
| 1977 | +.bgc-pink-A100 { |
|---|
| 1978 | + background-color: #ff80ab !important; } |
|---|
| 1979 | + |
|---|
| 1980 | +.bgc-purple-A100 { |
|---|
| 1981 | + background-color: #ea80fc !important; } |
|---|
| 1982 | + |
|---|
| 1983 | +.bgc-deep-purple-A100 { |
|---|
| 1984 | + background-color: #b388ff !important; } |
|---|
| 1985 | + |
|---|
| 1986 | +.bgc-indigo-A100 { |
|---|
| 1987 | + background-color: #8c9eff !important; } |
|---|
| 1988 | + |
|---|
| 1989 | +.bgc-blue-A100 { |
|---|
| 1990 | + background-color: #82b1ff !important; } |
|---|
| 1991 | + |
|---|
| 1992 | +.bgc-light-blue-A100 { |
|---|
| 1993 | + background-color: #80d8ff !important; } |
|---|
| 1994 | + |
|---|
| 1995 | +.bgc-cyan-A100 { |
|---|
| 1996 | + background-color: #84ffff !important; } |
|---|
| 1997 | + |
|---|
| 1998 | +.bgc-teal-A100 { |
|---|
| 1999 | + background-color: #a7ffeb !important; } |
|---|
| 2000 | + |
|---|
| 2001 | +.bgc-green-A100 { |
|---|
| 2002 | + background-color: #b9f6ca !important; } |
|---|
| 2003 | + |
|---|
| 2004 | +.bgc-light-green-A100 { |
|---|
| 2005 | + background-color: #ccff90 !important; } |
|---|
| 2006 | + |
|---|
| 2007 | +.bgc-lime-A100 { |
|---|
| 2008 | + background-color: #f4ff81 !important; } |
|---|
| 2009 | + |
|---|
| 2010 | +.bgc-yellow-A100 { |
|---|
| 2011 | + background-color: #ffff8d !important; } |
|---|
| 2012 | + |
|---|
| 2013 | +.bgc-amber-A100 { |
|---|
| 2014 | + background-color: #ffe57f !important; } |
|---|
| 2015 | + |
|---|
| 2016 | +.bgc-orange-A100 { |
|---|
| 2017 | + background-color: #ffd180 !important; } |
|---|
| 2018 | + |
|---|
| 2019 | +.bgc-deep-orange-A100 { |
|---|
| 2020 | + background-color: #ff9e80 !important; } |
|---|
| 2021 | + |
|---|
| 2022 | +.bgc-red-A200 { |
|---|
| 2023 | + background-color: #ff5252 !important; } |
|---|
| 2024 | + |
|---|
| 2025 | +.bgc-pink-A200 { |
|---|
| 2026 | + background-color: #ff4081 !important; } |
|---|
| 2027 | + |
|---|
| 2028 | +.bgc-purple-A200 { |
|---|
| 2029 | + background-color: #e040fb !important; } |
|---|
| 2030 | + |
|---|
| 2031 | +.bgc-deep-purple-A200 { |
|---|
| 2032 | + background-color: #7c4dff !important; } |
|---|
| 2033 | + |
|---|
| 2034 | +.bgc-indigo-A200 { |
|---|
| 2035 | + background-color: #536dfe !important; } |
|---|
| 2036 | + |
|---|
| 2037 | +.bgc-blue-A200 { |
|---|
| 2038 | + background-color: #448aff !important; } |
|---|
| 2039 | + |
|---|
| 2040 | +.bgc-light-blue-A200 { |
|---|
| 2041 | + background-color: #40c4ff !important; } |
|---|
| 2042 | + |
|---|
| 2043 | +.bgc-cyan-A200 { |
|---|
| 2044 | + background-color: #18ffff !important; } |
|---|
| 2045 | + |
|---|
| 2046 | +.bgc-teal-A200 { |
|---|
| 2047 | + background-color: #64ffda !important; } |
|---|
| 2048 | + |
|---|
| 2049 | +.bgc-green-A200 { |
|---|
| 2050 | + background-color: #69f0ae !important; } |
|---|
| 2051 | + |
|---|
| 2052 | +.bgc-light-green-A200 { |
|---|
| 2053 | + background-color: #b2ff59 !important; } |
|---|
| 2054 | + |
|---|
| 2055 | +.bgc-lime-A200 { |
|---|
| 2056 | + background-color: #eeff41 !important; } |
|---|
| 2057 | + |
|---|
| 2058 | +.bgc-yellow-A200 { |
|---|
| 2059 | + background-color: yellow !important; } |
|---|
| 2060 | + |
|---|
| 2061 | +.bgc-amber-A200 { |
|---|
| 2062 | + background-color: #ffd740 !important; } |
|---|
| 2063 | + |
|---|
| 2064 | +.bgc-orange-A200 { |
|---|
| 2065 | + background-color: #ffab40 !important; } |
|---|
| 2066 | + |
|---|
| 2067 | +.bgc-deep-orange-A200 { |
|---|
| 2068 | + background-color: #ff6e40 !important; } |
|---|
| 2069 | + |
|---|
| 2070 | +.bgc-red-A400 { |
|---|
| 2071 | + background-color: #ff1744 !important; } |
|---|
| 2072 | + |
|---|
| 2073 | +.bgc-pink-A400 { |
|---|
| 2074 | + background-color: #f50057 !important; } |
|---|
| 2075 | + |
|---|
| 2076 | +.bgc-purple-A400 { |
|---|
| 2077 | + background-color: #d500f9 !important; } |
|---|
| 2078 | + |
|---|
| 2079 | +.bgc-deep-purple-A400 { |
|---|
| 2080 | + background-color: #651fff !important; } |
|---|
| 2081 | + |
|---|
| 2082 | +.bgc-indigo-A400 { |
|---|
| 2083 | + background-color: #3d5afe !important; } |
|---|
| 2084 | + |
|---|
| 2085 | +.bgc-blue-A400 { |
|---|
| 2086 | + background-color: #2979ff !important; } |
|---|
| 2087 | + |
|---|
| 2088 | +.bgc-light-blue-A400 { |
|---|
| 2089 | + background-color: #00b0ff !important; } |
|---|
| 2090 | + |
|---|
| 2091 | +.bgc-cyan-A400 { |
|---|
| 2092 | + background-color: #00e5ff !important; } |
|---|
| 2093 | + |
|---|
| 2094 | +.bgc-teal-A400 { |
|---|
| 2095 | + background-color: #1de9b6 !important; } |
|---|
| 2096 | + |
|---|
| 2097 | +.bgc-green-A400 { |
|---|
| 2098 | + background-color: #00e676 !important; } |
|---|
| 2099 | + |
|---|
| 2100 | +.bgc-light-green-A400 { |
|---|
| 2101 | + background-color: #76ff03 !important; } |
|---|
| 2102 | + |
|---|
| 2103 | +.bgc-lime-A400 { |
|---|
| 2104 | + background-color: #c6ff00 !important; } |
|---|
| 2105 | + |
|---|
| 2106 | +.bgc-yellow-A400 { |
|---|
| 2107 | + background-color: #ffea00 !important; } |
|---|
| 2108 | + |
|---|
| 2109 | +.bgc-amber-A400 { |
|---|
| 2110 | + background-color: #ffc400 !important; } |
|---|
| 2111 | + |
|---|
| 2112 | +.bgc-orange-A400 { |
|---|
| 2113 | + background-color: #ff9100 !important; } |
|---|
| 2114 | + |
|---|
| 2115 | +.bgc-deep-orange-A400 { |
|---|
| 2116 | + background-color: #ff3d00 !important; } |
|---|
| 2117 | + |
|---|
| 2118 | +.bgc-red-A700 { |
|---|
| 2119 | + background-color: #d50000 !important; } |
|---|
| 2120 | + |
|---|
| 2121 | +.bgc-pink-A700 { |
|---|
| 2122 | + background-color: #c51162 !important; } |
|---|
| 2123 | + |
|---|
| 2124 | +.bgc-purple-A700 { |
|---|
| 2125 | + background-color: #aa00ff !important; } |
|---|
| 2126 | + |
|---|
| 2127 | +.bgc-deep-purple-A700 { |
|---|
| 2128 | + background-color: #6200ea !important; } |
|---|
| 2129 | + |
|---|
| 2130 | +.bgc-indigo-A700 { |
|---|
| 2131 | + background-color: #304ffe !important; } |
|---|
| 2132 | + |
|---|
| 2133 | +.bgc-blue-A700 { |
|---|
| 2134 | + background-color: #2962ff !important; } |
|---|
| 2135 | + |
|---|
| 2136 | +.bgc-light-blue-A700 { |
|---|
| 2137 | + background-color: #0091ea !important; } |
|---|
| 2138 | + |
|---|
| 2139 | +.bgc-cyan-A700 { |
|---|
| 2140 | + background-color: #00b8d4 !important; } |
|---|
| 2141 | + |
|---|
| 2142 | +.bgc-teal-A700 { |
|---|
| 2143 | + background-color: #00bfa5 !important; } |
|---|
| 2144 | + |
|---|
| 2145 | +.bgc-green-A700 { |
|---|
| 2146 | + background-color: #00c853 !important; } |
|---|
| 2147 | + |
|---|
| 2148 | +.bgc-light-green-A700 { |
|---|
| 2149 | + background-color: #64dd17 !important; } |
|---|
| 2150 | + |
|---|
| 2151 | +.bgc-lime-A700 { |
|---|
| 2152 | + background-color: #aeea00 !important; } |
|---|
| 2153 | + |
|---|
| 2154 | +.bgc-yellow-A700 { |
|---|
| 2155 | + background-color: #ffd600 !important; } |
|---|
| 2156 | + |
|---|
| 2157 | +.bgc-amber-A700 { |
|---|
| 2158 | + background-color: #ffab00 !important; } |
|---|
| 2159 | + |
|---|
| 2160 | +.bgc-orange-A700 { |
|---|
| 2161 | + background-color: #ff6d00 !important; } |
|---|
| 2162 | + |
|---|
| 2163 | +.bgc-deep-orange-A700 { |
|---|
| 2164 | + background-color: #dd2c00 !important; } |
|---|
| 2165 | + |
|---|
| 2166 | +.bgc-black { |
|---|
| 2167 | + background-color: black !important; } |
|---|
| 2168 | + |
|---|
| 2169 | +.bgc-black-1 { |
|---|
| 2170 | + background-color: black !important; } |
|---|
| 2171 | + |
|---|
| 2172 | +.bgc-black-2 { |
|---|
| 2173 | + background-color: black !important; } |
|---|
| 2174 | + |
|---|
| 2175 | +.bgc-black-3 { |
|---|
| 2176 | + background-color: rgba(0, 0, 0, 0.12) !important; } |
|---|
| 2177 | + |
|---|
| 2178 | +.bgc-black-4 { |
|---|
| 2179 | + background-color: black !important; } |
|---|
| 2180 | + |
|---|
| 2181 | +.bgc-white { |
|---|
| 2182 | + background-color: rgba(255, 255, 255, 0.7) !important; } |
|---|
| 2183 | + |
|---|
| 2184 | +.bgc-white-1 { |
|---|
| 2185 | + background-color: rgba(255, 255, 255, 0.3) !important; } |
|---|
| 2186 | + |
|---|
| 2187 | +.bgc-white-2 { |
|---|
| 2188 | + background-color: rgba(255, 255, 255, 0.3) !important; } |
|---|
| 2189 | + |
|---|
| 2190 | +.bgc-white-3 { |
|---|
| 2191 | + background-color: rgba(255, 255, 255, 0.12) !important; } |
|---|
| 2192 | + |
|---|
| 2193 | +.bgc-white-4 { |
|---|
| 2194 | + background-color: white !important; } |
|---|
| 2195 | + |
|---|
| 2196 | +.fill-red-50 { |
|---|
| 2197 | + fill: #ffebee !important; } |
|---|
| 2198 | + |
|---|
| 2199 | +.fill-pink-50 { |
|---|
| 2200 | + fill: #fce4ec !important; } |
|---|
| 2201 | + |
|---|
| 2202 | +.fill-purple-50 { |
|---|
| 2203 | + fill: #f3e5f5 !important; } |
|---|
| 2204 | + |
|---|
| 2205 | +.fill-deep-purple-50 { |
|---|
| 2206 | + fill: #ede7f6 !important; } |
|---|
| 2207 | + |
|---|
| 2208 | +.fill-indigo-50 { |
|---|
| 2209 | + fill: #e8eaf6 !important; } |
|---|
| 2210 | + |
|---|
| 2211 | +.fill-blue-50 { |
|---|
| 2212 | + fill: #e3f2fd !important; } |
|---|
| 2213 | + |
|---|
| 2214 | +.fill-light-blue-50 { |
|---|
| 2215 | + fill: #e1f5fe !important; } |
|---|
| 2216 | + |
|---|
| 2217 | +.fill-cyan-50 { |
|---|
| 2218 | + fill: #e0f7fa !important; } |
|---|
| 2219 | + |
|---|
| 2220 | +.fill-teal-50 { |
|---|
| 2221 | + fill: #e0f2f1 !important; } |
|---|
| 2222 | + |
|---|
| 2223 | +.fill-green-50 { |
|---|
| 2224 | + fill: #e8f5e9 !important; } |
|---|
| 2225 | + |
|---|
| 2226 | +.fill-light-green-50 { |
|---|
| 2227 | + fill: #f1f8e9 !important; } |
|---|
| 2228 | + |
|---|
| 2229 | +.fill-lime-50 { |
|---|
| 2230 | + fill: #f9fbe7 !important; } |
|---|
| 2231 | + |
|---|
| 2232 | +.fill-yellow-50 { |
|---|
| 2233 | + fill: #fffde7 !important; } |
|---|
| 2234 | + |
|---|
| 2235 | +.fill-amber-50 { |
|---|
| 2236 | + fill: #fff8e1 !important; } |
|---|
| 2237 | + |
|---|
| 2238 | +.fill-orange-50 { |
|---|
| 2239 | + fill: #fff3e0 !important; } |
|---|
| 2240 | + |
|---|
| 2241 | +.fill-deep-orange-50 { |
|---|
| 2242 | + fill: #fbe9e7 !important; } |
|---|
| 2243 | + |
|---|
| 2244 | +.fill-brown-50 { |
|---|
| 2245 | + fill: #efebe9 !important; } |
|---|
| 2246 | + |
|---|
| 2247 | +.fill-grey-50 { |
|---|
| 2248 | + fill: #fafafa !important; } |
|---|
| 2249 | + |
|---|
| 2250 | +.fill-blue-grey-50 { |
|---|
| 2251 | + fill: #eceff1 !important; } |
|---|
| 2252 | + |
|---|
| 2253 | +.fill-red-100 { |
|---|
| 2254 | + fill: #ffcdd2 !important; } |
|---|
| 2255 | + |
|---|
| 2256 | +.fill-pink-100 { |
|---|
| 2257 | + fill: #f8bbd0 !important; } |
|---|
| 2258 | + |
|---|
| 2259 | +.fill-purple-100 { |
|---|
| 2260 | + fill: #e1bee7 !important; } |
|---|
| 2261 | + |
|---|
| 2262 | +.fill-deep-purple-100 { |
|---|
| 2263 | + fill: #d1c4e9 !important; } |
|---|
| 2264 | + |
|---|
| 2265 | +.fill-indigo-100 { |
|---|
| 2266 | + fill: #c5cae9 !important; } |
|---|
| 2267 | + |
|---|
| 2268 | +.fill-blue-100 { |
|---|
| 2269 | + fill: #bbdefb !important; } |
|---|
| 2270 | + |
|---|
| 2271 | +.fill-light-blue-100 { |
|---|
| 2272 | + fill: #b3e5fc !important; } |
|---|
| 2273 | + |
|---|
| 2274 | +.fill-cyan-100 { |
|---|
| 2275 | + fill: #b2ebf2 !important; } |
|---|
| 2276 | + |
|---|
| 2277 | +.fill-teal-100 { |
|---|
| 2278 | + fill: #b2dfdb !important; } |
|---|
| 2279 | + |
|---|
| 2280 | +.fill-green-100 { |
|---|
| 2281 | + fill: #c8e6c9 !important; } |
|---|
| 2282 | + |
|---|
| 2283 | +.fill-light-green-100 { |
|---|
| 2284 | + fill: #dcedc8 !important; } |
|---|
| 2285 | + |
|---|
| 2286 | +.fill-lime-100 { |
|---|
| 2287 | + fill: #f0f4c3 !important; } |
|---|
| 2288 | + |
|---|
| 2289 | +.fill-yellow-100 { |
|---|
| 2290 | + fill: #fff9c4 !important; } |
|---|
| 2291 | + |
|---|
| 2292 | +.fill-amber-100 { |
|---|
| 2293 | + fill: #ffecb3 !important; } |
|---|
| 2294 | + |
|---|
| 2295 | +.fill-orange-100 { |
|---|
| 2296 | + fill: #ffe0b2 !important; } |
|---|
| 2297 | + |
|---|
| 2298 | +.fill-deep-orange-100 { |
|---|
| 2299 | + fill: #ffccbc !important; } |
|---|
| 2300 | + |
|---|
| 2301 | +.fill-brown-100 { |
|---|
| 2302 | + fill: #d7ccc8 !important; } |
|---|
| 2303 | + |
|---|
| 2304 | +.fill-grey-100 { |
|---|
| 2305 | + fill: whitesmoke !important; } |
|---|
| 2306 | + |
|---|
| 2307 | +.fill-blue-grey-100 { |
|---|
| 2308 | + fill: #cfd8dc !important; } |
|---|
| 2309 | + |
|---|
| 2310 | +.fill-red-200 { |
|---|
| 2311 | + fill: #ef9a9a !important; } |
|---|
| 2312 | + |
|---|
| 2313 | +.fill-pink-200 { |
|---|
| 2314 | + fill: #f48fb1 !important; } |
|---|
| 2315 | + |
|---|
| 2316 | +.fill-purple-200 { |
|---|
| 2317 | + fill: #ce93d8 !important; } |
|---|
| 2318 | + |
|---|
| 2319 | +.fill-deep-purple-200 { |
|---|
| 2320 | + fill: #b39ddb !important; } |
|---|
| 2321 | + |
|---|
| 2322 | +.fill-indigo-200 { |
|---|
| 2323 | + fill: #9fa8da !important; } |
|---|
| 2324 | + |
|---|
| 2325 | +.fill-blue-200 { |
|---|
| 2326 | + fill: #90caf9 !important; } |
|---|
| 2327 | + |
|---|
| 2328 | +.fill-light-blue-200 { |
|---|
| 2329 | + fill: #81d4fa !important; } |
|---|
| 2330 | + |
|---|
| 2331 | +.fill-cyan-200 { |
|---|
| 2332 | + fill: #80deea !important; } |
|---|
| 2333 | + |
|---|
| 2334 | +.fill-teal-200 { |
|---|
| 2335 | + fill: #80cbc4 !important; } |
|---|
| 2336 | + |
|---|
| 2337 | +.fill-green-200 { |
|---|
| 2338 | + fill: #a5d6a7 !important; } |
|---|
| 2339 | + |
|---|
| 2340 | +.fill-light-green-200 { |
|---|
| 2341 | + fill: #c5e1a5 !important; } |
|---|
| 2342 | + |
|---|
| 2343 | +.fill-lime-200 { |
|---|
| 2344 | + fill: #e6ee9c !important; } |
|---|
| 2345 | + |
|---|
| 2346 | +.fill-yellow-200 { |
|---|
| 2347 | + fill: #fff59d !important; } |
|---|
| 2348 | + |
|---|
| 2349 | +.fill-amber-200 { |
|---|
| 2350 | + fill: #ffe082 !important; } |
|---|
| 2351 | + |
|---|
| 2352 | +.fill-orange-200 { |
|---|
| 2353 | + fill: #ffcc80 !important; } |
|---|
| 2354 | + |
|---|
| 2355 | +.fill-deep-orange-200 { |
|---|
| 2356 | + fill: #ffab91 !important; } |
|---|
| 2357 | + |
|---|
| 2358 | +.fill-brown-200 { |
|---|
| 2359 | + fill: #bcaaa4 !important; } |
|---|
| 2360 | + |
|---|
| 2361 | +.fill-grey-200 { |
|---|
| 2362 | + fill: #eeeeee !important; } |
|---|
| 2363 | + |
|---|
| 2364 | +.fill-blue-grey-200 { |
|---|
| 2365 | + fill: #b0bec5 !important; } |
|---|
| 2366 | + |
|---|
| 2367 | +.fill-red-300 { |
|---|
| 2368 | + fill: #e57373 !important; } |
|---|
| 2369 | + |
|---|
| 2370 | +.fill-pink-300 { |
|---|
| 2371 | + fill: #f06292 !important; } |
|---|
| 2372 | + |
|---|
| 2373 | +.fill-purple-300 { |
|---|
| 2374 | + fill: #ba68c8 !important; } |
|---|
| 2375 | + |
|---|
| 2376 | +.fill-deep-purple-300 { |
|---|
| 2377 | + fill: #9575cd !important; } |
|---|
| 2378 | + |
|---|
| 2379 | +.fill-indigo-300 { |
|---|
| 2380 | + fill: #7986cb !important; } |
|---|
| 2381 | + |
|---|
| 2382 | +.fill-blue-300 { |
|---|
| 2383 | + fill: #64b5f6 !important; } |
|---|
| 2384 | + |
|---|
| 2385 | +.fill-light-blue-300 { |
|---|
| 2386 | + fill: #4fc3f7 !important; } |
|---|
| 2387 | + |
|---|
| 2388 | +.fill-cyan-300 { |
|---|
| 2389 | + fill: #4dd0e1 !important; } |
|---|
| 2390 | + |
|---|
| 2391 | +.fill-teal-300 { |
|---|
| 2392 | + fill: #4db6ac !important; } |
|---|
| 2393 | + |
|---|
| 2394 | +.fill-green-300 { |
|---|
| 2395 | + fill: #81c784 !important; } |
|---|
| 2396 | + |
|---|
| 2397 | +.fill-light-green-300 { |
|---|
| 2398 | + fill: #aed581 !important; } |
|---|
| 2399 | + |
|---|
| 2400 | +.fill-lime-300 { |
|---|
| 2401 | + fill: #dce775 !important; } |
|---|
| 2402 | + |
|---|
| 2403 | +.fill-yellow-300 { |
|---|
| 2404 | + fill: #fff176 !important; } |
|---|
| 2405 | + |
|---|
| 2406 | +.fill-amber-300 { |
|---|
| 2407 | + fill: #ffd54f !important; } |
|---|
| 2408 | + |
|---|
| 2409 | +.fill-orange-300 { |
|---|
| 2410 | + fill: #ffb74d !important; } |
|---|
| 2411 | + |
|---|
| 2412 | +.fill-deep-orange-300 { |
|---|
| 2413 | + fill: #ff8a65 !important; } |
|---|
| 2414 | + |
|---|
| 2415 | +.fill-brown-300 { |
|---|
| 2416 | + fill: #a1887f !important; } |
|---|
| 2417 | + |
|---|
| 2418 | +.fill-grey-300 { |
|---|
| 2419 | + fill: #e0e0e0 !important; } |
|---|
| 2420 | + |
|---|
| 2421 | +.fill-blue-grey-300 { |
|---|
| 2422 | + fill: #90a4ae !important; } |
|---|
| 2423 | + |
|---|
| 2424 | +.fill-red-400 { |
|---|
| 2425 | + fill: #ef5350 !important; } |
|---|
| 2426 | + |
|---|
| 2427 | +.fill-pink-400 { |
|---|
| 2428 | + fill: #ec407a !important; } |
|---|
| 2429 | + |
|---|
| 2430 | +.fill-purple-400 { |
|---|
| 2431 | + fill: #ab47bc !important; } |
|---|
| 2432 | + |
|---|
| 2433 | +.fill-deep-purple-400 { |
|---|
| 2434 | + fill: #7e57c2 !important; } |
|---|
| 2435 | + |
|---|
| 2436 | +.fill-indigo-400 { |
|---|
| 2437 | + fill: #5c6bc0 !important; } |
|---|
| 2438 | + |
|---|
| 2439 | +.fill-blue-400 { |
|---|
| 2440 | + fill: #42a5f5 !important; } |
|---|
| 2441 | + |
|---|
| 2442 | +.fill-light-blue-400 { |
|---|
| 2443 | + fill: #29b6f6 !important; } |
|---|
| 2444 | + |
|---|
| 2445 | +.fill-cyan-400 { |
|---|
| 2446 | + fill: #26c6da !important; } |
|---|
| 2447 | + |
|---|
| 2448 | +.fill-teal-400 { |
|---|
| 2449 | + fill: #26a69a !important; } |
|---|
| 2450 | + |
|---|
| 2451 | +.fill-green-400 { |
|---|
| 2452 | + fill: #66bb6a !important; } |
|---|
| 2453 | + |
|---|
| 2454 | +.fill-light-green-400 { |
|---|
| 2455 | + fill: #9ccc65 !important; } |
|---|
| 2456 | + |
|---|
| 2457 | +.fill-lime-400 { |
|---|
| 2458 | + fill: #d4e157 !important; } |
|---|
| 2459 | + |
|---|
| 2460 | +.fill-yellow-400 { |
|---|
| 2461 | + fill: #ffee58 !important; } |
|---|
| 2462 | + |
|---|
| 2463 | +.fill-amber-400 { |
|---|
| 2464 | + fill: #ffca28 !important; } |
|---|
| 2465 | + |
|---|
| 2466 | +.fill-orange-400 { |
|---|
| 2467 | + fill: #ffa726 !important; } |
|---|
| 2468 | + |
|---|
| 2469 | +.fill-deep-orange-400 { |
|---|
| 2470 | + fill: #ff7043 !important; } |
|---|
| 2471 | + |
|---|
| 2472 | +.fill-brown-400 { |
|---|
| 2473 | + fill: #8d6e63 !important; } |
|---|
| 2474 | + |
|---|
| 2475 | +.fill-grey-400 { |
|---|
| 2476 | + fill: #bdbdbd !important; } |
|---|
| 2477 | + |
|---|
| 2478 | +.fill-blue-grey-400 { |
|---|
| 2479 | + fill: #78909c !important; } |
|---|
| 2480 | + |
|---|
| 2481 | +.fill-red-500 { |
|---|
| 2482 | + fill: #f44336 !important; } |
|---|
| 2483 | + |
|---|
| 2484 | +.fill-pink-500 { |
|---|
| 2485 | + fill: #e91e63 !important; } |
|---|
| 2486 | + |
|---|
| 2487 | +.fill-purple-500 { |
|---|
| 2488 | + fill: #9c27b0 !important; } |
|---|
| 2489 | + |
|---|
| 2490 | +.fill-deep-purple-500 { |
|---|
| 2491 | + fill: #673ab7 !important; } |
|---|
| 2492 | + |
|---|
| 2493 | +.fill-indigo-500 { |
|---|
| 2494 | + fill: #3f51b5 !important; } |
|---|
| 2495 | + |
|---|
| 2496 | +.fill-blue-500 { |
|---|
| 2497 | + fill: #2196f3 !important; } |
|---|
| 2498 | + |
|---|
| 2499 | +.fill-light-blue-500 { |
|---|
| 2500 | + fill: #03a9f4 !important; } |
|---|
| 2501 | + |
|---|
| 2502 | +.fill-cyan-500 { |
|---|
| 2503 | + fill: #00bcd4 !important; } |
|---|
| 2504 | + |
|---|
| 2505 | +.fill-teal-500 { |
|---|
| 2506 | + fill: #009688 !important; } |
|---|
| 2507 | + |
|---|
| 2508 | +.fill-green-500 { |
|---|
| 2509 | + fill: #4caf50 !important; } |
|---|
| 2510 | + |
|---|
| 2511 | +.fill-light-green-500 { |
|---|
| 2512 | + fill: #8bc34a !important; } |
|---|
| 2513 | + |
|---|
| 2514 | +.fill-lime-500 { |
|---|
| 2515 | + fill: #cddc39 !important; } |
|---|
| 2516 | + |
|---|
| 2517 | +.fill-yellow-500 { |
|---|
| 2518 | + fill: #ffeb3b !important; } |
|---|
| 2519 | + |
|---|
| 2520 | +.fill-amber-500 { |
|---|
| 2521 | + fill: #ffc107 !important; } |
|---|
| 2522 | + |
|---|
| 2523 | +.fill-orange-500 { |
|---|
| 2524 | + fill: #ff9800 !important; } |
|---|
| 2525 | + |
|---|
| 2526 | +.fill-deep-orange-500 { |
|---|
| 2527 | + fill: #ff5722 !important; } |
|---|
| 2528 | + |
|---|
| 2529 | +.fill-brown-500 { |
|---|
| 2530 | + fill: #795548 !important; } |
|---|
| 2531 | + |
|---|
| 2532 | +.fill-grey-500 { |
|---|
| 2533 | + fill: #9e9e9e !important; } |
|---|
| 2534 | + |
|---|
| 2535 | +.fill-blue-grey-500 { |
|---|
| 2536 | + fill: #607d8b !important; } |
|---|
| 2537 | + |
|---|
| 2538 | +.fill-red-600 { |
|---|
| 2539 | + fill: #e53935 !important; } |
|---|
| 2540 | + |
|---|
| 2541 | +.fill-pink-600 { |
|---|
| 2542 | + fill: #d81b60 !important; } |
|---|
| 2543 | + |
|---|
| 2544 | +.fill-purple-600 { |
|---|
| 2545 | + fill: #8e24aa !important; } |
|---|
| 2546 | + |
|---|
| 2547 | +.fill-deep-purple-600 { |
|---|
| 2548 | + fill: #5e35b1 !important; } |
|---|
| 2549 | + |
|---|
| 2550 | +.fill-indigo-600 { |
|---|
| 2551 | + fill: #3949ab !important; } |
|---|
| 2552 | + |
|---|
| 2553 | +.fill-blue-600 { |
|---|
| 2554 | + fill: #1e88e5 !important; } |
|---|
| 2555 | + |
|---|
| 2556 | +.fill-light-blue-600 { |
|---|
| 2557 | + fill: #039be5 !important; } |
|---|
| 2558 | + |
|---|
| 2559 | +.fill-cyan-600 { |
|---|
| 2560 | + fill: #00acc1 !important; } |
|---|
| 2561 | + |
|---|
| 2562 | +.fill-teal-600 { |
|---|
| 2563 | + fill: #00897b !important; } |
|---|
| 2564 | + |
|---|
| 2565 | +.fill-green-600 { |
|---|
| 2566 | + fill: #43a047 !important; } |
|---|
| 2567 | + |
|---|
| 2568 | +.fill-light-green-600 { |
|---|
| 2569 | + fill: #7cb342 !important; } |
|---|
| 2570 | + |
|---|
| 2571 | +.fill-lime-600 { |
|---|
| 2572 | + fill: #c0ca33 !important; } |
|---|
| 2573 | + |
|---|
| 2574 | +.fill-yellow-600 { |
|---|
| 2575 | + fill: #fdd835 !important; } |
|---|
| 2576 | + |
|---|
| 2577 | +.fill-amber-600 { |
|---|
| 2578 | + fill: #ffb300 !important; } |
|---|
| 2579 | + |
|---|
| 2580 | +.fill-orange-600 { |
|---|
| 2581 | + fill: #fb8c00 !important; } |
|---|
| 2582 | + |
|---|
| 2583 | +.fill-deep-orange-600 { |
|---|
| 2584 | + fill: #f4511e !important; } |
|---|
| 2585 | + |
|---|
| 2586 | +.fill-brown-600 { |
|---|
| 2587 | + fill: #6d4c41 !important; } |
|---|
| 2588 | + |
|---|
| 2589 | +.fill-grey-600 { |
|---|
| 2590 | + fill: #757575 !important; } |
|---|
| 2591 | + |
|---|
| 2592 | +.fill-blue-grey-600 { |
|---|
| 2593 | + fill: #546e7a !important; } |
|---|
| 2594 | + |
|---|
| 2595 | +.fill-red-700 { |
|---|
| 2596 | + fill: #d32f2f !important; } |
|---|
| 2597 | + |
|---|
| 2598 | +.fill-pink-700 { |
|---|
| 2599 | + fill: #c2185b !important; } |
|---|
| 2600 | + |
|---|
| 2601 | +.fill-purple-700 { |
|---|
| 2602 | + fill: #7b1fa2 !important; } |
|---|
| 2603 | + |
|---|
| 2604 | +.fill-deep-purple-700 { |
|---|
| 2605 | + fill: #512da8 !important; } |
|---|
| 2606 | + |
|---|
| 2607 | +.fill-indigo-700 { |
|---|
| 2608 | + fill: #303f9f !important; } |
|---|
| 2609 | + |
|---|
| 2610 | +.fill-blue-700 { |
|---|
| 2611 | + fill: #1976d2 !important; } |
|---|
| 2612 | + |
|---|
| 2613 | +.fill-light-blue-700 { |
|---|
| 2614 | + fill: #0288d1 !important; } |
|---|
| 2615 | + |
|---|
| 2616 | +.fill-cyan-700 { |
|---|
| 2617 | + fill: #0097a7 !important; } |
|---|
| 2618 | + |
|---|
| 2619 | +.fill-teal-700 { |
|---|
| 2620 | + fill: #00796b !important; } |
|---|
| 2621 | + |
|---|
| 2622 | +.fill-green-700 { |
|---|
| 2623 | + fill: #388e3c !important; } |
|---|
| 2624 | + |
|---|
| 2625 | +.fill-light-green-700 { |
|---|
| 2626 | + fill: #689f38 !important; } |
|---|
| 2627 | + |
|---|
| 2628 | +.fill-lime-700 { |
|---|
| 2629 | + fill: #afb42b !important; } |
|---|
| 2630 | + |
|---|
| 2631 | +.fill-yellow-700 { |
|---|
| 2632 | + fill: #fbc02d !important; } |
|---|
| 2633 | + |
|---|
| 2634 | +.fill-amber-700 { |
|---|
| 2635 | + fill: #ffa000 !important; } |
|---|
| 2636 | + |
|---|
| 2637 | +.fill-orange-700 { |
|---|
| 2638 | + fill: #f57c00 !important; } |
|---|
| 2639 | + |
|---|
| 2640 | +.fill-deep-orange-700 { |
|---|
| 2641 | + fill: #e64a19 !important; } |
|---|
| 2642 | + |
|---|
| 2643 | +.fill-brown-700 { |
|---|
| 2644 | + fill: #5d4037 !important; } |
|---|
| 2645 | + |
|---|
| 2646 | +.fill-grey-700 { |
|---|
| 2647 | + fill: #616161 !important; } |
|---|
| 2648 | + |
|---|
| 2649 | +.fill-blue-grey-700 { |
|---|
| 2650 | + fill: #455a64 !important; } |
|---|
| 2651 | + |
|---|
| 2652 | +.fill-red-800 { |
|---|
| 2653 | + fill: #c62828 !important; } |
|---|
| 2654 | + |
|---|
| 2655 | +.fill-pink-800 { |
|---|
| 2656 | + fill: #ad1457 !important; } |
|---|
| 2657 | + |
|---|
| 2658 | +.fill-purple-800 { |
|---|
| 2659 | + fill: #6a1b9a !important; } |
|---|
| 2660 | + |
|---|
| 2661 | +.fill-deep-purple-800 { |
|---|
| 2662 | + fill: #4527a0 !important; } |
|---|
| 2663 | + |
|---|
| 2664 | +.fill-indigo-800 { |
|---|
| 2665 | + fill: #283593 !important; } |
|---|
| 2666 | + |
|---|
| 2667 | +.fill-blue-800 { |
|---|
| 2668 | + fill: #1565c0 !important; } |
|---|
| 2669 | + |
|---|
| 2670 | +.fill-light-blue-800 { |
|---|
| 2671 | + fill: #0277bd !important; } |
|---|
| 2672 | + |
|---|
| 2673 | +.fill-cyan-800 { |
|---|
| 2674 | + fill: #00838f !important; } |
|---|
| 2675 | + |
|---|
| 2676 | +.fill-teal-800 { |
|---|
| 2677 | + fill: #00695c !important; } |
|---|
| 2678 | + |
|---|
| 2679 | +.fill-green-800 { |
|---|
| 2680 | + fill: #2e7d32 !important; } |
|---|
| 2681 | + |
|---|
| 2682 | +.fill-light-green-800 { |
|---|
| 2683 | + fill: #558b2f !important; } |
|---|
| 2684 | + |
|---|
| 2685 | +.fill-lime-800 { |
|---|
| 2686 | + fill: #9e9d24 !important; } |
|---|
| 2687 | + |
|---|
| 2688 | +.fill-yellow-800 { |
|---|
| 2689 | + fill: #f9a825 !important; } |
|---|
| 2690 | + |
|---|
| 2691 | +.fill-amber-800 { |
|---|
| 2692 | + fill: #ff8f00 !important; } |
|---|
| 2693 | + |
|---|
| 2694 | +.fill-orange-800 { |
|---|
| 2695 | + fill: #ef6c00 !important; } |
|---|
| 2696 | + |
|---|
| 2697 | +.fill-deep-orange-800 { |
|---|
| 2698 | + fill: #d84315 !important; } |
|---|
| 2699 | + |
|---|
| 2700 | +.fill-brown-800 { |
|---|
| 2701 | + fill: #4e342e !important; } |
|---|
| 2702 | + |
|---|
| 2703 | +.fill-grey-800 { |
|---|
| 2704 | + fill: #424242 !important; } |
|---|
| 2705 | + |
|---|
| 2706 | +.fill-blue-grey-800 { |
|---|
| 2707 | + fill: #37474f !important; } |
|---|
| 2708 | + |
|---|
| 2709 | +.fill-red-900 { |
|---|
| 2710 | + fill: #b71c1c !important; } |
|---|
| 2711 | + |
|---|
| 2712 | +.fill-pink-900 { |
|---|
| 2713 | + fill: #880e4f !important; } |
|---|
| 2714 | + |
|---|
| 2715 | +.fill-purple-900 { |
|---|
| 2716 | + fill: #4a148c !important; } |
|---|
| 2717 | + |
|---|
| 2718 | +.fill-deep-purple-900 { |
|---|
| 2719 | + fill: #311b92 !important; } |
|---|
| 2720 | + |
|---|
| 2721 | +.fill-indigo-900 { |
|---|
| 2722 | + fill: #1a237e !important; } |
|---|
| 2723 | + |
|---|
| 2724 | +.fill-blue-900 { |
|---|
| 2725 | + fill: #0d47a1 !important; } |
|---|
| 2726 | + |
|---|
| 2727 | +.fill-light-blue-900 { |
|---|
| 2728 | + fill: #01579b !important; } |
|---|
| 2729 | + |
|---|
| 2730 | +.fill-cyan-900 { |
|---|
| 2731 | + fill: #006064 !important; } |
|---|
| 2732 | + |
|---|
| 2733 | +.fill-teal-900 { |
|---|
| 2734 | + fill: #004d40 !important; } |
|---|
| 2735 | + |
|---|
| 2736 | +.fill-green-900 { |
|---|
| 2737 | + fill: #1b5e20 !important; } |
|---|
| 2738 | + |
|---|
| 2739 | +.fill-light-green-900 { |
|---|
| 2740 | + fill: #33691e !important; } |
|---|
| 2741 | + |
|---|
| 2742 | +.fill-lime-900 { |
|---|
| 2743 | + fill: #827717 !important; } |
|---|
| 2744 | + |
|---|
| 2745 | +.fill-yellow-900 { |
|---|
| 2746 | + fill: #f57f17 !important; } |
|---|
| 2747 | + |
|---|
| 2748 | +.fill-amber-900 { |
|---|
| 2749 | + fill: #ff6f00 !important; } |
|---|
| 2750 | + |
|---|
| 2751 | +.fill-orange-900 { |
|---|
| 2752 | + fill: #e65100 !important; } |
|---|
| 2753 | + |
|---|
| 2754 | +.fill-deep-orange-900 { |
|---|
| 2755 | + fill: #bf360c !important; } |
|---|
| 2756 | + |
|---|
| 2757 | +.fill-brown-900 { |
|---|
| 2758 | + fill: #3e2723 !important; } |
|---|
| 2759 | + |
|---|
| 2760 | +.fill-grey-900 { |
|---|
| 2761 | + fill: #212121 !important; } |
|---|
| 2762 | + |
|---|
| 2763 | +.fill-blue-grey-900 { |
|---|
| 2764 | + fill: #263238 !important; } |
|---|
| 2765 | + |
|---|
| 2766 | +.fill-red-A100 { |
|---|
| 2767 | + fill: #ff8a80 !important; } |
|---|
| 2768 | + |
|---|
| 2769 | +.fill-pink-A100 { |
|---|
| 2770 | + fill: #ff80ab !important; } |
|---|
| 2771 | + |
|---|
| 2772 | +.fill-purple-A100 { |
|---|
| 2773 | + fill: #ea80fc !important; } |
|---|
| 2774 | + |
|---|
| 2775 | +.fill-deep-purple-A100 { |
|---|
| 2776 | + fill: #b388ff !important; } |
|---|
| 2777 | + |
|---|
| 2778 | +.fill-indigo-A100 { |
|---|
| 2779 | + fill: #8c9eff !important; } |
|---|
| 2780 | + |
|---|
| 2781 | +.fill-blue-A100 { |
|---|
| 2782 | + fill: #82b1ff !important; } |
|---|
| 2783 | + |
|---|
| 2784 | +.fill-light-blue-A100 { |
|---|
| 2785 | + fill: #80d8ff !important; } |
|---|
| 2786 | + |
|---|
| 2787 | +.fill-cyan-A100 { |
|---|
| 2788 | + fill: #84ffff !important; } |
|---|
| 2789 | + |
|---|
| 2790 | +.fill-teal-A100 { |
|---|
| 2791 | + fill: #a7ffeb !important; } |
|---|
| 2792 | + |
|---|
| 2793 | +.fill-green-A100 { |
|---|
| 2794 | + fill: #b9f6ca !important; } |
|---|
| 2795 | + |
|---|
| 2796 | +.fill-light-green-A100 { |
|---|
| 2797 | + fill: #ccff90 !important; } |
|---|
| 2798 | + |
|---|
| 2799 | +.fill-lime-A100 { |
|---|
| 2800 | + fill: #f4ff81 !important; } |
|---|
| 2801 | + |
|---|
| 2802 | +.fill-yellow-A100 { |
|---|
| 2803 | + fill: #ffff8d !important; } |
|---|
| 2804 | + |
|---|
| 2805 | +.fill-amber-A100 { |
|---|
| 2806 | + fill: #ffe57f !important; } |
|---|
| 2807 | + |
|---|
| 2808 | +.fill-orange-A100 { |
|---|
| 2809 | + fill: #ffd180 !important; } |
|---|
| 2810 | + |
|---|
| 2811 | +.fill-deep-orange-A100 { |
|---|
| 2812 | + fill: #ff9e80 !important; } |
|---|
| 2813 | + |
|---|
| 2814 | +.fill-red-A200 { |
|---|
| 2815 | + fill: #ff5252 !important; } |
|---|
| 2816 | + |
|---|
| 2817 | +.fill-pink-A200 { |
|---|
| 2818 | + fill: #ff4081 !important; } |
|---|
| 2819 | + |
|---|
| 2820 | +.fill-purple-A200 { |
|---|
| 2821 | + fill: #e040fb !important; } |
|---|
| 2822 | + |
|---|
| 2823 | +.fill-deep-purple-A200 { |
|---|
| 2824 | + fill: #7c4dff !important; } |
|---|
| 2825 | + |
|---|
| 2826 | +.fill-indigo-A200 { |
|---|
| 2827 | + fill: #536dfe !important; } |
|---|
| 2828 | + |
|---|
| 2829 | +.fill-blue-A200 { |
|---|
| 2830 | + fill: #448aff !important; } |
|---|
| 2831 | + |
|---|
| 2832 | +.fill-light-blue-A200 { |
|---|
| 2833 | + fill: #40c4ff !important; } |
|---|
| 2834 | + |
|---|
| 2835 | +.fill-cyan-A200 { |
|---|
| 2836 | + fill: #18ffff !important; } |
|---|
| 2837 | + |
|---|
| 2838 | +.fill-teal-A200 { |
|---|
| 2839 | + fill: #64ffda !important; } |
|---|
| 2840 | + |
|---|
| 2841 | +.fill-green-A200 { |
|---|
| 2842 | + fill: #69f0ae !important; } |
|---|
| 2843 | + |
|---|
| 2844 | +.fill-light-green-A200 { |
|---|
| 2845 | + fill: #b2ff59 !important; } |
|---|
| 2846 | + |
|---|
| 2847 | +.fill-lime-A200 { |
|---|
| 2848 | + fill: #eeff41 !important; } |
|---|
| 2849 | + |
|---|
| 2850 | +.fill-yellow-A200 { |
|---|
| 2851 | + fill: yellow !important; } |
|---|
| 2852 | + |
|---|
| 2853 | +.fill-amber-A200 { |
|---|
| 2854 | + fill: #ffd740 !important; } |
|---|
| 2855 | + |
|---|
| 2856 | +.fill-orange-A200 { |
|---|
| 2857 | + fill: #ffab40 !important; } |
|---|
| 2858 | + |
|---|
| 2859 | +.fill-deep-orange-A200 { |
|---|
| 2860 | + fill: #ff6e40 !important; } |
|---|
| 2861 | + |
|---|
| 2862 | +.fill-red-A400 { |
|---|
| 2863 | + fill: #ff1744 !important; } |
|---|
| 2864 | + |
|---|
| 2865 | +.fill-pink-A400 { |
|---|
| 2866 | + fill: #f50057 !important; } |
|---|
| 2867 | + |
|---|
| 2868 | +.fill-purple-A400 { |
|---|
| 2869 | + fill: #d500f9 !important; } |
|---|
| 2870 | + |
|---|
| 2871 | +.fill-deep-purple-A400 { |
|---|
| 2872 | + fill: #651fff !important; } |
|---|
| 2873 | + |
|---|
| 2874 | +.fill-indigo-A400 { |
|---|
| 2875 | + fill: #3d5afe !important; } |
|---|
| 2876 | + |
|---|
| 2877 | +.fill-blue-A400 { |
|---|
| 2878 | + fill: #2979ff !important; } |
|---|
| 2879 | + |
|---|
| 2880 | +.fill-light-blue-A400 { |
|---|
| 2881 | + fill: #00b0ff !important; } |
|---|
| 2882 | + |
|---|
| 2883 | +.fill-cyan-A400 { |
|---|
| 2884 | + fill: #00e5ff !important; } |
|---|
| 2885 | + |
|---|
| 2886 | +.fill-teal-A400 { |
|---|
| 2887 | + fill: #1de9b6 !important; } |
|---|
| 2888 | + |
|---|
| 2889 | +.fill-green-A400 { |
|---|
| 2890 | + fill: #00e676 !important; } |
|---|
| 2891 | + |
|---|
| 2892 | +.fill-light-green-A400 { |
|---|
| 2893 | + fill: #76ff03 !important; } |
|---|
| 2894 | + |
|---|
| 2895 | +.fill-lime-A400 { |
|---|
| 2896 | + fill: #c6ff00 !important; } |
|---|
| 2897 | + |
|---|
| 2898 | +.fill-yellow-A400 { |
|---|
| 2899 | + fill: #ffea00 !important; } |
|---|
| 2900 | + |
|---|
| 2901 | +.fill-amber-A400 { |
|---|
| 2902 | + fill: #ffc400 !important; } |
|---|
| 2903 | + |
|---|
| 2904 | +.fill-orange-A400 { |
|---|
| 2905 | + fill: #ff9100 !important; } |
|---|
| 2906 | + |
|---|
| 2907 | +.fill-deep-orange-A400 { |
|---|
| 2908 | + fill: #ff3d00 !important; } |
|---|
| 2909 | + |
|---|
| 2910 | +.fill-red-A700 { |
|---|
| 2911 | + fill: #d50000 !important; } |
|---|
| 2912 | + |
|---|
| 2913 | +.fill-pink-A700 { |
|---|
| 2914 | + fill: #c51162 !important; } |
|---|
| 2915 | + |
|---|
| 2916 | +.fill-purple-A700 { |
|---|
| 2917 | + fill: #aa00ff !important; } |
|---|
| 2918 | + |
|---|
| 2919 | +.fill-deep-purple-A700 { |
|---|
| 2920 | + fill: #6200ea !important; } |
|---|
| 2921 | + |
|---|
| 2922 | +.fill-indigo-A700 { |
|---|
| 2923 | + fill: #304ffe !important; } |
|---|
| 2924 | + |
|---|
| 2925 | +.fill-blue-A700 { |
|---|
| 2926 | + fill: #2962ff !important; } |
|---|
| 2927 | + |
|---|
| 2928 | +.fill-light-blue-A700 { |
|---|
| 2929 | + fill: #0091ea !important; } |
|---|
| 2930 | + |
|---|
| 2931 | +.fill-cyan-A700 { |
|---|
| 2932 | + fill: #00b8d4 !important; } |
|---|
| 2933 | + |
|---|
| 2934 | +.fill-teal-A700 { |
|---|
| 2935 | + fill: #00bfa5 !important; } |
|---|
| 2936 | + |
|---|
| 2937 | +.fill-green-A700 { |
|---|
| 2938 | + fill: #00c853 !important; } |
|---|
| 2939 | + |
|---|
| 2940 | +.fill-light-green-A700 { |
|---|
| 2941 | + fill: #64dd17 !important; } |
|---|
| 2942 | + |
|---|
| 2943 | +.fill-lime-A700 { |
|---|
| 2944 | + fill: #aeea00 !important; } |
|---|
| 2945 | + |
|---|
| 2946 | +.fill-yellow-A700 { |
|---|
| 2947 | + fill: #ffd600 !important; } |
|---|
| 2948 | + |
|---|
| 2949 | +.fill-amber-A700 { |
|---|
| 2950 | + fill: #ffab00 !important; } |
|---|
| 2951 | + |
|---|
| 2952 | +.fill-orange-A700 { |
|---|
| 2953 | + fill: #ff6d00 !important; } |
|---|
| 2954 | + |
|---|
| 2955 | +.fill-deep-orange-A700 { |
|---|
| 2956 | + fill: #dd2c00 !important; } |
|---|
| 2957 | + |
|---|
| 2958 | +.fill-black { |
|---|
| 2959 | + fill: black !important; } |
|---|
| 2960 | + |
|---|
| 2961 | +.fill-black-1 { |
|---|
| 2962 | + fill: black !important; } |
|---|
| 2963 | + |
|---|
| 2964 | +.fill-black-2 { |
|---|
| 2965 | + fill: black !important; } |
|---|
| 2966 | + |
|---|
| 2967 | +.fill-black-3 { |
|---|
| 2968 | + fill: rgba(0, 0, 0, 0.12) !important; } |
|---|
| 2969 | + |
|---|
| 2970 | +.fill-black-4 { |
|---|
| 2971 | + fill: black !important; } |
|---|
| 2972 | + |
|---|
| 2973 | +.fill-white { |
|---|
| 2974 | + fill: rgba(255, 255, 255, 0.7) !important; } |
|---|
| 2975 | + |
|---|
| 2976 | +.fill-white-1 { |
|---|
| 2977 | + fill: rgba(255, 255, 255, 0.3) !important; } |
|---|
| 2978 | + |
|---|
| 2979 | +.fill-white-2 { |
|---|
| 2980 | + fill: rgba(255, 255, 255, 0.3) !important; } |
|---|
| 2981 | + |
|---|
| 2982 | +.fill-white-3 { |
|---|
| 2983 | + fill: rgba(255, 255, 255, 0.12) !important; } |
|---|
| 2984 | + |
|---|
| 2985 | +.fill-white-4 { |
|---|
| 2986 | + fill: white !important; } |
|---|
| 2987 | + |
|---|
| 2988 | +.tc-dark-red-500 { |
|---|
| 2989 | + color: #f44336 !important; } |
|---|
| 2990 | + |
|---|
| 2991 | +.tc-dark-pink-500 { |
|---|
| 2992 | + color: #e91e63 !important; } |
|---|
| 2993 | + |
|---|
| 2994 | +.tc-dark-purple-500 { |
|---|
| 2995 | + color: #9c27b0 !important; } |
|---|
| 2996 | + |
|---|
| 2997 | +.tc-dark-deep-purple-500 { |
|---|
| 2998 | + color: #673ab7 !important; } |
|---|
| 2999 | + |
|---|
| 3000 | +.tc-dark-indigo-500 { |
|---|
| 3001 | + color: #3f51b5 !important; } |
|---|
| 3002 | + |
|---|
| 3003 | +.tc-dark-blue-500 { |
|---|
| 3004 | + color: #2196f3 !important; } |
|---|
| 3005 | + |
|---|
| 3006 | +.tc-dark-light-blue-500 { |
|---|
| 3007 | + color: #03a9f4 !important; } |
|---|
| 3008 | + |
|---|
| 3009 | +.tc-dark-cyan-500 { |
|---|
| 3010 | + color: #00bcd4 !important; } |
|---|
| 3011 | + |
|---|
| 3012 | +.tc-dark-teal-500 { |
|---|
| 3013 | + color: #009688 !important; } |
|---|
| 3014 | + |
|---|
| 3015 | +.tc-dark-green-500 { |
|---|
| 3016 | + color: #4caf50 !important; } |
|---|
| 3017 | + |
|---|
| 3018 | +.tc-dark-light-green-500 { |
|---|
| 3019 | + color: #8bc34a !important; } |
|---|
| 3020 | + |
|---|
| 3021 | +.tc-dark-lime-500 { |
|---|
| 3022 | + color: #cddc39 !important; } |
|---|
| 3023 | + |
|---|
| 3024 | +.tc-dark-yellow-500 { |
|---|
| 3025 | + color: #ffeb3b !important; } |
|---|
| 3026 | + |
|---|
| 3027 | +.tc-dark-amber-500 { |
|---|
| 3028 | + color: #ffc107 !important; } |
|---|
| 3029 | + |
|---|
| 3030 | +.tc-dark-orange-500 { |
|---|
| 3031 | + color: #ff9800 !important; } |
|---|
| 3032 | + |
|---|
| 3033 | +.tc-dark-deep-orange-500 { |
|---|
| 3034 | + color: #ff5722 !important; } |
|---|
| 3035 | + |
|---|
| 3036 | +.tc-dark-brown-500 { |
|---|
| 3037 | + color: #795548 !important; } |
|---|
| 3038 | + |
|---|
| 3039 | +.tc-dark-grey-500 { |
|---|
| 3040 | + color: #9e9e9e !important; } |
|---|
| 3041 | + |
|---|
| 3042 | +.tc-dark-blue-grey-500 { |
|---|
| 3043 | + color: #607d8b !important; } |
|---|
| 3044 | + |
|---|
| 3045 | +.tc-dark-red-B100 { |
|---|
| 3046 | + color: #ff4336 !important; } |
|---|
| 3047 | + |
|---|
| 3048 | +.tc-dark-pink-B100 { |
|---|
| 3049 | + color: #ff216b !important; } |
|---|
| 3050 | + |
|---|
| 3051 | +.tc-dark-purple-B100 { |
|---|
| 3052 | + color: #ec80ff !important; } |
|---|
| 3053 | + |
|---|
| 3054 | +.tc-dark-deep-purple-B100 { |
|---|
| 3055 | + color: #ae80ff !important; } |
|---|
| 3056 | + |
|---|
| 3057 | +.tc-dark-indigo-B100 { |
|---|
| 3058 | + color: #8093ff !important; } |
|---|
| 3059 | + |
|---|
| 3060 | +.tc-dark-blue-B100 { |
|---|
| 3061 | + color: #80c6ff !important; } |
|---|
| 3062 | + |
|---|
| 3063 | +.tc-dark-light-blue-B100 { |
|---|
| 3064 | + color: #80d7ff !important; } |
|---|
| 3065 | + |
|---|
| 3066 | +.tc-dark-cyan-B100 { |
|---|
| 3067 | + color: #00e1ff !important; } |
|---|
| 3068 | + |
|---|
| 3069 | +.tc-dark-teal-B100 { |
|---|
| 3070 | + color: #00ffe5 !important; } |
|---|
| 3071 | + |
|---|
| 3072 | +.tc-dark-green-B100 { |
|---|
| 3073 | + color: #6eff72 !important; } |
|---|
| 3074 | + |
|---|
| 3075 | +.tc-dark-light-green-B100 { |
|---|
| 3076 | + color: #b5ff61 !important; } |
|---|
| 3077 | + |
|---|
| 3078 | +.tc-dark-lime-B100 { |
|---|
| 3079 | + color: #ecff42 !important; } |
|---|
| 3080 | + |
|---|
| 3081 | +.tc-dark-yellow-B100 { |
|---|
| 3082 | + color: #ffeb3b !important; } |
|---|
| 3083 | + |
|---|
| 3084 | +.tc-dark-amber-B100 { |
|---|
| 3085 | + color: #ffc107 !important; } |
|---|
| 3086 | + |
|---|
| 3087 | +.tc-dark-orange-B100 { |
|---|
| 3088 | + color: #ff9800 !important; } |
|---|
| 3089 | + |
|---|
| 3090 | +.tc-dark-deep-orange-B100 { |
|---|
| 3091 | + color: #ff5722 !important; } |
|---|
| 3092 | + |
|---|
| 3093 | +.tc-dark-brown-B100 { |
|---|
| 3094 | + color: #ffb499 !important; } |
|---|
| 3095 | + |
|---|
| 3096 | +.tc-dark-grey-B100 { |
|---|
| 3097 | + color: white !important; } |
|---|
| 3098 | + |
|---|
| 3099 | +.tc-dark-blue-grey-B100 { |
|---|
| 3100 | + color: #b0e5ff !important; } |
|---|
| 3101 | + |
|---|
| 3102 | +.tc-dark-red-B65 { |
|---|
| 3103 | + color: #a62c23 !important; } |
|---|
| 3104 | + |
|---|
| 3105 | +.tc-dark-pink-B65 { |
|---|
| 3106 | + color: #a41a47 !important; } |
|---|
| 3107 | + |
|---|
| 3108 | +.tc-dark-purple-B65 { |
|---|
| 3109 | + color: #9224a6 !important; } |
|---|
| 3110 | + |
|---|
| 3111 | +.tc-dark-deep-purple-B65 { |
|---|
| 3112 | + color: #5e35a6 !important; } |
|---|
| 3113 | + |
|---|
| 3114 | +.tc-dark-indigo-B65 { |
|---|
| 3115 | + color: #3a4aa6 !important; } |
|---|
| 3116 | + |
|---|
| 3117 | +.tc-dark-blue-B65 { |
|---|
| 3118 | + color: #1766a6 !important; } |
|---|
| 3119 | + |
|---|
| 3120 | +.tc-dark-light-blue-B65 { |
|---|
| 3121 | + color: #0272a6 !important; } |
|---|
| 3122 | + |
|---|
| 3123 | +.tc-dark-cyan-B65 { |
|---|
| 3124 | + color: #0092a6 !important; } |
|---|
| 3125 | + |
|---|
| 3126 | +.tc-dark-teal-B65 { |
|---|
| 3127 | + color: #00a695 !important; } |
|---|
| 3128 | + |
|---|
| 3129 | +.tc-dark-green-B65 { |
|---|
| 3130 | + color: #47a64a !important; } |
|---|
| 3131 | + |
|---|
| 3132 | +.tc-dark-light-green-B65 { |
|---|
| 3133 | + color: #76a63f !important; } |
|---|
| 3134 | + |
|---|
| 3135 | +.tc-dark-lime-B65 { |
|---|
| 3136 | + color: #99a62b !important; } |
|---|
| 3137 | + |
|---|
| 3138 | +.tc-dark-yellow-B65 { |
|---|
| 3139 | + color: #a69926 !important; } |
|---|
| 3140 | + |
|---|
| 3141 | +.tc-dark-amber-B65 { |
|---|
| 3142 | + color: #a67e05 !important; } |
|---|
| 3143 | + |
|---|
| 3144 | +.tc-dark-orange-B65 { |
|---|
| 3145 | + color: #a66300 !important; } |
|---|
| 3146 | + |
|---|
| 3147 | +.tc-dark-deep-orange-B65 { |
|---|
| 3148 | + color: #a63716 !important; } |
|---|
| 3149 | + |
|---|
| 3150 | +.tc-dark-brown-B65 { |
|---|
| 3151 | + color: #a67563 !important; } |
|---|
| 3152 | + |
|---|
| 3153 | +.tc-dark-grey-B65 { |
|---|
| 3154 | + color: #a6a6a6 !important; } |
|---|
| 3155 | + |
|---|
| 3156 | +.tc-dark-blue-grey-B65 { |
|---|
| 3157 | + color: #7295a6 !important; } |
|---|
| 3158 | + |
|---|
| 3159 | +.tc-dark-red-B40 { |
|---|
| 3160 | + color: #661b15 !important; } |
|---|
| 3161 | + |
|---|
| 3162 | +.tc-dark-pink-B40 { |
|---|
| 3163 | + color: #660d2b !important; } |
|---|
| 3164 | + |
|---|
| 3165 | +.tc-dark-purple-B40 { |
|---|
| 3166 | + color: #5a1666 !important; } |
|---|
| 3167 | + |
|---|
| 3168 | +.tc-dark-deep-purple-B40 { |
|---|
| 3169 | + color: #3a2166 !important; } |
|---|
| 3170 | + |
|---|
| 3171 | +.tc-dark-indigo-B40 { |
|---|
| 3172 | + color: #242e66 !important; } |
|---|
| 3173 | + |
|---|
| 3174 | +.tc-dark-blue-B40 { |
|---|
| 3175 | + color: #0e3f66 !important; } |
|---|
| 3176 | + |
|---|
| 3177 | +.tc-dark-light-blue-B40 { |
|---|
| 3178 | + color: #014666 !important; } |
|---|
| 3179 | + |
|---|
| 3180 | +.tc-dark-cyan-B40 { |
|---|
| 3181 | + color: #005a66 !important; } |
|---|
| 3182 | + |
|---|
| 3183 | +.tc-dark-teal-B40 { |
|---|
| 3184 | + color: #00665c !important; } |
|---|
| 3185 | + |
|---|
| 3186 | +.tc-dark-green-B40 { |
|---|
| 3187 | + color: #2c662e !important; } |
|---|
| 3188 | + |
|---|
| 3189 | +.tc-dark-light-green-B40 { |
|---|
| 3190 | + color: #486627 !important; } |
|---|
| 3191 | + |
|---|
| 3192 | +.tc-dark-lime-B40 { |
|---|
| 3193 | + color: #5e661b !important; } |
|---|
| 3194 | + |
|---|
| 3195 | +.tc-dark-yellow-B40 { |
|---|
| 3196 | + color: #665e17 !important; } |
|---|
| 3197 | + |
|---|
| 3198 | +.tc-dark-amber-B40 { |
|---|
| 3199 | + color: #664d03 !important; } |
|---|
| 3200 | + |
|---|
| 3201 | +.tc-dark-orange-B40 { |
|---|
| 3202 | + color: #663d00 !important; } |
|---|
| 3203 | + |
|---|
| 3204 | +.tc-dark-deep-orange-B40 { |
|---|
| 3205 | + color: #66220d !important; } |
|---|
| 3206 | + |
|---|
| 3207 | +.tc-dark-brown-B40 { |
|---|
| 3208 | + color: #66483d !important; } |
|---|
| 3209 | + |
|---|
| 3210 | +.tc-dark-grey-B40 { |
|---|
| 3211 | + color: #666666 !important; } |
|---|
| 3212 | + |
|---|
| 3213 | +.tc-dark-blue-grey-B40 { |
|---|
| 3214 | + color: #465b66 !important; } |
|---|
| 3215 | + |
|---|
| 3216 | +.tc-dark-red-B30 { |
|---|
| 3217 | + color: #4d1410 !important; } |
|---|
| 3218 | + |
|---|
| 3219 | +.tc-dark-pink-B30 { |
|---|
| 3220 | + color: #4d0a20 !important; } |
|---|
| 3221 | + |
|---|
| 3222 | +.tc-dark-purple-B30 { |
|---|
| 3223 | + color: #41004d !important; } |
|---|
| 3224 | + |
|---|
| 3225 | +.tc-dark-deep-purple-B30 { |
|---|
| 3226 | + color: #1c004d !important; } |
|---|
| 3227 | + |
|---|
| 3228 | +.tc-dark-indigo-B30 { |
|---|
| 3229 | + color: #000b4d !important; } |
|---|
| 3230 | + |
|---|
| 3231 | +.tc-dark-blue-B30 { |
|---|
| 3232 | + color: #002a4d !important; } |
|---|
| 3233 | + |
|---|
| 3234 | +.tc-dark-light-blue-B30 { |
|---|
| 3235 | + color: #00344d !important; } |
|---|
| 3236 | + |
|---|
| 3237 | +.tc-dark-cyan-B30 { |
|---|
| 3238 | + color: #00444d !important; } |
|---|
| 3239 | + |
|---|
| 3240 | +.tc-dark-teal-B30 { |
|---|
| 3241 | + color: #004d45 !important; } |
|---|
| 3242 | + |
|---|
| 3243 | +.tc-dark-green-B30 { |
|---|
| 3244 | + color: #214d22 !important; } |
|---|
| 3245 | + |
|---|
| 3246 | +.tc-dark-light-green-B30 { |
|---|
| 3247 | + color: #364d1d !important; } |
|---|
| 3248 | + |
|---|
| 3249 | +.tc-dark-lime-B30 { |
|---|
| 3250 | + color: #474d14 !important; } |
|---|
| 3251 | + |
|---|
| 3252 | +.tc-dark-yellow-B30 { |
|---|
| 3253 | + color: #4d4712 !important; } |
|---|
| 3254 | + |
|---|
| 3255 | +.tc-dark-amber-B30 { |
|---|
| 3256 | + color: #4d3a02 !important; } |
|---|
| 3257 | + |
|---|
| 3258 | +.tc-dark-orange-B30 { |
|---|
| 3259 | + color: #4d2e00 !important; } |
|---|
| 3260 | + |
|---|
| 3261 | +.tc-dark-deep-orange-B30 { |
|---|
| 3262 | + color: #4d190a !important; } |
|---|
| 3263 | + |
|---|
| 3264 | +.tc-dark-brown-B30 { |
|---|
| 3265 | + color: #4d362e !important; } |
|---|
| 3266 | + |
|---|
| 3267 | +.tc-dark-grey-B30 { |
|---|
| 3268 | + color: #4d4d4d !important; } |
|---|
| 3269 | + |
|---|
| 3270 | +.tc-dark-blue-grey-B30 { |
|---|
| 3271 | + color: #35454d !important; } |
|---|
| 3272 | + |
|---|
| 3273 | +.tc-dark-red-B15 { |
|---|
| 3274 | + color: #330d0b !important; } |
|---|
| 3275 | + |
|---|
| 3276 | +.tc-dark-pink-B15 { |
|---|
| 3277 | + color: #260510 !important; } |
|---|
| 3278 | + |
|---|
| 3279 | +.tc-dark-purple-B15 { |
|---|
| 3280 | + color: #210026 !important; } |
|---|
| 3281 | + |
|---|
| 3282 | +.tc-dark-deep-purple-B15 { |
|---|
| 3283 | + color: #0e0026 !important; } |
|---|
| 3284 | + |
|---|
| 3285 | +.tc-dark-indigo-B15 { |
|---|
| 3286 | + color: #000626 !important; } |
|---|
| 3287 | + |
|---|
| 3288 | +.tc-dark-blue-B15 { |
|---|
| 3289 | + color: #001526 !important; } |
|---|
| 3290 | + |
|---|
| 3291 | +.tc-dark-light-blue-B15 { |
|---|
| 3292 | + color: #001a26 !important; } |
|---|
| 3293 | + |
|---|
| 3294 | +.tc-dark-cyan-B15 { |
|---|
| 3295 | + color: #002226 !important; } |
|---|
| 3296 | + |
|---|
| 3297 | +.tc-dark-teal-B15 { |
|---|
| 3298 | + color: #002622 !important; } |
|---|
| 3299 | + |
|---|
| 3300 | +.tc-dark-green-B15 { |
|---|
| 3301 | + color: #102611 !important; } |
|---|
| 3302 | + |
|---|
| 3303 | +.tc-dark-light-green-B15 { |
|---|
| 3304 | + color: #1b260f !important; } |
|---|
| 3305 | + |
|---|
| 3306 | +.tc-dark-lime-B15 { |
|---|
| 3307 | + color: #172621 !important; } |
|---|
| 3308 | + |
|---|
| 3309 | +.tc-dark-yellow-B15 { |
|---|
| 3310 | + color: #26160c !important; } |
|---|
| 3311 | + |
|---|
| 3312 | +.tc-dark-amber-B15 { |
|---|
| 3313 | + color: #261c15 !important; } |
|---|
| 3314 | + |
|---|
| 3315 | +.tc-dark-orange-B15 { |
|---|
| 3316 | + color: #261700 !important; } |
|---|
| 3317 | + |
|---|
| 3318 | +.tc-dark-deep-orange-B15 { |
|---|
| 3319 | + color: #260d05 !important; } |
|---|
| 3320 | + |
|---|
| 3321 | +.tc-dark-brown-B15 { |
|---|
| 3322 | + color: #261b17 !important; } |
|---|
| 3323 | + |
|---|
| 3324 | +.tc-dark-grey-B15 { |
|---|
| 3325 | + color: #262626 !important; } |
|---|
| 3326 | + |
|---|
| 3327 | +.tc-dark-blue-grey-B15 { |
|---|
| 3328 | + color: #1a2226 !important; } |
|---|
| 3329 | + |
|---|
| 3330 | +.bgc-dark-red-500 { |
|---|
| 3331 | + background-color: #f44336 !important; } |
|---|
| 3332 | + |
|---|
| 3333 | +.bgc-dark-pink-500 { |
|---|
| 3334 | + background-color: #e91e63 !important; } |
|---|
| 3335 | + |
|---|
| 3336 | +.bgc-dark-purple-500 { |
|---|
| 3337 | + background-color: #9c27b0 !important; } |
|---|
| 3338 | + |
|---|
| 3339 | +.bgc-dark-deep-purple-500 { |
|---|
| 3340 | + background-color: #673ab7 !important; } |
|---|
| 3341 | + |
|---|
| 3342 | +.bgc-dark-indigo-500 { |
|---|
| 3343 | + background-color: #3f51b5 !important; } |
|---|
| 3344 | + |
|---|
| 3345 | +.bgc-dark-blue-500 { |
|---|
| 3346 | + background-color: #2196f3 !important; } |
|---|
| 3347 | + |
|---|
| 3348 | +.bgc-dark-light-blue-500 { |
|---|
| 3349 | + background-color: #03a9f4 !important; } |
|---|
| 3350 | + |
|---|
| 3351 | +.bgc-dark-cyan-500 { |
|---|
| 3352 | + background-color: #00bcd4 !important; } |
|---|
| 3353 | + |
|---|
| 3354 | +.bgc-dark-teal-500 { |
|---|
| 3355 | + background-color: #009688 !important; } |
|---|
| 3356 | + |
|---|
| 3357 | +.bgc-dark-green-500 { |
|---|
| 3358 | + background-color: #4caf50 !important; } |
|---|
| 3359 | + |
|---|
| 3360 | +.bgc-dark-light-green-500 { |
|---|
| 3361 | + background-color: #8bc34a !important; } |
|---|
| 3362 | + |
|---|
| 3363 | +.bgc-dark-lime-500 { |
|---|
| 3364 | + background-color: #cddc39 !important; } |
|---|
| 3365 | + |
|---|
| 3366 | +.bgc-dark-yellow-500 { |
|---|
| 3367 | + background-color: #ffeb3b !important; } |
|---|
| 3368 | + |
|---|
| 3369 | +.bgc-dark-amber-500 { |
|---|
| 3370 | + background-color: #ffc107 !important; } |
|---|
| 3371 | + |
|---|
| 3372 | +.bgc-dark-orange-500 { |
|---|
| 3373 | + background-color: #ff9800 !important; } |
|---|
| 3374 | + |
|---|
| 3375 | +.bgc-dark-deep-orange-500 { |
|---|
| 3376 | + background-color: #ff5722 !important; } |
|---|
| 3377 | + |
|---|
| 3378 | +.bgc-dark-brown-500 { |
|---|
| 3379 | + background-color: #795548 !important; } |
|---|
| 3380 | + |
|---|
| 3381 | +.bgc-dark-grey-500 { |
|---|
| 3382 | + background-color: #9e9e9e !important; } |
|---|
| 3383 | + |
|---|
| 3384 | +.bgc-dark-blue-grey-500 { |
|---|
| 3385 | + background-color: #607d8b !important; } |
|---|
| 3386 | + |
|---|
| 3387 | +.bgc-dark-red-B100 { |
|---|
| 3388 | + background-color: #ff4336 !important; } |
|---|
| 3389 | + |
|---|
| 3390 | +.bgc-dark-pink-B100 { |
|---|
| 3391 | + background-color: #ff216b !important; } |
|---|
| 3392 | + |
|---|
| 3393 | +.bgc-dark-purple-B100 { |
|---|
| 3394 | + background-color: #ec80ff !important; } |
|---|
| 3395 | + |
|---|
| 3396 | +.bgc-dark-deep-purple-B100 { |
|---|
| 3397 | + background-color: #ae80ff !important; } |
|---|
| 3398 | + |
|---|
| 3399 | +.bgc-dark-indigo-B100 { |
|---|
| 3400 | + background-color: #8093ff !important; } |
|---|
| 3401 | + |
|---|
| 3402 | +.bgc-dark-blue-B100 { |
|---|
| 3403 | + background-color: #80c6ff !important; } |
|---|
| 3404 | + |
|---|
| 3405 | +.bgc-dark-light-blue-B100 { |
|---|
| 3406 | + background-color: #80d7ff !important; } |
|---|
| 3407 | + |
|---|
| 3408 | +.bgc-dark-cyan-B100 { |
|---|
| 3409 | + background-color: #00e1ff !important; } |
|---|
| 3410 | + |
|---|
| 3411 | +.bgc-dark-teal-B100 { |
|---|
| 3412 | + background-color: #00ffe5 !important; } |
|---|
| 3413 | + |
|---|
| 3414 | +.bgc-dark-green-B100 { |
|---|
| 3415 | + background-color: #6eff72 !important; } |
|---|
| 3416 | + |
|---|
| 3417 | +.bgc-dark-light-green-B100 { |
|---|
| 3418 | + background-color: #b5ff61 !important; } |
|---|
| 3419 | + |
|---|
| 3420 | +.bgc-dark-lime-B100 { |
|---|
| 3421 | + background-color: #ecff42 !important; } |
|---|
| 3422 | + |
|---|
| 3423 | +.bgc-dark-yellow-B100 { |
|---|
| 3424 | + background-color: #ffeb3b !important; } |
|---|
| 3425 | + |
|---|
| 3426 | +.bgc-dark-amber-B100 { |
|---|
| 3427 | + background-color: #ffc107 !important; } |
|---|
| 3428 | + |
|---|
| 3429 | +.bgc-dark-orange-B100 { |
|---|
| 3430 | + background-color: #ff9800 !important; } |
|---|
| 3431 | + |
|---|
| 3432 | +.bgc-dark-deep-orange-B100 { |
|---|
| 3433 | + background-color: #ff5722 !important; } |
|---|
| 3434 | + |
|---|
| 3435 | +.bgc-dark-brown-B100 { |
|---|
| 3436 | + background-color: #ffb499 !important; } |
|---|
| 3437 | + |
|---|
| 3438 | +.bgc-dark-grey-B100 { |
|---|
| 3439 | + background-color: white !important; } |
|---|
| 3440 | + |
|---|
| 3441 | +.bgc-dark-blue-grey-B100 { |
|---|
| 3442 | + background-color: #b0e5ff !important; } |
|---|
| 3443 | + |
|---|
| 3444 | +.bgc-dark-red-B65 { |
|---|
| 3445 | + background-color: #a62c23 !important; } |
|---|
| 3446 | + |
|---|
| 3447 | +.bgc-dark-pink-B65 { |
|---|
| 3448 | + background-color: #a41a47 !important; } |
|---|
| 3449 | + |
|---|
| 3450 | +.bgc-dark-purple-B65 { |
|---|
| 3451 | + background-color: #9224a6 !important; } |
|---|
| 3452 | + |
|---|
| 3453 | +.bgc-dark-deep-purple-B65 { |
|---|
| 3454 | + background-color: #5e35a6 !important; } |
|---|
| 3455 | + |
|---|
| 3456 | +.bgc-dark-indigo-B65 { |
|---|
| 3457 | + background-color: #3a4aa6 !important; } |
|---|
| 3458 | + |
|---|
| 3459 | +.bgc-dark-blue-B65 { |
|---|
| 3460 | + background-color: #1766a6 !important; } |
|---|
| 3461 | + |
|---|
| 3462 | +.bgc-dark-light-blue-B65 { |
|---|
| 3463 | + background-color: #0272a6 !important; } |
|---|
| 3464 | + |
|---|
| 3465 | +.bgc-dark-cyan-B65 { |
|---|
| 3466 | + background-color: #0092a6 !important; } |
|---|
| 3467 | + |
|---|
| 3468 | +.bgc-dark-teal-B65 { |
|---|
| 3469 | + background-color: #00a695 !important; } |
|---|
| 3470 | + |
|---|
| 3471 | +.bgc-dark-green-B65 { |
|---|
| 3472 | + background-color: #47a64a !important; } |
|---|
| 3473 | + |
|---|
| 3474 | +.bgc-dark-light-green-B65 { |
|---|
| 3475 | + background-color: #76a63f !important; } |
|---|
| 3476 | + |
|---|
| 3477 | +.bgc-dark-lime-B65 { |
|---|
| 3478 | + background-color: #99a62b !important; } |
|---|
| 3479 | + |
|---|
| 3480 | +.bgc-dark-yellow-B65 { |
|---|
| 3481 | + background-color: #a69926 !important; } |
|---|
| 3482 | + |
|---|
| 3483 | +.bgc-dark-amber-B65 { |
|---|
| 3484 | + background-color: #a67e05 !important; } |
|---|
| 3485 | + |
|---|
| 3486 | +.bgc-dark-orange-B65 { |
|---|
| 3487 | + background-color: #a66300 !important; } |
|---|
| 3488 | + |
|---|
| 3489 | +.bgc-dark-deep-orange-B65 { |
|---|
| 3490 | + background-color: #a63716 !important; } |
|---|
| 3491 | + |
|---|
| 3492 | +.bgc-dark-brown-B65 { |
|---|
| 3493 | + background-color: #a67563 !important; } |
|---|
| 3494 | + |
|---|
| 3495 | +.bgc-dark-grey-B65 { |
|---|
| 3496 | + background-color: #a6a6a6 !important; } |
|---|
| 3497 | + |
|---|
| 3498 | +.bgc-dark-blue-grey-B65 { |
|---|
| 3499 | + background-color: #7295a6 !important; } |
|---|
| 3500 | + |
|---|
| 3501 | +.bgc-dark-red-B40 { |
|---|
| 3502 | + background-color: #661b15 !important; } |
|---|
| 3503 | + |
|---|
| 3504 | +.bgc-dark-pink-B40 { |
|---|
| 3505 | + background-color: #660d2b !important; } |
|---|
| 3506 | + |
|---|
| 3507 | +.bgc-dark-purple-B40 { |
|---|
| 3508 | + background-color: #5a1666 !important; } |
|---|
| 3509 | + |
|---|
| 3510 | +.bgc-dark-deep-purple-B40 { |
|---|
| 3511 | + background-color: #3a2166 !important; } |
|---|
| 3512 | + |
|---|
| 3513 | +.bgc-dark-indigo-B40 { |
|---|
| 3514 | + background-color: #242e66 !important; } |
|---|
| 3515 | + |
|---|
| 3516 | +.bgc-dark-blue-B40 { |
|---|
| 3517 | + background-color: #0e3f66 !important; } |
|---|
| 3518 | + |
|---|
| 3519 | +.bgc-dark-light-blue-B40 { |
|---|
| 3520 | + background-color: #014666 !important; } |
|---|
| 3521 | + |
|---|
| 3522 | +.bgc-dark-cyan-B40 { |
|---|
| 3523 | + background-color: #005a66 !important; } |
|---|
| 3524 | + |
|---|
| 3525 | +.bgc-dark-teal-B40 { |
|---|
| 3526 | + background-color: #00665c !important; } |
|---|
| 3527 | + |
|---|
| 3528 | +.bgc-dark-green-B40 { |
|---|
| 3529 | + background-color: #2c662e !important; } |
|---|
| 3530 | + |
|---|
| 3531 | +.bgc-dark-light-green-B40 { |
|---|
| 3532 | + background-color: #486627 !important; } |
|---|
| 3533 | + |
|---|
| 3534 | +.bgc-dark-lime-B40 { |
|---|
| 3535 | + background-color: #5e661b !important; } |
|---|
| 3536 | + |
|---|
| 3537 | +.bgc-dark-yellow-B40 { |
|---|
| 3538 | + background-color: #665e17 !important; } |
|---|
| 3539 | + |
|---|
| 3540 | +.bgc-dark-amber-B40 { |
|---|
| 3541 | + background-color: #664d03 !important; } |
|---|
| 3542 | + |
|---|
| 3543 | +.bgc-dark-orange-B40 { |
|---|
| 3544 | + background-color: #663d00 !important; } |
|---|
| 3545 | + |
|---|
| 3546 | +.bgc-dark-deep-orange-B40 { |
|---|
| 3547 | + background-color: #66220d !important; } |
|---|
| 3548 | + |
|---|
| 3549 | +.bgc-dark-brown-B40 { |
|---|
| 3550 | + background-color: #66483d !important; } |
|---|
| 3551 | + |
|---|
| 3552 | +.bgc-dark-grey-B40 { |
|---|
| 3553 | + background-color: #666666 !important; } |
|---|
| 3554 | + |
|---|
| 3555 | +.bgc-dark-blue-grey-B40 { |
|---|
| 3556 | + background-color: #465b66 !important; } |
|---|
| 3557 | + |
|---|
| 3558 | +.bgc-dark-red-B30 { |
|---|
| 3559 | + background-color: #4d1410 !important; } |
|---|
| 3560 | + |
|---|
| 3561 | +.bgc-dark-pink-B30 { |
|---|
| 3562 | + background-color: #4d0a20 !important; } |
|---|
| 3563 | + |
|---|
| 3564 | +.bgc-dark-purple-B30 { |
|---|
| 3565 | + background-color: #41004d !important; } |
|---|
| 3566 | + |
|---|
| 3567 | +.bgc-dark-deep-purple-B30 { |
|---|
| 3568 | + background-color: #1c004d !important; } |
|---|
| 3569 | + |
|---|
| 3570 | +.bgc-dark-indigo-B30 { |
|---|
| 3571 | + background-color: #000b4d !important; } |
|---|
| 3572 | + |
|---|
| 3573 | +.bgc-dark-blue-B30 { |
|---|
| 3574 | + background-color: #002a4d !important; } |
|---|
| 3575 | + |
|---|
| 3576 | +.bgc-dark-light-blue-B30 { |
|---|
| 3577 | + background-color: #00344d !important; } |
|---|
| 3578 | + |
|---|
| 3579 | +.bgc-dark-cyan-B30 { |
|---|
| 3580 | + background-color: #00444d !important; } |
|---|
| 3581 | + |
|---|
| 3582 | +.bgc-dark-teal-B30 { |
|---|
| 3583 | + background-color: #004d45 !important; } |
|---|
| 3584 | + |
|---|
| 3585 | +.bgc-dark-green-B30 { |
|---|
| 3586 | + background-color: #214d22 !important; } |
|---|
| 3587 | + |
|---|
| 3588 | +.bgc-dark-light-green-B30 { |
|---|
| 3589 | + background-color: #364d1d !important; } |
|---|
| 3590 | + |
|---|
| 3591 | +.bgc-dark-lime-B30 { |
|---|
| 3592 | + background-color: #474d14 !important; } |
|---|
| 3593 | + |
|---|
| 3594 | +.bgc-dark-yellow-B30 { |
|---|
| 3595 | + background-color: #4d4712 !important; } |
|---|
| 3596 | + |
|---|
| 3597 | +.bgc-dark-amber-B30 { |
|---|
| 3598 | + background-color: #4d3a02 !important; } |
|---|
| 3599 | + |
|---|
| 3600 | +.bgc-dark-orange-B30 { |
|---|
| 3601 | + background-color: #4d2e00 !important; } |
|---|
| 3602 | + |
|---|
| 3603 | +.bgc-dark-deep-orange-B30 { |
|---|
| 3604 | + background-color: #4d190a !important; } |
|---|
| 3605 | + |
|---|
| 3606 | +.bgc-dark-brown-B30 { |
|---|
| 3607 | + background-color: #4d362e !important; } |
|---|
| 3608 | + |
|---|
| 3609 | +.bgc-dark-grey-B30 { |
|---|
| 3610 | + background-color: #4d4d4d !important; } |
|---|
| 3611 | + |
|---|
| 3612 | +.bgc-dark-blue-grey-B30 { |
|---|
| 3613 | + background-color: #35454d !important; } |
|---|
| 3614 | + |
|---|
| 3615 | +.bgc-dark-red-B15 { |
|---|
| 3616 | + background-color: #330d0b !important; } |
|---|
| 3617 | + |
|---|
| 3618 | +.bgc-dark-pink-B15 { |
|---|
| 3619 | + background-color: #260510 !important; } |
|---|
| 3620 | + |
|---|
| 3621 | +.bgc-dark-purple-B15 { |
|---|
| 3622 | + background-color: #210026 !important; } |
|---|
| 3623 | + |
|---|
| 3624 | +.bgc-dark-deep-purple-B15 { |
|---|
| 3625 | + background-color: #0e0026 !important; } |
|---|
| 3626 | + |
|---|
| 3627 | +.bgc-dark-indigo-B15 { |
|---|
| 3628 | + background-color: #000626 !important; } |
|---|
| 3629 | + |
|---|
| 3630 | +.bgc-dark-blue-B15 { |
|---|
| 3631 | + background-color: #001526 !important; } |
|---|
| 3632 | + |
|---|
| 3633 | +.bgc-dark-light-blue-B15 { |
|---|
| 3634 | + background-color: #001a26 !important; } |
|---|
| 3635 | + |
|---|
| 3636 | +.bgc-dark-cyan-B15 { |
|---|
| 3637 | + background-color: #002226 !important; } |
|---|
| 3638 | + |
|---|
| 3639 | +.bgc-dark-teal-B15 { |
|---|
| 3640 | + background-color: #002622 !important; } |
|---|
| 3641 | + |
|---|
| 3642 | +.bgc-dark-green-B15 { |
|---|
| 3643 | + background-color: #102611 !important; } |
|---|
| 3644 | + |
|---|
| 3645 | +.bgc-dark-light-green-B15 { |
|---|
| 3646 | + background-color: #1b260f !important; } |
|---|
| 3647 | + |
|---|
| 3648 | +.bgc-dark-lime-B15 { |
|---|
| 3649 | + background-color: #172621 !important; } |
|---|
| 3650 | + |
|---|
| 3651 | +.bgc-dark-yellow-B15 { |
|---|
| 3652 | + background-color: #26160c !important; } |
|---|
| 3653 | + |
|---|
| 3654 | +.bgc-dark-amber-B15 { |
|---|
| 3655 | + background-color: #261c15 !important; } |
|---|
| 3656 | + |
|---|
| 3657 | +.bgc-dark-orange-B15 { |
|---|
| 3658 | + background-color: #261700 !important; } |
|---|
| 3659 | + |
|---|
| 3660 | +.bgc-dark-deep-orange-B15 { |
|---|
| 3661 | + background-color: #260d05 !important; } |
|---|
| 3662 | + |
|---|
| 3663 | +.bgc-dark-brown-B15 { |
|---|
| 3664 | + background-color: #261b17 !important; } |
|---|
| 3665 | + |
|---|
| 3666 | +.bgc-dark-grey-B15 { |
|---|
| 3667 | + background-color: #262626 !important; } |
|---|
| 3668 | + |
|---|
| 3669 | +.bgc-dark-blue-grey-B15 { |
|---|
| 3670 | + background-color: #1a2226 !important; } |
|---|
| 3671 | + |
|---|
| 3672 | +.fill-red-500 { |
|---|
| 3673 | + fill: #f44336 !important; } |
|---|
| 3674 | + |
|---|
| 3675 | +.fill-pink-500 { |
|---|
| 3676 | + fill: #e91e63 !important; } |
|---|
| 3677 | + |
|---|
| 3678 | +.fill-purple-500 { |
|---|
| 3679 | + fill: #9c27b0 !important; } |
|---|
| 3680 | + |
|---|
| 3681 | +.fill-deep-purple-500 { |
|---|
| 3682 | + fill: #673ab7 !important; } |
|---|
| 3683 | + |
|---|
| 3684 | +.fill-indigo-500 { |
|---|
| 3685 | + fill: #3f51b5 !important; } |
|---|
| 3686 | + |
|---|
| 3687 | +.fill-blue-500 { |
|---|
| 3688 | + fill: #2196f3 !important; } |
|---|
| 3689 | + |
|---|
| 3690 | +.fill-light-blue-500 { |
|---|
| 3691 | + fill: #03a9f4 !important; } |
|---|
| 3692 | + |
|---|
| 3693 | +.fill-cyan-500 { |
|---|
| 3694 | + fill: #00bcd4 !important; } |
|---|
| 3695 | + |
|---|
| 3696 | +.fill-teal-500 { |
|---|
| 3697 | + fill: #009688 !important; } |
|---|
| 3698 | + |
|---|
| 3699 | +.fill-green-500 { |
|---|
| 3700 | + fill: #4caf50 !important; } |
|---|
| 3701 | + |
|---|
| 3702 | +.fill-light-green-500 { |
|---|
| 3703 | + fill: #8bc34a !important; } |
|---|
| 3704 | + |
|---|
| 3705 | +.fill-lime-500 { |
|---|
| 3706 | + fill: #cddc39 !important; } |
|---|
| 3707 | + |
|---|
| 3708 | +.fill-yellow-500 { |
|---|
| 3709 | + fill: #ffeb3b !important; } |
|---|
| 3710 | + |
|---|
| 3711 | +.fill-amber-500 { |
|---|
| 3712 | + fill: #ffc107 !important; } |
|---|
| 3713 | + |
|---|
| 3714 | +.fill-orange-500 { |
|---|
| 3715 | + fill: #ff9800 !important; } |
|---|
| 3716 | + |
|---|
| 3717 | +.fill-deep-orange-500 { |
|---|
| 3718 | + fill: #ff5722 !important; } |
|---|
| 3719 | + |
|---|
| 3720 | +.fill-brown-500 { |
|---|
| 3721 | + fill: #795548 !important; } |
|---|
| 3722 | + |
|---|
| 3723 | +.fill-grey-500 { |
|---|
| 3724 | + fill: #9e9e9e !important; } |
|---|
| 3725 | + |
|---|
| 3726 | +.fill-blue-grey-500 { |
|---|
| 3727 | + fill: #607d8b !important; } |
|---|
| 3728 | + |
|---|
| 3729 | +.fill-red-B100 { |
|---|
| 3730 | + fill: #ff4336 !important; } |
|---|
| 3731 | + |
|---|
| 3732 | +.fill-pink-B100 { |
|---|
| 3733 | + fill: #ff216b !important; } |
|---|
| 3734 | + |
|---|
| 3735 | +.fill-purple-B100 { |
|---|
| 3736 | + fill: #ec80ff !important; } |
|---|
| 3737 | + |
|---|
| 3738 | +.fill-deep-purple-B100 { |
|---|
| 3739 | + fill: #ae80ff !important; } |
|---|
| 3740 | + |
|---|
| 3741 | +.fill-indigo-B100 { |
|---|
| 3742 | + fill: #8093ff !important; } |
|---|
| 3743 | + |
|---|
| 3744 | +.fill-blue-B100 { |
|---|
| 3745 | + fill: #80c6ff !important; } |
|---|
| 3746 | + |
|---|
| 3747 | +.fill-light-blue-B100 { |
|---|
| 3748 | + fill: #80d7ff !important; } |
|---|
| 3749 | + |
|---|
| 3750 | +.fill-cyan-B100 { |
|---|
| 3751 | + fill: #00e1ff !important; } |
|---|
| 3752 | + |
|---|
| 3753 | +.fill-teal-B100 { |
|---|
| 3754 | + fill: #00ffe5 !important; } |
|---|
| 3755 | + |
|---|
| 3756 | +.fill-green-B100 { |
|---|
| 3757 | + fill: #6eff72 !important; } |
|---|
| 3758 | + |
|---|
| 3759 | +.fill-light-green-B100 { |
|---|
| 3760 | + fill: #b5ff61 !important; } |
|---|
| 3761 | + |
|---|
| 3762 | +.fill-lime-B100 { |
|---|
| 3763 | + fill: #ecff42 !important; } |
|---|
| 3764 | + |
|---|
| 3765 | +.fill-yellow-B100 { |
|---|
| 3766 | + fill: #ffeb3b !important; } |
|---|
| 3767 | + |
|---|
| 3768 | +.fill-amber-B100 { |
|---|
| 3769 | + fill: #ffc107 !important; } |
|---|
| 3770 | + |
|---|
| 3771 | +.fill-orange-B100 { |
|---|
| 3772 | + fill: #ff9800 !important; } |
|---|
| 3773 | + |
|---|
| 3774 | +.fill-deep-orange-B100 { |
|---|
| 3775 | + fill: #ff5722 !important; } |
|---|
| 3776 | + |
|---|
| 3777 | +.fill-brown-B100 { |
|---|
| 3778 | + fill: #ffb499 !important; } |
|---|
| 3779 | + |
|---|
| 3780 | +.fill-grey-B100 { |
|---|
| 3781 | + fill: white !important; } |
|---|
| 3782 | + |
|---|
| 3783 | +.fill-blue-grey-B100 { |
|---|
| 3784 | + fill: #b0e5ff !important; } |
|---|
| 3785 | + |
|---|
| 3786 | +.fill-red-B65 { |
|---|
| 3787 | + fill: #a62c23 !important; } |
|---|
| 3788 | + |
|---|
| 3789 | +.fill-pink-B65 { |
|---|
| 3790 | + fill: #a41a47 !important; } |
|---|
| 3791 | + |
|---|
| 3792 | +.fill-purple-B65 { |
|---|
| 3793 | + fill: #9224a6 !important; } |
|---|
| 3794 | + |
|---|
| 3795 | +.fill-deep-purple-B65 { |
|---|
| 3796 | + fill: #5e35a6 !important; } |
|---|
| 3797 | + |
|---|
| 3798 | +.fill-indigo-B65 { |
|---|
| 3799 | + fill: #3a4aa6 !important; } |
|---|
| 3800 | + |
|---|
| 3801 | +.fill-blue-B65 { |
|---|
| 3802 | + fill: #1766a6 !important; } |
|---|
| 3803 | + |
|---|
| 3804 | +.fill-light-blue-B65 { |
|---|
| 3805 | + fill: #0272a6 !important; } |
|---|
| 3806 | + |
|---|
| 3807 | +.fill-cyan-B65 { |
|---|
| 3808 | + fill: #0092a6 !important; } |
|---|
| 3809 | + |
|---|
| 3810 | +.fill-teal-B65 { |
|---|
| 3811 | + fill: #00a695 !important; } |
|---|
| 3812 | + |
|---|
| 3813 | +.fill-green-B65 { |
|---|
| 3814 | + fill: #47a64a !important; } |
|---|
| 3815 | + |
|---|
| 3816 | +.fill-light-green-B65 { |
|---|
| 3817 | + fill: #76a63f !important; } |
|---|
| 3818 | + |
|---|
| 3819 | +.fill-lime-B65 { |
|---|
| 3820 | + fill: #99a62b !important; } |
|---|
| 3821 | + |
|---|
| 3822 | +.fill-yellow-B65 { |
|---|
| 3823 | + fill: #a69926 !important; } |
|---|
| 3824 | + |
|---|
| 3825 | +.fill-amber-B65 { |
|---|
| 3826 | + fill: #a67e05 !important; } |
|---|
| 3827 | + |
|---|
| 3828 | +.fill-orange-B65 { |
|---|
| 3829 | + fill: #a66300 !important; } |
|---|
| 3830 | + |
|---|
| 3831 | +.fill-deep-orange-B65 { |
|---|
| 3832 | + fill: #a63716 !important; } |
|---|
| 3833 | + |
|---|
| 3834 | +.fill-brown-B65 { |
|---|
| 3835 | + fill: #a67563 !important; } |
|---|
| 3836 | + |
|---|
| 3837 | +.fill-grey-B65 { |
|---|
| 3838 | + fill: #a6a6a6 !important; } |
|---|
| 3839 | + |
|---|
| 3840 | +.fill-blue-grey-B65 { |
|---|
| 3841 | + fill: #7295a6 !important; } |
|---|
| 3842 | + |
|---|
| 3843 | +.fill-red-B40 { |
|---|
| 3844 | + fill: #661b15 !important; } |
|---|
| 3845 | + |
|---|
| 3846 | +.fill-pink-B40 { |
|---|
| 3847 | + fill: #660d2b !important; } |
|---|
| 3848 | + |
|---|
| 3849 | +.fill-purple-B40 { |
|---|
| 3850 | + fill: #5a1666 !important; } |
|---|
| 3851 | + |
|---|
| 3852 | +.fill-deep-purple-B40 { |
|---|
| 3853 | + fill: #3a2166 !important; } |
|---|
| 3854 | + |
|---|
| 3855 | +.fill-indigo-B40 { |
|---|
| 3856 | + fill: #242e66 !important; } |
|---|
| 3857 | + |
|---|
| 3858 | +.fill-blue-B40 { |
|---|
| 3859 | + fill: #0e3f66 !important; } |
|---|
| 3860 | + |
|---|
| 3861 | +.fill-light-blue-B40 { |
|---|
| 3862 | + fill: #014666 !important; } |
|---|
| 3863 | + |
|---|
| 3864 | +.fill-cyan-B40 { |
|---|
| 3865 | + fill: #005a66 !important; } |
|---|
| 3866 | + |
|---|
| 3867 | +.fill-teal-B40 { |
|---|
| 3868 | + fill: #00665c !important; } |
|---|
| 3869 | + |
|---|
| 3870 | +.fill-green-B40 { |
|---|
| 3871 | + fill: #2c662e !important; } |
|---|
| 3872 | + |
|---|
| 3873 | +.fill-light-green-B40 { |
|---|
| 3874 | + fill: #486627 !important; } |
|---|
| 3875 | + |
|---|
| 3876 | +.fill-lime-B40 { |
|---|
| 3877 | + fill: #5e661b !important; } |
|---|
| 3878 | + |
|---|
| 3879 | +.fill-yellow-B40 { |
|---|
| 3880 | + fill: #665e17 !important; } |
|---|
| 3881 | + |
|---|
| 3882 | +.fill-amber-B40 { |
|---|
| 3883 | + fill: #664d03 !important; } |
|---|
| 3884 | + |
|---|
| 3885 | +.fill-orange-B40 { |
|---|
| 3886 | + fill: #663d00 !important; } |
|---|
| 3887 | + |
|---|
| 3888 | +.fill-deep-orange-B40 { |
|---|
| 3889 | + fill: #66220d !important; } |
|---|
| 3890 | + |
|---|
| 3891 | +.fill-brown-B40 { |
|---|
| 3892 | + fill: #66483d !important; } |
|---|
| 3893 | + |
|---|
| 3894 | +.fill-grey-B40 { |
|---|
| 3895 | + fill: #666666 !important; } |
|---|
| 3896 | + |
|---|
| 3897 | +.fill-blue-grey-B40 { |
|---|
| 3898 | + fill: #465b66 !important; } |
|---|
| 3899 | + |
|---|
| 3900 | +.fill-red-B30 { |
|---|
| 3901 | + fill: #4d1410 !important; } |
|---|
| 3902 | + |
|---|
| 3903 | +.fill-pink-B30 { |
|---|
| 3904 | + fill: #4d0a20 !important; } |
|---|
| 3905 | + |
|---|
| 3906 | +.fill-purple-B30 { |
|---|
| 3907 | + fill: #41004d !important; } |
|---|
| 3908 | + |
|---|
| 3909 | +.fill-deep-purple-B30 { |
|---|
| 3910 | + fill: #1c004d !important; } |
|---|
| 3911 | + |
|---|
| 3912 | +.fill-indigo-B30 { |
|---|
| 3913 | + fill: #000b4d !important; } |
|---|
| 3914 | + |
|---|
| 3915 | +.fill-blue-B30 { |
|---|
| 3916 | + fill: #002a4d !important; } |
|---|
| 3917 | + |
|---|
| 3918 | +.fill-light-blue-B30 { |
|---|
| 3919 | + fill: #00344d !important; } |
|---|
| 3920 | + |
|---|
| 3921 | +.fill-cyan-B30 { |
|---|
| 3922 | + fill: #00444d !important; } |
|---|
| 3923 | + |
|---|
| 3924 | +.fill-teal-B30 { |
|---|
| 3925 | + fill: #004d45 !important; } |
|---|
| 3926 | + |
|---|
| 3927 | +.fill-green-B30 { |
|---|
| 3928 | + fill: #214d22 !important; } |
|---|
| 3929 | + |
|---|
| 3930 | +.fill-light-green-B30 { |
|---|
| 3931 | + fill: #364d1d !important; } |
|---|
| 3932 | + |
|---|
| 3933 | +.fill-lime-B30 { |
|---|
| 3934 | + fill: #474d14 !important; } |
|---|
| 3935 | + |
|---|
| 3936 | +.fill-yellow-B30 { |
|---|
| 3937 | + fill: #4d4712 !important; } |
|---|
| 3938 | + |
|---|
| 3939 | +.fill-amber-B30 { |
|---|
| 3940 | + fill: #4d3a02 !important; } |
|---|
| 3941 | + |
|---|
| 3942 | +.fill-orange-B30 { |
|---|
| 3943 | + fill: #4d2e00 !important; } |
|---|
| 3944 | + |
|---|
| 3945 | +.fill-deep-orange-B30 { |
|---|
| 3946 | + fill: #4d190a !important; } |
|---|
| 3947 | + |
|---|
| 3948 | +.fill-brown-B30 { |
|---|
| 3949 | + fill: #4d362e !important; } |
|---|
| 3950 | + |
|---|
| 3951 | +.fill-grey-B30 { |
|---|
| 3952 | + fill: #4d4d4d !important; } |
|---|
| 3953 | + |
|---|
| 3954 | +.fill-blue-grey-B30 { |
|---|
| 3955 | + fill: #35454d !important; } |
|---|
| 3956 | + |
|---|
| 3957 | +.fill-red-B15 { |
|---|
| 3958 | + fill: #330d0b !important; } |
|---|
| 3959 | + |
|---|
| 3960 | +.fill-pink-B15 { |
|---|
| 3961 | + fill: #260510 !important; } |
|---|
| 3962 | + |
|---|
| 3963 | +.fill-purple-B15 { |
|---|
| 3964 | + fill: #210026 !important; } |
|---|
| 3965 | + |
|---|
| 3966 | +.fill-deep-purple-B15 { |
|---|
| 3967 | + fill: #0e0026 !important; } |
|---|
| 3968 | + |
|---|
| 3969 | +.fill-indigo-B15 { |
|---|
| 3970 | + fill: #000626 !important; } |
|---|
| 3971 | + |
|---|
| 3972 | +.fill-blue-B15 { |
|---|
| 3973 | + fill: #001526 !important; } |
|---|
| 3974 | + |
|---|
| 3975 | +.fill-light-blue-B15 { |
|---|
| 3976 | + fill: #001a26 !important; } |
|---|
| 3977 | + |
|---|
| 3978 | +.fill-cyan-B15 { |
|---|
| 3979 | + fill: #002226 !important; } |
|---|
| 3980 | + |
|---|
| 3981 | +.fill-teal-B15 { |
|---|
| 3982 | + fill: #002622 !important; } |
|---|
| 3983 | + |
|---|
| 3984 | +.fill-green-B15 { |
|---|
| 3985 | + fill: #102611 !important; } |
|---|
| 3986 | + |
|---|
| 3987 | +.fill-light-green-B15 { |
|---|
| 3988 | + fill: #1b260f !important; } |
|---|
| 3989 | + |
|---|
| 3990 | +.fill-lime-B15 { |
|---|
| 3991 | + fill: #172621 !important; } |
|---|
| 3992 | + |
|---|
| 3993 | +.fill-yellow-B15 { |
|---|
| 3994 | + fill: #26160c !important; } |
|---|
| 3995 | + |
|---|
| 3996 | +.fill-amber-B15 { |
|---|
| 3997 | + fill: #261c15 !important; } |
|---|
| 3998 | + |
|---|
| 3999 | +.fill-orange-B15 { |
|---|
| 4000 | + fill: #261700 !important; } |
|---|
| 4001 | + |
|---|
| 4002 | +.fill-deep-orange-B15 { |
|---|
| 4003 | + fill: #260d05 !important; } |
|---|
| 4004 | + |
|---|
| 4005 | +.fill-brown-B15 { |
|---|
| 4006 | + fill: #261b17 !important; } |
|---|
| 4007 | + |
|---|
| 4008 | +.fill-grey-B15 { |
|---|
| 4009 | + fill: #262626 !important; } |
|---|
| 4010 | + |
|---|
| 4011 | +.fill-blue-grey-B15 { |
|---|
| 4012 | + fill: #1a2226 !important; } |
|---|
| 4013 | + |
|---|
| 4014 | +/* |
|---|
| 4015 | +* |
|---|
| 4016 | +* Responsive attributes |
|---|
| 4017 | +* |
|---|
| 4018 | +* References: |
|---|
| 4019 | +* 1) https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#flex |
|---|
| 4020 | +* 2) https://css-tricks.com/almanac/properties/f/flex/ |
|---|
| 4021 | +* 3) https://css-tricks.com/snippets/css/a-guide-to-flexbox/ |
|---|
| 4022 | +* 4) https://github.com/philipwalton/flexbugs#3-min-height-on-a-flex-container-wont-apply-to-its-flex-items |
|---|
| 4023 | +* 5) http://godban.com.ua/projects/flexgrid |
|---|
| 4024 | +* |
|---|
| 4025 | +*/ |
|---|
| 4026 | +@-moz-document url-prefix() { |
|---|
| 4027 | + [layout-fill] { |
|---|
| 4028 | + margin: 0; |
|---|
| 4029 | + width: 100%; |
|---|
| 4030 | + min-height: 100%; |
|---|
| 4031 | + height: 100%; } } |
|---|
| 4032 | + |
|---|
| 4033 | +/* |
|---|
| 4034 | + * Apply Mixins to create Layout/Flexbox styles |
|---|
| 4035 | + * |
|---|
| 4036 | + */ |
|---|
| 4037 | +[flex-order] { |
|---|
| 4038 | + order: 0; } |
|---|
| 4039 | + |
|---|
| 4040 | +[flex-order="-20"] { |
|---|
| 4041 | + order: -20; } |
|---|
| 4042 | + |
|---|
| 4043 | +[flex-order="-19"] { |
|---|
| 4044 | + order: -19; } |
|---|
| 4045 | + |
|---|
| 4046 | +[flex-order="-18"] { |
|---|
| 4047 | + order: -18; } |
|---|
| 4048 | + |
|---|
| 4049 | +[flex-order="-17"] { |
|---|
| 4050 | + order: -17; } |
|---|
| 4051 | + |
|---|
| 4052 | +[flex-order="-16"] { |
|---|
| 4053 | + order: -16; } |
|---|
| 4054 | + |
|---|
| 4055 | +[flex-order="-15"] { |
|---|
| 4056 | + order: -15; } |
|---|
| 4057 | + |
|---|
| 4058 | +[flex-order="-14"] { |
|---|
| 4059 | + order: -14; } |
|---|
| 4060 | + |
|---|
| 4061 | +[flex-order="-13"] { |
|---|
| 4062 | + order: -13; } |
|---|
| 4063 | + |
|---|
| 4064 | +[flex-order="-12"] { |
|---|
| 4065 | + order: -12; } |
|---|
| 4066 | + |
|---|
| 4067 | +[flex-order="-11"] { |
|---|
| 4068 | + order: -11; } |
|---|
| 4069 | + |
|---|
| 4070 | +[flex-order="-10"] { |
|---|
| 4071 | + order: -10; } |
|---|
| 4072 | + |
|---|
| 4073 | +[flex-order="-9"] { |
|---|
| 4074 | + order: -9; } |
|---|
| 4075 | + |
|---|
| 4076 | +[flex-order="-8"] { |
|---|
| 4077 | + order: -8; } |
|---|
| 4078 | + |
|---|
| 4079 | +[flex-order="-7"] { |
|---|
| 4080 | + order: -7; } |
|---|
| 4081 | + |
|---|
| 4082 | +[flex-order="-6"] { |
|---|
| 4083 | + order: -6; } |
|---|
| 4084 | + |
|---|
| 4085 | +[flex-order="-5"] { |
|---|
| 4086 | + order: -5; } |
|---|
| 4087 | + |
|---|
| 4088 | +[flex-order="-4"] { |
|---|
| 4089 | + order: -4; } |
|---|
| 4090 | + |
|---|
| 4091 | +[flex-order="-3"] { |
|---|
| 4092 | + order: -3; } |
|---|
| 4093 | + |
|---|
| 4094 | +[flex-order="-2"] { |
|---|
| 4095 | + order: -2; } |
|---|
| 4096 | + |
|---|
| 4097 | +[flex-order="-1"] { |
|---|
| 4098 | + order: -1; } |
|---|
| 4099 | + |
|---|
| 4100 | +[flex-order="0"] { |
|---|
| 4101 | + order: 0; } |
|---|
| 4102 | + |
|---|
| 4103 | +[flex-order="1"] { |
|---|
| 4104 | + order: 1; } |
|---|
| 4105 | + |
|---|
| 4106 | +[flex-order="2"] { |
|---|
| 4107 | + order: 2; } |
|---|
| 4108 | + |
|---|
| 4109 | +[flex-order="3"] { |
|---|
| 4110 | + order: 3; } |
|---|
| 4111 | + |
|---|
| 4112 | +[flex-order="4"] { |
|---|
| 4113 | + order: 4; } |
|---|
| 4114 | + |
|---|
| 4115 | +[flex-order="5"] { |
|---|
| 4116 | + order: 5; } |
|---|
| 4117 | + |
|---|
| 4118 | +[flex-order="6"] { |
|---|
| 4119 | + order: 6; } |
|---|
| 4120 | + |
|---|
| 4121 | +[flex-order="7"] { |
|---|
| 4122 | + order: 7; } |
|---|
| 4123 | + |
|---|
| 4124 | +[flex-order="8"] { |
|---|
| 4125 | + order: 8; } |
|---|
| 4126 | + |
|---|
| 4127 | +[flex-order="9"] { |
|---|
| 4128 | + order: 9; } |
|---|
| 4129 | + |
|---|
| 4130 | +[flex-order="10"] { |
|---|
| 4131 | + order: 10; } |
|---|
| 4132 | + |
|---|
| 4133 | +[flex-order="11"] { |
|---|
| 4134 | + order: 11; } |
|---|
| 4135 | + |
|---|
| 4136 | +[flex-order="12"] { |
|---|
| 4137 | + order: 12; } |
|---|
| 4138 | + |
|---|
| 4139 | +[flex-order="13"] { |
|---|
| 4140 | + order: 13; } |
|---|
| 4141 | + |
|---|
| 4142 | +[flex-order="14"] { |
|---|
| 4143 | + order: 14; } |
|---|
| 4144 | + |
|---|
| 4145 | +[flex-order="15"] { |
|---|
| 4146 | + order: 15; } |
|---|
| 4147 | + |
|---|
| 4148 | +[flex-order="16"] { |
|---|
| 4149 | + order: 16; } |
|---|
| 4150 | + |
|---|
| 4151 | +[flex-order="17"] { |
|---|
| 4152 | + order: 17; } |
|---|
| 4153 | + |
|---|
| 4154 | +[flex-order="18"] { |
|---|
| 4155 | + order: 18; } |
|---|
| 4156 | + |
|---|
| 4157 | +[flex-order="19"] { |
|---|
| 4158 | + order: 19; } |
|---|
| 4159 | + |
|---|
| 4160 | +[flex-order="20"] { |
|---|
| 4161 | + order: 20; } |
|---|
| 4162 | + |
|---|
| 4163 | +[flex-offset="0"] { |
|---|
| 4164 | + margin-left: 0%; } |
|---|
| 4165 | + |
|---|
| 4166 | +[flex-offset="5"] { |
|---|
| 4167 | + margin-left: 5%; } |
|---|
| 4168 | + |
|---|
| 4169 | +[flex-offset="10"] { |
|---|
| 4170 | + margin-left: 10%; } |
|---|
| 4171 | + |
|---|
| 4172 | +[flex-offset="15"] { |
|---|
| 4173 | + margin-left: 15%; } |
|---|
| 4174 | + |
|---|
| 4175 | +[flex-offset="20"] { |
|---|
| 4176 | + margin-left: 20%; } |
|---|
| 4177 | + |
|---|
| 4178 | +[flex-offset="25"] { |
|---|
| 4179 | + margin-left: 25%; } |
|---|
| 4180 | + |
|---|
| 4181 | +[flex-offset="30"] { |
|---|
| 4182 | + margin-left: 30%; } |
|---|
| 4183 | + |
|---|
| 4184 | +[flex-offset="35"] { |
|---|
| 4185 | + margin-left: 35%; } |
|---|
| 4186 | + |
|---|
| 4187 | +[flex-offset="40"] { |
|---|
| 4188 | + margin-left: 40%; } |
|---|
| 4189 | + |
|---|
| 4190 | +[flex-offset="45"] { |
|---|
| 4191 | + margin-left: 45%; } |
|---|
| 4192 | + |
|---|
| 4193 | +[flex-offset="50"] { |
|---|
| 4194 | + margin-left: 50%; } |
|---|
| 4195 | + |
|---|
| 4196 | +[flex-offset="55"] { |
|---|
| 4197 | + margin-left: 55%; } |
|---|
| 4198 | + |
|---|
| 4199 | +[flex-offset="60"] { |
|---|
| 4200 | + margin-left: 60%; } |
|---|
| 4201 | + |
|---|
| 4202 | +[flex-offset="65"] { |
|---|
| 4203 | + margin-left: 65%; } |
|---|
| 4204 | + |
|---|
| 4205 | +[flex-offset="70"] { |
|---|
| 4206 | + margin-left: 70%; } |
|---|
| 4207 | + |
|---|
| 4208 | +[flex-offset="75"] { |
|---|
| 4209 | + margin-left: 75%; } |
|---|
| 4210 | + |
|---|
| 4211 | +[flex-offset="80"] { |
|---|
| 4212 | + margin-left: 80%; } |
|---|
| 4213 | + |
|---|
| 4214 | +[flex-offset="85"] { |
|---|
| 4215 | + margin-left: 85%; } |
|---|
| 4216 | + |
|---|
| 4217 | +[flex-offset="90"] { |
|---|
| 4218 | + margin-left: 90%; } |
|---|
| 4219 | + |
|---|
| 4220 | +[flex-offset="95"] { |
|---|
| 4221 | + margin-left: 95%; } |
|---|
| 4222 | + |
|---|
| 4223 | +[flex-offset="33"] { |
|---|
| 4224 | + margin-left: calc(100% / 3); } |
|---|
| 4225 | + |
|---|
| 4226 | +[flex-offset="66"] { |
|---|
| 4227 | + margin-left: calc(200% / 3); } |
|---|
| 4228 | + |
|---|
| 4229 | +[layout-align], |
|---|
| 4230 | +[layout-align="start stretch"] { |
|---|
| 4231 | + justify-content: flex-start; |
|---|
| 4232 | + align-content: stretch; |
|---|
| 4233 | + align-items: stretch; } |
|---|
| 4234 | + |
|---|
| 4235 | +[layout-align="start"], |
|---|
| 4236 | +[layout-align="start start"], |
|---|
| 4237 | +[layout-align="start center"], |
|---|
| 4238 | +[layout-align="start end"], |
|---|
| 4239 | +[layout-align="start stretch"] { |
|---|
| 4240 | + justify-content: start; } |
|---|
| 4241 | + |
|---|
| 4242 | +[layout-align="center"], |
|---|
| 4243 | +[layout-align="center start"], |
|---|
| 4244 | +[layout-align="center center"], |
|---|
| 4245 | +[layout-align="center end"], |
|---|
| 4246 | +[layout-align="center stretch"] { |
|---|
| 4247 | + justify-content: center; } |
|---|
| 4248 | + |
|---|
| 4249 | +[layout-align="end"], |
|---|
| 4250 | +[layout-align="end center"], |
|---|
| 4251 | +[layout-align="end start"], |
|---|
| 4252 | +[layout-align="end end"], |
|---|
| 4253 | +[layout-align="end stretch"] { |
|---|
| 4254 | + justify-content: flex-end; } |
|---|
| 4255 | + |
|---|
| 4256 | +[layout-align="space-around"], |
|---|
| 4257 | +[layout-align="space-around center"], |
|---|
| 4258 | +[layout-align="space-around start"], |
|---|
| 4259 | +[layout-align="space-around end"], |
|---|
| 4260 | +[layout-align="space-around stretch"] { |
|---|
| 4261 | + justify-content: space-around; } |
|---|
| 4262 | + |
|---|
| 4263 | +[layout-align="space-between"], |
|---|
| 4264 | +[layout-align="space-between center"], |
|---|
| 4265 | +[layout-align="space-between start"], |
|---|
| 4266 | +[layout-align="space-between end"], |
|---|
| 4267 | +[layout-align="space-between stretch"] { |
|---|
| 4268 | + justify-content: space-between; } |
|---|
| 4269 | + |
|---|
| 4270 | +[layout-align="start start"], |
|---|
| 4271 | +[layout-align="center start"], |
|---|
| 4272 | +[layout-align="end start"], |
|---|
| 4273 | +[layout-align="space-between start"], |
|---|
| 4274 | +[layout-align="space-around start"] { |
|---|
| 4275 | + align-items: flex-start; |
|---|
| 4276 | + align-content: flex-start; } |
|---|
| 4277 | + |
|---|
| 4278 | +[layout-align="start center"], |
|---|
| 4279 | +[layout-align="center center"], |
|---|
| 4280 | +[layout-align="end center"], |
|---|
| 4281 | +[layout-align="space-between center"], |
|---|
| 4282 | +[layout-align="space-around center"] { |
|---|
| 4283 | + align-items: center; |
|---|
| 4284 | + align-content: center; |
|---|
| 4285 | + max-width: 100%; } |
|---|
| 4286 | + |
|---|
| 4287 | +[layout-align="start center"] > *, |
|---|
| 4288 | +[layout-align="center center"] > *, |
|---|
| 4289 | +[layout-align="end center"] > *, |
|---|
| 4290 | +[layout-align="space-between center"] > *, |
|---|
| 4291 | +[layout-align="space-around center"] > * { |
|---|
| 4292 | + max-width: 100%; |
|---|
| 4293 | + box-sizing: border-box; } |
|---|
| 4294 | + |
|---|
| 4295 | +[layout-align="start end"], |
|---|
| 4296 | +[layout-align="center end"], |
|---|
| 4297 | +[layout-align="end end"], |
|---|
| 4298 | +[layout-align="space-between end"], |
|---|
| 4299 | +[layout-align="space-around end"] { |
|---|
| 4300 | + align-items: flex-end; |
|---|
| 4301 | + align-content: flex-end; } |
|---|
| 4302 | + |
|---|
| 4303 | +[layout-align="start stretch"], |
|---|
| 4304 | +[layout-align="center stretch"], |
|---|
| 4305 | +[layout-align="end stretch"], |
|---|
| 4306 | +[layout-align="space-between stretch"], |
|---|
| 4307 | +[layout-align="space-around stretch"] { |
|---|
| 4308 | + align-items: stretch; |
|---|
| 4309 | + align-content: stretch; } |
|---|
| 4310 | + |
|---|
| 4311 | +[flex] { |
|---|
| 4312 | + flex: 1; |
|---|
| 4313 | + box-sizing: border-box; } |
|---|
| 4314 | + |
|---|
| 4315 | +@media screen\0 { |
|---|
| 4316 | + [flex] { |
|---|
| 4317 | + flex: 1 1 0%; } } |
|---|
| 4318 | + |
|---|
| 4319 | +[flex-grow] { |
|---|
| 4320 | + flex: 1 1 100%; |
|---|
| 4321 | + box-sizing: border-box; } |
|---|
| 4322 | + |
|---|
| 4323 | +[flex-initial] { |
|---|
| 4324 | + flex: 0 1 auto; |
|---|
| 4325 | + box-sizing: border-box; } |
|---|
| 4326 | + |
|---|
| 4327 | +[flex-auto] { |
|---|
| 4328 | + flex: 1 1 auto; |
|---|
| 4329 | + box-sizing: border-box; } |
|---|
| 4330 | + |
|---|
| 4331 | +[flex-none] { |
|---|
| 4332 | + flex: 0 0 auto; |
|---|
| 4333 | + box-sizing: border-box; } |
|---|
| 4334 | + |
|---|
| 4335 | +[flex-noshrink] { |
|---|
| 4336 | + flex: 1 0 auto; |
|---|
| 4337 | + box-sizing: border-box; } |
|---|
| 4338 | + |
|---|
| 4339 | +[flex-nogrow] { |
|---|
| 4340 | + flex: 0 1 auto; |
|---|
| 4341 | + box-sizing: border-box; } |
|---|
| 4342 | + |
|---|
| 4343 | +[flex="0"] { |
|---|
| 4344 | + flex: 1 1 0%; |
|---|
| 4345 | + max-width: 0%; |
|---|
| 4346 | + max-height: 100%; |
|---|
| 4347 | + box-sizing: border-box; } |
|---|
| 4348 | + |
|---|
| 4349 | +[layout="row"] > [flex="0"], |
|---|
| 4350 | +[layout="row"] > [flex="0"] { |
|---|
| 4351 | + flex: 1 1 0%; |
|---|
| 4352 | + max-width: 0%; |
|---|
| 4353 | + max-height: 100%; |
|---|
| 4354 | + box-sizing: border-box; } |
|---|
| 4355 | + |
|---|
| 4356 | +[layout="column"] > [flex="0"], |
|---|
| 4357 | +[layout="column"] > [flex="0"] { |
|---|
| 4358 | + flex: 1 1 0%; |
|---|
| 4359 | + max-width: 100%; |
|---|
| 4360 | + max-height: 0%; |
|---|
| 4361 | + box-sizing: border-box; } |
|---|
| 4362 | + |
|---|
| 4363 | +[flex="5"] { |
|---|
| 4364 | + flex: 1 1 5%; |
|---|
| 4365 | + max-width: 5%; |
|---|
| 4366 | + max-height: 100%; |
|---|
| 4367 | + box-sizing: border-box; } |
|---|
| 4368 | + |
|---|
| 4369 | +[layout="row"] > [flex="5"], |
|---|
| 4370 | +[layout="row"] > [flex="5"] { |
|---|
| 4371 | + flex: 1 1 5%; |
|---|
| 4372 | + max-width: 5%; |
|---|
| 4373 | + max-height: 100%; |
|---|
| 4374 | + box-sizing: border-box; } |
|---|
| 4375 | + |
|---|
| 4376 | +[layout="column"] > [flex="5"], |
|---|
| 4377 | +[layout="column"] > [flex="5"] { |
|---|
| 4378 | + flex: 1 1 5%; |
|---|
| 4379 | + max-width: 100%; |
|---|
| 4380 | + max-height: 5%; |
|---|
| 4381 | + box-sizing: border-box; } |
|---|
| 4382 | + |
|---|
| 4383 | +[flex="10"] { |
|---|
| 4384 | + flex: 1 1 10%; |
|---|
| 4385 | + max-width: 10%; |
|---|
| 4386 | + max-height: 100%; |
|---|
| 4387 | + box-sizing: border-box; } |
|---|
| 4388 | + |
|---|
| 4389 | +[layout="row"] > [flex="10"], |
|---|
| 4390 | +[layout="row"] > [flex="10"] { |
|---|
| 4391 | + flex: 1 1 10%; |
|---|
| 4392 | + max-width: 10%; |
|---|
| 4393 | + max-height: 100%; |
|---|
| 4394 | + box-sizing: border-box; } |
|---|
| 4395 | + |
|---|
| 4396 | +[layout="column"] > [flex="10"], |
|---|
| 4397 | +[layout="column"] > [flex="10"] { |
|---|
| 4398 | + flex: 1 1 10%; |
|---|
| 4399 | + max-width: 100%; |
|---|
| 4400 | + max-height: 10%; |
|---|
| 4401 | + box-sizing: border-box; } |
|---|
| 4402 | + |
|---|
| 4403 | +[flex="15"] { |
|---|
| 4404 | + flex: 1 1 15%; |
|---|
| 4405 | + max-width: 15%; |
|---|
| 4406 | + max-height: 100%; |
|---|
| 4407 | + box-sizing: border-box; } |
|---|
| 4408 | + |
|---|
| 4409 | +[layout="row"] > [flex="15"], |
|---|
| 4410 | +[layout="row"] > [flex="15"] { |
|---|
| 4411 | + flex: 1 1 15%; |
|---|
| 4412 | + max-width: 15%; |
|---|
| 4413 | + max-height: 100%; |
|---|
| 4414 | + box-sizing: border-box; } |
|---|
| 4415 | + |
|---|
| 4416 | +[layout="column"] > [flex="15"], |
|---|
| 4417 | +[layout="column"] > [flex="15"] { |
|---|
| 4418 | + flex: 1 1 15%; |
|---|
| 4419 | + max-width: 100%; |
|---|
| 4420 | + max-height: 15%; |
|---|
| 4421 | + box-sizing: border-box; } |
|---|
| 4422 | + |
|---|
| 4423 | +[flex="20"] { |
|---|
| 4424 | + flex: 1 1 20%; |
|---|
| 4425 | + max-width: 20%; |
|---|
| 4426 | + max-height: 100%; |
|---|
| 4427 | + box-sizing: border-box; } |
|---|
| 4428 | + |
|---|
| 4429 | +[layout="row"] > [flex="20"], |
|---|
| 4430 | +[layout="row"] > [flex="20"] { |
|---|
| 4431 | + flex: 1 1 20%; |
|---|
| 4432 | + max-width: 20%; |
|---|
| 4433 | + max-height: 100%; |
|---|
| 4434 | + box-sizing: border-box; } |
|---|
| 4435 | + |
|---|
| 4436 | +[layout="column"] > [flex="20"], |
|---|
| 4437 | +[layout="column"] > [flex="20"] { |
|---|
| 4438 | + flex: 1 1 20%; |
|---|
| 4439 | + max-width: 100%; |
|---|
| 4440 | + max-height: 20%; |
|---|
| 4441 | + box-sizing: border-box; } |
|---|
| 4442 | + |
|---|
| 4443 | +[flex="25"] { |
|---|
| 4444 | + flex: 1 1 25%; |
|---|
| 4445 | + max-width: 25%; |
|---|
| 4446 | + max-height: 100%; |
|---|
| 4447 | + box-sizing: border-box; } |
|---|
| 4448 | + |
|---|
| 4449 | +[layout="row"] > [flex="25"], |
|---|
| 4450 | +[layout="row"] > [flex="25"] { |
|---|
| 4451 | + flex: 1 1 25%; |
|---|
| 4452 | + max-width: 25%; |
|---|
| 4453 | + max-height: 100%; |
|---|
| 4454 | + box-sizing: border-box; } |
|---|
| 4455 | + |
|---|
| 4456 | +[layout="column"] > [flex="25"], |
|---|
| 4457 | +[layout="column"] > [flex="25"] { |
|---|
| 4458 | + flex: 1 1 25%; |
|---|
| 4459 | + max-width: 100%; |
|---|
| 4460 | + max-height: 25%; |
|---|
| 4461 | + box-sizing: border-box; } |
|---|
| 4462 | + |
|---|
| 4463 | +[flex="30"] { |
|---|
| 4464 | + flex: 1 1 30%; |
|---|
| 4465 | + max-width: 30%; |
|---|
| 4466 | + max-height: 100%; |
|---|
| 4467 | + box-sizing: border-box; } |
|---|
| 4468 | + |
|---|
| 4469 | +[layout="row"] > [flex="30"], |
|---|
| 4470 | +[layout="row"] > [flex="30"] { |
|---|
| 4471 | + flex: 1 1 30%; |
|---|
| 4472 | + max-width: 30%; |
|---|
| 4473 | + max-height: 100%; |
|---|
| 4474 | + box-sizing: border-box; } |
|---|
| 4475 | + |
|---|
| 4476 | +[layout="column"] > [flex="30"], |
|---|
| 4477 | +[layout="column"] > [flex="30"] { |
|---|
| 4478 | + flex: 1 1 30%; |
|---|
| 4479 | + max-width: 100%; |
|---|
| 4480 | + max-height: 30%; |
|---|
| 4481 | + box-sizing: border-box; } |
|---|
| 4482 | + |
|---|
| 4483 | +[flex="35"] { |
|---|
| 4484 | + flex: 1 1 35%; |
|---|
| 4485 | + max-width: 35%; |
|---|
| 4486 | + max-height: 100%; |
|---|
| 4487 | + box-sizing: border-box; } |
|---|
| 4488 | + |
|---|
| 4489 | +[layout="row"] > [flex="35"], |
|---|
| 4490 | +[layout="row"] > [flex="35"] { |
|---|
| 4491 | + flex: 1 1 35%; |
|---|
| 4492 | + max-width: 35%; |
|---|
| 4493 | + max-height: 100%; |
|---|
| 4494 | + box-sizing: border-box; } |
|---|
| 4495 | + |
|---|
| 4496 | +[layout="column"] > [flex="35"], |
|---|
| 4497 | +[layout="column"] > [flex="35"] { |
|---|
| 4498 | + flex: 1 1 35%; |
|---|
| 4499 | + max-width: 100%; |
|---|
| 4500 | + max-height: 35%; |
|---|
| 4501 | + box-sizing: border-box; } |
|---|
| 4502 | + |
|---|
| 4503 | +[flex="40"] { |
|---|
| 4504 | + flex: 1 1 40%; |
|---|
| 4505 | + max-width: 40%; |
|---|
| 4506 | + max-height: 100%; |
|---|
| 4507 | + box-sizing: border-box; } |
|---|
| 4508 | + |
|---|
| 4509 | +[layout="row"] > [flex="40"], |
|---|
| 4510 | +[layout="row"] > [flex="40"] { |
|---|
| 4511 | + flex: 1 1 40%; |
|---|
| 4512 | + max-width: 40%; |
|---|
| 4513 | + max-height: 100%; |
|---|
| 4514 | + box-sizing: border-box; } |
|---|
| 4515 | + |
|---|
| 4516 | +[layout="column"] > [flex="40"], |
|---|
| 4517 | +[layout="column"] > [flex="40"] { |
|---|
| 4518 | + flex: 1 1 40%; |
|---|
| 4519 | + max-width: 100%; |
|---|
| 4520 | + max-height: 40%; |
|---|
| 4521 | + box-sizing: border-box; } |
|---|
| 4522 | + |
|---|
| 4523 | +[flex="45"] { |
|---|
| 4524 | + flex: 1 1 45%; |
|---|
| 4525 | + max-width: 45%; |
|---|
| 4526 | + max-height: 100%; |
|---|
| 4527 | + box-sizing: border-box; } |
|---|
| 4528 | + |
|---|
| 4529 | +[layout="row"] > [flex="45"], |
|---|
| 4530 | +[layout="row"] > [flex="45"] { |
|---|
| 4531 | + flex: 1 1 45%; |
|---|
| 4532 | + max-width: 45%; |
|---|
| 4533 | + max-height: 100%; |
|---|
| 4534 | + box-sizing: border-box; } |
|---|
| 4535 | + |
|---|
| 4536 | +[layout="column"] > [flex="45"], |
|---|
| 4537 | +[layout="column"] > [flex="45"] { |
|---|
| 4538 | + flex: 1 1 45%; |
|---|
| 4539 | + max-width: 100%; |
|---|
| 4540 | + max-height: 45%; |
|---|
| 4541 | + box-sizing: border-box; } |
|---|
| 4542 | + |
|---|
| 4543 | +[flex="50"] { |
|---|
| 4544 | + flex: 1 1 50%; |
|---|
| 4545 | + max-width: 50%; |
|---|
| 4546 | + max-height: 100%; |
|---|
| 4547 | + box-sizing: border-box; } |
|---|
| 4548 | + |
|---|
| 4549 | +[layout="row"] > [flex="50"], |
|---|
| 4550 | +[layout="row"] > [flex="50"] { |
|---|
| 4551 | + flex: 1 1 50%; |
|---|
| 4552 | + max-width: 50%; |
|---|
| 4553 | + max-height: 100%; |
|---|
| 4554 | + box-sizing: border-box; } |
|---|
| 4555 | + |
|---|
| 4556 | +[layout="column"] > [flex="50"], |
|---|
| 4557 | +[layout="column"] > [flex="50"] { |
|---|
| 4558 | + flex: 1 1 50%; |
|---|
| 4559 | + max-width: 100%; |
|---|
| 4560 | + max-height: 50%; |
|---|
| 4561 | + box-sizing: border-box; } |
|---|
| 4562 | + |
|---|
| 4563 | +[flex="55"] { |
|---|
| 4564 | + flex: 1 1 55%; |
|---|
| 4565 | + max-width: 55%; |
|---|
| 4566 | + max-height: 100%; |
|---|
| 4567 | + box-sizing: border-box; } |
|---|
| 4568 | + |
|---|
| 4569 | +[layout="row"] > [flex="55"], |
|---|
| 4570 | +[layout="row"] > [flex="55"] { |
|---|
| 4571 | + flex: 1 1 55%; |
|---|
| 4572 | + max-width: 55%; |
|---|
| 4573 | + max-height: 100%; |
|---|
| 4574 | + box-sizing: border-box; } |
|---|
| 4575 | + |
|---|
| 4576 | +[layout="column"] > [flex="55"], |
|---|
| 4577 | +[layout="column"] > [flex="55"] { |
|---|
| 4578 | + flex: 1 1 55%; |
|---|
| 4579 | + max-width: 100%; |
|---|
| 4580 | + max-height: 55%; |
|---|
| 4581 | + box-sizing: border-box; } |
|---|
| 4582 | + |
|---|
| 4583 | +[flex="60"] { |
|---|
| 4584 | + flex: 1 1 60%; |
|---|
| 4585 | + max-width: 60%; |
|---|
| 4586 | + max-height: 100%; |
|---|
| 4587 | + box-sizing: border-box; } |
|---|
| 4588 | + |
|---|
| 4589 | +[layout="row"] > [flex="60"], |
|---|
| 4590 | +[layout="row"] > [flex="60"] { |
|---|
| 4591 | + flex: 1 1 60%; |
|---|
| 4592 | + max-width: 60%; |
|---|
| 4593 | + max-height: 100%; |
|---|
| 4594 | + box-sizing: border-box; } |
|---|
| 4595 | + |
|---|
| 4596 | +[layout="column"] > [flex="60"], |
|---|
| 4597 | +[layout="column"] > [flex="60"] { |
|---|
| 4598 | + flex: 1 1 60%; |
|---|
| 4599 | + max-width: 100%; |
|---|
| 4600 | + max-height: 60%; |
|---|
| 4601 | + box-sizing: border-box; } |
|---|
| 4602 | + |
|---|
| 4603 | +[flex="65"] { |
|---|
| 4604 | + flex: 1 1 65%; |
|---|
| 4605 | + max-width: 65%; |
|---|
| 4606 | + max-height: 100%; |
|---|
| 4607 | + box-sizing: border-box; } |
|---|
| 4608 | + |
|---|
| 4609 | +[layout="row"] > [flex="65"], |
|---|
| 4610 | +[layout="row"] > [flex="65"] { |
|---|
| 4611 | + flex: 1 1 65%; |
|---|
| 4612 | + max-width: 65%; |
|---|
| 4613 | + max-height: 100%; |
|---|
| 4614 | + box-sizing: border-box; } |
|---|
| 4615 | + |
|---|
| 4616 | +[layout="column"] > [flex="65"], |
|---|
| 4617 | +[layout="column"] > [flex="65"] { |
|---|
| 4618 | + flex: 1 1 65%; |
|---|
| 4619 | + max-width: 100%; |
|---|
| 4620 | + max-height: 65%; |
|---|
| 4621 | + box-sizing: border-box; } |
|---|
| 4622 | + |
|---|
| 4623 | +[flex="70"] { |
|---|
| 4624 | + flex: 1 1 70%; |
|---|
| 4625 | + max-width: 70%; |
|---|
| 4626 | + max-height: 100%; |
|---|
| 4627 | + box-sizing: border-box; } |
|---|
| 4628 | + |
|---|
| 4629 | +[layout="row"] > [flex="70"], |
|---|
| 4630 | +[layout="row"] > [flex="70"] { |
|---|
| 4631 | + flex: 1 1 70%; |
|---|
| 4632 | + max-width: 70%; |
|---|
| 4633 | + max-height: 100%; |
|---|
| 4634 | + box-sizing: border-box; } |
|---|
| 4635 | + |
|---|
| 4636 | +[layout="column"] > [flex="70"], |
|---|
| 4637 | +[layout="column"] > [flex="70"] { |
|---|
| 4638 | + flex: 1 1 70%; |
|---|
| 4639 | + max-width: 100%; |
|---|
| 4640 | + max-height: 70%; |
|---|
| 4641 | + box-sizing: border-box; } |
|---|
| 4642 | + |
|---|
| 4643 | +[flex="75"] { |
|---|
| 4644 | + flex: 1 1 75%; |
|---|
| 4645 | + max-width: 75%; |
|---|
| 4646 | + max-height: 100%; |
|---|
| 4647 | + box-sizing: border-box; } |
|---|
| 4648 | + |
|---|
| 4649 | +[layout="row"] > [flex="75"], |
|---|
| 4650 | +[layout="row"] > [flex="75"] { |
|---|
| 4651 | + flex: 1 1 75%; |
|---|
| 4652 | + max-width: 75%; |
|---|
| 4653 | + max-height: 100%; |
|---|
| 4654 | + box-sizing: border-box; } |
|---|
| 4655 | + |
|---|
| 4656 | +[layout="column"] > [flex="75"], |
|---|
| 4657 | +[layout="column"] > [flex="75"] { |
|---|
| 4658 | + flex: 1 1 75%; |
|---|
| 4659 | + max-width: 100%; |
|---|
| 4660 | + max-height: 75%; |
|---|
| 4661 | + box-sizing: border-box; } |
|---|
| 4662 | + |
|---|
| 4663 | +[flex="80"] { |
|---|
| 4664 | + flex: 1 1 80%; |
|---|
| 4665 | + max-width: 80%; |
|---|
| 4666 | + max-height: 100%; |
|---|
| 4667 | + box-sizing: border-box; } |
|---|
| 4668 | + |
|---|
| 4669 | +[layout="row"] > [flex="80"], |
|---|
| 4670 | +[layout="row"] > [flex="80"] { |
|---|
| 4671 | + flex: 1 1 80%; |
|---|
| 4672 | + max-width: 80%; |
|---|
| 4673 | + max-height: 100%; |
|---|
| 4674 | + box-sizing: border-box; } |
|---|
| 4675 | + |
|---|
| 4676 | +[layout="column"] > [flex="80"], |
|---|
| 4677 | +[layout="column"] > [flex="80"] { |
|---|
| 4678 | + flex: 1 1 80%; |
|---|
| 4679 | + max-width: 100%; |
|---|
| 4680 | + max-height: 80%; |
|---|
| 4681 | + box-sizing: border-box; } |
|---|
| 4682 | + |
|---|
| 4683 | +[flex="85"] { |
|---|
| 4684 | + flex: 1 1 85%; |
|---|
| 4685 | + max-width: 85%; |
|---|
| 4686 | + max-height: 100%; |
|---|
| 4687 | + box-sizing: border-box; } |
|---|
| 4688 | + |
|---|
| 4689 | +[layout="row"] > [flex="85"], |
|---|
| 4690 | +[layout="row"] > [flex="85"] { |
|---|
| 4691 | + flex: 1 1 85%; |
|---|
| 4692 | + max-width: 85%; |
|---|
| 4693 | + max-height: 100%; |
|---|
| 4694 | + box-sizing: border-box; } |
|---|
| 4695 | + |
|---|
| 4696 | +[layout="column"] > [flex="85"], |
|---|
| 4697 | +[layout="column"] > [flex="85"] { |
|---|
| 4698 | + flex: 1 1 85%; |
|---|
| 4699 | + max-width: 100%; |
|---|
| 4700 | + max-height: 85%; |
|---|
| 4701 | + box-sizing: border-box; } |
|---|
| 4702 | + |
|---|
| 4703 | +[flex="90"] { |
|---|
| 4704 | + flex: 1 1 90%; |
|---|
| 4705 | + max-width: 90%; |
|---|
| 4706 | + max-height: 100%; |
|---|
| 4707 | + box-sizing: border-box; } |
|---|
| 4708 | + |
|---|
| 4709 | +[layout="row"] > [flex="90"], |
|---|
| 4710 | +[layout="row"] > [flex="90"] { |
|---|
| 4711 | + flex: 1 1 90%; |
|---|
| 4712 | + max-width: 90%; |
|---|
| 4713 | + max-height: 100%; |
|---|
| 4714 | + box-sizing: border-box; } |
|---|
| 4715 | + |
|---|
| 4716 | +[layout="column"] > [flex="90"], |
|---|
| 4717 | +[layout="column"] > [flex="90"] { |
|---|
| 4718 | + flex: 1 1 90%; |
|---|
| 4719 | + max-width: 100%; |
|---|
| 4720 | + max-height: 90%; |
|---|
| 4721 | + box-sizing: border-box; } |
|---|
| 4722 | + |
|---|
| 4723 | +[flex="95"] { |
|---|
| 4724 | + flex: 1 1 95%; |
|---|
| 4725 | + max-width: 95%; |
|---|
| 4726 | + max-height: 100%; |
|---|
| 4727 | + box-sizing: border-box; } |
|---|
| 4728 | + |
|---|
| 4729 | +[layout="row"] > [flex="95"], |
|---|
| 4730 | +[layout="row"] > [flex="95"] { |
|---|
| 4731 | + flex: 1 1 95%; |
|---|
| 4732 | + max-width: 95%; |
|---|
| 4733 | + max-height: 100%; |
|---|
| 4734 | + box-sizing: border-box; } |
|---|
| 4735 | + |
|---|
| 4736 | +[layout="column"] > [flex="95"], |
|---|
| 4737 | +[layout="column"] > [flex="95"] { |
|---|
| 4738 | + flex: 1 1 95%; |
|---|
| 4739 | + max-width: 100%; |
|---|
| 4740 | + max-height: 95%; |
|---|
| 4741 | + box-sizing: border-box; } |
|---|
| 4742 | + |
|---|
| 4743 | +[flex="100"] { |
|---|
| 4744 | + flex: 1 1 100%; |
|---|
| 4745 | + max-width: 100%; |
|---|
| 4746 | + max-height: 100%; |
|---|
| 4747 | + box-sizing: border-box; } |
|---|
| 4748 | + |
|---|
| 4749 | +[layout="row"] > [flex="100"], |
|---|
| 4750 | +[layout="row"] > [flex="100"] { |
|---|
| 4751 | + flex: 1 1 100%; |
|---|
| 4752 | + max-width: 100%; |
|---|
| 4753 | + max-height: 100%; |
|---|
| 4754 | + box-sizing: border-box; } |
|---|
| 4755 | + |
|---|
| 4756 | +[layout="column"] > [flex="100"], |
|---|
| 4757 | +[layout="column"] > [flex="100"] { |
|---|
| 4758 | + flex: 1 1 100%; |
|---|
| 4759 | + max-width: 100%; |
|---|
| 4760 | + max-height: 100%; |
|---|
| 4761 | + box-sizing: border-box; } |
|---|
| 4762 | + |
|---|
| 4763 | +[layout="row"] > [flex="33"], [layout="row"] > [flex="33"], [layout="row"] > [flex="33"], [layout="row"] > [flex="33"] { |
|---|
| 4764 | + flex: 1 1 33%; |
|---|
| 4765 | + max-width: calc(100% / 3); |
|---|
| 4766 | + max-height: 100%; |
|---|
| 4767 | + box-sizing: border-box; } |
|---|
| 4768 | + |
|---|
| 4769 | +[layout="row"] > [flex="34"], [layout="row"] > [flex="34"], [layout="row"] > [flex="34"], [layout="row"] > [flex="34"] { |
|---|
| 4770 | + flex: 1 1 34%; |
|---|
| 4771 | + max-width: 34%; |
|---|
| 4772 | + max-height: 100%; |
|---|
| 4773 | + box-sizing: border-box; } |
|---|
| 4774 | + |
|---|
| 4775 | +[layout="row"] > [flex="66"], [layout="row"] > [flex="66"], [layout="row"] > [flex="66"], [layout="row"] > [flex="66"] { |
|---|
| 4776 | + flex: 1 1 66%; |
|---|
| 4777 | + max-width: calc(200% / 3); |
|---|
| 4778 | + max-height: 100%; |
|---|
| 4779 | + box-sizing: border-box; } |
|---|
| 4780 | + |
|---|
| 4781 | +[layout="row"] > [flex="67"], [layout="row"] > [flex="67"], [layout="row"] > [flex="67"], [layout="row"] > [flex="67"] { |
|---|
| 4782 | + flex: 1 1 67%; |
|---|
| 4783 | + max-width: 67%; |
|---|
| 4784 | + max-height: 100%; |
|---|
| 4785 | + box-sizing: border-box; } |
|---|
| 4786 | + |
|---|
| 4787 | +[layout="column"] > [flex="33"], [layout="column"] > [flex="33"], [layout="column"] > [flex="33"], [layout="column"] > [flex="33"] { |
|---|
| 4788 | + flex: 1 1 33%; |
|---|
| 4789 | + max-width: 100%; |
|---|
| 4790 | + max-height: calc(100% / 3); |
|---|
| 4791 | + box-sizing: border-box; } |
|---|
| 4792 | + |
|---|
| 4793 | +[layout="column"] > [flex="34"], [layout="column"] > [flex="34"], [layout="column"] > [flex="34"], [layout="column"] > [flex="34"] { |
|---|
| 4794 | + flex: 1 1 34%; |
|---|
| 4795 | + max-width: 100%; |
|---|
| 4796 | + max-height: 34%; |
|---|
| 4797 | + box-sizing: border-box; } |
|---|
| 4798 | + |
|---|
| 4799 | +[layout="column"] > [flex="66"], [layout="column"] > [flex="66"], [layout="column"] > [flex="66"], [layout="column"] > [flex="66"] { |
|---|
| 4800 | + flex: 1 1 66%; |
|---|
| 4801 | + max-width: 100%; |
|---|
| 4802 | + max-height: calc(200% / 3); |
|---|
| 4803 | + box-sizing: border-box; } |
|---|
| 4804 | + |
|---|
| 4805 | +[layout="column"] > [flex="67"], [layout="column"] > [flex="67"], [layout="column"] > [flex="67"], [layout="column"] > [flex="67"] { |
|---|
| 4806 | + flex: 1 1 67%; |
|---|
| 4807 | + max-width: 100%; |
|---|
| 4808 | + max-height: 67%; |
|---|
| 4809 | + box-sizing: border-box; } |
|---|
| 4810 | + |
|---|
| 4811 | +[layout], [layout="column"], [layout="row"] { |
|---|
| 4812 | + box-sizing: border-box; |
|---|
| 4813 | + display: -webkit-box; |
|---|
| 4814 | + display: -webkit-flex; |
|---|
| 4815 | + display: -moz-box; |
|---|
| 4816 | + display: -ms-flexbox; |
|---|
| 4817 | + display: flex; } |
|---|
| 4818 | + |
|---|
| 4819 | +[layout="column"] { |
|---|
| 4820 | + flex-direction: column; } |
|---|
| 4821 | + |
|---|
| 4822 | +[layout="row"] { |
|---|
| 4823 | + flex-direction: row; } |
|---|
| 4824 | + |
|---|
| 4825 | +[layout-padding] > [flex-sm], [layout-padding] > [flex-lt-md] { |
|---|
| 4826 | + padding: 4px; } |
|---|
| 4827 | + |
|---|
| 4828 | +[layout-padding], |
|---|
| 4829 | +[layout-padding] > [flex], |
|---|
| 4830 | +[layout-padding] > [flex-gt-sm], |
|---|
| 4831 | +[layout-padding] > [flex-md], |
|---|
| 4832 | +[layout-padding] > [flex-lt-lg] { |
|---|
| 4833 | + padding: 8px; } |
|---|
| 4834 | + |
|---|
| 4835 | +[layout-padding] > [flex-gt-md], |
|---|
| 4836 | +[layout-padding] > [flex-lg] { |
|---|
| 4837 | + padding: 16px; } |
|---|
| 4838 | + |
|---|
| 4839 | +[layout-margin] > [flex-sm], |
|---|
| 4840 | +[layout-margin] > [flex-lt-md] { |
|---|
| 4841 | + margin: 4px; } |
|---|
| 4842 | + |
|---|
| 4843 | +[layout-margin], |
|---|
| 4844 | +[layout-margin] > [flex], |
|---|
| 4845 | +[layout-margin] > [flex-gt-sm], |
|---|
| 4846 | +[layout-margin] > [flex-md], |
|---|
| 4847 | +[layout-margin] > [flex-lt-lg] { |
|---|
| 4848 | + margin: 8px; } |
|---|
| 4849 | + |
|---|
| 4850 | +[layout-margin] > [flex-gt-md], |
|---|
| 4851 | +[layout-margin] > [flex-lg] { |
|---|
| 4852 | + margin: 16px; } |
|---|
| 4853 | + |
|---|
| 4854 | +[layout-wrap] { |
|---|
| 4855 | + flex-wrap: wrap; } |
|---|
| 4856 | + |
|---|
| 4857 | +[layout-nowrap] { |
|---|
| 4858 | + flex-wrap: nowrap; } |
|---|
| 4859 | + |
|---|
| 4860 | +[layout-fill] { |
|---|
| 4861 | + margin: 0; |
|---|
| 4862 | + width: 100%; |
|---|
| 4863 | + min-height: 100%; |
|---|
| 4864 | + height: 100%; } |
|---|
| 4865 | + |
|---|
| 4866 | +/** |
|---|
| 4867 | + * `hide-gt-sm show-gt-lg` should hide from 600px to 1200px |
|---|
| 4868 | + * `show-md hide-gt-sm` should show from 0px to 960px and hide at >960px |
|---|
| 4869 | + * `hide-gt-md show-gt-sm` should show everywhere (show overrides hide)` |
|---|
| 4870 | + * |
|---|
| 4871 | + * hide means hide everywhere |
|---|
| 4872 | + * Sizes: |
|---|
| 4873 | + * $layout-breakpoint-xs: 600px !default; |
|---|
| 4874 | + * $layout-breakpoint-sm: 960px !default; |
|---|
| 4875 | + * $layout-breakpoint-md: 1280px !default; |
|---|
| 4876 | + * $layout-breakpoint-lg: 1920px !default; |
|---|
| 4877 | + */ |
|---|
| 4878 | +@media (max-width: 599px) { |
|---|
| 4879 | + [hide-xs]:not([show-xs]):not([show]), [hide]:not([show-xs]):not([show]) { |
|---|
| 4880 | + display: none; } |
|---|
| 4881 | + [flex-order-xs="-20"] { |
|---|
| 4882 | + order: -20; } |
|---|
| 4883 | + [flex-order-xs="-19"] { |
|---|
| 4884 | + order: -19; } |
|---|
| 4885 | + [flex-order-xs="-18"] { |
|---|
| 4886 | + order: -18; } |
|---|
| 4887 | + [flex-order-xs="-17"] { |
|---|
| 4888 | + order: -17; } |
|---|
| 4889 | + [flex-order-xs="-16"] { |
|---|
| 4890 | + order: -16; } |
|---|
| 4891 | + [flex-order-xs="-15"] { |
|---|
| 4892 | + order: -15; } |
|---|
| 4893 | + [flex-order-xs="-14"] { |
|---|
| 4894 | + order: -14; } |
|---|
| 4895 | + [flex-order-xs="-13"] { |
|---|
| 4896 | + order: -13; } |
|---|
| 4897 | + [flex-order-xs="-12"] { |
|---|
| 4898 | + order: -12; } |
|---|
| 4899 | + [flex-order-xs="-11"] { |
|---|
| 4900 | + order: -11; } |
|---|
| 4901 | + [flex-order-xs="-10"] { |
|---|
| 4902 | + order: -10; } |
|---|
| 4903 | + [flex-order-xs="-9"] { |
|---|
| 4904 | + order: -9; } |
|---|
| 4905 | + [flex-order-xs="-8"] { |
|---|
| 4906 | + order: -8; } |
|---|
| 4907 | + [flex-order-xs="-7"] { |
|---|
| 4908 | + order: -7; } |
|---|
| 4909 | + [flex-order-xs="-6"] { |
|---|
| 4910 | + order: -6; } |
|---|
| 4911 | + [flex-order-xs="-5"] { |
|---|
| 4912 | + order: -5; } |
|---|
| 4913 | + [flex-order-xs="-4"] { |
|---|
| 4914 | + order: -4; } |
|---|
| 4915 | + [flex-order-xs="-3"] { |
|---|
| 4916 | + order: -3; } |
|---|
| 4917 | + [flex-order-xs="-2"] { |
|---|
| 4918 | + order: -2; } |
|---|
| 4919 | + [flex-order-xs="-1"] { |
|---|
| 4920 | + order: -1; } |
|---|
| 4921 | + [flex-order-xs="0"] { |
|---|
| 4922 | + order: 0; } |
|---|
| 4923 | + [flex-order-xs="1"] { |
|---|
| 4924 | + order: 1; } |
|---|
| 4925 | + [flex-order-xs="2"] { |
|---|
| 4926 | + order: 2; } |
|---|
| 4927 | + [flex-order-xs="3"] { |
|---|
| 4928 | + order: 3; } |
|---|
| 4929 | + [flex-order-xs="4"] { |
|---|
| 4930 | + order: 4; } |
|---|
| 4931 | + [flex-order-xs="5"] { |
|---|
| 4932 | + order: 5; } |
|---|
| 4933 | + [flex-order-xs="6"] { |
|---|
| 4934 | + order: 6; } |
|---|
| 4935 | + [flex-order-xs="7"] { |
|---|
| 4936 | + order: 7; } |
|---|
| 4937 | + [flex-order-xs="8"] { |
|---|
| 4938 | + order: 8; } |
|---|
| 4939 | + [flex-order-xs="9"] { |
|---|
| 4940 | + order: 9; } |
|---|
| 4941 | + [flex-order-xs="10"] { |
|---|
| 4942 | + order: 10; } |
|---|
| 4943 | + [flex-order-xs="11"] { |
|---|
| 4944 | + order: 11; } |
|---|
| 4945 | + [flex-order-xs="12"] { |
|---|
| 4946 | + order: 12; } |
|---|
| 4947 | + [flex-order-xs="13"] { |
|---|
| 4948 | + order: 13; } |
|---|
| 4949 | + [flex-order-xs="14"] { |
|---|
| 4950 | + order: 14; } |
|---|
| 4951 | + [flex-order-xs="15"] { |
|---|
| 4952 | + order: 15; } |
|---|
| 4953 | + [flex-order-xs="16"] { |
|---|
| 4954 | + order: 16; } |
|---|
| 4955 | + [flex-order-xs="17"] { |
|---|
| 4956 | + order: 17; } |
|---|
| 4957 | + [flex-order-xs="18"] { |
|---|
| 4958 | + order: 18; } |
|---|
| 4959 | + [flex-order-xs="19"] { |
|---|
| 4960 | + order: 19; } |
|---|
| 4961 | + [flex-order-xs="20"] { |
|---|
| 4962 | + order: 20; } |
|---|
| 4963 | + [flex-offset-xs="0"] { |
|---|
| 4964 | + margin-left: 0%; } |
|---|
| 4965 | + [flex-offset-xs="5"] { |
|---|
| 4966 | + margin-left: 5%; } |
|---|
| 4967 | + [flex-offset-xs="10"] { |
|---|
| 4968 | + margin-left: 10%; } |
|---|
| 4969 | + [flex-offset-xs="15"] { |
|---|
| 4970 | + margin-left: 15%; } |
|---|
| 4971 | + [flex-offset-xs="20"] { |
|---|
| 4972 | + margin-left: 20%; } |
|---|
| 4973 | + [flex-offset-xs="25"] { |
|---|
| 4974 | + margin-left: 25%; } |
|---|
| 4975 | + [flex-offset-xs="30"] { |
|---|
| 4976 | + margin-left: 30%; } |
|---|
| 4977 | + [flex-offset-xs="35"] { |
|---|
| 4978 | + margin-left: 35%; } |
|---|
| 4979 | + [flex-offset-xs="40"] { |
|---|
| 4980 | + margin-left: 40%; } |
|---|
| 4981 | + [flex-offset-xs="45"] { |
|---|
| 4982 | + margin-left: 45%; } |
|---|
| 4983 | + [flex-offset-xs="50"] { |
|---|
| 4984 | + margin-left: 50%; } |
|---|
| 4985 | + [flex-offset-xs="55"] { |
|---|
| 4986 | + margin-left: 55%; } |
|---|
| 4987 | + [flex-offset-xs="60"] { |
|---|
| 4988 | + margin-left: 60%; } |
|---|
| 4989 | + [flex-offset-xs="65"] { |
|---|
| 4990 | + margin-left: 65%; } |
|---|
| 4991 | + [flex-offset-xs="70"] { |
|---|
| 4992 | + margin-left: 70%; } |
|---|
| 4993 | + [flex-offset-xs="75"] { |
|---|
| 4994 | + margin-left: 75%; } |
|---|
| 4995 | + [flex-offset-xs="80"] { |
|---|
| 4996 | + margin-left: 80%; } |
|---|
| 4997 | + [flex-offset-xs="85"] { |
|---|
| 4998 | + margin-left: 85%; } |
|---|
| 4999 | + [flex-offset-xs="90"] { |
|---|
| 5000 | + margin-left: 90%; } |
|---|
| 5001 | + [flex-offset-xs="95"] { |
|---|
| 5002 | + margin-left: 95%; } |
|---|
| 5003 | + [flex-offset-xs="33"] { |
|---|
| 5004 | + margin-left: calc(100% / 3); } |
|---|
| 5005 | + [flex-offset-xs="66"] { |
|---|
| 5006 | + margin-left: calc(200% / 3); } |
|---|
| 5007 | + [layout-align-xs], |
|---|
| 5008 | + [layout-align-xs="start stretch"] { |
|---|
| 5009 | + justify-content: flex-start; |
|---|
| 5010 | + align-content: stretch; |
|---|
| 5011 | + align-items: stretch; } |
|---|
| 5012 | + [layout-align-xs="start"], |
|---|
| 5013 | + [layout-align-xs="start start"], |
|---|
| 5014 | + [layout-align-xs="start center"], |
|---|
| 5015 | + [layout-align-xs="start end"], |
|---|
| 5016 | + [layout-align-xs="start stretch"] { |
|---|
| 5017 | + justify-content: start; } |
|---|
| 5018 | + [layout-align-xs="center"], |
|---|
| 5019 | + [layout-align-xs="center start"], |
|---|
| 5020 | + [layout-align-xs="center center"], |
|---|
| 5021 | + [layout-align-xs="center end"], |
|---|
| 5022 | + [layout-align-xs="center stretch"] { |
|---|
| 5023 | + justify-content: center; } |
|---|
| 5024 | + [layout-align-xs="end"], |
|---|
| 5025 | + [layout-align-xs="end center"], |
|---|
| 5026 | + [layout-align-xs="end start"], |
|---|
| 5027 | + [layout-align-xs="end end"], |
|---|
| 5028 | + [layout-align-xs="end stretch"] { |
|---|
| 5029 | + justify-content: flex-end; } |
|---|
| 5030 | + [layout-align-xs="space-around"], |
|---|
| 5031 | + [layout-align-xs="space-around center"], |
|---|
| 5032 | + [layout-align-xs="space-around start"], |
|---|
| 5033 | + [layout-align-xs="space-around end"], |
|---|
| 5034 | + [layout-align-xs="space-around stretch"] { |
|---|
| 5035 | + justify-content: space-around; } |
|---|
| 5036 | + [layout-align-xs="space-between"], |
|---|
| 5037 | + [layout-align-xs="space-between center"], |
|---|
| 5038 | + [layout-align-xs="space-between start"], |
|---|
| 5039 | + [layout-align-xs="space-between end"], |
|---|
| 5040 | + [layout-align-xs="space-between stretch"] { |
|---|
| 5041 | + justify-content: space-between; } |
|---|
| 5042 | + [layout-align-xs="start start"], |
|---|
| 5043 | + [layout-align-xs="center start"], |
|---|
| 5044 | + [layout-align-xs="end start"], |
|---|
| 5045 | + [layout-align-xs="space-between start"], |
|---|
| 5046 | + [layout-align-xs="space-around start"] { |
|---|
| 5047 | + align-items: flex-start; |
|---|
| 5048 | + align-content: flex-start; } |
|---|
| 5049 | + [layout-align-xs="start center"], |
|---|
| 5050 | + [layout-align-xs="center center"], |
|---|
| 5051 | + [layout-align-xs="end center"], |
|---|
| 5052 | + [layout-align-xs="space-between center"], |
|---|
| 5053 | + [layout-align-xs="space-around center"] { |
|---|
| 5054 | + align-items: center; |
|---|
| 5055 | + align-content: center; |
|---|
| 5056 | + max-width: 100%; } |
|---|
| 5057 | + [layout-align-xs="start center"] > *, |
|---|
| 5058 | + [layout-align-xs="center center"] > *, |
|---|
| 5059 | + [layout-align-xs="end center"] > *, |
|---|
| 5060 | + [layout-align-xs="space-between center"] > *, |
|---|
| 5061 | + [layout-align-xs="space-around center"] > * { |
|---|
| 5062 | + max-width: 100%; |
|---|
| 5063 | + box-sizing: border-box; } |
|---|
| 5064 | + [layout-align-xs="start end"], |
|---|
| 5065 | + [layout-align-xs="center end"], |
|---|
| 5066 | + [layout-align-xs="end end"], |
|---|
| 5067 | + [layout-align-xs="space-between end"], |
|---|
| 5068 | + [layout-align-xs="space-around end"] { |
|---|
| 5069 | + align-items: flex-end; |
|---|
| 5070 | + align-content: flex-end; } |
|---|
| 5071 | + [layout-align-xs="start stretch"], |
|---|
| 5072 | + [layout-align-xs="center stretch"], |
|---|
| 5073 | + [layout-align-xs="end stretch"], |
|---|
| 5074 | + [layout-align-xs="space-between stretch"], |
|---|
| 5075 | + [layout-align-xs="space-around stretch"] { |
|---|
| 5076 | + align-items: stretch; |
|---|
| 5077 | + align-content: stretch; } |
|---|
| 5078 | + [flex-xs] { |
|---|
| 5079 | + flex: 1; |
|---|
| 5080 | + box-sizing: border-box; } } |
|---|
| 5081 | + |
|---|
| 5082 | +@media screen\0 and (max-width: 599px) { |
|---|
| 5083 | + [flex-xs] { |
|---|
| 5084 | + flex: 1 1 0%; } } |
|---|
| 5085 | + |
|---|
| 5086 | +@media (max-width: 599px) { |
|---|
| 5087 | + [flex-xs-grow] { |
|---|
| 5088 | + flex: 1 1 100%; |
|---|
| 5089 | + box-sizing: border-box; } |
|---|
| 5090 | + [flex-xs-initial] { |
|---|
| 5091 | + flex: 0 1 auto; |
|---|
| 5092 | + box-sizing: border-box; } |
|---|
| 5093 | + [flex-xs-auto] { |
|---|
| 5094 | + flex: 1 1 auto; |
|---|
| 5095 | + box-sizing: border-box; } |
|---|
| 5096 | + [flex-xs-none] { |
|---|
| 5097 | + flex: 0 0 auto; |
|---|
| 5098 | + box-sizing: border-box; } |
|---|
| 5099 | + [flex-xs-noshrink] { |
|---|
| 5100 | + flex: 1 0 auto; |
|---|
| 5101 | + box-sizing: border-box; } |
|---|
| 5102 | + [flex-xs-nogrow] { |
|---|
| 5103 | + flex: 0 1 auto; |
|---|
| 5104 | + box-sizing: border-box; } |
|---|
| 5105 | + [flex-xs="0"] { |
|---|
| 5106 | + flex: 1 1 0%; |
|---|
| 5107 | + max-width: 0%; |
|---|
| 5108 | + max-height: 100%; |
|---|
| 5109 | + box-sizing: border-box; } |
|---|
| 5110 | + [layout="row"] > [flex-xs="0"], |
|---|
| 5111 | + [layout-xs="row"] > [flex-xs="0"] { |
|---|
| 5112 | + flex: 1 1 0%; |
|---|
| 5113 | + max-width: 0%; |
|---|
| 5114 | + max-height: 100%; |
|---|
| 5115 | + box-sizing: border-box; } |
|---|
| 5116 | + [layout="column"] > [flex-xs="0"], |
|---|
| 5117 | + [layout-xs="column"] > [flex-xs="0"] { |
|---|
| 5118 | + flex: 1 1 0%; |
|---|
| 5119 | + max-width: 100%; |
|---|
| 5120 | + max-height: 0%; |
|---|
| 5121 | + box-sizing: border-box; } |
|---|
| 5122 | + [flex-xs="5"] { |
|---|
| 5123 | + flex: 1 1 5%; |
|---|
| 5124 | + max-width: 5%; |
|---|
| 5125 | + max-height: 100%; |
|---|
| 5126 | + box-sizing: border-box; } |
|---|
| 5127 | + [layout="row"] > [flex-xs="5"], |
|---|
| 5128 | + [layout-xs="row"] > [flex-xs="5"] { |
|---|
| 5129 | + flex: 1 1 5%; |
|---|
| 5130 | + max-width: 5%; |
|---|
| 5131 | + max-height: 100%; |
|---|
| 5132 | + box-sizing: border-box; } |
|---|
| 5133 | + [layout="column"] > [flex-xs="5"], |
|---|
| 5134 | + [layout-xs="column"] > [flex-xs="5"] { |
|---|
| 5135 | + flex: 1 1 5%; |
|---|
| 5136 | + max-width: 100%; |
|---|
| 5137 | + max-height: 5%; |
|---|
| 5138 | + box-sizing: border-box; } |
|---|
| 5139 | + [flex-xs="10"] { |
|---|
| 5140 | + flex: 1 1 10%; |
|---|
| 5141 | + max-width: 10%; |
|---|
| 5142 | + max-height: 100%; |
|---|
| 5143 | + box-sizing: border-box; } |
|---|
| 5144 | + [layout="row"] > [flex-xs="10"], |
|---|
| 5145 | + [layout-xs="row"] > [flex-xs="10"] { |
|---|
| 5146 | + flex: 1 1 10%; |
|---|
| 5147 | + max-width: 10%; |
|---|
| 5148 | + max-height: 100%; |
|---|
| 5149 | + box-sizing: border-box; } |
|---|
| 5150 | + [layout="column"] > [flex-xs="10"], |
|---|
| 5151 | + [layout-xs="column"] > [flex-xs="10"] { |
|---|
| 5152 | + flex: 1 1 10%; |
|---|
| 5153 | + max-width: 100%; |
|---|
| 5154 | + max-height: 10%; |
|---|
| 5155 | + box-sizing: border-box; } |
|---|
| 5156 | + [flex-xs="15"] { |
|---|
| 5157 | + flex: 1 1 15%; |
|---|
| 5158 | + max-width: 15%; |
|---|
| 5159 | + max-height: 100%; |
|---|
| 5160 | + box-sizing: border-box; } |
|---|
| 5161 | + [layout="row"] > [flex-xs="15"], |
|---|
| 5162 | + [layout-xs="row"] > [flex-xs="15"] { |
|---|
| 5163 | + flex: 1 1 15%; |
|---|
| 5164 | + max-width: 15%; |
|---|
| 5165 | + max-height: 100%; |
|---|
| 5166 | + box-sizing: border-box; } |
|---|
| 5167 | + [layout="column"] > [flex-xs="15"], |
|---|
| 5168 | + [layout-xs="column"] > [flex-xs="15"] { |
|---|
| 5169 | + flex: 1 1 15%; |
|---|
| 5170 | + max-width: 100%; |
|---|
| 5171 | + max-height: 15%; |
|---|
| 5172 | + box-sizing: border-box; } |
|---|
| 5173 | + [flex-xs="20"] { |
|---|
| 5174 | + flex: 1 1 20%; |
|---|
| 5175 | + max-width: 20%; |
|---|
| 5176 | + max-height: 100%; |
|---|
| 5177 | + box-sizing: border-box; } |
|---|
| 5178 | + [layout="row"] > [flex-xs="20"], |
|---|
| 5179 | + [layout-xs="row"] > [flex-xs="20"] { |
|---|
| 5180 | + flex: 1 1 20%; |
|---|
| 5181 | + max-width: 20%; |
|---|
| 5182 | + max-height: 100%; |
|---|
| 5183 | + box-sizing: border-box; } |
|---|
| 5184 | + [layout="column"] > [flex-xs="20"], |
|---|
| 5185 | + [layout-xs="column"] > [flex-xs="20"] { |
|---|
| 5186 | + flex: 1 1 20%; |
|---|
| 5187 | + max-width: 100%; |
|---|
| 5188 | + max-height: 20%; |
|---|
| 5189 | + box-sizing: border-box; } |
|---|
| 5190 | + [flex-xs="25"] { |
|---|
| 5191 | + flex: 1 1 25%; |
|---|
| 5192 | + max-width: 25%; |
|---|
| 5193 | + max-height: 100%; |
|---|
| 5194 | + box-sizing: border-box; } |
|---|
| 5195 | + [layout="row"] > [flex-xs="25"], |
|---|
| 5196 | + [layout-xs="row"] > [flex-xs="25"] { |
|---|
| 5197 | + flex: 1 1 25%; |
|---|
| 5198 | + max-width: 25%; |
|---|
| 5199 | + max-height: 100%; |
|---|
| 5200 | + box-sizing: border-box; } |
|---|
| 5201 | + [layout="column"] > [flex-xs="25"], |
|---|
| 5202 | + [layout-xs="column"] > [flex-xs="25"] { |
|---|
| 5203 | + flex: 1 1 25%; |
|---|
| 5204 | + max-width: 100%; |
|---|
| 5205 | + max-height: 25%; |
|---|
| 5206 | + box-sizing: border-box; } |
|---|
| 5207 | + [flex-xs="30"] { |
|---|
| 5208 | + flex: 1 1 30%; |
|---|
| 5209 | + max-width: 30%; |
|---|
| 5210 | + max-height: 100%; |
|---|
| 5211 | + box-sizing: border-box; } |
|---|
| 5212 | + [layout="row"] > [flex-xs="30"], |
|---|
| 5213 | + [layout-xs="row"] > [flex-xs="30"] { |
|---|
| 5214 | + flex: 1 1 30%; |
|---|
| 5215 | + max-width: 30%; |
|---|
| 5216 | + max-height: 100%; |
|---|
| 5217 | + box-sizing: border-box; } |
|---|
| 5218 | + [layout="column"] > [flex-xs="30"], |
|---|
| 5219 | + [layout-xs="column"] > [flex-xs="30"] { |
|---|
| 5220 | + flex: 1 1 30%; |
|---|
| 5221 | + max-width: 100%; |
|---|
| 5222 | + max-height: 30%; |
|---|
| 5223 | + box-sizing: border-box; } |
|---|
| 5224 | + [flex-xs="35"] { |
|---|
| 5225 | + flex: 1 1 35%; |
|---|
| 5226 | + max-width: 35%; |
|---|
| 5227 | + max-height: 100%; |
|---|
| 5228 | + box-sizing: border-box; } |
|---|
| 5229 | + [layout="row"] > [flex-xs="35"], |
|---|
| 5230 | + [layout-xs="row"] > [flex-xs="35"] { |
|---|
| 5231 | + flex: 1 1 35%; |
|---|
| 5232 | + max-width: 35%; |
|---|
| 5233 | + max-height: 100%; |
|---|
| 5234 | + box-sizing: border-box; } |
|---|
| 5235 | + [layout="column"] > [flex-xs="35"], |
|---|
| 5236 | + [layout-xs="column"] > [flex-xs="35"] { |
|---|
| 5237 | + flex: 1 1 35%; |
|---|
| 5238 | + max-width: 100%; |
|---|
| 5239 | + max-height: 35%; |
|---|
| 5240 | + box-sizing: border-box; } |
|---|
| 5241 | + [flex-xs="40"] { |
|---|
| 5242 | + flex: 1 1 40%; |
|---|
| 5243 | + max-width: 40%; |
|---|
| 5244 | + max-height: 100%; |
|---|
| 5245 | + box-sizing: border-box; } |
|---|
| 5246 | + [layout="row"] > [flex-xs="40"], |
|---|
| 5247 | + [layout-xs="row"] > [flex-xs="40"] { |
|---|
| 5248 | + flex: 1 1 40%; |
|---|
| 5249 | + max-width: 40%; |
|---|
| 5250 | + max-height: 100%; |
|---|
| 5251 | + box-sizing: border-box; } |
|---|
| 5252 | + [layout="column"] > [flex-xs="40"], |
|---|
| 5253 | + [layout-xs="column"] > [flex-xs="40"] { |
|---|
| 5254 | + flex: 1 1 40%; |
|---|
| 5255 | + max-width: 100%; |
|---|
| 5256 | + max-height: 40%; |
|---|
| 5257 | + box-sizing: border-box; } |
|---|
| 5258 | + [flex-xs="45"] { |
|---|
| 5259 | + flex: 1 1 45%; |
|---|
| 5260 | + max-width: 45%; |
|---|
| 5261 | + max-height: 100%; |
|---|
| 5262 | + box-sizing: border-box; } |
|---|
| 5263 | + [layout="row"] > [flex-xs="45"], |
|---|
| 5264 | + [layout-xs="row"] > [flex-xs="45"] { |
|---|
| 5265 | + flex: 1 1 45%; |
|---|
| 5266 | + max-width: 45%; |
|---|
| 5267 | + max-height: 100%; |
|---|
| 5268 | + box-sizing: border-box; } |
|---|
| 5269 | + [layout="column"] > [flex-xs="45"], |
|---|
| 5270 | + [layout-xs="column"] > [flex-xs="45"] { |
|---|
| 5271 | + flex: 1 1 45%; |
|---|
| 5272 | + max-width: 100%; |
|---|
| 5273 | + max-height: 45%; |
|---|
| 5274 | + box-sizing: border-box; } |
|---|
| 5275 | + [flex-xs="50"] { |
|---|
| 5276 | + flex: 1 1 50%; |
|---|
| 5277 | + max-width: 50%; |
|---|
| 5278 | + max-height: 100%; |
|---|
| 5279 | + box-sizing: border-box; } |
|---|
| 5280 | + [layout="row"] > [flex-xs="50"], |
|---|
| 5281 | + [layout-xs="row"] > [flex-xs="50"] { |
|---|
| 5282 | + flex: 1 1 50%; |
|---|
| 5283 | + max-width: 50%; |
|---|
| 5284 | + max-height: 100%; |
|---|
| 5285 | + box-sizing: border-box; } |
|---|
| 5286 | + [layout="column"] > [flex-xs="50"], |
|---|
| 5287 | + [layout-xs="column"] > [flex-xs="50"] { |
|---|
| 5288 | + flex: 1 1 50%; |
|---|
| 5289 | + max-width: 100%; |
|---|
| 5290 | + max-height: 50%; |
|---|
| 5291 | + box-sizing: border-box; } |
|---|
| 5292 | + [flex-xs="55"] { |
|---|
| 5293 | + flex: 1 1 55%; |
|---|
| 5294 | + max-width: 55%; |
|---|
| 5295 | + max-height: 100%; |
|---|
| 5296 | + box-sizing: border-box; } |
|---|
| 5297 | + [layout="row"] > [flex-xs="55"], |
|---|
| 5298 | + [layout-xs="row"] > [flex-xs="55"] { |
|---|
| 5299 | + flex: 1 1 55%; |
|---|
| 5300 | + max-width: 55%; |
|---|
| 5301 | + max-height: 100%; |
|---|
| 5302 | + box-sizing: border-box; } |
|---|
| 5303 | + [layout="column"] > [flex-xs="55"], |
|---|
| 5304 | + [layout-xs="column"] > [flex-xs="55"] { |
|---|
| 5305 | + flex: 1 1 55%; |
|---|
| 5306 | + max-width: 100%; |
|---|
| 5307 | + max-height: 55%; |
|---|
| 5308 | + box-sizing: border-box; } |
|---|
| 5309 | + [flex-xs="60"] { |
|---|
| 5310 | + flex: 1 1 60%; |
|---|
| 5311 | + max-width: 60%; |
|---|
| 5312 | + max-height: 100%; |
|---|
| 5313 | + box-sizing: border-box; } |
|---|
| 5314 | + [layout="row"] > [flex-xs="60"], |
|---|
| 5315 | + [layout-xs="row"] > [flex-xs="60"] { |
|---|
| 5316 | + flex: 1 1 60%; |
|---|
| 5317 | + max-width: 60%; |
|---|
| 5318 | + max-height: 100%; |
|---|
| 5319 | + box-sizing: border-box; } |
|---|
| 5320 | + [layout="column"] > [flex-xs="60"], |
|---|
| 5321 | + [layout-xs="column"] > [flex-xs="60"] { |
|---|
| 5322 | + flex: 1 1 60%; |
|---|
| 5323 | + max-width: 100%; |
|---|
| 5324 | + max-height: 60%; |
|---|
| 5325 | + box-sizing: border-box; } |
|---|
| 5326 | + [flex-xs="65"] { |
|---|
| 5327 | + flex: 1 1 65%; |
|---|
| 5328 | + max-width: 65%; |
|---|
| 5329 | + max-height: 100%; |
|---|
| 5330 | + box-sizing: border-box; } |
|---|
| 5331 | + [layout="row"] > [flex-xs="65"], |
|---|
| 5332 | + [layout-xs="row"] > [flex-xs="65"] { |
|---|
| 5333 | + flex: 1 1 65%; |
|---|
| 5334 | + max-width: 65%; |
|---|
| 5335 | + max-height: 100%; |
|---|
| 5336 | + box-sizing: border-box; } |
|---|
| 5337 | + [layout="column"] > [flex-xs="65"], |
|---|
| 5338 | + [layout-xs="column"] > [flex-xs="65"] { |
|---|
| 5339 | + flex: 1 1 65%; |
|---|
| 5340 | + max-width: 100%; |
|---|
| 5341 | + max-height: 65%; |
|---|
| 5342 | + box-sizing: border-box; } |
|---|
| 5343 | + [flex-xs="70"] { |
|---|
| 5344 | + flex: 1 1 70%; |
|---|
| 5345 | + max-width: 70%; |
|---|
| 5346 | + max-height: 100%; |
|---|
| 5347 | + box-sizing: border-box; } |
|---|
| 5348 | + [layout="row"] > [flex-xs="70"], |
|---|
| 5349 | + [layout-xs="row"] > [flex-xs="70"] { |
|---|
| 5350 | + flex: 1 1 70%; |
|---|
| 5351 | + max-width: 70%; |
|---|
| 5352 | + max-height: 100%; |
|---|
| 5353 | + box-sizing: border-box; } |
|---|
| 5354 | + [layout="column"] > [flex-xs="70"], |
|---|
| 5355 | + [layout-xs="column"] > [flex-xs="70"] { |
|---|
| 5356 | + flex: 1 1 70%; |
|---|
| 5357 | + max-width: 100%; |
|---|
| 5358 | + max-height: 70%; |
|---|
| 5359 | + box-sizing: border-box; } |
|---|
| 5360 | + [flex-xs="75"] { |
|---|
| 5361 | + flex: 1 1 75%; |
|---|
| 5362 | + max-width: 75%; |
|---|
| 5363 | + max-height: 100%; |
|---|
| 5364 | + box-sizing: border-box; } |
|---|
| 5365 | + [layout="row"] > [flex-xs="75"], |
|---|
| 5366 | + [layout-xs="row"] > [flex-xs="75"] { |
|---|
| 5367 | + flex: 1 1 75%; |
|---|
| 5368 | + max-width: 75%; |
|---|
| 5369 | + max-height: 100%; |
|---|
| 5370 | + box-sizing: border-box; } |
|---|
| 5371 | + [layout="column"] > [flex-xs="75"], |
|---|
| 5372 | + [layout-xs="column"] > [flex-xs="75"] { |
|---|
| 5373 | + flex: 1 1 75%; |
|---|
| 5374 | + max-width: 100%; |
|---|
| 5375 | + max-height: 75%; |
|---|
| 5376 | + box-sizing: border-box; } |
|---|
| 5377 | + [flex-xs="80"] { |
|---|
| 5378 | + flex: 1 1 80%; |
|---|
| 5379 | + max-width: 80%; |
|---|
| 5380 | + max-height: 100%; |
|---|
| 5381 | + box-sizing: border-box; } |
|---|
| 5382 | + [layout="row"] > [flex-xs="80"], |
|---|
| 5383 | + [layout-xs="row"] > [flex-xs="80"] { |
|---|
| 5384 | + flex: 1 1 80%; |
|---|
| 5385 | + max-width: 80%; |
|---|
| 5386 | + max-height: 100%; |
|---|
| 5387 | + box-sizing: border-box; } |
|---|
| 5388 | + [layout="column"] > [flex-xs="80"], |
|---|
| 5389 | + [layout-xs="column"] > [flex-xs="80"] { |
|---|
| 5390 | + flex: 1 1 80%; |
|---|
| 5391 | + max-width: 100%; |
|---|
| 5392 | + max-height: 80%; |
|---|
| 5393 | + box-sizing: border-box; } |
|---|
| 5394 | + [flex-xs="85"] { |
|---|
| 5395 | + flex: 1 1 85%; |
|---|
| 5396 | + max-width: 85%; |
|---|
| 5397 | + max-height: 100%; |
|---|
| 5398 | + box-sizing: border-box; } |
|---|
| 5399 | + [layout="row"] > [flex-xs="85"], |
|---|
| 5400 | + [layout-xs="row"] > [flex-xs="85"] { |
|---|
| 5401 | + flex: 1 1 85%; |
|---|
| 5402 | + max-width: 85%; |
|---|
| 5403 | + max-height: 100%; |
|---|
| 5404 | + box-sizing: border-box; } |
|---|
| 5405 | + [layout="column"] > [flex-xs="85"], |
|---|
| 5406 | + [layout-xs="column"] > [flex-xs="85"] { |
|---|
| 5407 | + flex: 1 1 85%; |
|---|
| 5408 | + max-width: 100%; |
|---|
| 5409 | + max-height: 85%; |
|---|
| 5410 | + box-sizing: border-box; } |
|---|
| 5411 | + [flex-xs="90"] { |
|---|
| 5412 | + flex: 1 1 90%; |
|---|
| 5413 | + max-width: 90%; |
|---|
| 5414 | + max-height: 100%; |
|---|
| 5415 | + box-sizing: border-box; } |
|---|
| 5416 | + [layout="row"] > [flex-xs="90"], |
|---|
| 5417 | + [layout-xs="row"] > [flex-xs="90"] { |
|---|
| 5418 | + flex: 1 1 90%; |
|---|
| 5419 | + max-width: 90%; |
|---|
| 5420 | + max-height: 100%; |
|---|
| 5421 | + box-sizing: border-box; } |
|---|
| 5422 | + [layout="column"] > [flex-xs="90"], |
|---|
| 5423 | + [layout-xs="column"] > [flex-xs="90"] { |
|---|
| 5424 | + flex: 1 1 90%; |
|---|
| 5425 | + max-width: 100%; |
|---|
| 5426 | + max-height: 90%; |
|---|
| 5427 | + box-sizing: border-box; } |
|---|
| 5428 | + [flex-xs="95"] { |
|---|
| 5429 | + flex: 1 1 95%; |
|---|
| 5430 | + max-width: 95%; |
|---|
| 5431 | + max-height: 100%; |
|---|
| 5432 | + box-sizing: border-box; } |
|---|
| 5433 | + [layout="row"] > [flex-xs="95"], |
|---|
| 5434 | + [layout-xs="row"] > [flex-xs="95"] { |
|---|
| 5435 | + flex: 1 1 95%; |
|---|
| 5436 | + max-width: 95%; |
|---|
| 5437 | + max-height: 100%; |
|---|
| 5438 | + box-sizing: border-box; } |
|---|
| 5439 | + [layout="column"] > [flex-xs="95"], |
|---|
| 5440 | + [layout-xs="column"] > [flex-xs="95"] { |
|---|
| 5441 | + flex: 1 1 95%; |
|---|
| 5442 | + max-width: 100%; |
|---|
| 5443 | + max-height: 95%; |
|---|
| 5444 | + box-sizing: border-box; } |
|---|
| 5445 | + [flex-xs="100"] { |
|---|
| 5446 | + flex: 1 1 100%; |
|---|
| 5447 | + max-width: 100%; |
|---|
| 5448 | + max-height: 100%; |
|---|
| 5449 | + box-sizing: border-box; } |
|---|
| 5450 | + [layout="row"] > [flex-xs="100"], |
|---|
| 5451 | + [layout-xs="row"] > [flex-xs="100"] { |
|---|
| 5452 | + flex: 1 1 100%; |
|---|
| 5453 | + max-width: 100%; |
|---|
| 5454 | + max-height: 100%; |
|---|
| 5455 | + box-sizing: border-box; } |
|---|
| 5456 | + [layout="column"] > [flex-xs="100"], |
|---|
| 5457 | + [layout-xs="column"] > [flex-xs="100"] { |
|---|
| 5458 | + flex: 1 1 100%; |
|---|
| 5459 | + max-width: 100%; |
|---|
| 5460 | + max-height: 100%; |
|---|
| 5461 | + box-sizing: border-box; } |
|---|
| 5462 | + [layout="row"] > [flex-xs="33"], [layout="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"], [layout-xs="row"] > [flex-xs="33"] { |
|---|
| 5463 | + flex: 1 1 33%; |
|---|
| 5464 | + max-width: calc(100% / 3); |
|---|
| 5465 | + max-height: 100%; |
|---|
| 5466 | + box-sizing: border-box; } |
|---|
| 5467 | + [layout="row"] > [flex-xs="34"], [layout="row"] > [flex-xs="34"], [layout-xs="row"] > [flex-xs="34"], [layout-xs="row"] > [flex-xs="34"] { |
|---|
| 5468 | + flex: 1 1 34%; |
|---|
| 5469 | + max-width: 34%; |
|---|
| 5470 | + max-height: 100%; |
|---|
| 5471 | + box-sizing: border-box; } |
|---|
| 5472 | + [layout="row"] > [flex-xs="66"], [layout="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"], [layout-xs="row"] > [flex-xs="66"] { |
|---|
| 5473 | + flex: 1 1 66%; |
|---|
| 5474 | + max-width: calc(200% / 3); |
|---|
| 5475 | + max-height: 100%; |
|---|
| 5476 | + box-sizing: border-box; } |
|---|
| 5477 | + [layout="row"] > [flex-xs="67"], [layout="row"] > [flex-xs="67"], [layout-xs="row"] > [flex-xs="67"], [layout-xs="row"] > [flex-xs="67"] { |
|---|
| 5478 | + flex: 1 1 67%; |
|---|
| 5479 | + max-width: 67%; |
|---|
| 5480 | + max-height: 100%; |
|---|
| 5481 | + box-sizing: border-box; } |
|---|
| 5482 | + [layout="column"] > [flex-xs="33"], [layout="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"], [layout-xs="column"] > [flex-xs="33"] { |
|---|
| 5483 | + flex: 1 1 33%; |
|---|
| 5484 | + max-width: 100%; |
|---|
| 5485 | + max-height: calc(100% / 3); |
|---|
| 5486 | + box-sizing: border-box; } |
|---|
| 5487 | + [layout="column"] > [flex-xs="34"], [layout="column"] > [flex-xs="34"], [layout-xs="column"] > [flex-xs="34"], [layout-xs="column"] > [flex-xs="34"] { |
|---|
| 5488 | + flex: 1 1 34%; |
|---|
| 5489 | + max-width: 100%; |
|---|
| 5490 | + max-height: 34%; |
|---|
| 5491 | + box-sizing: border-box; } |
|---|
| 5492 | + [layout="column"] > [flex-xs="66"], [layout="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"], [layout-xs="column"] > [flex-xs="66"] { |
|---|
| 5493 | + flex: 1 1 66%; |
|---|
| 5494 | + max-width: 100%; |
|---|
| 5495 | + max-height: calc(200% / 3); |
|---|
| 5496 | + box-sizing: border-box; } |
|---|
| 5497 | + [layout="column"] > [flex-xs="67"], [layout="column"] > [flex-xs="67"], [layout-xs="column"] > [flex-xs="67"], [layout-xs="column"] > [flex-xs="67"] { |
|---|
| 5498 | + flex: 1 1 67%; |
|---|
| 5499 | + max-width: 100%; |
|---|
| 5500 | + max-height: 67%; |
|---|
| 5501 | + box-sizing: border-box; } |
|---|
| 5502 | + [layout-xs], [layout-xs="column"], [layout-xs="row"] { |
|---|
| 5503 | + box-sizing: border-box; |
|---|
| 5504 | + display: -webkit-box; |
|---|
| 5505 | + display: -webkit-flex; |
|---|
| 5506 | + display: -moz-box; |
|---|
| 5507 | + display: -ms-flexbox; |
|---|
| 5508 | + display: flex; } |
|---|
| 5509 | + [layout-xs="column"] { |
|---|
| 5510 | + flex-direction: column; } |
|---|
| 5511 | + [layout-xs="row"] { |
|---|
| 5512 | + flex-direction: row; } } |
|---|
| 5513 | + |
|---|
| 5514 | +@media (min-width: 600px) { |
|---|
| 5515 | + [flex-order-gt-xs="-20"] { |
|---|
| 5516 | + order: -20; } |
|---|
| 5517 | + [flex-order-gt-xs="-19"] { |
|---|
| 5518 | + order: -19; } |
|---|
| 5519 | + [flex-order-gt-xs="-18"] { |
|---|
| 5520 | + order: -18; } |
|---|
| 5521 | + [flex-order-gt-xs="-17"] { |
|---|
| 5522 | + order: -17; } |
|---|
| 5523 | + [flex-order-gt-xs="-16"] { |
|---|
| 5524 | + order: -16; } |
|---|
| 5525 | + [flex-order-gt-xs="-15"] { |
|---|
| 5526 | + order: -15; } |
|---|
| 5527 | + [flex-order-gt-xs="-14"] { |
|---|
| 5528 | + order: -14; } |
|---|
| 5529 | + [flex-order-gt-xs="-13"] { |
|---|
| 5530 | + order: -13; } |
|---|
| 5531 | + [flex-order-gt-xs="-12"] { |
|---|
| 5532 | + order: -12; } |
|---|
| 5533 | + [flex-order-gt-xs="-11"] { |
|---|
| 5534 | + order: -11; } |
|---|
| 5535 | + [flex-order-gt-xs="-10"] { |
|---|
| 5536 | + order: -10; } |
|---|
| 5537 | + [flex-order-gt-xs="-9"] { |
|---|
| 5538 | + order: -9; } |
|---|
| 5539 | + [flex-order-gt-xs="-8"] { |
|---|
| 5540 | + order: -8; } |
|---|
| 5541 | + [flex-order-gt-xs="-7"] { |
|---|
| 5542 | + order: -7; } |
|---|
| 5543 | + [flex-order-gt-xs="-6"] { |
|---|
| 5544 | + order: -6; } |
|---|
| 5545 | + [flex-order-gt-xs="-5"] { |
|---|
| 5546 | + order: -5; } |
|---|
| 5547 | + [flex-order-gt-xs="-4"] { |
|---|
| 5548 | + order: -4; } |
|---|
| 5549 | + [flex-order-gt-xs="-3"] { |
|---|
| 5550 | + order: -3; } |
|---|
| 5551 | + [flex-order-gt-xs="-2"] { |
|---|
| 5552 | + order: -2; } |
|---|
| 5553 | + [flex-order-gt-xs="-1"] { |
|---|
| 5554 | + order: -1; } |
|---|
| 5555 | + [flex-order-gt-xs="0"] { |
|---|
| 5556 | + order: 0; } |
|---|
| 5557 | + [flex-order-gt-xs="1"] { |
|---|
| 5558 | + order: 1; } |
|---|
| 5559 | + [flex-order-gt-xs="2"] { |
|---|
| 5560 | + order: 2; } |
|---|
| 5561 | + [flex-order-gt-xs="3"] { |
|---|
| 5562 | + order: 3; } |
|---|
| 5563 | + [flex-order-gt-xs="4"] { |
|---|
| 5564 | + order: 4; } |
|---|
| 5565 | + [flex-order-gt-xs="5"] { |
|---|
| 5566 | + order: 5; } |
|---|
| 5567 | + [flex-order-gt-xs="6"] { |
|---|
| 5568 | + order: 6; } |
|---|
| 5569 | + [flex-order-gt-xs="7"] { |
|---|
| 5570 | + order: 7; } |
|---|
| 5571 | + [flex-order-gt-xs="8"] { |
|---|
| 5572 | + order: 8; } |
|---|
| 5573 | + [flex-order-gt-xs="9"] { |
|---|
| 5574 | + order: 9; } |
|---|
| 5575 | + [flex-order-gt-xs="10"] { |
|---|
| 5576 | + order: 10; } |
|---|
| 5577 | + [flex-order-gt-xs="11"] { |
|---|
| 5578 | + order: 11; } |
|---|
| 5579 | + [flex-order-gt-xs="12"] { |
|---|
| 5580 | + order: 12; } |
|---|
| 5581 | + [flex-order-gt-xs="13"] { |
|---|
| 5582 | + order: 13; } |
|---|
| 5583 | + [flex-order-gt-xs="14"] { |
|---|
| 5584 | + order: 14; } |
|---|
| 5585 | + [flex-order-gt-xs="15"] { |
|---|
| 5586 | + order: 15; } |
|---|
| 5587 | + [flex-order-gt-xs="16"] { |
|---|
| 5588 | + order: 16; } |
|---|
| 5589 | + [flex-order-gt-xs="17"] { |
|---|
| 5590 | + order: 17; } |
|---|
| 5591 | + [flex-order-gt-xs="18"] { |
|---|
| 5592 | + order: 18; } |
|---|
| 5593 | + [flex-order-gt-xs="19"] { |
|---|
| 5594 | + order: 19; } |
|---|
| 5595 | + [flex-order-gt-xs="20"] { |
|---|
| 5596 | + order: 20; } |
|---|
| 5597 | + [flex-offset-gt-xs="0"] { |
|---|
| 5598 | + margin-left: 0%; } |
|---|
| 5599 | + [flex-offset-gt-xs="5"] { |
|---|
| 5600 | + margin-left: 5%; } |
|---|
| 5601 | + [flex-offset-gt-xs="10"] { |
|---|
| 5602 | + margin-left: 10%; } |
|---|
| 5603 | + [flex-offset-gt-xs="15"] { |
|---|
| 5604 | + margin-left: 15%; } |
|---|
| 5605 | + [flex-offset-gt-xs="20"] { |
|---|
| 5606 | + margin-left: 20%; } |
|---|
| 5607 | + [flex-offset-gt-xs="25"] { |
|---|
| 5608 | + margin-left: 25%; } |
|---|
| 5609 | + [flex-offset-gt-xs="30"] { |
|---|
| 5610 | + margin-left: 30%; } |
|---|
| 5611 | + [flex-offset-gt-xs="35"] { |
|---|
| 5612 | + margin-left: 35%; } |
|---|
| 5613 | + [flex-offset-gt-xs="40"] { |
|---|
| 5614 | + margin-left: 40%; } |
|---|
| 5615 | + [flex-offset-gt-xs="45"] { |
|---|
| 5616 | + margin-left: 45%; } |
|---|
| 5617 | + [flex-offset-gt-xs="50"] { |
|---|
| 5618 | + margin-left: 50%; } |
|---|
| 5619 | + [flex-offset-gt-xs="55"] { |
|---|
| 5620 | + margin-left: 55%; } |
|---|
| 5621 | + [flex-offset-gt-xs="60"] { |
|---|
| 5622 | + margin-left: 60%; } |
|---|
| 5623 | + [flex-offset-gt-xs="65"] { |
|---|
| 5624 | + margin-left: 65%; } |
|---|
| 5625 | + [flex-offset-gt-xs="70"] { |
|---|
| 5626 | + margin-left: 70%; } |
|---|
| 5627 | + [flex-offset-gt-xs="75"] { |
|---|
| 5628 | + margin-left: 75%; } |
|---|
| 5629 | + [flex-offset-gt-xs="80"] { |
|---|
| 5630 | + margin-left: 80%; } |
|---|
| 5631 | + [flex-offset-gt-xs="85"] { |
|---|
| 5632 | + margin-left: 85%; } |
|---|
| 5633 | + [flex-offset-gt-xs="90"] { |
|---|
| 5634 | + margin-left: 90%; } |
|---|
| 5635 | + [flex-offset-gt-xs="95"] { |
|---|
| 5636 | + margin-left: 95%; } |
|---|
| 5637 | + [flex-offset-gt-xs="33"] { |
|---|
| 5638 | + margin-left: calc(100% / 3); } |
|---|
| 5639 | + [flex-offset-gt-xs="66"] { |
|---|
| 5640 | + margin-left: calc(200% / 3); } |
|---|
| 5641 | + [layout-align-gt-xs], |
|---|
| 5642 | + [layout-align-gt-xs="start stretch"] { |
|---|
| 5643 | + justify-content: flex-start; |
|---|
| 5644 | + align-content: stretch; |
|---|
| 5645 | + align-items: stretch; } |
|---|
| 5646 | + [layout-align-gt-xs="start"], |
|---|
| 5647 | + [layout-align-gt-xs="start start"], |
|---|
| 5648 | + [layout-align-gt-xs="start center"], |
|---|
| 5649 | + [layout-align-gt-xs="start end"], |
|---|
| 5650 | + [layout-align-gt-xs="start stretch"] { |
|---|
| 5651 | + justify-content: start; } |
|---|
| 5652 | + [layout-align-gt-xs="center"], |
|---|
| 5653 | + [layout-align-gt-xs="center start"], |
|---|
| 5654 | + [layout-align-gt-xs="center center"], |
|---|
| 5655 | + [layout-align-gt-xs="center end"], |
|---|
| 5656 | + [layout-align-gt-xs="center stretch"] { |
|---|
| 5657 | + justify-content: center; } |
|---|
| 5658 | + [layout-align-gt-xs="end"], |
|---|
| 5659 | + [layout-align-gt-xs="end center"], |
|---|
| 5660 | + [layout-align-gt-xs="end start"], |
|---|
| 5661 | + [layout-align-gt-xs="end end"], |
|---|
| 5662 | + [layout-align-gt-xs="end stretch"] { |
|---|
| 5663 | + justify-content: flex-end; } |
|---|
| 5664 | + [layout-align-gt-xs="space-around"], |
|---|
| 5665 | + [layout-align-gt-xs="space-around center"], |
|---|
| 5666 | + [layout-align-gt-xs="space-around start"], |
|---|
| 5667 | + [layout-align-gt-xs="space-around end"], |
|---|
| 5668 | + [layout-align-gt-xs="space-around stretch"] { |
|---|
| 5669 | + justify-content: space-around; } |
|---|
| 5670 | + [layout-align-gt-xs="space-between"], |
|---|
| 5671 | + [layout-align-gt-xs="space-between center"], |
|---|
| 5672 | + [layout-align-gt-xs="space-between start"], |
|---|
| 5673 | + [layout-align-gt-xs="space-between end"], |
|---|
| 5674 | + [layout-align-gt-xs="space-between stretch"] { |
|---|
| 5675 | + justify-content: space-between; } |
|---|
| 5676 | + [layout-align-gt-xs="start start"], |
|---|
| 5677 | + [layout-align-gt-xs="center start"], |
|---|
| 5678 | + [layout-align-gt-xs="end start"], |
|---|
| 5679 | + [layout-align-gt-xs="space-between start"], |
|---|
| 5680 | + [layout-align-gt-xs="space-around start"] { |
|---|
| 5681 | + align-items: flex-start; |
|---|
| 5682 | + align-content: flex-start; } |
|---|
| 5683 | + [layout-align-gt-xs="start center"], |
|---|
| 5684 | + [layout-align-gt-xs="center center"], |
|---|
| 5685 | + [layout-align-gt-xs="end center"], |
|---|
| 5686 | + [layout-align-gt-xs="space-between center"], |
|---|
| 5687 | + [layout-align-gt-xs="space-around center"] { |
|---|
| 5688 | + align-items: center; |
|---|
| 5689 | + align-content: center; |
|---|
| 5690 | + max-width: 100%; } |
|---|
| 5691 | + [layout-align-gt-xs="start center"] > *, |
|---|
| 5692 | + [layout-align-gt-xs="center center"] > *, |
|---|
| 5693 | + [layout-align-gt-xs="end center"] > *, |
|---|
| 5694 | + [layout-align-gt-xs="space-between center"] > *, |
|---|
| 5695 | + [layout-align-gt-xs="space-around center"] > * { |
|---|
| 5696 | + max-width: 100%; |
|---|
| 5697 | + box-sizing: border-box; } |
|---|
| 5698 | + [layout-align-gt-xs="start end"], |
|---|
| 5699 | + [layout-align-gt-xs="center end"], |
|---|
| 5700 | + [layout-align-gt-xs="end end"], |
|---|
| 5701 | + [layout-align-gt-xs="space-between end"], |
|---|
| 5702 | + [layout-align-gt-xs="space-around end"] { |
|---|
| 5703 | + align-items: flex-end; |
|---|
| 5704 | + align-content: flex-end; } |
|---|
| 5705 | + [layout-align-gt-xs="start stretch"], |
|---|
| 5706 | + [layout-align-gt-xs="center stretch"], |
|---|
| 5707 | + [layout-align-gt-xs="end stretch"], |
|---|
| 5708 | + [layout-align-gt-xs="space-between stretch"], |
|---|
| 5709 | + [layout-align-gt-xs="space-around stretch"] { |
|---|
| 5710 | + align-items: stretch; |
|---|
| 5711 | + align-content: stretch; } |
|---|
| 5712 | + [flex-gt-xs] { |
|---|
| 5713 | + flex: 1; |
|---|
| 5714 | + box-sizing: border-box; } } |
|---|
| 5715 | + |
|---|
| 5716 | +@media screen\0 and (min-width: 600px) { |
|---|
| 5717 | + [flex-gt-xs] { |
|---|
| 5718 | + flex: 1 1 0%; } } |
|---|
| 5719 | + |
|---|
| 5720 | +@media (min-width: 600px) { |
|---|
| 5721 | + [flex-gt-xs-grow] { |
|---|
| 5722 | + flex: 1 1 100%; |
|---|
| 5723 | + box-sizing: border-box; } |
|---|
| 5724 | + [flex-gt-xs-initial] { |
|---|
| 5725 | + flex: 0 1 auto; |
|---|
| 5726 | + box-sizing: border-box; } |
|---|
| 5727 | + [flex-gt-xs-auto] { |
|---|
| 5728 | + flex: 1 1 auto; |
|---|
| 5729 | + box-sizing: border-box; } |
|---|
| 5730 | + [flex-gt-xs-none] { |
|---|
| 5731 | + flex: 0 0 auto; |
|---|
| 5732 | + box-sizing: border-box; } |
|---|
| 5733 | + [flex-gt-xs-noshrink] { |
|---|
| 5734 | + flex: 1 0 auto; |
|---|
| 5735 | + box-sizing: border-box; } |
|---|
| 5736 | + [flex-gt-xs-nogrow] { |
|---|
| 5737 | + flex: 0 1 auto; |
|---|
| 5738 | + box-sizing: border-box; } |
|---|
| 5739 | + [flex-gt-xs="0"] { |
|---|
| 5740 | + flex: 1 1 0%; |
|---|
| 5741 | + max-width: 0%; |
|---|
| 5742 | + max-height: 100%; |
|---|
| 5743 | + box-sizing: border-box; } |
|---|
| 5744 | + [layout="row"] > [flex-gt-xs="0"], |
|---|
| 5745 | + [layout-gt-xs="row"] > [flex-gt-xs="0"] { |
|---|
| 5746 | + flex: 1 1 0%; |
|---|
| 5747 | + max-width: 0%; |
|---|
| 5748 | + max-height: 100%; |
|---|
| 5749 | + box-sizing: border-box; } |
|---|
| 5750 | + [layout="column"] > [flex-gt-xs="0"], |
|---|
| 5751 | + [layout-gt-xs="column"] > [flex-gt-xs="0"] { |
|---|
| 5752 | + flex: 1 1 0%; |
|---|
| 5753 | + max-width: 100%; |
|---|
| 5754 | + max-height: 0%; |
|---|
| 5755 | + box-sizing: border-box; } |
|---|
| 5756 | + [flex-gt-xs="5"] { |
|---|
| 5757 | + flex: 1 1 5%; |
|---|
| 5758 | + max-width: 5%; |
|---|
| 5759 | + max-height: 100%; |
|---|
| 5760 | + box-sizing: border-box; } |
|---|
| 5761 | + [layout="row"] > [flex-gt-xs="5"], |
|---|
| 5762 | + [layout-gt-xs="row"] > [flex-gt-xs="5"] { |
|---|
| 5763 | + flex: 1 1 5%; |
|---|
| 5764 | + max-width: 5%; |
|---|
| 5765 | + max-height: 100%; |
|---|
| 5766 | + box-sizing: border-box; } |
|---|
| 5767 | + [layout="column"] > [flex-gt-xs="5"], |
|---|
| 5768 | + [layout-gt-xs="column"] > [flex-gt-xs="5"] { |
|---|
| 5769 | + flex: 1 1 5%; |
|---|
| 5770 | + max-width: 100%; |
|---|
| 5771 | + max-height: 5%; |
|---|
| 5772 | + box-sizing: border-box; } |
|---|
| 5773 | + [flex-gt-xs="10"] { |
|---|
| 5774 | + flex: 1 1 10%; |
|---|
| 5775 | + max-width: 10%; |
|---|
| 5776 | + max-height: 100%; |
|---|
| 5777 | + box-sizing: border-box; } |
|---|
| 5778 | + [layout="row"] > [flex-gt-xs="10"], |
|---|
| 5779 | + [layout-gt-xs="row"] > [flex-gt-xs="10"] { |
|---|
| 5780 | + flex: 1 1 10%; |
|---|
| 5781 | + max-width: 10%; |
|---|
| 5782 | + max-height: 100%; |
|---|
| 5783 | + box-sizing: border-box; } |
|---|
| 5784 | + [layout="column"] > [flex-gt-xs="10"], |
|---|
| 5785 | + [layout-gt-xs="column"] > [flex-gt-xs="10"] { |
|---|
| 5786 | + flex: 1 1 10%; |
|---|
| 5787 | + max-width: 100%; |
|---|
| 5788 | + max-height: 10%; |
|---|
| 5789 | + box-sizing: border-box; } |
|---|
| 5790 | + [flex-gt-xs="15"] { |
|---|
| 5791 | + flex: 1 1 15%; |
|---|
| 5792 | + max-width: 15%; |
|---|
| 5793 | + max-height: 100%; |
|---|
| 5794 | + box-sizing: border-box; } |
|---|
| 5795 | + [layout="row"] > [flex-gt-xs="15"], |
|---|
| 5796 | + [layout-gt-xs="row"] > [flex-gt-xs="15"] { |
|---|
| 5797 | + flex: 1 1 15%; |
|---|
| 5798 | + max-width: 15%; |
|---|
| 5799 | + max-height: 100%; |
|---|
| 5800 | + box-sizing: border-box; } |
|---|
| 5801 | + [layout="column"] > [flex-gt-xs="15"], |
|---|
| 5802 | + [layout-gt-xs="column"] > [flex-gt-xs="15"] { |
|---|
| 5803 | + flex: 1 1 15%; |
|---|
| 5804 | + max-width: 100%; |
|---|
| 5805 | + max-height: 15%; |
|---|
| 5806 | + box-sizing: border-box; } |
|---|
| 5807 | + [flex-gt-xs="20"] { |
|---|
| 5808 | + flex: 1 1 20%; |
|---|
| 5809 | + max-width: 20%; |
|---|
| 5810 | + max-height: 100%; |
|---|
| 5811 | + box-sizing: border-box; } |
|---|
| 5812 | + [layout="row"] > [flex-gt-xs="20"], |
|---|
| 5813 | + [layout-gt-xs="row"] > [flex-gt-xs="20"] { |
|---|
| 5814 | + flex: 1 1 20%; |
|---|
| 5815 | + max-width: 20%; |
|---|
| 5816 | + max-height: 100%; |
|---|
| 5817 | + box-sizing: border-box; } |
|---|
| 5818 | + [layout="column"] > [flex-gt-xs="20"], |
|---|
| 5819 | + [layout-gt-xs="column"] > [flex-gt-xs="20"] { |
|---|
| 5820 | + flex: 1 1 20%; |
|---|
| 5821 | + max-width: 100%; |
|---|
| 5822 | + max-height: 20%; |
|---|
| 5823 | + box-sizing: border-box; } |
|---|
| 5824 | + [flex-gt-xs="25"] { |
|---|
| 5825 | + flex: 1 1 25%; |
|---|
| 5826 | + max-width: 25%; |
|---|
| 5827 | + max-height: 100%; |
|---|
| 5828 | + box-sizing: border-box; } |
|---|
| 5829 | + [layout="row"] > [flex-gt-xs="25"], |
|---|
| 5830 | + [layout-gt-xs="row"] > [flex-gt-xs="25"] { |
|---|
| 5831 | + flex: 1 1 25%; |
|---|
| 5832 | + max-width: 25%; |
|---|
| 5833 | + max-height: 100%; |
|---|
| 5834 | + box-sizing: border-box; } |
|---|
| 5835 | + [layout="column"] > [flex-gt-xs="25"], |
|---|
| 5836 | + [layout-gt-xs="column"] > [flex-gt-xs="25"] { |
|---|
| 5837 | + flex: 1 1 25%; |
|---|
| 5838 | + max-width: 100%; |
|---|
| 5839 | + max-height: 25%; |
|---|
| 5840 | + box-sizing: border-box; } |
|---|
| 5841 | + [flex-gt-xs="30"] { |
|---|
| 5842 | + flex: 1 1 30%; |
|---|
| 5843 | + max-width: 30%; |
|---|
| 5844 | + max-height: 100%; |
|---|
| 5845 | + box-sizing: border-box; } |
|---|
| 5846 | + [layout="row"] > [flex-gt-xs="30"], |
|---|
| 5847 | + [layout-gt-xs="row"] > [flex-gt-xs="30"] { |
|---|
| 5848 | + flex: 1 1 30%; |
|---|
| 5849 | + max-width: 30%; |
|---|
| 5850 | + max-height: 100%; |
|---|
| 5851 | + box-sizing: border-box; } |
|---|
| 5852 | + [layout="column"] > [flex-gt-xs="30"], |
|---|
| 5853 | + [layout-gt-xs="column"] > [flex-gt-xs="30"] { |
|---|
| 5854 | + flex: 1 1 30%; |
|---|
| 5855 | + max-width: 100%; |
|---|
| 5856 | + max-height: 30%; |
|---|
| 5857 | + box-sizing: border-box; } |
|---|
| 5858 | + [flex-gt-xs="35"] { |
|---|
| 5859 | + flex: 1 1 35%; |
|---|
| 5860 | + max-width: 35%; |
|---|
| 5861 | + max-height: 100%; |
|---|
| 5862 | + box-sizing: border-box; } |
|---|
| 5863 | + [layout="row"] > [flex-gt-xs="35"], |
|---|
| 5864 | + [layout-gt-xs="row"] > [flex-gt-xs="35"] { |
|---|
| 5865 | + flex: 1 1 35%; |
|---|
| 5866 | + max-width: 35%; |
|---|
| 5867 | + max-height: 100%; |
|---|
| 5868 | + box-sizing: border-box; } |
|---|
| 5869 | + [layout="column"] > [flex-gt-xs="35"], |
|---|
| 5870 | + [layout-gt-xs="column"] > [flex-gt-xs="35"] { |
|---|
| 5871 | + flex: 1 1 35%; |
|---|
| 5872 | + max-width: 100%; |
|---|
| 5873 | + max-height: 35%; |
|---|
| 5874 | + box-sizing: border-box; } |
|---|
| 5875 | + [flex-gt-xs="40"] { |
|---|
| 5876 | + flex: 1 1 40%; |
|---|
| 5877 | + max-width: 40%; |
|---|
| 5878 | + max-height: 100%; |
|---|
| 5879 | + box-sizing: border-box; } |
|---|
| 5880 | + [layout="row"] > [flex-gt-xs="40"], |
|---|
| 5881 | + [layout-gt-xs="row"] > [flex-gt-xs="40"] { |
|---|
| 5882 | + flex: 1 1 40%; |
|---|
| 5883 | + max-width: 40%; |
|---|
| 5884 | + max-height: 100%; |
|---|
| 5885 | + box-sizing: border-box; } |
|---|
| 5886 | + [layout="column"] > [flex-gt-xs="40"], |
|---|
| 5887 | + [layout-gt-xs="column"] > [flex-gt-xs="40"] { |
|---|
| 5888 | + flex: 1 1 40%; |
|---|
| 5889 | + max-width: 100%; |
|---|
| 5890 | + max-height: 40%; |
|---|
| 5891 | + box-sizing: border-box; } |
|---|
| 5892 | + [flex-gt-xs="45"] { |
|---|
| 5893 | + flex: 1 1 45%; |
|---|
| 5894 | + max-width: 45%; |
|---|
| 5895 | + max-height: 100%; |
|---|
| 5896 | + box-sizing: border-box; } |
|---|
| 5897 | + [layout="row"] > [flex-gt-xs="45"], |
|---|
| 5898 | + [layout-gt-xs="row"] > [flex-gt-xs="45"] { |
|---|
| 5899 | + flex: 1 1 45%; |
|---|
| 5900 | + max-width: 45%; |
|---|
| 5901 | + max-height: 100%; |
|---|
| 5902 | + box-sizing: border-box; } |
|---|
| 5903 | + [layout="column"] > [flex-gt-xs="45"], |
|---|
| 5904 | + [layout-gt-xs="column"] > [flex-gt-xs="45"] { |
|---|
| 5905 | + flex: 1 1 45%; |
|---|
| 5906 | + max-width: 100%; |
|---|
| 5907 | + max-height: 45%; |
|---|
| 5908 | + box-sizing: border-box; } |
|---|
| 5909 | + [flex-gt-xs="50"] { |
|---|
| 5910 | + flex: 1 1 50%; |
|---|
| 5911 | + max-width: 50%; |
|---|
| 5912 | + max-height: 100%; |
|---|
| 5913 | + box-sizing: border-box; } |
|---|
| 5914 | + [layout="row"] > [flex-gt-xs="50"], |
|---|
| 5915 | + [layout-gt-xs="row"] > [flex-gt-xs="50"] { |
|---|
| 5916 | + flex: 1 1 50%; |
|---|
| 5917 | + max-width: 50%; |
|---|
| 5918 | + max-height: 100%; |
|---|
| 5919 | + box-sizing: border-box; } |
|---|
| 5920 | + [layout="column"] > [flex-gt-xs="50"], |
|---|
| 5921 | + [layout-gt-xs="column"] > [flex-gt-xs="50"] { |
|---|
| 5922 | + flex: 1 1 50%; |
|---|
| 5923 | + max-width: 100%; |
|---|
| 5924 | + max-height: 50%; |
|---|
| 5925 | + box-sizing: border-box; } |
|---|
| 5926 | + [flex-gt-xs="55"] { |
|---|
| 5927 | + flex: 1 1 55%; |
|---|
| 5928 | + max-width: 55%; |
|---|
| 5929 | + max-height: 100%; |
|---|
| 5930 | + box-sizing: border-box; } |
|---|
| 5931 | + [layout="row"] > [flex-gt-xs="55"], |
|---|
| 5932 | + [layout-gt-xs="row"] > [flex-gt-xs="55"] { |
|---|
| 5933 | + flex: 1 1 55%; |
|---|
| 5934 | + max-width: 55%; |
|---|
| 5935 | + max-height: 100%; |
|---|
| 5936 | + box-sizing: border-box; } |
|---|
| 5937 | + [layout="column"] > [flex-gt-xs="55"], |
|---|
| 5938 | + [layout-gt-xs="column"] > [flex-gt-xs="55"] { |
|---|
| 5939 | + flex: 1 1 55%; |
|---|
| 5940 | + max-width: 100%; |
|---|
| 5941 | + max-height: 55%; |
|---|
| 5942 | + box-sizing: border-box; } |
|---|
| 5943 | + [flex-gt-xs="60"] { |
|---|
| 5944 | + flex: 1 1 60%; |
|---|
| 5945 | + max-width: 60%; |
|---|
| 5946 | + max-height: 100%; |
|---|
| 5947 | + box-sizing: border-box; } |
|---|
| 5948 | + [layout="row"] > [flex-gt-xs="60"], |
|---|
| 5949 | + [layout-gt-xs="row"] > [flex-gt-xs="60"] { |
|---|
| 5950 | + flex: 1 1 60%; |
|---|
| 5951 | + max-width: 60%; |
|---|
| 5952 | + max-height: 100%; |
|---|
| 5953 | + box-sizing: border-box; } |
|---|
| 5954 | + [layout="column"] > [flex-gt-xs="60"], |
|---|
| 5955 | + [layout-gt-xs="column"] > [flex-gt-xs="60"] { |
|---|
| 5956 | + flex: 1 1 60%; |
|---|
| 5957 | + max-width: 100%; |
|---|
| 5958 | + max-height: 60%; |
|---|
| 5959 | + box-sizing: border-box; } |
|---|
| 5960 | + [flex-gt-xs="65"] { |
|---|
| 5961 | + flex: 1 1 65%; |
|---|
| 5962 | + max-width: 65%; |
|---|
| 5963 | + max-height: 100%; |
|---|
| 5964 | + box-sizing: border-box; } |
|---|
| 5965 | + [layout="row"] > [flex-gt-xs="65"], |
|---|
| 5966 | + [layout-gt-xs="row"] > [flex-gt-xs="65"] { |
|---|
| 5967 | + flex: 1 1 65%; |
|---|
| 5968 | + max-width: 65%; |
|---|
| 5969 | + max-height: 100%; |
|---|
| 5970 | + box-sizing: border-box; } |
|---|
| 5971 | + [layout="column"] > [flex-gt-xs="65"], |
|---|
| 5972 | + [layout-gt-xs="column"] > [flex-gt-xs="65"] { |
|---|
| 5973 | + flex: 1 1 65%; |
|---|
| 5974 | + max-width: 100%; |
|---|
| 5975 | + max-height: 65%; |
|---|
| 5976 | + box-sizing: border-box; } |
|---|
| 5977 | + [flex-gt-xs="70"] { |
|---|
| 5978 | + flex: 1 1 70%; |
|---|
| 5979 | + max-width: 70%; |
|---|
| 5980 | + max-height: 100%; |
|---|
| 5981 | + box-sizing: border-box; } |
|---|
| 5982 | + [layout="row"] > [flex-gt-xs="70"], |
|---|
| 5983 | + [layout-gt-xs="row"] > [flex-gt-xs="70"] { |
|---|
| 5984 | + flex: 1 1 70%; |
|---|
| 5985 | + max-width: 70%; |
|---|
| 5986 | + max-height: 100%; |
|---|
| 5987 | + box-sizing: border-box; } |
|---|
| 5988 | + [layout="column"] > [flex-gt-xs="70"], |
|---|
| 5989 | + [layout-gt-xs="column"] > [flex-gt-xs="70"] { |
|---|
| 5990 | + flex: 1 1 70%; |
|---|
| 5991 | + max-width: 100%; |
|---|
| 5992 | + max-height: 70%; |
|---|
| 5993 | + box-sizing: border-box; } |
|---|
| 5994 | + [flex-gt-xs="75"] { |
|---|
| 5995 | + flex: 1 1 75%; |
|---|
| 5996 | + max-width: 75%; |
|---|
| 5997 | + max-height: 100%; |
|---|
| 5998 | + box-sizing: border-box; } |
|---|
| 5999 | + [layout="row"] > [flex-gt-xs="75"], |
|---|
| 6000 | + [layout-gt-xs="row"] > [flex-gt-xs="75"] { |
|---|
| 6001 | + flex: 1 1 75%; |
|---|
| 6002 | + max-width: 75%; |
|---|
| 6003 | + max-height: 100%; |
|---|
| 6004 | + box-sizing: border-box; } |
|---|
| 6005 | + [layout="column"] > [flex-gt-xs="75"], |
|---|
| 6006 | + [layout-gt-xs="column"] > [flex-gt-xs="75"] { |
|---|
| 6007 | + flex: 1 1 75%; |
|---|
| 6008 | + max-width: 100%; |
|---|
| 6009 | + max-height: 75%; |
|---|
| 6010 | + box-sizing: border-box; } |
|---|
| 6011 | + [flex-gt-xs="80"] { |
|---|
| 6012 | + flex: 1 1 80%; |
|---|
| 6013 | + max-width: 80%; |
|---|
| 6014 | + max-height: 100%; |
|---|
| 6015 | + box-sizing: border-box; } |
|---|
| 6016 | + [layout="row"] > [flex-gt-xs="80"], |
|---|
| 6017 | + [layout-gt-xs="row"] > [flex-gt-xs="80"] { |
|---|
| 6018 | + flex: 1 1 80%; |
|---|
| 6019 | + max-width: 80%; |
|---|
| 6020 | + max-height: 100%; |
|---|
| 6021 | + box-sizing: border-box; } |
|---|
| 6022 | + [layout="column"] > [flex-gt-xs="80"], |
|---|
| 6023 | + [layout-gt-xs="column"] > [flex-gt-xs="80"] { |
|---|
| 6024 | + flex: 1 1 80%; |
|---|
| 6025 | + max-width: 100%; |
|---|
| 6026 | + max-height: 80%; |
|---|
| 6027 | + box-sizing: border-box; } |
|---|
| 6028 | + [flex-gt-xs="85"] { |
|---|
| 6029 | + flex: 1 1 85%; |
|---|
| 6030 | + max-width: 85%; |
|---|
| 6031 | + max-height: 100%; |
|---|
| 6032 | + box-sizing: border-box; } |
|---|
| 6033 | + [layout="row"] > [flex-gt-xs="85"], |
|---|
| 6034 | + [layout-gt-xs="row"] > [flex-gt-xs="85"] { |
|---|
| 6035 | + flex: 1 1 85%; |
|---|
| 6036 | + max-width: 85%; |
|---|
| 6037 | + max-height: 100%; |
|---|
| 6038 | + box-sizing: border-box; } |
|---|
| 6039 | + [layout="column"] > [flex-gt-xs="85"], |
|---|
| 6040 | + [layout-gt-xs="column"] > [flex-gt-xs="85"] { |
|---|
| 6041 | + flex: 1 1 85%; |
|---|
| 6042 | + max-width: 100%; |
|---|
| 6043 | + max-height: 85%; |
|---|
| 6044 | + box-sizing: border-box; } |
|---|
| 6045 | + [flex-gt-xs="90"] { |
|---|
| 6046 | + flex: 1 1 90%; |
|---|
| 6047 | + max-width: 90%; |
|---|
| 6048 | + max-height: 100%; |
|---|
| 6049 | + box-sizing: border-box; } |
|---|
| 6050 | + [layout="row"] > [flex-gt-xs="90"], |
|---|
| 6051 | + [layout-gt-xs="row"] > [flex-gt-xs="90"] { |
|---|
| 6052 | + flex: 1 1 90%; |
|---|
| 6053 | + max-width: 90%; |
|---|
| 6054 | + max-height: 100%; |
|---|
| 6055 | + box-sizing: border-box; } |
|---|
| 6056 | + [layout="column"] > [flex-gt-xs="90"], |
|---|
| 6057 | + [layout-gt-xs="column"] > [flex-gt-xs="90"] { |
|---|
| 6058 | + flex: 1 1 90%; |
|---|
| 6059 | + max-width: 100%; |
|---|
| 6060 | + max-height: 90%; |
|---|
| 6061 | + box-sizing: border-box; } |
|---|
| 6062 | + [flex-gt-xs="95"] { |
|---|
| 6063 | + flex: 1 1 95%; |
|---|
| 6064 | + max-width: 95%; |
|---|
| 6065 | + max-height: 100%; |
|---|
| 6066 | + box-sizing: border-box; } |
|---|
| 6067 | + [layout="row"] > [flex-gt-xs="95"], |
|---|
| 6068 | + [layout-gt-xs="row"] > [flex-gt-xs="95"] { |
|---|
| 6069 | + flex: 1 1 95%; |
|---|
| 6070 | + max-width: 95%; |
|---|
| 6071 | + max-height: 100%; |
|---|
| 6072 | + box-sizing: border-box; } |
|---|
| 6073 | + [layout="column"] > [flex-gt-xs="95"], |
|---|
| 6074 | + [layout-gt-xs="column"] > [flex-gt-xs="95"] { |
|---|
| 6075 | + flex: 1 1 95%; |
|---|
| 6076 | + max-width: 100%; |
|---|
| 6077 | + max-height: 95%; |
|---|
| 6078 | + box-sizing: border-box; } |
|---|
| 6079 | + [flex-gt-xs="100"] { |
|---|
| 6080 | + flex: 1 1 100%; |
|---|
| 6081 | + max-width: 100%; |
|---|
| 6082 | + max-height: 100%; |
|---|
| 6083 | + box-sizing: border-box; } |
|---|
| 6084 | + [layout="row"] > [flex-gt-xs="100"], |
|---|
| 6085 | + [layout-gt-xs="row"] > [flex-gt-xs="100"] { |
|---|
| 6086 | + flex: 1 1 100%; |
|---|
| 6087 | + max-width: 100%; |
|---|
| 6088 | + max-height: 100%; |
|---|
| 6089 | + box-sizing: border-box; } |
|---|
| 6090 | + [layout="column"] > [flex-gt-xs="100"], |
|---|
| 6091 | + [layout-gt-xs="column"] > [flex-gt-xs="100"] { |
|---|
| 6092 | + flex: 1 1 100%; |
|---|
| 6093 | + max-width: 100%; |
|---|
| 6094 | + max-height: 100%; |
|---|
| 6095 | + box-sizing: border-box; } |
|---|
| 6096 | + [layout="row"] > [flex-gt-xs="33"], [layout="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"], [layout-gt-xs="row"] > [flex-gt-xs="33"] { |
|---|
| 6097 | + flex: 1 1 33%; |
|---|
| 6098 | + max-width: calc(100% / 3); |
|---|
| 6099 | + max-height: 100%; |
|---|
| 6100 | + box-sizing: border-box; } |
|---|
| 6101 | + [layout="row"] > [flex-gt-xs="34"], [layout="row"] > [flex-gt-xs="34"], [layout-gt-xs="row"] > [flex-gt-xs="34"], [layout-gt-xs="row"] > [flex-gt-xs="34"] { |
|---|
| 6102 | + flex: 1 1 34%; |
|---|
| 6103 | + max-width: 34%; |
|---|
| 6104 | + max-height: 100%; |
|---|
| 6105 | + box-sizing: border-box; } |
|---|
| 6106 | + [layout="row"] > [flex-gt-xs="66"], [layout="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"], [layout-gt-xs="row"] > [flex-gt-xs="66"] { |
|---|
| 6107 | + flex: 1 1 66%; |
|---|
| 6108 | + max-width: calc(200% / 3); |
|---|
| 6109 | + max-height: 100%; |
|---|
| 6110 | + box-sizing: border-box; } |
|---|
| 6111 | + [layout="row"] > [flex-gt-xs="67"], [layout="row"] > [flex-gt-xs="67"], [layout-gt-xs="row"] > [flex-gt-xs="67"], [layout-gt-xs="row"] > [flex-gt-xs="67"] { |
|---|
| 6112 | + flex: 1 1 67%; |
|---|
| 6113 | + max-width: 67%; |
|---|
| 6114 | + max-height: 100%; |
|---|
| 6115 | + box-sizing: border-box; } |
|---|
| 6116 | + [layout="column"] > [flex-gt-xs="33"], [layout="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"], [layout-gt-xs="column"] > [flex-gt-xs="33"] { |
|---|
| 6117 | + flex: 1 1 33%; |
|---|
| 6118 | + max-width: 100%; |
|---|
| 6119 | + max-height: calc(100% / 3); |
|---|
| 6120 | + box-sizing: border-box; } |
|---|
| 6121 | + [layout="column"] > [flex-gt-xs="34"], [layout="column"] > [flex-gt-xs="34"], [layout-gt-xs="column"] > [flex-gt-xs="34"], [layout-gt-xs="column"] > [flex-gt-xs="34"] { |
|---|
| 6122 | + flex: 1 1 34%; |
|---|
| 6123 | + max-width: 100%; |
|---|
| 6124 | + max-height: 34%; |
|---|
| 6125 | + box-sizing: border-box; } |
|---|
| 6126 | + [layout="column"] > [flex-gt-xs="66"], [layout="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"], [layout-gt-xs="column"] > [flex-gt-xs="66"] { |
|---|
| 6127 | + flex: 1 1 66%; |
|---|
| 6128 | + max-width: 100%; |
|---|
| 6129 | + max-height: calc(200% / 3); |
|---|
| 6130 | + box-sizing: border-box; } |
|---|
| 6131 | + [layout="column"] > [flex-gt-xs="67"], [layout="column"] > [flex-gt-xs="67"], [layout-gt-xs="column"] > [flex-gt-xs="67"], [layout-gt-xs="column"] > [flex-gt-xs="67"] { |
|---|
| 6132 | + flex: 1 1 67%; |
|---|
| 6133 | + max-width: 100%; |
|---|
| 6134 | + max-height: 67%; |
|---|
| 6135 | + box-sizing: border-box; } |
|---|
| 6136 | + [layout-gt-xs], [layout-gt-xs="column"], [layout-gt-xs="row"] { |
|---|
| 6137 | + box-sizing: border-box; |
|---|
| 6138 | + display: -webkit-box; |
|---|
| 6139 | + display: -webkit-flex; |
|---|
| 6140 | + display: -moz-box; |
|---|
| 6141 | + display: -ms-flexbox; |
|---|
| 6142 | + display: flex; } |
|---|
| 6143 | + [layout-gt-xs="column"] { |
|---|
| 6144 | + flex-direction: column; } |
|---|
| 6145 | + [layout-gt-xs="row"] { |
|---|
| 6146 | + flex-direction: row; } } |
|---|
| 6147 | + |
|---|
| 6148 | +@media (min-width: 600px) and (max-width: 599px) { |
|---|
| 6149 | + [hide-sm]:not([show-gt-xs]):not([show-sm]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-sm]):not([show]) { |
|---|
| 6150 | + display: none; } |
|---|
| 6151 | + [hide-sm]:not([show-sm]):not([show]) { |
|---|
| 6152 | + display: none; } |
|---|
| 6153 | + [flex-order-sm="-20"] { |
|---|
| 6154 | + order: -20; } |
|---|
| 6155 | + [flex-order-sm="-19"] { |
|---|
| 6156 | + order: -19; } |
|---|
| 6157 | + [flex-order-sm="-18"] { |
|---|
| 6158 | + order: -18; } |
|---|
| 6159 | + [flex-order-sm="-17"] { |
|---|
| 6160 | + order: -17; } |
|---|
| 6161 | + [flex-order-sm="-16"] { |
|---|
| 6162 | + order: -16; } |
|---|
| 6163 | + [flex-order-sm="-15"] { |
|---|
| 6164 | + order: -15; } |
|---|
| 6165 | + [flex-order-sm="-14"] { |
|---|
| 6166 | + order: -14; } |
|---|
| 6167 | + [flex-order-sm="-13"] { |
|---|
| 6168 | + order: -13; } |
|---|
| 6169 | + [flex-order-sm="-12"] { |
|---|
| 6170 | + order: -12; } |
|---|
| 6171 | + [flex-order-sm="-11"] { |
|---|
| 6172 | + order: -11; } |
|---|
| 6173 | + [flex-order-sm="-10"] { |
|---|
| 6174 | + order: -10; } |
|---|
| 6175 | + [flex-order-sm="-9"] { |
|---|
| 6176 | + order: -9; } |
|---|
| 6177 | + [flex-order-sm="-8"] { |
|---|
| 6178 | + order: -8; } |
|---|
| 6179 | + [flex-order-sm="-7"] { |
|---|
| 6180 | + order: -7; } |
|---|
| 6181 | + [flex-order-sm="-6"] { |
|---|
| 6182 | + order: -6; } |
|---|
| 6183 | + [flex-order-sm="-5"] { |
|---|
| 6184 | + order: -5; } |
|---|
| 6185 | + [flex-order-sm="-4"] { |
|---|
| 6186 | + order: -4; } |
|---|
| 6187 | + [flex-order-sm="-3"] { |
|---|
| 6188 | + order: -3; } |
|---|
| 6189 | + [flex-order-sm="-2"] { |
|---|
| 6190 | + order: -2; } |
|---|
| 6191 | + [flex-order-sm="-1"] { |
|---|
| 6192 | + order: -1; } |
|---|
| 6193 | + [flex-order-sm="0"] { |
|---|
| 6194 | + order: 0; } |
|---|
| 6195 | + [flex-order-sm="1"] { |
|---|
| 6196 | + order: 1; } |
|---|
| 6197 | + [flex-order-sm="2"] { |
|---|
| 6198 | + order: 2; } |
|---|
| 6199 | + [flex-order-sm="3"] { |
|---|
| 6200 | + order: 3; } |
|---|
| 6201 | + [flex-order-sm="4"] { |
|---|
| 6202 | + order: 4; } |
|---|
| 6203 | + [flex-order-sm="5"] { |
|---|
| 6204 | + order: 5; } |
|---|
| 6205 | + [flex-order-sm="6"] { |
|---|
| 6206 | + order: 6; } |
|---|
| 6207 | + [flex-order-sm="7"] { |
|---|
| 6208 | + order: 7; } |
|---|
| 6209 | + [flex-order-sm="8"] { |
|---|
| 6210 | + order: 8; } |
|---|
| 6211 | + [flex-order-sm="9"] { |
|---|
| 6212 | + order: 9; } |
|---|
| 6213 | + [flex-order-sm="10"] { |
|---|
| 6214 | + order: 10; } |
|---|
| 6215 | + [flex-order-sm="11"] { |
|---|
| 6216 | + order: 11; } |
|---|
| 6217 | + [flex-order-sm="12"] { |
|---|
| 6218 | + order: 12; } |
|---|
| 6219 | + [flex-order-sm="13"] { |
|---|
| 6220 | + order: 13; } |
|---|
| 6221 | + [flex-order-sm="14"] { |
|---|
| 6222 | + order: 14; } |
|---|
| 6223 | + [flex-order-sm="15"] { |
|---|
| 6224 | + order: 15; } |
|---|
| 6225 | + [flex-order-sm="16"] { |
|---|
| 6226 | + order: 16; } |
|---|
| 6227 | + [flex-order-sm="17"] { |
|---|
| 6228 | + order: 17; } |
|---|
| 6229 | + [flex-order-sm="18"] { |
|---|
| 6230 | + order: 18; } |
|---|
| 6231 | + [flex-order-sm="19"] { |
|---|
| 6232 | + order: 19; } |
|---|
| 6233 | + [flex-order-sm="20"] { |
|---|
| 6234 | + order: 20; } |
|---|
| 6235 | + [flex-offset-sm="0"] { |
|---|
| 6236 | + margin-left: 0%; } |
|---|
| 6237 | + [flex-offset-sm="5"] { |
|---|
| 6238 | + margin-left: 5%; } |
|---|
| 6239 | + [flex-offset-sm="10"] { |
|---|
| 6240 | + margin-left: 10%; } |
|---|
| 6241 | + [flex-offset-sm="15"] { |
|---|
| 6242 | + margin-left: 15%; } |
|---|
| 6243 | + [flex-offset-sm="20"] { |
|---|
| 6244 | + margin-left: 20%; } |
|---|
| 6245 | + [flex-offset-sm="25"] { |
|---|
| 6246 | + margin-left: 25%; } |
|---|
| 6247 | + [flex-offset-sm="30"] { |
|---|
| 6248 | + margin-left: 30%; } |
|---|
| 6249 | + [flex-offset-sm="35"] { |
|---|
| 6250 | + margin-left: 35%; } |
|---|
| 6251 | + [flex-offset-sm="40"] { |
|---|
| 6252 | + margin-left: 40%; } |
|---|
| 6253 | + [flex-offset-sm="45"] { |
|---|
| 6254 | + margin-left: 45%; } |
|---|
| 6255 | + [flex-offset-sm="50"] { |
|---|
| 6256 | + margin-left: 50%; } |
|---|
| 6257 | + [flex-offset-sm="55"] { |
|---|
| 6258 | + margin-left: 55%; } |
|---|
| 6259 | + [flex-offset-sm="60"] { |
|---|
| 6260 | + margin-left: 60%; } |
|---|
| 6261 | + [flex-offset-sm="65"] { |
|---|
| 6262 | + margin-left: 65%; } |
|---|
| 6263 | + [flex-offset-sm="70"] { |
|---|
| 6264 | + margin-left: 70%; } |
|---|
| 6265 | + [flex-offset-sm="75"] { |
|---|
| 6266 | + margin-left: 75%; } |
|---|
| 6267 | + [flex-offset-sm="80"] { |
|---|
| 6268 | + margin-left: 80%; } |
|---|
| 6269 | + [flex-offset-sm="85"] { |
|---|
| 6270 | + margin-left: 85%; } |
|---|
| 6271 | + [flex-offset-sm="90"] { |
|---|
| 6272 | + margin-left: 90%; } |
|---|
| 6273 | + [flex-offset-sm="95"] { |
|---|
| 6274 | + margin-left: 95%; } |
|---|
| 6275 | + [flex-offset-sm="33"] { |
|---|
| 6276 | + margin-left: calc(100% / 3); } |
|---|
| 6277 | + [flex-offset-sm="66"] { |
|---|
| 6278 | + margin-left: calc(200% / 3); } |
|---|
| 6279 | + [layout-align-sm], |
|---|
| 6280 | + [layout-align-sm="start stretch"] { |
|---|
| 6281 | + justify-content: flex-start; |
|---|
| 6282 | + align-content: stretch; |
|---|
| 6283 | + align-items: stretch; } |
|---|
| 6284 | + [layout-align-sm="start"], |
|---|
| 6285 | + [layout-align-sm="start start"], |
|---|
| 6286 | + [layout-align-sm="start center"], |
|---|
| 6287 | + [layout-align-sm="start end"], |
|---|
| 6288 | + [layout-align-sm="start stretch"] { |
|---|
| 6289 | + justify-content: start; } |
|---|
| 6290 | + [layout-align-sm="center"], |
|---|
| 6291 | + [layout-align-sm="center start"], |
|---|
| 6292 | + [layout-align-sm="center center"], |
|---|
| 6293 | + [layout-align-sm="center end"], |
|---|
| 6294 | + [layout-align-sm="center stretch"] { |
|---|
| 6295 | + justify-content: center; } |
|---|
| 6296 | + [layout-align-sm="end"], |
|---|
| 6297 | + [layout-align-sm="end center"], |
|---|
| 6298 | + [layout-align-sm="end start"], |
|---|
| 6299 | + [layout-align-sm="end end"], |
|---|
| 6300 | + [layout-align-sm="end stretch"] { |
|---|
| 6301 | + justify-content: flex-end; } |
|---|
| 6302 | + [layout-align-sm="space-around"], |
|---|
| 6303 | + [layout-align-sm="space-around center"], |
|---|
| 6304 | + [layout-align-sm="space-around start"], |
|---|
| 6305 | + [layout-align-sm="space-around end"], |
|---|
| 6306 | + [layout-align-sm="space-around stretch"] { |
|---|
| 6307 | + justify-content: space-around; } |
|---|
| 6308 | + [layout-align-sm="space-between"], |
|---|
| 6309 | + [layout-align-sm="space-between center"], |
|---|
| 6310 | + [layout-align-sm="space-between start"], |
|---|
| 6311 | + [layout-align-sm="space-between end"], |
|---|
| 6312 | + [layout-align-sm="space-between stretch"] { |
|---|
| 6313 | + justify-content: space-between; } |
|---|
| 6314 | + [layout-align-sm="start start"], |
|---|
| 6315 | + [layout-align-sm="center start"], |
|---|
| 6316 | + [layout-align-sm="end start"], |
|---|
| 6317 | + [layout-align-sm="space-between start"], |
|---|
| 6318 | + [layout-align-sm="space-around start"] { |
|---|
| 6319 | + align-items: flex-start; |
|---|
| 6320 | + align-content: flex-start; } |
|---|
| 6321 | + [layout-align-sm="start center"], |
|---|
| 6322 | + [layout-align-sm="center center"], |
|---|
| 6323 | + [layout-align-sm="end center"], |
|---|
| 6324 | + [layout-align-sm="space-between center"], |
|---|
| 6325 | + [layout-align-sm="space-around center"] { |
|---|
| 6326 | + align-items: center; |
|---|
| 6327 | + align-content: center; |
|---|
| 6328 | + max-width: 100%; } |
|---|
| 6329 | + [layout-align-sm="start center"] > *, |
|---|
| 6330 | + [layout-align-sm="center center"] > *, |
|---|
| 6331 | + [layout-align-sm="end center"] > *, |
|---|
| 6332 | + [layout-align-sm="space-between center"] > *, |
|---|
| 6333 | + [layout-align-sm="space-around center"] > * { |
|---|
| 6334 | + max-width: 100%; |
|---|
| 6335 | + box-sizing: border-box; } |
|---|
| 6336 | + [layout-align-sm="start end"], |
|---|
| 6337 | + [layout-align-sm="center end"], |
|---|
| 6338 | + [layout-align-sm="end end"], |
|---|
| 6339 | + [layout-align-sm="space-between end"], |
|---|
| 6340 | + [layout-align-sm="space-around end"] { |
|---|
| 6341 | + align-items: flex-end; |
|---|
| 6342 | + align-content: flex-end; } |
|---|
| 6343 | + [layout-align-sm="start stretch"], |
|---|
| 6344 | + [layout-align-sm="center stretch"], |
|---|
| 6345 | + [layout-align-sm="end stretch"], |
|---|
| 6346 | + [layout-align-sm="space-between stretch"], |
|---|
| 6347 | + [layout-align-sm="space-around stretch"] { |
|---|
| 6348 | + align-items: stretch; |
|---|
| 6349 | + align-content: stretch; } |
|---|
| 6350 | + [flex-sm] { |
|---|
| 6351 | + flex: 1; |
|---|
| 6352 | + box-sizing: border-box; } } |
|---|
| 6353 | + |
|---|
| 6354 | +@media screen\0 and (min-width: 600px) and (max-width: 599px) { |
|---|
| 6355 | + [flex-sm] { |
|---|
| 6356 | + flex: 1 1 0%; } } |
|---|
| 6357 | + |
|---|
| 6358 | +@media (min-width: 600px) and (max-width: 599px) { |
|---|
| 6359 | + [flex-sm-grow] { |
|---|
| 6360 | + flex: 1 1 100%; |
|---|
| 6361 | + box-sizing: border-box; } |
|---|
| 6362 | + [flex-sm-initial] { |
|---|
| 6363 | + flex: 0 1 auto; |
|---|
| 6364 | + box-sizing: border-box; } |
|---|
| 6365 | + [flex-sm-auto] { |
|---|
| 6366 | + flex: 1 1 auto; |
|---|
| 6367 | + box-sizing: border-box; } |
|---|
| 6368 | + [flex-sm-none] { |
|---|
| 6369 | + flex: 0 0 auto; |
|---|
| 6370 | + box-sizing: border-box; } |
|---|
| 6371 | + [flex-sm-noshrink] { |
|---|
| 6372 | + flex: 1 0 auto; |
|---|
| 6373 | + box-sizing: border-box; } |
|---|
| 6374 | + [flex-sm-nogrow] { |
|---|
| 6375 | + flex: 0 1 auto; |
|---|
| 6376 | + box-sizing: border-box; } |
|---|
| 6377 | + [flex-sm="0"] { |
|---|
| 6378 | + flex: 1 1 0%; |
|---|
| 6379 | + max-width: 0%; |
|---|
| 6380 | + max-height: 100%; |
|---|
| 6381 | + box-sizing: border-box; } |
|---|
| 6382 | + [layout="row"] > [flex-sm="0"], |
|---|
| 6383 | + [layout-sm="row"] > [flex-sm="0"] { |
|---|
| 6384 | + flex: 1 1 0%; |
|---|
| 6385 | + max-width: 0%; |
|---|
| 6386 | + max-height: 100%; |
|---|
| 6387 | + box-sizing: border-box; } |
|---|
| 6388 | + [layout="column"] > [flex-sm="0"], |
|---|
| 6389 | + [layout-sm="column"] > [flex-sm="0"] { |
|---|
| 6390 | + flex: 1 1 0%; |
|---|
| 6391 | + max-width: 100%; |
|---|
| 6392 | + max-height: 0%; |
|---|
| 6393 | + box-sizing: border-box; } |
|---|
| 6394 | + [flex-sm="5"] { |
|---|
| 6395 | + flex: 1 1 5%; |
|---|
| 6396 | + max-width: 5%; |
|---|
| 6397 | + max-height: 100%; |
|---|
| 6398 | + box-sizing: border-box; } |
|---|
| 6399 | + [layout="row"] > [flex-sm="5"], |
|---|
| 6400 | + [layout-sm="row"] > [flex-sm="5"] { |
|---|
| 6401 | + flex: 1 1 5%; |
|---|
| 6402 | + max-width: 5%; |
|---|
| 6403 | + max-height: 100%; |
|---|
| 6404 | + box-sizing: border-box; } |
|---|
| 6405 | + [layout="column"] > [flex-sm="5"], |
|---|
| 6406 | + [layout-sm="column"] > [flex-sm="5"] { |
|---|
| 6407 | + flex: 1 1 5%; |
|---|
| 6408 | + max-width: 100%; |
|---|
| 6409 | + max-height: 5%; |
|---|
| 6410 | + box-sizing: border-box; } |
|---|
| 6411 | + [flex-sm="10"] { |
|---|
| 6412 | + flex: 1 1 10%; |
|---|
| 6413 | + max-width: 10%; |
|---|
| 6414 | + max-height: 100%; |
|---|
| 6415 | + box-sizing: border-box; } |
|---|
| 6416 | + [layout="row"] > [flex-sm="10"], |
|---|
| 6417 | + [layout-sm="row"] > [flex-sm="10"] { |
|---|
| 6418 | + flex: 1 1 10%; |
|---|
| 6419 | + max-width: 10%; |
|---|
| 6420 | + max-height: 100%; |
|---|
| 6421 | + box-sizing: border-box; } |
|---|
| 6422 | + [layout="column"] > [flex-sm="10"], |
|---|
| 6423 | + [layout-sm="column"] > [flex-sm="10"] { |
|---|
| 6424 | + flex: 1 1 10%; |
|---|
| 6425 | + max-width: 100%; |
|---|
| 6426 | + max-height: 10%; |
|---|
| 6427 | + box-sizing: border-box; } |
|---|
| 6428 | + [flex-sm="15"] { |
|---|
| 6429 | + flex: 1 1 15%; |
|---|
| 6430 | + max-width: 15%; |
|---|
| 6431 | + max-height: 100%; |
|---|
| 6432 | + box-sizing: border-box; } |
|---|
| 6433 | + [layout="row"] > [flex-sm="15"], |
|---|
| 6434 | + [layout-sm="row"] > [flex-sm="15"] { |
|---|
| 6435 | + flex: 1 1 15%; |
|---|
| 6436 | + max-width: 15%; |
|---|
| 6437 | + max-height: 100%; |
|---|
| 6438 | + box-sizing: border-box; } |
|---|
| 6439 | + [layout="column"] > [flex-sm="15"], |
|---|
| 6440 | + [layout-sm="column"] > [flex-sm="15"] { |
|---|
| 6441 | + flex: 1 1 15%; |
|---|
| 6442 | + max-width: 100%; |
|---|
| 6443 | + max-height: 15%; |
|---|
| 6444 | + box-sizing: border-box; } |
|---|
| 6445 | + [flex-sm="20"] { |
|---|
| 6446 | + flex: 1 1 20%; |
|---|
| 6447 | + max-width: 20%; |
|---|
| 6448 | + max-height: 100%; |
|---|
| 6449 | + box-sizing: border-box; } |
|---|
| 6450 | + [layout="row"] > [flex-sm="20"], |
|---|
| 6451 | + [layout-sm="row"] > [flex-sm="20"] { |
|---|
| 6452 | + flex: 1 1 20%; |
|---|
| 6453 | + max-width: 20%; |
|---|
| 6454 | + max-height: 100%; |
|---|
| 6455 | + box-sizing: border-box; } |
|---|
| 6456 | + [layout="column"] > [flex-sm="20"], |
|---|
| 6457 | + [layout-sm="column"] > [flex-sm="20"] { |
|---|
| 6458 | + flex: 1 1 20%; |
|---|
| 6459 | + max-width: 100%; |
|---|
| 6460 | + max-height: 20%; |
|---|
| 6461 | + box-sizing: border-box; } |
|---|
| 6462 | + [flex-sm="25"] { |
|---|
| 6463 | + flex: 1 1 25%; |
|---|
| 6464 | + max-width: 25%; |
|---|
| 6465 | + max-height: 100%; |
|---|
| 6466 | + box-sizing: border-box; } |
|---|
| 6467 | + [layout="row"] > [flex-sm="25"], |
|---|
| 6468 | + [layout-sm="row"] > [flex-sm="25"] { |
|---|
| 6469 | + flex: 1 1 25%; |
|---|
| 6470 | + max-width: 25%; |
|---|
| 6471 | + max-height: 100%; |
|---|
| 6472 | + box-sizing: border-box; } |
|---|
| 6473 | + [layout="column"] > [flex-sm="25"], |
|---|
| 6474 | + [layout-sm="column"] > [flex-sm="25"] { |
|---|
| 6475 | + flex: 1 1 25%; |
|---|
| 6476 | + max-width: 100%; |
|---|
| 6477 | + max-height: 25%; |
|---|
| 6478 | + box-sizing: border-box; } |
|---|
| 6479 | + [flex-sm="30"] { |
|---|
| 6480 | + flex: 1 1 30%; |
|---|
| 6481 | + max-width: 30%; |
|---|
| 6482 | + max-height: 100%; |
|---|
| 6483 | + box-sizing: border-box; } |
|---|
| 6484 | + [layout="row"] > [flex-sm="30"], |
|---|
| 6485 | + [layout-sm="row"] > [flex-sm="30"] { |
|---|
| 6486 | + flex: 1 1 30%; |
|---|
| 6487 | + max-width: 30%; |
|---|
| 6488 | + max-height: 100%; |
|---|
| 6489 | + box-sizing: border-box; } |
|---|
| 6490 | + [layout="column"] > [flex-sm="30"], |
|---|
| 6491 | + [layout-sm="column"] > [flex-sm="30"] { |
|---|
| 6492 | + flex: 1 1 30%; |
|---|
| 6493 | + max-width: 100%; |
|---|
| 6494 | + max-height: 30%; |
|---|
| 6495 | + box-sizing: border-box; } |
|---|
| 6496 | + [flex-sm="35"] { |
|---|
| 6497 | + flex: 1 1 35%; |
|---|
| 6498 | + max-width: 35%; |
|---|
| 6499 | + max-height: 100%; |
|---|
| 6500 | + box-sizing: border-box; } |
|---|
| 6501 | + [layout="row"] > [flex-sm="35"], |
|---|
| 6502 | + [layout-sm="row"] > [flex-sm="35"] { |
|---|
| 6503 | + flex: 1 1 35%; |
|---|
| 6504 | + max-width: 35%; |
|---|
| 6505 | + max-height: 100%; |
|---|
| 6506 | + box-sizing: border-box; } |
|---|
| 6507 | + [layout="column"] > [flex-sm="35"], |
|---|
| 6508 | + [layout-sm="column"] > [flex-sm="35"] { |
|---|
| 6509 | + flex: 1 1 35%; |
|---|
| 6510 | + max-width: 100%; |
|---|
| 6511 | + max-height: 35%; |
|---|
| 6512 | + box-sizing: border-box; } |
|---|
| 6513 | + [flex-sm="40"] { |
|---|
| 6514 | + flex: 1 1 40%; |
|---|
| 6515 | + max-width: 40%; |
|---|
| 6516 | + max-height: 100%; |
|---|
| 6517 | + box-sizing: border-box; } |
|---|
| 6518 | + [layout="row"] > [flex-sm="40"], |
|---|
| 6519 | + [layout-sm="row"] > [flex-sm="40"] { |
|---|
| 6520 | + flex: 1 1 40%; |
|---|
| 6521 | + max-width: 40%; |
|---|
| 6522 | + max-height: 100%; |
|---|
| 6523 | + box-sizing: border-box; } |
|---|
| 6524 | + [layout="column"] > [flex-sm="40"], |
|---|
| 6525 | + [layout-sm="column"] > [flex-sm="40"] { |
|---|
| 6526 | + flex: 1 1 40%; |
|---|
| 6527 | + max-width: 100%; |
|---|
| 6528 | + max-height: 40%; |
|---|
| 6529 | + box-sizing: border-box; } |
|---|
| 6530 | + [flex-sm="45"] { |
|---|
| 6531 | + flex: 1 1 45%; |
|---|
| 6532 | + max-width: 45%; |
|---|
| 6533 | + max-height: 100%; |
|---|
| 6534 | + box-sizing: border-box; } |
|---|
| 6535 | + [layout="row"] > [flex-sm="45"], |
|---|
| 6536 | + [layout-sm="row"] > [flex-sm="45"] { |
|---|
| 6537 | + flex: 1 1 45%; |
|---|
| 6538 | + max-width: 45%; |
|---|
| 6539 | + max-height: 100%; |
|---|
| 6540 | + box-sizing: border-box; } |
|---|
| 6541 | + [layout="column"] > [flex-sm="45"], |
|---|
| 6542 | + [layout-sm="column"] > [flex-sm="45"] { |
|---|
| 6543 | + flex: 1 1 45%; |
|---|
| 6544 | + max-width: 100%; |
|---|
| 6545 | + max-height: 45%; |
|---|
| 6546 | + box-sizing: border-box; } |
|---|
| 6547 | + [flex-sm="50"] { |
|---|
| 6548 | + flex: 1 1 50%; |
|---|
| 6549 | + max-width: 50%; |
|---|
| 6550 | + max-height: 100%; |
|---|
| 6551 | + box-sizing: border-box; } |
|---|
| 6552 | + [layout="row"] > [flex-sm="50"], |
|---|
| 6553 | + [layout-sm="row"] > [flex-sm="50"] { |
|---|
| 6554 | + flex: 1 1 50%; |
|---|
| 6555 | + max-width: 50%; |
|---|
| 6556 | + max-height: 100%; |
|---|
| 6557 | + box-sizing: border-box; } |
|---|
| 6558 | + [layout="column"] > [flex-sm="50"], |
|---|
| 6559 | + [layout-sm="column"] > [flex-sm="50"] { |
|---|
| 6560 | + flex: 1 1 50%; |
|---|
| 6561 | + max-width: 100%; |
|---|
| 6562 | + max-height: 50%; |
|---|
| 6563 | + box-sizing: border-box; } |
|---|
| 6564 | + [flex-sm="55"] { |
|---|
| 6565 | + flex: 1 1 55%; |
|---|
| 6566 | + max-width: 55%; |
|---|
| 6567 | + max-height: 100%; |
|---|
| 6568 | + box-sizing: border-box; } |
|---|
| 6569 | + [layout="row"] > [flex-sm="55"], |
|---|
| 6570 | + [layout-sm="row"] > [flex-sm="55"] { |
|---|
| 6571 | + flex: 1 1 55%; |
|---|
| 6572 | + max-width: 55%; |
|---|
| 6573 | + max-height: 100%; |
|---|
| 6574 | + box-sizing: border-box; } |
|---|
| 6575 | + [layout="column"] > [flex-sm="55"], |
|---|
| 6576 | + [layout-sm="column"] > [flex-sm="55"] { |
|---|
| 6577 | + flex: 1 1 55%; |
|---|
| 6578 | + max-width: 100%; |
|---|
| 6579 | + max-height: 55%; |
|---|
| 6580 | + box-sizing: border-box; } |
|---|
| 6581 | + [flex-sm="60"] { |
|---|
| 6582 | + flex: 1 1 60%; |
|---|
| 6583 | + max-width: 60%; |
|---|
| 6584 | + max-height: 100%; |
|---|
| 6585 | + box-sizing: border-box; } |
|---|
| 6586 | + [layout="row"] > [flex-sm="60"], |
|---|
| 6587 | + [layout-sm="row"] > [flex-sm="60"] { |
|---|
| 6588 | + flex: 1 1 60%; |
|---|
| 6589 | + max-width: 60%; |
|---|
| 6590 | + max-height: 100%; |
|---|
| 6591 | + box-sizing: border-box; } |
|---|
| 6592 | + [layout="column"] > [flex-sm="60"], |
|---|
| 6593 | + [layout-sm="column"] > [flex-sm="60"] { |
|---|
| 6594 | + flex: 1 1 60%; |
|---|
| 6595 | + max-width: 100%; |
|---|
| 6596 | + max-height: 60%; |
|---|
| 6597 | + box-sizing: border-box; } |
|---|
| 6598 | + [flex-sm="65"] { |
|---|
| 6599 | + flex: 1 1 65%; |
|---|
| 6600 | + max-width: 65%; |
|---|
| 6601 | + max-height: 100%; |
|---|
| 6602 | + box-sizing: border-box; } |
|---|
| 6603 | + [layout="row"] > [flex-sm="65"], |
|---|
| 6604 | + [layout-sm="row"] > [flex-sm="65"] { |
|---|
| 6605 | + flex: 1 1 65%; |
|---|
| 6606 | + max-width: 65%; |
|---|
| 6607 | + max-height: 100%; |
|---|
| 6608 | + box-sizing: border-box; } |
|---|
| 6609 | + [layout="column"] > [flex-sm="65"], |
|---|
| 6610 | + [layout-sm="column"] > [flex-sm="65"] { |
|---|
| 6611 | + flex: 1 1 65%; |
|---|
| 6612 | + max-width: 100%; |
|---|
| 6613 | + max-height: 65%; |
|---|
| 6614 | + box-sizing: border-box; } |
|---|
| 6615 | + [flex-sm="70"] { |
|---|
| 6616 | + flex: 1 1 70%; |
|---|
| 6617 | + max-width: 70%; |
|---|
| 6618 | + max-height: 100%; |
|---|
| 6619 | + box-sizing: border-box; } |
|---|
| 6620 | + [layout="row"] > [flex-sm="70"], |
|---|
| 6621 | + [layout-sm="row"] > [flex-sm="70"] { |
|---|
| 6622 | + flex: 1 1 70%; |
|---|
| 6623 | + max-width: 70%; |
|---|
| 6624 | + max-height: 100%; |
|---|
| 6625 | + box-sizing: border-box; } |
|---|
| 6626 | + [layout="column"] > [flex-sm="70"], |
|---|
| 6627 | + [layout-sm="column"] > [flex-sm="70"] { |
|---|
| 6628 | + flex: 1 1 70%; |
|---|
| 6629 | + max-width: 100%; |
|---|
| 6630 | + max-height: 70%; |
|---|
| 6631 | + box-sizing: border-box; } |
|---|
| 6632 | + [flex-sm="75"] { |
|---|
| 6633 | + flex: 1 1 75%; |
|---|
| 6634 | + max-width: 75%; |
|---|
| 6635 | + max-height: 100%; |
|---|
| 6636 | + box-sizing: border-box; } |
|---|
| 6637 | + [layout="row"] > [flex-sm="75"], |
|---|
| 6638 | + [layout-sm="row"] > [flex-sm="75"] { |
|---|
| 6639 | + flex: 1 1 75%; |
|---|
| 6640 | + max-width: 75%; |
|---|
| 6641 | + max-height: 100%; |
|---|
| 6642 | + box-sizing: border-box; } |
|---|
| 6643 | + [layout="column"] > [flex-sm="75"], |
|---|
| 6644 | + [layout-sm="column"] > [flex-sm="75"] { |
|---|
| 6645 | + flex: 1 1 75%; |
|---|
| 6646 | + max-width: 100%; |
|---|
| 6647 | + max-height: 75%; |
|---|
| 6648 | + box-sizing: border-box; } |
|---|
| 6649 | + [flex-sm="80"] { |
|---|
| 6650 | + flex: 1 1 80%; |
|---|
| 6651 | + max-width: 80%; |
|---|
| 6652 | + max-height: 100%; |
|---|
| 6653 | + box-sizing: border-box; } |
|---|
| 6654 | + [layout="row"] > [flex-sm="80"], |
|---|
| 6655 | + [layout-sm="row"] > [flex-sm="80"] { |
|---|
| 6656 | + flex: 1 1 80%; |
|---|
| 6657 | + max-width: 80%; |
|---|
| 6658 | + max-height: 100%; |
|---|
| 6659 | + box-sizing: border-box; } |
|---|
| 6660 | + [layout="column"] > [flex-sm="80"], |
|---|
| 6661 | + [layout-sm="column"] > [flex-sm="80"] { |
|---|
| 6662 | + flex: 1 1 80%; |
|---|
| 6663 | + max-width: 100%; |
|---|
| 6664 | + max-height: 80%; |
|---|
| 6665 | + box-sizing: border-box; } |
|---|
| 6666 | + [flex-sm="85"] { |
|---|
| 6667 | + flex: 1 1 85%; |
|---|
| 6668 | + max-width: 85%; |
|---|
| 6669 | + max-height: 100%; |
|---|
| 6670 | + box-sizing: border-box; } |
|---|
| 6671 | + [layout="row"] > [flex-sm="85"], |
|---|
| 6672 | + [layout-sm="row"] > [flex-sm="85"] { |
|---|
| 6673 | + flex: 1 1 85%; |
|---|
| 6674 | + max-width: 85%; |
|---|
| 6675 | + max-height: 100%; |
|---|
| 6676 | + box-sizing: border-box; } |
|---|
| 6677 | + [layout="column"] > [flex-sm="85"], |
|---|
| 6678 | + [layout-sm="column"] > [flex-sm="85"] { |
|---|
| 6679 | + flex: 1 1 85%; |
|---|
| 6680 | + max-width: 100%; |
|---|
| 6681 | + max-height: 85%; |
|---|
| 6682 | + box-sizing: border-box; } |
|---|
| 6683 | + [flex-sm="90"] { |
|---|
| 6684 | + flex: 1 1 90%; |
|---|
| 6685 | + max-width: 90%; |
|---|
| 6686 | + max-height: 100%; |
|---|
| 6687 | + box-sizing: border-box; } |
|---|
| 6688 | + [layout="row"] > [flex-sm="90"], |
|---|
| 6689 | + [layout-sm="row"] > [flex-sm="90"] { |
|---|
| 6690 | + flex: 1 1 90%; |
|---|
| 6691 | + max-width: 90%; |
|---|
| 6692 | + max-height: 100%; |
|---|
| 6693 | + box-sizing: border-box; } |
|---|
| 6694 | + [layout="column"] > [flex-sm="90"], |
|---|
| 6695 | + [layout-sm="column"] > [flex-sm="90"] { |
|---|
| 6696 | + flex: 1 1 90%; |
|---|
| 6697 | + max-width: 100%; |
|---|
| 6698 | + max-height: 90%; |
|---|
| 6699 | + box-sizing: border-box; } |
|---|
| 6700 | + [flex-sm="95"] { |
|---|
| 6701 | + flex: 1 1 95%; |
|---|
| 6702 | + max-width: 95%; |
|---|
| 6703 | + max-height: 100%; |
|---|
| 6704 | + box-sizing: border-box; } |
|---|
| 6705 | + [layout="row"] > [flex-sm="95"], |
|---|
| 6706 | + [layout-sm="row"] > [flex-sm="95"] { |
|---|
| 6707 | + flex: 1 1 95%; |
|---|
| 6708 | + max-width: 95%; |
|---|
| 6709 | + max-height: 100%; |
|---|
| 6710 | + box-sizing: border-box; } |
|---|
| 6711 | + [layout="column"] > [flex-sm="95"], |
|---|
| 6712 | + [layout-sm="column"] > [flex-sm="95"] { |
|---|
| 6713 | + flex: 1 1 95%; |
|---|
| 6714 | + max-width: 100%; |
|---|
| 6715 | + max-height: 95%; |
|---|
| 6716 | + box-sizing: border-box; } |
|---|
| 6717 | + [flex-sm="100"] { |
|---|
| 6718 | + flex: 1 1 100%; |
|---|
| 6719 | + max-width: 100%; |
|---|
| 6720 | + max-height: 100%; |
|---|
| 6721 | + box-sizing: border-box; } |
|---|
| 6722 | + [layout="row"] > [flex-sm="100"], |
|---|
| 6723 | + [layout-sm="row"] > [flex-sm="100"] { |
|---|
| 6724 | + flex: 1 1 100%; |
|---|
| 6725 | + max-width: 100%; |
|---|
| 6726 | + max-height: 100%; |
|---|
| 6727 | + box-sizing: border-box; } |
|---|
| 6728 | + [layout="column"] > [flex-sm="100"], |
|---|
| 6729 | + [layout-sm="column"] > [flex-sm="100"] { |
|---|
| 6730 | + flex: 1 1 100%; |
|---|
| 6731 | + max-width: 100%; |
|---|
| 6732 | + max-height: 100%; |
|---|
| 6733 | + box-sizing: border-box; } |
|---|
| 6734 | + [layout="row"] > [flex-sm="33"], [layout="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"], [layout-sm="row"] > [flex-sm="33"] { |
|---|
| 6735 | + flex: 1 1 33%; |
|---|
| 6736 | + max-width: calc(100% / 3); |
|---|
| 6737 | + max-height: 100%; |
|---|
| 6738 | + box-sizing: border-box; } |
|---|
| 6739 | + [layout="row"] > [flex-sm="34"], [layout="row"] > [flex-sm="34"], [layout-sm="row"] > [flex-sm="34"], [layout-sm="row"] > [flex-sm="34"] { |
|---|
| 6740 | + flex: 1 1 34%; |
|---|
| 6741 | + max-width: 34%; |
|---|
| 6742 | + max-height: 100%; |
|---|
| 6743 | + box-sizing: border-box; } |
|---|
| 6744 | + [layout="row"] > [flex-sm="66"], [layout="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"], [layout-sm="row"] > [flex-sm="66"] { |
|---|
| 6745 | + flex: 1 1 66%; |
|---|
| 6746 | + max-width: calc(200% / 3); |
|---|
| 6747 | + max-height: 100%; |
|---|
| 6748 | + box-sizing: border-box; } |
|---|
| 6749 | + [layout="row"] > [flex-sm="67"], [layout="row"] > [flex-sm="67"], [layout-sm="row"] > [flex-sm="67"], [layout-sm="row"] > [flex-sm="67"] { |
|---|
| 6750 | + flex: 1 1 67%; |
|---|
| 6751 | + max-width: 67%; |
|---|
| 6752 | + max-height: 100%; |
|---|
| 6753 | + box-sizing: border-box; } |
|---|
| 6754 | + [layout="column"] > [flex-sm="33"], [layout="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"], [layout-sm="column"] > [flex-sm="33"] { |
|---|
| 6755 | + flex: 1 1 33%; |
|---|
| 6756 | + max-width: 100%; |
|---|
| 6757 | + max-height: calc(100% / 3); |
|---|
| 6758 | + box-sizing: border-box; } |
|---|
| 6759 | + [layout="column"] > [flex-sm="34"], [layout="column"] > [flex-sm="34"], [layout-sm="column"] > [flex-sm="34"], [layout-sm="column"] > [flex-sm="34"] { |
|---|
| 6760 | + flex: 1 1 34%; |
|---|
| 6761 | + max-width: 100%; |
|---|
| 6762 | + max-height: 34%; |
|---|
| 6763 | + box-sizing: border-box; } |
|---|
| 6764 | + [layout="column"] > [flex-sm="66"], [layout="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"], [layout-sm="column"] > [flex-sm="66"] { |
|---|
| 6765 | + flex: 1 1 66%; |
|---|
| 6766 | + max-width: 100%; |
|---|
| 6767 | + max-height: calc(200% / 3); |
|---|
| 6768 | + box-sizing: border-box; } |
|---|
| 6769 | + [layout="column"] > [flex-sm="67"], [layout="column"] > [flex-sm="67"], [layout-sm="column"] > [flex-sm="67"], [layout-sm="column"] > [flex-sm="67"] { |
|---|
| 6770 | + flex: 1 1 67%; |
|---|
| 6771 | + max-width: 100%; |
|---|
| 6772 | + max-height: 67%; |
|---|
| 6773 | + box-sizing: border-box; } |
|---|
| 6774 | + [layout-sm], [layout-sm="column"], [layout-sm="row"] { |
|---|
| 6775 | + box-sizing: border-box; |
|---|
| 6776 | + display: -webkit-box; |
|---|
| 6777 | + display: -webkit-flex; |
|---|
| 6778 | + display: -moz-box; |
|---|
| 6779 | + display: -ms-flexbox; |
|---|
| 6780 | + display: flex; } |
|---|
| 6781 | + [layout-sm="column"] { |
|---|
| 6782 | + flex-direction: column; } |
|---|
| 6783 | + [layout-sm="row"] { |
|---|
| 6784 | + flex-direction: row; } } |
|---|
| 6785 | + |
|---|
| 6786 | +@media (min-width: 600px) { |
|---|
| 6787 | + [flex-order-gt-sm="-20"] { |
|---|
| 6788 | + order: -20; } |
|---|
| 6789 | + [flex-order-gt-sm="-19"] { |
|---|
| 6790 | + order: -19; } |
|---|
| 6791 | + [flex-order-gt-sm="-18"] { |
|---|
| 6792 | + order: -18; } |
|---|
| 6793 | + [flex-order-gt-sm="-17"] { |
|---|
| 6794 | + order: -17; } |
|---|
| 6795 | + [flex-order-gt-sm="-16"] { |
|---|
| 6796 | + order: -16; } |
|---|
| 6797 | + [flex-order-gt-sm="-15"] { |
|---|
| 6798 | + order: -15; } |
|---|
| 6799 | + [flex-order-gt-sm="-14"] { |
|---|
| 6800 | + order: -14; } |
|---|
| 6801 | + [flex-order-gt-sm="-13"] { |
|---|
| 6802 | + order: -13; } |
|---|
| 6803 | + [flex-order-gt-sm="-12"] { |
|---|
| 6804 | + order: -12; } |
|---|
| 6805 | + [flex-order-gt-sm="-11"] { |
|---|
| 6806 | + order: -11; } |
|---|
| 6807 | + [flex-order-gt-sm="-10"] { |
|---|
| 6808 | + order: -10; } |
|---|
| 6809 | + [flex-order-gt-sm="-9"] { |
|---|
| 6810 | + order: -9; } |
|---|
| 6811 | + [flex-order-gt-sm="-8"] { |
|---|
| 6812 | + order: -8; } |
|---|
| 6813 | + [flex-order-gt-sm="-7"] { |
|---|
| 6814 | + order: -7; } |
|---|
| 6815 | + [flex-order-gt-sm="-6"] { |
|---|
| 6816 | + order: -6; } |
|---|
| 6817 | + [flex-order-gt-sm="-5"] { |
|---|
| 6818 | + order: -5; } |
|---|
| 6819 | + [flex-order-gt-sm="-4"] { |
|---|
| 6820 | + order: -4; } |
|---|
| 6821 | + [flex-order-gt-sm="-3"] { |
|---|
| 6822 | + order: -3; } |
|---|
| 6823 | + [flex-order-gt-sm="-2"] { |
|---|
| 6824 | + order: -2; } |
|---|
| 6825 | + [flex-order-gt-sm="-1"] { |
|---|
| 6826 | + order: -1; } |
|---|
| 6827 | + [flex-order-gt-sm="0"] { |
|---|
| 6828 | + order: 0; } |
|---|
| 6829 | + [flex-order-gt-sm="1"] { |
|---|
| 6830 | + order: 1; } |
|---|
| 6831 | + [flex-order-gt-sm="2"] { |
|---|
| 6832 | + order: 2; } |
|---|
| 6833 | + [flex-order-gt-sm="3"] { |
|---|
| 6834 | + order: 3; } |
|---|
| 6835 | + [flex-order-gt-sm="4"] { |
|---|
| 6836 | + order: 4; } |
|---|
| 6837 | + [flex-order-gt-sm="5"] { |
|---|
| 6838 | + order: 5; } |
|---|
| 6839 | + [flex-order-gt-sm="6"] { |
|---|
| 6840 | + order: 6; } |
|---|
| 6841 | + [flex-order-gt-sm="7"] { |
|---|
| 6842 | + order: 7; } |
|---|
| 6843 | + [flex-order-gt-sm="8"] { |
|---|
| 6844 | + order: 8; } |
|---|
| 6845 | + [flex-order-gt-sm="9"] { |
|---|
| 6846 | + order: 9; } |
|---|
| 6847 | + [flex-order-gt-sm="10"] { |
|---|
| 6848 | + order: 10; } |
|---|
| 6849 | + [flex-order-gt-sm="11"] { |
|---|
| 6850 | + order: 11; } |
|---|
| 6851 | + [flex-order-gt-sm="12"] { |
|---|
| 6852 | + order: 12; } |
|---|
| 6853 | + [flex-order-gt-sm="13"] { |
|---|
| 6854 | + order: 13; } |
|---|
| 6855 | + [flex-order-gt-sm="14"] { |
|---|
| 6856 | + order: 14; } |
|---|
| 6857 | + [flex-order-gt-sm="15"] { |
|---|
| 6858 | + order: 15; } |
|---|
| 6859 | + [flex-order-gt-sm="16"] { |
|---|
| 6860 | + order: 16; } |
|---|
| 6861 | + [flex-order-gt-sm="17"] { |
|---|
| 6862 | + order: 17; } |
|---|
| 6863 | + [flex-order-gt-sm="18"] { |
|---|
| 6864 | + order: 18; } |
|---|
| 6865 | + [flex-order-gt-sm="19"] { |
|---|
| 6866 | + order: 19; } |
|---|
| 6867 | + [flex-order-gt-sm="20"] { |
|---|
| 6868 | + order: 20; } |
|---|
| 6869 | + [flex-offset-gt-sm="0"] { |
|---|
| 6870 | + margin-left: 0%; } |
|---|
| 6871 | + [flex-offset-gt-sm="5"] { |
|---|
| 6872 | + margin-left: 5%; } |
|---|
| 6873 | + [flex-offset-gt-sm="10"] { |
|---|
| 6874 | + margin-left: 10%; } |
|---|
| 6875 | + [flex-offset-gt-sm="15"] { |
|---|
| 6876 | + margin-left: 15%; } |
|---|
| 6877 | + [flex-offset-gt-sm="20"] { |
|---|
| 6878 | + margin-left: 20%; } |
|---|
| 6879 | + [flex-offset-gt-sm="25"] { |
|---|
| 6880 | + margin-left: 25%; } |
|---|
| 6881 | + [flex-offset-gt-sm="30"] { |
|---|
| 6882 | + margin-left: 30%; } |
|---|
| 6883 | + [flex-offset-gt-sm="35"] { |
|---|
| 6884 | + margin-left: 35%; } |
|---|
| 6885 | + [flex-offset-gt-sm="40"] { |
|---|
| 6886 | + margin-left: 40%; } |
|---|
| 6887 | + [flex-offset-gt-sm="45"] { |
|---|
| 6888 | + margin-left: 45%; } |
|---|
| 6889 | + [flex-offset-gt-sm="50"] { |
|---|
| 6890 | + margin-left: 50%; } |
|---|
| 6891 | + [flex-offset-gt-sm="55"] { |
|---|
| 6892 | + margin-left: 55%; } |
|---|
| 6893 | + [flex-offset-gt-sm="60"] { |
|---|
| 6894 | + margin-left: 60%; } |
|---|
| 6895 | + [flex-offset-gt-sm="65"] { |
|---|
| 6896 | + margin-left: 65%; } |
|---|
| 6897 | + [flex-offset-gt-sm="70"] { |
|---|
| 6898 | + margin-left: 70%; } |
|---|
| 6899 | + [flex-offset-gt-sm="75"] { |
|---|
| 6900 | + margin-left: 75%; } |
|---|
| 6901 | + [flex-offset-gt-sm="80"] { |
|---|
| 6902 | + margin-left: 80%; } |
|---|
| 6903 | + [flex-offset-gt-sm="85"] { |
|---|
| 6904 | + margin-left: 85%; } |
|---|
| 6905 | + [flex-offset-gt-sm="90"] { |
|---|
| 6906 | + margin-left: 90%; } |
|---|
| 6907 | + [flex-offset-gt-sm="95"] { |
|---|
| 6908 | + margin-left: 95%; } |
|---|
| 6909 | + [flex-offset-gt-sm="33"] { |
|---|
| 6910 | + margin-left: calc(100% / 3); } |
|---|
| 6911 | + [flex-offset-gt-sm="66"] { |
|---|
| 6912 | + margin-left: calc(200% / 3); } |
|---|
| 6913 | + [layout-align-gt-sm], |
|---|
| 6914 | + [layout-align-gt-sm="start stretch"] { |
|---|
| 6915 | + justify-content: flex-start; |
|---|
| 6916 | + align-content: stretch; |
|---|
| 6917 | + align-items: stretch; } |
|---|
| 6918 | + [layout-align-gt-sm="start"], |
|---|
| 6919 | + [layout-align-gt-sm="start start"], |
|---|
| 6920 | + [layout-align-gt-sm="start center"], |
|---|
| 6921 | + [layout-align-gt-sm="start end"], |
|---|
| 6922 | + [layout-align-gt-sm="start stretch"] { |
|---|
| 6923 | + justify-content: start; } |
|---|
| 6924 | + [layout-align-gt-sm="center"], |
|---|
| 6925 | + [layout-align-gt-sm="center start"], |
|---|
| 6926 | + [layout-align-gt-sm="center center"], |
|---|
| 6927 | + [layout-align-gt-sm="center end"], |
|---|
| 6928 | + [layout-align-gt-sm="center stretch"] { |
|---|
| 6929 | + justify-content: center; } |
|---|
| 6930 | + [layout-align-gt-sm="end"], |
|---|
| 6931 | + [layout-align-gt-sm="end center"], |
|---|
| 6932 | + [layout-align-gt-sm="end start"], |
|---|
| 6933 | + [layout-align-gt-sm="end end"], |
|---|
| 6934 | + [layout-align-gt-sm="end stretch"] { |
|---|
| 6935 | + justify-content: flex-end; } |
|---|
| 6936 | + [layout-align-gt-sm="space-around"], |
|---|
| 6937 | + [layout-align-gt-sm="space-around center"], |
|---|
| 6938 | + [layout-align-gt-sm="space-around start"], |
|---|
| 6939 | + [layout-align-gt-sm="space-around end"], |
|---|
| 6940 | + [layout-align-gt-sm="space-around stretch"] { |
|---|
| 6941 | + justify-content: space-around; } |
|---|
| 6942 | + [layout-align-gt-sm="space-between"], |
|---|
| 6943 | + [layout-align-gt-sm="space-between center"], |
|---|
| 6944 | + [layout-align-gt-sm="space-between start"], |
|---|
| 6945 | + [layout-align-gt-sm="space-between end"], |
|---|
| 6946 | + [layout-align-gt-sm="space-between stretch"] { |
|---|
| 6947 | + justify-content: space-between; } |
|---|
| 6948 | + [layout-align-gt-sm="start start"], |
|---|
| 6949 | + [layout-align-gt-sm="center start"], |
|---|
| 6950 | + [layout-align-gt-sm="end start"], |
|---|
| 6951 | + [layout-align-gt-sm="space-between start"], |
|---|
| 6952 | + [layout-align-gt-sm="space-around start"] { |
|---|
| 6953 | + align-items: flex-start; |
|---|
| 6954 | + align-content: flex-start; } |
|---|
| 6955 | + [layout-align-gt-sm="start center"], |
|---|
| 6956 | + [layout-align-gt-sm="center center"], |
|---|
| 6957 | + [layout-align-gt-sm="end center"], |
|---|
| 6958 | + [layout-align-gt-sm="space-between center"], |
|---|
| 6959 | + [layout-align-gt-sm="space-around center"] { |
|---|
| 6960 | + align-items: center; |
|---|
| 6961 | + align-content: center; |
|---|
| 6962 | + max-width: 100%; } |
|---|
| 6963 | + [layout-align-gt-sm="start center"] > *, |
|---|
| 6964 | + [layout-align-gt-sm="center center"] > *, |
|---|
| 6965 | + [layout-align-gt-sm="end center"] > *, |
|---|
| 6966 | + [layout-align-gt-sm="space-between center"] > *, |
|---|
| 6967 | + [layout-align-gt-sm="space-around center"] > * { |
|---|
| 6968 | + max-width: 100%; |
|---|
| 6969 | + box-sizing: border-box; } |
|---|
| 6970 | + [layout-align-gt-sm="start end"], |
|---|
| 6971 | + [layout-align-gt-sm="center end"], |
|---|
| 6972 | + [layout-align-gt-sm="end end"], |
|---|
| 6973 | + [layout-align-gt-sm="space-between end"], |
|---|
| 6974 | + [layout-align-gt-sm="space-around end"] { |
|---|
| 6975 | + align-items: flex-end; |
|---|
| 6976 | + align-content: flex-end; } |
|---|
| 6977 | + [layout-align-gt-sm="start stretch"], |
|---|
| 6978 | + [layout-align-gt-sm="center stretch"], |
|---|
| 6979 | + [layout-align-gt-sm="end stretch"], |
|---|
| 6980 | + [layout-align-gt-sm="space-between stretch"], |
|---|
| 6981 | + [layout-align-gt-sm="space-around stretch"] { |
|---|
| 6982 | + align-items: stretch; |
|---|
| 6983 | + align-content: stretch; } |
|---|
| 6984 | + [flex-gt-sm] { |
|---|
| 6985 | + flex: 1; |
|---|
| 6986 | + box-sizing: border-box; } } |
|---|
| 6987 | + |
|---|
| 6988 | +@media screen\0 and (min-width: 600px) { |
|---|
| 6989 | + [flex-gt-sm] { |
|---|
| 6990 | + flex: 1 1 0%; } } |
|---|
| 6991 | + |
|---|
| 6992 | +@media (min-width: 600px) { |
|---|
| 6993 | + [flex-gt-sm-grow] { |
|---|
| 6994 | + flex: 1 1 100%; |
|---|
| 6995 | + box-sizing: border-box; } |
|---|
| 6996 | + [flex-gt-sm-initial] { |
|---|
| 6997 | + flex: 0 1 auto; |
|---|
| 6998 | + box-sizing: border-box; } |
|---|
| 6999 | + [flex-gt-sm-auto] { |
|---|
| 7000 | + flex: 1 1 auto; |
|---|
| 7001 | + box-sizing: border-box; } |
|---|
| 7002 | + [flex-gt-sm-none] { |
|---|
| 7003 | + flex: 0 0 auto; |
|---|
| 7004 | + box-sizing: border-box; } |
|---|
| 7005 | + [flex-gt-sm-noshrink] { |
|---|
| 7006 | + flex: 1 0 auto; |
|---|
| 7007 | + box-sizing: border-box; } |
|---|
| 7008 | + [flex-gt-sm-nogrow] { |
|---|
| 7009 | + flex: 0 1 auto; |
|---|
| 7010 | + box-sizing: border-box; } |
|---|
| 7011 | + [flex-gt-sm="0"] { |
|---|
| 7012 | + flex: 1 1 0%; |
|---|
| 7013 | + max-width: 0%; |
|---|
| 7014 | + max-height: 100%; |
|---|
| 7015 | + box-sizing: border-box; } |
|---|
| 7016 | + [layout="row"] > [flex-gt-sm="0"], |
|---|
| 7017 | + [layout-gt-sm="row"] > [flex-gt-sm="0"] { |
|---|
| 7018 | + flex: 1 1 0%; |
|---|
| 7019 | + max-width: 0%; |
|---|
| 7020 | + max-height: 100%; |
|---|
| 7021 | + box-sizing: border-box; } |
|---|
| 7022 | + [layout="column"] > [flex-gt-sm="0"], |
|---|
| 7023 | + [layout-gt-sm="column"] > [flex-gt-sm="0"] { |
|---|
| 7024 | + flex: 1 1 0%; |
|---|
| 7025 | + max-width: 100%; |
|---|
| 7026 | + max-height: 0%; |
|---|
| 7027 | + box-sizing: border-box; } |
|---|
| 7028 | + [flex-gt-sm="5"] { |
|---|
| 7029 | + flex: 1 1 5%; |
|---|
| 7030 | + max-width: 5%; |
|---|
| 7031 | + max-height: 100%; |
|---|
| 7032 | + box-sizing: border-box; } |
|---|
| 7033 | + [layout="row"] > [flex-gt-sm="5"], |
|---|
| 7034 | + [layout-gt-sm="row"] > [flex-gt-sm="5"] { |
|---|
| 7035 | + flex: 1 1 5%; |
|---|
| 7036 | + max-width: 5%; |
|---|
| 7037 | + max-height: 100%; |
|---|
| 7038 | + box-sizing: border-box; } |
|---|
| 7039 | + [layout="column"] > [flex-gt-sm="5"], |
|---|
| 7040 | + [layout-gt-sm="column"] > [flex-gt-sm="5"] { |
|---|
| 7041 | + flex: 1 1 5%; |
|---|
| 7042 | + max-width: 100%; |
|---|
| 7043 | + max-height: 5%; |
|---|
| 7044 | + box-sizing: border-box; } |
|---|
| 7045 | + [flex-gt-sm="10"] { |
|---|
| 7046 | + flex: 1 1 10%; |
|---|
| 7047 | + max-width: 10%; |
|---|
| 7048 | + max-height: 100%; |
|---|
| 7049 | + box-sizing: border-box; } |
|---|
| 7050 | + [layout="row"] > [flex-gt-sm="10"], |
|---|
| 7051 | + [layout-gt-sm="row"] > [flex-gt-sm="10"] { |
|---|
| 7052 | + flex: 1 1 10%; |
|---|
| 7053 | + max-width: 10%; |
|---|
| 7054 | + max-height: 100%; |
|---|
| 7055 | + box-sizing: border-box; } |
|---|
| 7056 | + [layout="column"] > [flex-gt-sm="10"], |
|---|
| 7057 | + [layout-gt-sm="column"] > [flex-gt-sm="10"] { |
|---|
| 7058 | + flex: 1 1 10%; |
|---|
| 7059 | + max-width: 100%; |
|---|
| 7060 | + max-height: 10%; |
|---|
| 7061 | + box-sizing: border-box; } |
|---|
| 7062 | + [flex-gt-sm="15"] { |
|---|
| 7063 | + flex: 1 1 15%; |
|---|
| 7064 | + max-width: 15%; |
|---|
| 7065 | + max-height: 100%; |
|---|
| 7066 | + box-sizing: border-box; } |
|---|
| 7067 | + [layout="row"] > [flex-gt-sm="15"], |
|---|
| 7068 | + [layout-gt-sm="row"] > [flex-gt-sm="15"] { |
|---|
| 7069 | + flex: 1 1 15%; |
|---|
| 7070 | + max-width: 15%; |
|---|
| 7071 | + max-height: 100%; |
|---|
| 7072 | + box-sizing: border-box; } |
|---|
| 7073 | + [layout="column"] > [flex-gt-sm="15"], |
|---|
| 7074 | + [layout-gt-sm="column"] > [flex-gt-sm="15"] { |
|---|
| 7075 | + flex: 1 1 15%; |
|---|
| 7076 | + max-width: 100%; |
|---|
| 7077 | + max-height: 15%; |
|---|
| 7078 | + box-sizing: border-box; } |
|---|
| 7079 | + [flex-gt-sm="20"] { |
|---|
| 7080 | + flex: 1 1 20%; |
|---|
| 7081 | + max-width: 20%; |
|---|
| 7082 | + max-height: 100%; |
|---|
| 7083 | + box-sizing: border-box; } |
|---|
| 7084 | + [layout="row"] > [flex-gt-sm="20"], |
|---|
| 7085 | + [layout-gt-sm="row"] > [flex-gt-sm="20"] { |
|---|
| 7086 | + flex: 1 1 20%; |
|---|
| 7087 | + max-width: 20%; |
|---|
| 7088 | + max-height: 100%; |
|---|
| 7089 | + box-sizing: border-box; } |
|---|
| 7090 | + [layout="column"] > [flex-gt-sm="20"], |
|---|
| 7091 | + [layout-gt-sm="column"] > [flex-gt-sm="20"] { |
|---|
| 7092 | + flex: 1 1 20%; |
|---|
| 7093 | + max-width: 100%; |
|---|
| 7094 | + max-height: 20%; |
|---|
| 7095 | + box-sizing: border-box; } |
|---|
| 7096 | + [flex-gt-sm="25"] { |
|---|
| 7097 | + flex: 1 1 25%; |
|---|
| 7098 | + max-width: 25%; |
|---|
| 7099 | + max-height: 100%; |
|---|
| 7100 | + box-sizing: border-box; } |
|---|
| 7101 | + [layout="row"] > [flex-gt-sm="25"], |
|---|
| 7102 | + [layout-gt-sm="row"] > [flex-gt-sm="25"] { |
|---|
| 7103 | + flex: 1 1 25%; |
|---|
| 7104 | + max-width: 25%; |
|---|
| 7105 | + max-height: 100%; |
|---|
| 7106 | + box-sizing: border-box; } |
|---|
| 7107 | + [layout="column"] > [flex-gt-sm="25"], |
|---|
| 7108 | + [layout-gt-sm="column"] > [flex-gt-sm="25"] { |
|---|
| 7109 | + flex: 1 1 25%; |
|---|
| 7110 | + max-width: 100%; |
|---|
| 7111 | + max-height: 25%; |
|---|
| 7112 | + box-sizing: border-box; } |
|---|
| 7113 | + [flex-gt-sm="30"] { |
|---|
| 7114 | + flex: 1 1 30%; |
|---|
| 7115 | + max-width: 30%; |
|---|
| 7116 | + max-height: 100%; |
|---|
| 7117 | + box-sizing: border-box; } |
|---|
| 7118 | + [layout="row"] > [flex-gt-sm="30"], |
|---|
| 7119 | + [layout-gt-sm="row"] > [flex-gt-sm="30"] { |
|---|
| 7120 | + flex: 1 1 30%; |
|---|
| 7121 | + max-width: 30%; |
|---|
| 7122 | + max-height: 100%; |
|---|
| 7123 | + box-sizing: border-box; } |
|---|
| 7124 | + [layout="column"] > [flex-gt-sm="30"], |
|---|
| 7125 | + [layout-gt-sm="column"] > [flex-gt-sm="30"] { |
|---|
| 7126 | + flex: 1 1 30%; |
|---|
| 7127 | + max-width: 100%; |
|---|
| 7128 | + max-height: 30%; |
|---|
| 7129 | + box-sizing: border-box; } |
|---|
| 7130 | + [flex-gt-sm="35"] { |
|---|
| 7131 | + flex: 1 1 35%; |
|---|
| 7132 | + max-width: 35%; |
|---|
| 7133 | + max-height: 100%; |
|---|
| 7134 | + box-sizing: border-box; } |
|---|
| 7135 | + [layout="row"] > [flex-gt-sm="35"], |
|---|
| 7136 | + [layout-gt-sm="row"] > [flex-gt-sm="35"] { |
|---|
| 7137 | + flex: 1 1 35%; |
|---|
| 7138 | + max-width: 35%; |
|---|
| 7139 | + max-height: 100%; |
|---|
| 7140 | + box-sizing: border-box; } |
|---|
| 7141 | + [layout="column"] > [flex-gt-sm="35"], |
|---|
| 7142 | + [layout-gt-sm="column"] > [flex-gt-sm="35"] { |
|---|
| 7143 | + flex: 1 1 35%; |
|---|
| 7144 | + max-width: 100%; |
|---|
| 7145 | + max-height: 35%; |
|---|
| 7146 | + box-sizing: border-box; } |
|---|
| 7147 | + [flex-gt-sm="40"] { |
|---|
| 7148 | + flex: 1 1 40%; |
|---|
| 7149 | + max-width: 40%; |
|---|
| 7150 | + max-height: 100%; |
|---|
| 7151 | + box-sizing: border-box; } |
|---|
| 7152 | + [layout="row"] > [flex-gt-sm="40"], |
|---|
| 7153 | + [layout-gt-sm="row"] > [flex-gt-sm="40"] { |
|---|
| 7154 | + flex: 1 1 40%; |
|---|
| 7155 | + max-width: 40%; |
|---|
| 7156 | + max-height: 100%; |
|---|
| 7157 | + box-sizing: border-box; } |
|---|
| 7158 | + [layout="column"] > [flex-gt-sm="40"], |
|---|
| 7159 | + [layout-gt-sm="column"] > [flex-gt-sm="40"] { |
|---|
| 7160 | + flex: 1 1 40%; |
|---|
| 7161 | + max-width: 100%; |
|---|
| 7162 | + max-height: 40%; |
|---|
| 7163 | + box-sizing: border-box; } |
|---|
| 7164 | + [flex-gt-sm="45"] { |
|---|
| 7165 | + flex: 1 1 45%; |
|---|
| 7166 | + max-width: 45%; |
|---|
| 7167 | + max-height: 100%; |
|---|
| 7168 | + box-sizing: border-box; } |
|---|
| 7169 | + [layout="row"] > [flex-gt-sm="45"], |
|---|
| 7170 | + [layout-gt-sm="row"] > [flex-gt-sm="45"] { |
|---|
| 7171 | + flex: 1 1 45%; |
|---|
| 7172 | + max-width: 45%; |
|---|
| 7173 | + max-height: 100%; |
|---|
| 7174 | + box-sizing: border-box; } |
|---|
| 7175 | + [layout="column"] > [flex-gt-sm="45"], |
|---|
| 7176 | + [layout-gt-sm="column"] > [flex-gt-sm="45"] { |
|---|
| 7177 | + flex: 1 1 45%; |
|---|
| 7178 | + max-width: 100%; |
|---|
| 7179 | + max-height: 45%; |
|---|
| 7180 | + box-sizing: border-box; } |
|---|
| 7181 | + [flex-gt-sm="50"] { |
|---|
| 7182 | + flex: 1 1 50%; |
|---|
| 7183 | + max-width: 50%; |
|---|
| 7184 | + max-height: 100%; |
|---|
| 7185 | + box-sizing: border-box; } |
|---|
| 7186 | + [layout="row"] > [flex-gt-sm="50"], |
|---|
| 7187 | + [layout-gt-sm="row"] > [flex-gt-sm="50"] { |
|---|
| 7188 | + flex: 1 1 50%; |
|---|
| 7189 | + max-width: 50%; |
|---|
| 7190 | + max-height: 100%; |
|---|
| 7191 | + box-sizing: border-box; } |
|---|
| 7192 | + [layout="column"] > [flex-gt-sm="50"], |
|---|
| 7193 | + [layout-gt-sm="column"] > [flex-gt-sm="50"] { |
|---|
| 7194 | + flex: 1 1 50%; |
|---|
| 7195 | + max-width: 100%; |
|---|
| 7196 | + max-height: 50%; |
|---|
| 7197 | + box-sizing: border-box; } |
|---|
| 7198 | + [flex-gt-sm="55"] { |
|---|
| 7199 | + flex: 1 1 55%; |
|---|
| 7200 | + max-width: 55%; |
|---|
| 7201 | + max-height: 100%; |
|---|
| 7202 | + box-sizing: border-box; } |
|---|
| 7203 | + [layout="row"] > [flex-gt-sm="55"], |
|---|
| 7204 | + [layout-gt-sm="row"] > [flex-gt-sm="55"] { |
|---|
| 7205 | + flex: 1 1 55%; |
|---|
| 7206 | + max-width: 55%; |
|---|
| 7207 | + max-height: 100%; |
|---|
| 7208 | + box-sizing: border-box; } |
|---|
| 7209 | + [layout="column"] > [flex-gt-sm="55"], |
|---|
| 7210 | + [layout-gt-sm="column"] > [flex-gt-sm="55"] { |
|---|
| 7211 | + flex: 1 1 55%; |
|---|
| 7212 | + max-width: 100%; |
|---|
| 7213 | + max-height: 55%; |
|---|
| 7214 | + box-sizing: border-box; } |
|---|
| 7215 | + [flex-gt-sm="60"] { |
|---|
| 7216 | + flex: 1 1 60%; |
|---|
| 7217 | + max-width: 60%; |
|---|
| 7218 | + max-height: 100%; |
|---|
| 7219 | + box-sizing: border-box; } |
|---|
| 7220 | + [layout="row"] > [flex-gt-sm="60"], |
|---|
| 7221 | + [layout-gt-sm="row"] > [flex-gt-sm="60"] { |
|---|
| 7222 | + flex: 1 1 60%; |
|---|
| 7223 | + max-width: 60%; |
|---|
| 7224 | + max-height: 100%; |
|---|
| 7225 | + box-sizing: border-box; } |
|---|
| 7226 | + [layout="column"] > [flex-gt-sm="60"], |
|---|
| 7227 | + [layout-gt-sm="column"] > [flex-gt-sm="60"] { |
|---|
| 7228 | + flex: 1 1 60%; |
|---|
| 7229 | + max-width: 100%; |
|---|
| 7230 | + max-height: 60%; |
|---|
| 7231 | + box-sizing: border-box; } |
|---|
| 7232 | + [flex-gt-sm="65"] { |
|---|
| 7233 | + flex: 1 1 65%; |
|---|
| 7234 | + max-width: 65%; |
|---|
| 7235 | + max-height: 100%; |
|---|
| 7236 | + box-sizing: border-box; } |
|---|
| 7237 | + [layout="row"] > [flex-gt-sm="65"], |
|---|
| 7238 | + [layout-gt-sm="row"] > [flex-gt-sm="65"] { |
|---|
| 7239 | + flex: 1 1 65%; |
|---|
| 7240 | + max-width: 65%; |
|---|
| 7241 | + max-height: 100%; |
|---|
| 7242 | + box-sizing: border-box; } |
|---|
| 7243 | + [layout="column"] > [flex-gt-sm="65"], |
|---|
| 7244 | + [layout-gt-sm="column"] > [flex-gt-sm="65"] { |
|---|
| 7245 | + flex: 1 1 65%; |
|---|
| 7246 | + max-width: 100%; |
|---|
| 7247 | + max-height: 65%; |
|---|
| 7248 | + box-sizing: border-box; } |
|---|
| 7249 | + [flex-gt-sm="70"] { |
|---|
| 7250 | + flex: 1 1 70%; |
|---|
| 7251 | + max-width: 70%; |
|---|
| 7252 | + max-height: 100%; |
|---|
| 7253 | + box-sizing: border-box; } |
|---|
| 7254 | + [layout="row"] > [flex-gt-sm="70"], |
|---|
| 7255 | + [layout-gt-sm="row"] > [flex-gt-sm="70"] { |
|---|
| 7256 | + flex: 1 1 70%; |
|---|
| 7257 | + max-width: 70%; |
|---|
| 7258 | + max-height: 100%; |
|---|
| 7259 | + box-sizing: border-box; } |
|---|
| 7260 | + [layout="column"] > [flex-gt-sm="70"], |
|---|
| 7261 | + [layout-gt-sm="column"] > [flex-gt-sm="70"] { |
|---|
| 7262 | + flex: 1 1 70%; |
|---|
| 7263 | + max-width: 100%; |
|---|
| 7264 | + max-height: 70%; |
|---|
| 7265 | + box-sizing: border-box; } |
|---|
| 7266 | + [flex-gt-sm="75"] { |
|---|
| 7267 | + flex: 1 1 75%; |
|---|
| 7268 | + max-width: 75%; |
|---|
| 7269 | + max-height: 100%; |
|---|
| 7270 | + box-sizing: border-box; } |
|---|
| 7271 | + [layout="row"] > [flex-gt-sm="75"], |
|---|
| 7272 | + [layout-gt-sm="row"] > [flex-gt-sm="75"] { |
|---|
| 7273 | + flex: 1 1 75%; |
|---|
| 7274 | + max-width: 75%; |
|---|
| 7275 | + max-height: 100%; |
|---|
| 7276 | + box-sizing: border-box; } |
|---|
| 7277 | + [layout="column"] > [flex-gt-sm="75"], |
|---|
| 7278 | + [layout-gt-sm="column"] > [flex-gt-sm="75"] { |
|---|
| 7279 | + flex: 1 1 75%; |
|---|
| 7280 | + max-width: 100%; |
|---|
| 7281 | + max-height: 75%; |
|---|
| 7282 | + box-sizing: border-box; } |
|---|
| 7283 | + [flex-gt-sm="80"] { |
|---|
| 7284 | + flex: 1 1 80%; |
|---|
| 7285 | + max-width: 80%; |
|---|
| 7286 | + max-height: 100%; |
|---|
| 7287 | + box-sizing: border-box; } |
|---|
| 7288 | + [layout="row"] > [flex-gt-sm="80"], |
|---|
| 7289 | + [layout-gt-sm="row"] > [flex-gt-sm="80"] { |
|---|
| 7290 | + flex: 1 1 80%; |
|---|
| 7291 | + max-width: 80%; |
|---|
| 7292 | + max-height: 100%; |
|---|
| 7293 | + box-sizing: border-box; } |
|---|
| 7294 | + [layout="column"] > [flex-gt-sm="80"], |
|---|
| 7295 | + [layout-gt-sm="column"] > [flex-gt-sm="80"] { |
|---|
| 7296 | + flex: 1 1 80%; |
|---|
| 7297 | + max-width: 100%; |
|---|
| 7298 | + max-height: 80%; |
|---|
| 7299 | + box-sizing: border-box; } |
|---|
| 7300 | + [flex-gt-sm="85"] { |
|---|
| 7301 | + flex: 1 1 85%; |
|---|
| 7302 | + max-width: 85%; |
|---|
| 7303 | + max-height: 100%; |
|---|
| 7304 | + box-sizing: border-box; } |
|---|
| 7305 | + [layout="row"] > [flex-gt-sm="85"], |
|---|
| 7306 | + [layout-gt-sm="row"] > [flex-gt-sm="85"] { |
|---|
| 7307 | + flex: 1 1 85%; |
|---|
| 7308 | + max-width: 85%; |
|---|
| 7309 | + max-height: 100%; |
|---|
| 7310 | + box-sizing: border-box; } |
|---|
| 7311 | + [layout="column"] > [flex-gt-sm="85"], |
|---|
| 7312 | + [layout-gt-sm="column"] > [flex-gt-sm="85"] { |
|---|
| 7313 | + flex: 1 1 85%; |
|---|
| 7314 | + max-width: 100%; |
|---|
| 7315 | + max-height: 85%; |
|---|
| 7316 | + box-sizing: border-box; } |
|---|
| 7317 | + [flex-gt-sm="90"] { |
|---|
| 7318 | + flex: 1 1 90%; |
|---|
| 7319 | + max-width: 90%; |
|---|
| 7320 | + max-height: 100%; |
|---|
| 7321 | + box-sizing: border-box; } |
|---|
| 7322 | + [layout="row"] > [flex-gt-sm="90"], |
|---|
| 7323 | + [layout-gt-sm="row"] > [flex-gt-sm="90"] { |
|---|
| 7324 | + flex: 1 1 90%; |
|---|
| 7325 | + max-width: 90%; |
|---|
| 7326 | + max-height: 100%; |
|---|
| 7327 | + box-sizing: border-box; } |
|---|
| 7328 | + [layout="column"] > [flex-gt-sm="90"], |
|---|
| 7329 | + [layout-gt-sm="column"] > [flex-gt-sm="90"] { |
|---|
| 7330 | + flex: 1 1 90%; |
|---|
| 7331 | + max-width: 100%; |
|---|
| 7332 | + max-height: 90%; |
|---|
| 7333 | + box-sizing: border-box; } |
|---|
| 7334 | + [flex-gt-sm="95"] { |
|---|
| 7335 | + flex: 1 1 95%; |
|---|
| 7336 | + max-width: 95%; |
|---|
| 7337 | + max-height: 100%; |
|---|
| 7338 | + box-sizing: border-box; } |
|---|
| 7339 | + [layout="row"] > [flex-gt-sm="95"], |
|---|
| 7340 | + [layout-gt-sm="row"] > [flex-gt-sm="95"] { |
|---|
| 7341 | + flex: 1 1 95%; |
|---|
| 7342 | + max-width: 95%; |
|---|
| 7343 | + max-height: 100%; |
|---|
| 7344 | + box-sizing: border-box; } |
|---|
| 7345 | + [layout="column"] > [flex-gt-sm="95"], |
|---|
| 7346 | + [layout-gt-sm="column"] > [flex-gt-sm="95"] { |
|---|
| 7347 | + flex: 1 1 95%; |
|---|
| 7348 | + max-width: 100%; |
|---|
| 7349 | + max-height: 95%; |
|---|
| 7350 | + box-sizing: border-box; } |
|---|
| 7351 | + [flex-gt-sm="100"] { |
|---|
| 7352 | + flex: 1 1 100%; |
|---|
| 7353 | + max-width: 100%; |
|---|
| 7354 | + max-height: 100%; |
|---|
| 7355 | + box-sizing: border-box; } |
|---|
| 7356 | + [layout="row"] > [flex-gt-sm="100"], |
|---|
| 7357 | + [layout-gt-sm="row"] > [flex-gt-sm="100"] { |
|---|
| 7358 | + flex: 1 1 100%; |
|---|
| 7359 | + max-width: 100%; |
|---|
| 7360 | + max-height: 100%; |
|---|
| 7361 | + box-sizing: border-box; } |
|---|
| 7362 | + [layout="column"] > [flex-gt-sm="100"], |
|---|
| 7363 | + [layout-gt-sm="column"] > [flex-gt-sm="100"] { |
|---|
| 7364 | + flex: 1 1 100%; |
|---|
| 7365 | + max-width: 100%; |
|---|
| 7366 | + max-height: 100%; |
|---|
| 7367 | + box-sizing: border-box; } |
|---|
| 7368 | + [layout="row"] > [flex-gt-sm="33"], [layout="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"], [layout-gt-sm="row"] > [flex-gt-sm="33"] { |
|---|
| 7369 | + flex: 1 1 33%; |
|---|
| 7370 | + max-width: calc(100% / 3); |
|---|
| 7371 | + max-height: 100%; |
|---|
| 7372 | + box-sizing: border-box; } |
|---|
| 7373 | + [layout="row"] > [flex-gt-sm="34"], [layout="row"] > [flex-gt-sm="34"], [layout-gt-sm="row"] > [flex-gt-sm="34"], [layout-gt-sm="row"] > [flex-gt-sm="34"] { |
|---|
| 7374 | + flex: 1 1 34%; |
|---|
| 7375 | + max-width: 34%; |
|---|
| 7376 | + max-height: 100%; |
|---|
| 7377 | + box-sizing: border-box; } |
|---|
| 7378 | + [layout="row"] > [flex-gt-sm="66"], [layout="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"], [layout-gt-sm="row"] > [flex-gt-sm="66"] { |
|---|
| 7379 | + flex: 1 1 66%; |
|---|
| 7380 | + max-width: calc(200% / 3); |
|---|
| 7381 | + max-height: 100%; |
|---|
| 7382 | + box-sizing: border-box; } |
|---|
| 7383 | + [layout="row"] > [flex-gt-sm="67"], [layout="row"] > [flex-gt-sm="67"], [layout-gt-sm="row"] > [flex-gt-sm="67"], [layout-gt-sm="row"] > [flex-gt-sm="67"] { |
|---|
| 7384 | + flex: 1 1 67%; |
|---|
| 7385 | + max-width: 67%; |
|---|
| 7386 | + max-height: 100%; |
|---|
| 7387 | + box-sizing: border-box; } |
|---|
| 7388 | + [layout="column"] > [flex-gt-sm="33"], [layout="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"], [layout-gt-sm="column"] > [flex-gt-sm="33"] { |
|---|
| 7389 | + flex: 1 1 33%; |
|---|
| 7390 | + max-width: 100%; |
|---|
| 7391 | + max-height: calc(100% / 3); |
|---|
| 7392 | + box-sizing: border-box; } |
|---|
| 7393 | + [layout="column"] > [flex-gt-sm="34"], [layout="column"] > [flex-gt-sm="34"], [layout-gt-sm="column"] > [flex-gt-sm="34"], [layout-gt-sm="column"] > [flex-gt-sm="34"] { |
|---|
| 7394 | + flex: 1 1 34%; |
|---|
| 7395 | + max-width: 100%; |
|---|
| 7396 | + max-height: 34%; |
|---|
| 7397 | + box-sizing: border-box; } |
|---|
| 7398 | + [layout="column"] > [flex-gt-sm="66"], [layout="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"], [layout-gt-sm="column"] > [flex-gt-sm="66"] { |
|---|
| 7399 | + flex: 1 1 66%; |
|---|
| 7400 | + max-width: 100%; |
|---|
| 7401 | + max-height: calc(200% / 3); |
|---|
| 7402 | + box-sizing: border-box; } |
|---|
| 7403 | + [layout="column"] > [flex-gt-sm="67"], [layout="column"] > [flex-gt-sm="67"], [layout-gt-sm="column"] > [flex-gt-sm="67"], [layout-gt-sm="column"] > [flex-gt-sm="67"] { |
|---|
| 7404 | + flex: 1 1 67%; |
|---|
| 7405 | + max-width: 100%; |
|---|
| 7406 | + max-height: 67%; |
|---|
| 7407 | + box-sizing: border-box; } |
|---|
| 7408 | + [layout-gt-sm], [layout-gt-sm="column"], [layout-gt-sm="row"] { |
|---|
| 7409 | + box-sizing: border-box; |
|---|
| 7410 | + display: -webkit-box; |
|---|
| 7411 | + display: -webkit-flex; |
|---|
| 7412 | + display: -moz-box; |
|---|
| 7413 | + display: -ms-flexbox; |
|---|
| 7414 | + display: flex; } |
|---|
| 7415 | + [layout-gt-sm="column"] { |
|---|
| 7416 | + flex-direction: column; } |
|---|
| 7417 | + [layout-gt-sm="row"] { |
|---|
| 7418 | + flex-direction: row; } } |
|---|
| 7419 | + |
|---|
| 7420 | +@media (min-width: 600px) and (max-width: 959px) { |
|---|
| 7421 | + [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-md]):not([show]) { |
|---|
| 7422 | + display: none; } |
|---|
| 7423 | + [hide-md]:not([show-md]):not([show]) { |
|---|
| 7424 | + display: none; } |
|---|
| 7425 | + [flex-order-md="-20"] { |
|---|
| 7426 | + order: -20; } |
|---|
| 7427 | + [flex-order-md="-19"] { |
|---|
| 7428 | + order: -19; } |
|---|
| 7429 | + [flex-order-md="-18"] { |
|---|
| 7430 | + order: -18; } |
|---|
| 7431 | + [flex-order-md="-17"] { |
|---|
| 7432 | + order: -17; } |
|---|
| 7433 | + [flex-order-md="-16"] { |
|---|
| 7434 | + order: -16; } |
|---|
| 7435 | + [flex-order-md="-15"] { |
|---|
| 7436 | + order: -15; } |
|---|
| 7437 | + [flex-order-md="-14"] { |
|---|
| 7438 | + order: -14; } |
|---|
| 7439 | + [flex-order-md="-13"] { |
|---|
| 7440 | + order: -13; } |
|---|
| 7441 | + [flex-order-md="-12"] { |
|---|
| 7442 | + order: -12; } |
|---|
| 7443 | + [flex-order-md="-11"] { |
|---|
| 7444 | + order: -11; } |
|---|
| 7445 | + [flex-order-md="-10"] { |
|---|
| 7446 | + order: -10; } |
|---|
| 7447 | + [flex-order-md="-9"] { |
|---|
| 7448 | + order: -9; } |
|---|
| 7449 | + [flex-order-md="-8"] { |
|---|
| 7450 | + order: -8; } |
|---|
| 7451 | + [flex-order-md="-7"] { |
|---|
| 7452 | + order: -7; } |
|---|
| 7453 | + [flex-order-md="-6"] { |
|---|
| 7454 | + order: -6; } |
|---|
| 7455 | + [flex-order-md="-5"] { |
|---|
| 7456 | + order: -5; } |
|---|
| 7457 | + [flex-order-md="-4"] { |
|---|
| 7458 | + order: -4; } |
|---|
| 7459 | + [flex-order-md="-3"] { |
|---|
| 7460 | + order: -3; } |
|---|
| 7461 | + [flex-order-md="-2"] { |
|---|
| 7462 | + order: -2; } |
|---|
| 7463 | + [flex-order-md="-1"] { |
|---|
| 7464 | + order: -1; } |
|---|
| 7465 | + [flex-order-md="0"] { |
|---|
| 7466 | + order: 0; } |
|---|
| 7467 | + [flex-order-md="1"] { |
|---|
| 7468 | + order: 1; } |
|---|
| 7469 | + [flex-order-md="2"] { |
|---|
| 7470 | + order: 2; } |
|---|
| 7471 | + [flex-order-md="3"] { |
|---|
| 7472 | + order: 3; } |
|---|
| 7473 | + [flex-order-md="4"] { |
|---|
| 7474 | + order: 4; } |
|---|
| 7475 | + [flex-order-md="5"] { |
|---|
| 7476 | + order: 5; } |
|---|
| 7477 | + [flex-order-md="6"] { |
|---|
| 7478 | + order: 6; } |
|---|
| 7479 | + [flex-order-md="7"] { |
|---|
| 7480 | + order: 7; } |
|---|
| 7481 | + [flex-order-md="8"] { |
|---|
| 7482 | + order: 8; } |
|---|
| 7483 | + [flex-order-md="9"] { |
|---|
| 7484 | + order: 9; } |
|---|
| 7485 | + [flex-order-md="10"] { |
|---|
| 7486 | + order: 10; } |
|---|
| 7487 | + [flex-order-md="11"] { |
|---|
| 7488 | + order: 11; } |
|---|
| 7489 | + [flex-order-md="12"] { |
|---|
| 7490 | + order: 12; } |
|---|
| 7491 | + [flex-order-md="13"] { |
|---|
| 7492 | + order: 13; } |
|---|
| 7493 | + [flex-order-md="14"] { |
|---|
| 7494 | + order: 14; } |
|---|
| 7495 | + [flex-order-md="15"] { |
|---|
| 7496 | + order: 15; } |
|---|
| 7497 | + [flex-order-md="16"] { |
|---|
| 7498 | + order: 16; } |
|---|
| 7499 | + [flex-order-md="17"] { |
|---|
| 7500 | + order: 17; } |
|---|
| 7501 | + [flex-order-md="18"] { |
|---|
| 7502 | + order: 18; } |
|---|
| 7503 | + [flex-order-md="19"] { |
|---|
| 7504 | + order: 19; } |
|---|
| 7505 | + [flex-order-md="20"] { |
|---|
| 7506 | + order: 20; } |
|---|
| 7507 | + [flex-offset-md="0"] { |
|---|
| 7508 | + margin-left: 0%; } |
|---|
| 7509 | + [flex-offset-md="5"] { |
|---|
| 7510 | + margin-left: 5%; } |
|---|
| 7511 | + [flex-offset-md="10"] { |
|---|
| 7512 | + margin-left: 10%; } |
|---|
| 7513 | + [flex-offset-md="15"] { |
|---|
| 7514 | + margin-left: 15%; } |
|---|
| 7515 | + [flex-offset-md="20"] { |
|---|
| 7516 | + margin-left: 20%; } |
|---|
| 7517 | + [flex-offset-md="25"] { |
|---|
| 7518 | + margin-left: 25%; } |
|---|
| 7519 | + [flex-offset-md="30"] { |
|---|
| 7520 | + margin-left: 30%; } |
|---|
| 7521 | + [flex-offset-md="35"] { |
|---|
| 7522 | + margin-left: 35%; } |
|---|
| 7523 | + [flex-offset-md="40"] { |
|---|
| 7524 | + margin-left: 40%; } |
|---|
| 7525 | + [flex-offset-md="45"] { |
|---|
| 7526 | + margin-left: 45%; } |
|---|
| 7527 | + [flex-offset-md="50"] { |
|---|
| 7528 | + margin-left: 50%; } |
|---|
| 7529 | + [flex-offset-md="55"] { |
|---|
| 7530 | + margin-left: 55%; } |
|---|
| 7531 | + [flex-offset-md="60"] { |
|---|
| 7532 | + margin-left: 60%; } |
|---|
| 7533 | + [flex-offset-md="65"] { |
|---|
| 7534 | + margin-left: 65%; } |
|---|
| 7535 | + [flex-offset-md="70"] { |
|---|
| 7536 | + margin-left: 70%; } |
|---|
| 7537 | + [flex-offset-md="75"] { |
|---|
| 7538 | + margin-left: 75%; } |
|---|
| 7539 | + [flex-offset-md="80"] { |
|---|
| 7540 | + margin-left: 80%; } |
|---|
| 7541 | + [flex-offset-md="85"] { |
|---|
| 7542 | + margin-left: 85%; } |
|---|
| 7543 | + [flex-offset-md="90"] { |
|---|
| 7544 | + margin-left: 90%; } |
|---|
| 7545 | + [flex-offset-md="95"] { |
|---|
| 7546 | + margin-left: 95%; } |
|---|
| 7547 | + [flex-offset-md="33"] { |
|---|
| 7548 | + margin-left: calc(100% / 3); } |
|---|
| 7549 | + [flex-offset-md="66"] { |
|---|
| 7550 | + margin-left: calc(200% / 3); } |
|---|
| 7551 | + [layout-align-md], |
|---|
| 7552 | + [layout-align-md="start stretch"] { |
|---|
| 7553 | + justify-content: flex-start; |
|---|
| 7554 | + align-content: stretch; |
|---|
| 7555 | + align-items: stretch; } |
|---|
| 7556 | + [layout-align-md="start"], |
|---|
| 7557 | + [layout-align-md="start start"], |
|---|
| 7558 | + [layout-align-md="start center"], |
|---|
| 7559 | + [layout-align-md="start end"], |
|---|
| 7560 | + [layout-align-md="start stretch"] { |
|---|
| 7561 | + justify-content: start; } |
|---|
| 7562 | + [layout-align-md="center"], |
|---|
| 7563 | + [layout-align-md="center start"], |
|---|
| 7564 | + [layout-align-md="center center"], |
|---|
| 7565 | + [layout-align-md="center end"], |
|---|
| 7566 | + [layout-align-md="center stretch"] { |
|---|
| 7567 | + justify-content: center; } |
|---|
| 7568 | + [layout-align-md="end"], |
|---|
| 7569 | + [layout-align-md="end center"], |
|---|
| 7570 | + [layout-align-md="end start"], |
|---|
| 7571 | + [layout-align-md="end end"], |
|---|
| 7572 | + [layout-align-md="end stretch"] { |
|---|
| 7573 | + justify-content: flex-end; } |
|---|
| 7574 | + [layout-align-md="space-around"], |
|---|
| 7575 | + [layout-align-md="space-around center"], |
|---|
| 7576 | + [layout-align-md="space-around start"], |
|---|
| 7577 | + [layout-align-md="space-around end"], |
|---|
| 7578 | + [layout-align-md="space-around stretch"] { |
|---|
| 7579 | + justify-content: space-around; } |
|---|
| 7580 | + [layout-align-md="space-between"], |
|---|
| 7581 | + [layout-align-md="space-between center"], |
|---|
| 7582 | + [layout-align-md="space-between start"], |
|---|
| 7583 | + [layout-align-md="space-between end"], |
|---|
| 7584 | + [layout-align-md="space-between stretch"] { |
|---|
| 7585 | + justify-content: space-between; } |
|---|
| 7586 | + [layout-align-md="start start"], |
|---|
| 7587 | + [layout-align-md="center start"], |
|---|
| 7588 | + [layout-align-md="end start"], |
|---|
| 7589 | + [layout-align-md="space-between start"], |
|---|
| 7590 | + [layout-align-md="space-around start"] { |
|---|
| 7591 | + align-items: flex-start; |
|---|
| 7592 | + align-content: flex-start; } |
|---|
| 7593 | + [layout-align-md="start center"], |
|---|
| 7594 | + [layout-align-md="center center"], |
|---|
| 7595 | + [layout-align-md="end center"], |
|---|
| 7596 | + [layout-align-md="space-between center"], |
|---|
| 7597 | + [layout-align-md="space-around center"] { |
|---|
| 7598 | + align-items: center; |
|---|
| 7599 | + align-content: center; |
|---|
| 7600 | + max-width: 100%; } |
|---|
| 7601 | + [layout-align-md="start center"] > *, |
|---|
| 7602 | + [layout-align-md="center center"] > *, |
|---|
| 7603 | + [layout-align-md="end center"] > *, |
|---|
| 7604 | + [layout-align-md="space-between center"] > *, |
|---|
| 7605 | + [layout-align-md="space-around center"] > * { |
|---|
| 7606 | + max-width: 100%; |
|---|
| 7607 | + box-sizing: border-box; } |
|---|
| 7608 | + [layout-align-md="start end"], |
|---|
| 7609 | + [layout-align-md="center end"], |
|---|
| 7610 | + [layout-align-md="end end"], |
|---|
| 7611 | + [layout-align-md="space-between end"], |
|---|
| 7612 | + [layout-align-md="space-around end"] { |
|---|
| 7613 | + align-items: flex-end; |
|---|
| 7614 | + align-content: flex-end; } |
|---|
| 7615 | + [layout-align-md="start stretch"], |
|---|
| 7616 | + [layout-align-md="center stretch"], |
|---|
| 7617 | + [layout-align-md="end stretch"], |
|---|
| 7618 | + [layout-align-md="space-between stretch"], |
|---|
| 7619 | + [layout-align-md="space-around stretch"] { |
|---|
| 7620 | + align-items: stretch; |
|---|
| 7621 | + align-content: stretch; } |
|---|
| 7622 | + [flex-md] { |
|---|
| 7623 | + flex: 1; |
|---|
| 7624 | + box-sizing: border-box; } } |
|---|
| 7625 | + |
|---|
| 7626 | +@media screen\0 and (min-width: 600px) and (max-width: 959px) { |
|---|
| 7627 | + [flex-md] { |
|---|
| 7628 | + flex: 1 1 0%; } } |
|---|
| 7629 | + |
|---|
| 7630 | +@media (min-width: 600px) and (max-width: 959px) { |
|---|
| 7631 | + [flex-md-grow] { |
|---|
| 7632 | + flex: 1 1 100%; |
|---|
| 7633 | + box-sizing: border-box; } |
|---|
| 7634 | + [flex-md-initial] { |
|---|
| 7635 | + flex: 0 1 auto; |
|---|
| 7636 | + box-sizing: border-box; } |
|---|
| 7637 | + [flex-md-auto] { |
|---|
| 7638 | + flex: 1 1 auto; |
|---|
| 7639 | + box-sizing: border-box; } |
|---|
| 7640 | + [flex-md-none] { |
|---|
| 7641 | + flex: 0 0 auto; |
|---|
| 7642 | + box-sizing: border-box; } |
|---|
| 7643 | + [flex-md-noshrink] { |
|---|
| 7644 | + flex: 1 0 auto; |
|---|
| 7645 | + box-sizing: border-box; } |
|---|
| 7646 | + [flex-md-nogrow] { |
|---|
| 7647 | + flex: 0 1 auto; |
|---|
| 7648 | + box-sizing: border-box; } |
|---|
| 7649 | + [flex-md="0"] { |
|---|
| 7650 | + flex: 1 1 0%; |
|---|
| 7651 | + max-width: 0%; |
|---|
| 7652 | + max-height: 100%; |
|---|
| 7653 | + box-sizing: border-box; } |
|---|
| 7654 | + [layout="row"] > [flex-md="0"], |
|---|
| 7655 | + [layout-md="row"] > [flex-md="0"] { |
|---|
| 7656 | + flex: 1 1 0%; |
|---|
| 7657 | + max-width: 0%; |
|---|
| 7658 | + max-height: 100%; |
|---|
| 7659 | + box-sizing: border-box; } |
|---|
| 7660 | + [layout="column"] > [flex-md="0"], |
|---|
| 7661 | + [layout-md="column"] > [flex-md="0"] { |
|---|
| 7662 | + flex: 1 1 0%; |
|---|
| 7663 | + max-width: 100%; |
|---|
| 7664 | + max-height: 0%; |
|---|
| 7665 | + box-sizing: border-box; } |
|---|
| 7666 | + [flex-md="5"] { |
|---|
| 7667 | + flex: 1 1 5%; |
|---|
| 7668 | + max-width: 5%; |
|---|
| 7669 | + max-height: 100%; |
|---|
| 7670 | + box-sizing: border-box; } |
|---|
| 7671 | + [layout="row"] > [flex-md="5"], |
|---|
| 7672 | + [layout-md="row"] > [flex-md="5"] { |
|---|
| 7673 | + flex: 1 1 5%; |
|---|
| 7674 | + max-width: 5%; |
|---|
| 7675 | + max-height: 100%; |
|---|
| 7676 | + box-sizing: border-box; } |
|---|
| 7677 | + [layout="column"] > [flex-md="5"], |
|---|
| 7678 | + [layout-md="column"] > [flex-md="5"] { |
|---|
| 7679 | + flex: 1 1 5%; |
|---|
| 7680 | + max-width: 100%; |
|---|
| 7681 | + max-height: 5%; |
|---|
| 7682 | + box-sizing: border-box; } |
|---|
| 7683 | + [flex-md="10"] { |
|---|
| 7684 | + flex: 1 1 10%; |
|---|
| 7685 | + max-width: 10%; |
|---|
| 7686 | + max-height: 100%; |
|---|
| 7687 | + box-sizing: border-box; } |
|---|
| 7688 | + [layout="row"] > [flex-md="10"], |
|---|
| 7689 | + [layout-md="row"] > [flex-md="10"] { |
|---|
| 7690 | + flex: 1 1 10%; |
|---|
| 7691 | + max-width: 10%; |
|---|
| 7692 | + max-height: 100%; |
|---|
| 7693 | + box-sizing: border-box; } |
|---|
| 7694 | + [layout="column"] > [flex-md="10"], |
|---|
| 7695 | + [layout-md="column"] > [flex-md="10"] { |
|---|
| 7696 | + flex: 1 1 10%; |
|---|
| 7697 | + max-width: 100%; |
|---|
| 7698 | + max-height: 10%; |
|---|
| 7699 | + box-sizing: border-box; } |
|---|
| 7700 | + [flex-md="15"] { |
|---|
| 7701 | + flex: 1 1 15%; |
|---|
| 7702 | + max-width: 15%; |
|---|
| 7703 | + max-height: 100%; |
|---|
| 7704 | + box-sizing: border-box; } |
|---|
| 7705 | + [layout="row"] > [flex-md="15"], |
|---|
| 7706 | + [layout-md="row"] > [flex-md="15"] { |
|---|
| 7707 | + flex: 1 1 15%; |
|---|
| 7708 | + max-width: 15%; |
|---|
| 7709 | + max-height: 100%; |
|---|
| 7710 | + box-sizing: border-box; } |
|---|
| 7711 | + [layout="column"] > [flex-md="15"], |
|---|
| 7712 | + [layout-md="column"] > [flex-md="15"] { |
|---|
| 7713 | + flex: 1 1 15%; |
|---|
| 7714 | + max-width: 100%; |
|---|
| 7715 | + max-height: 15%; |
|---|
| 7716 | + box-sizing: border-box; } |
|---|
| 7717 | + [flex-md="20"] { |
|---|
| 7718 | + flex: 1 1 20%; |
|---|
| 7719 | + max-width: 20%; |
|---|
| 7720 | + max-height: 100%; |
|---|
| 7721 | + box-sizing: border-box; } |
|---|
| 7722 | + [layout="row"] > [flex-md="20"], |
|---|
| 7723 | + [layout-md="row"] > [flex-md="20"] { |
|---|
| 7724 | + flex: 1 1 20%; |
|---|
| 7725 | + max-width: 20%; |
|---|
| 7726 | + max-height: 100%; |
|---|
| 7727 | + box-sizing: border-box; } |
|---|
| 7728 | + [layout="column"] > [flex-md="20"], |
|---|
| 7729 | + [layout-md="column"] > [flex-md="20"] { |
|---|
| 7730 | + flex: 1 1 20%; |
|---|
| 7731 | + max-width: 100%; |
|---|
| 7732 | + max-height: 20%; |
|---|
| 7733 | + box-sizing: border-box; } |
|---|
| 7734 | + [flex-md="25"] { |
|---|
| 7735 | + flex: 1 1 25%; |
|---|
| 7736 | + max-width: 25%; |
|---|
| 7737 | + max-height: 100%; |
|---|
| 7738 | + box-sizing: border-box; } |
|---|
| 7739 | + [layout="row"] > [flex-md="25"], |
|---|
| 7740 | + [layout-md="row"] > [flex-md="25"] { |
|---|
| 7741 | + flex: 1 1 25%; |
|---|
| 7742 | + max-width: 25%; |
|---|
| 7743 | + max-height: 100%; |
|---|
| 7744 | + box-sizing: border-box; } |
|---|
| 7745 | + [layout="column"] > [flex-md="25"], |
|---|
| 7746 | + [layout-md="column"] > [flex-md="25"] { |
|---|
| 7747 | + flex: 1 1 25%; |
|---|
| 7748 | + max-width: 100%; |
|---|
| 7749 | + max-height: 25%; |
|---|
| 7750 | + box-sizing: border-box; } |
|---|
| 7751 | + [flex-md="30"] { |
|---|
| 7752 | + flex: 1 1 30%; |
|---|
| 7753 | + max-width: 30%; |
|---|
| 7754 | + max-height: 100%; |
|---|
| 7755 | + box-sizing: border-box; } |
|---|
| 7756 | + [layout="row"] > [flex-md="30"], |
|---|
| 7757 | + [layout-md="row"] > [flex-md="30"] { |
|---|
| 7758 | + flex: 1 1 30%; |
|---|
| 7759 | + max-width: 30%; |
|---|
| 7760 | + max-height: 100%; |
|---|
| 7761 | + box-sizing: border-box; } |
|---|
| 7762 | + [layout="column"] > [flex-md="30"], |
|---|
| 7763 | + [layout-md="column"] > [flex-md="30"] { |
|---|
| 7764 | + flex: 1 1 30%; |
|---|
| 7765 | + max-width: 100%; |
|---|
| 7766 | + max-height: 30%; |
|---|
| 7767 | + box-sizing: border-box; } |
|---|
| 7768 | + [flex-md="35"] { |
|---|
| 7769 | + flex: 1 1 35%; |
|---|
| 7770 | + max-width: 35%; |
|---|
| 7771 | + max-height: 100%; |
|---|
| 7772 | + box-sizing: border-box; } |
|---|
| 7773 | + [layout="row"] > [flex-md="35"], |
|---|
| 7774 | + [layout-md="row"] > [flex-md="35"] { |
|---|
| 7775 | + flex: 1 1 35%; |
|---|
| 7776 | + max-width: 35%; |
|---|
| 7777 | + max-height: 100%; |
|---|
| 7778 | + box-sizing: border-box; } |
|---|
| 7779 | + [layout="column"] > [flex-md="35"], |
|---|
| 7780 | + [layout-md="column"] > [flex-md="35"] { |
|---|
| 7781 | + flex: 1 1 35%; |
|---|
| 7782 | + max-width: 100%; |
|---|
| 7783 | + max-height: 35%; |
|---|
| 7784 | + box-sizing: border-box; } |
|---|
| 7785 | + [flex-md="40"] { |
|---|
| 7786 | + flex: 1 1 40%; |
|---|
| 7787 | + max-width: 40%; |
|---|
| 7788 | + max-height: 100%; |
|---|
| 7789 | + box-sizing: border-box; } |
|---|
| 7790 | + [layout="row"] > [flex-md="40"], |
|---|
| 7791 | + [layout-md="row"] > [flex-md="40"] { |
|---|
| 7792 | + flex: 1 1 40%; |
|---|
| 7793 | + max-width: 40%; |
|---|
| 7794 | + max-height: 100%; |
|---|
| 7795 | + box-sizing: border-box; } |
|---|
| 7796 | + [layout="column"] > [flex-md="40"], |
|---|
| 7797 | + [layout-md="column"] > [flex-md="40"] { |
|---|
| 7798 | + flex: 1 1 40%; |
|---|
| 7799 | + max-width: 100%; |
|---|
| 7800 | + max-height: 40%; |
|---|
| 7801 | + box-sizing: border-box; } |
|---|
| 7802 | + [flex-md="45"] { |
|---|
| 7803 | + flex: 1 1 45%; |
|---|
| 7804 | + max-width: 45%; |
|---|
| 7805 | + max-height: 100%; |
|---|
| 7806 | + box-sizing: border-box; } |
|---|
| 7807 | + [layout="row"] > [flex-md="45"], |
|---|
| 7808 | + [layout-md="row"] > [flex-md="45"] { |
|---|
| 7809 | + flex: 1 1 45%; |
|---|
| 7810 | + max-width: 45%; |
|---|
| 7811 | + max-height: 100%; |
|---|
| 7812 | + box-sizing: border-box; } |
|---|
| 7813 | + [layout="column"] > [flex-md="45"], |
|---|
| 7814 | + [layout-md="column"] > [flex-md="45"] { |
|---|
| 7815 | + flex: 1 1 45%; |
|---|
| 7816 | + max-width: 100%; |
|---|
| 7817 | + max-height: 45%; |
|---|
| 7818 | + box-sizing: border-box; } |
|---|
| 7819 | + [flex-md="50"] { |
|---|
| 7820 | + flex: 1 1 50%; |
|---|
| 7821 | + max-width: 50%; |
|---|
| 7822 | + max-height: 100%; |
|---|
| 7823 | + box-sizing: border-box; } |
|---|
| 7824 | + [layout="row"] > [flex-md="50"], |
|---|
| 7825 | + [layout-md="row"] > [flex-md="50"] { |
|---|
| 7826 | + flex: 1 1 50%; |
|---|
| 7827 | + max-width: 50%; |
|---|
| 7828 | + max-height: 100%; |
|---|
| 7829 | + box-sizing: border-box; } |
|---|
| 7830 | + [layout="column"] > [flex-md="50"], |
|---|
| 7831 | + [layout-md="column"] > [flex-md="50"] { |
|---|
| 7832 | + flex: 1 1 50%; |
|---|
| 7833 | + max-width: 100%; |
|---|
| 7834 | + max-height: 50%; |
|---|
| 7835 | + box-sizing: border-box; } |
|---|
| 7836 | + [flex-md="55"] { |
|---|
| 7837 | + flex: 1 1 55%; |
|---|
| 7838 | + max-width: 55%; |
|---|
| 7839 | + max-height: 100%; |
|---|
| 7840 | + box-sizing: border-box; } |
|---|
| 7841 | + [layout="row"] > [flex-md="55"], |
|---|
| 7842 | + [layout-md="row"] > [flex-md="55"] { |
|---|
| 7843 | + flex: 1 1 55%; |
|---|
| 7844 | + max-width: 55%; |
|---|
| 7845 | + max-height: 100%; |
|---|
| 7846 | + box-sizing: border-box; } |
|---|
| 7847 | + [layout="column"] > [flex-md="55"], |
|---|
| 7848 | + [layout-md="column"] > [flex-md="55"] { |
|---|
| 7849 | + flex: 1 1 55%; |
|---|
| 7850 | + max-width: 100%; |
|---|
| 7851 | + max-height: 55%; |
|---|
| 7852 | + box-sizing: border-box; } |
|---|
| 7853 | + [flex-md="60"] { |
|---|
| 7854 | + flex: 1 1 60%; |
|---|
| 7855 | + max-width: 60%; |
|---|
| 7856 | + max-height: 100%; |
|---|
| 7857 | + box-sizing: border-box; } |
|---|
| 7858 | + [layout="row"] > [flex-md="60"], |
|---|
| 7859 | + [layout-md="row"] > [flex-md="60"] { |
|---|
| 7860 | + flex: 1 1 60%; |
|---|
| 7861 | + max-width: 60%; |
|---|
| 7862 | + max-height: 100%; |
|---|
| 7863 | + box-sizing: border-box; } |
|---|
| 7864 | + [layout="column"] > [flex-md="60"], |
|---|
| 7865 | + [layout-md="column"] > [flex-md="60"] { |
|---|
| 7866 | + flex: 1 1 60%; |
|---|
| 7867 | + max-width: 100%; |
|---|
| 7868 | + max-height: 60%; |
|---|
| 7869 | + box-sizing: border-box; } |
|---|
| 7870 | + [flex-md="65"] { |
|---|
| 7871 | + flex: 1 1 65%; |
|---|
| 7872 | + max-width: 65%; |
|---|
| 7873 | + max-height: 100%; |
|---|
| 7874 | + box-sizing: border-box; } |
|---|
| 7875 | + [layout="row"] > [flex-md="65"], |
|---|
| 7876 | + [layout-md="row"] > [flex-md="65"] { |
|---|
| 7877 | + flex: 1 1 65%; |
|---|
| 7878 | + max-width: 65%; |
|---|
| 7879 | + max-height: 100%; |
|---|
| 7880 | + box-sizing: border-box; } |
|---|
| 7881 | + [layout="column"] > [flex-md="65"], |
|---|
| 7882 | + [layout-md="column"] > [flex-md="65"] { |
|---|
| 7883 | + flex: 1 1 65%; |
|---|
| 7884 | + max-width: 100%; |
|---|
| 7885 | + max-height: 65%; |
|---|
| 7886 | + box-sizing: border-box; } |
|---|
| 7887 | + [flex-md="70"] { |
|---|
| 7888 | + flex: 1 1 70%; |
|---|
| 7889 | + max-width: 70%; |
|---|
| 7890 | + max-height: 100%; |
|---|
| 7891 | + box-sizing: border-box; } |
|---|
| 7892 | + [layout="row"] > [flex-md="70"], |
|---|
| 7893 | + [layout-md="row"] > [flex-md="70"] { |
|---|
| 7894 | + flex: 1 1 70%; |
|---|
| 7895 | + max-width: 70%; |
|---|
| 7896 | + max-height: 100%; |
|---|
| 7897 | + box-sizing: border-box; } |
|---|
| 7898 | + [layout="column"] > [flex-md="70"], |
|---|
| 7899 | + [layout-md="column"] > [flex-md="70"] { |
|---|
| 7900 | + flex: 1 1 70%; |
|---|
| 7901 | + max-width: 100%; |
|---|
| 7902 | + max-height: 70%; |
|---|
| 7903 | + box-sizing: border-box; } |
|---|
| 7904 | + [flex-md="75"] { |
|---|
| 7905 | + flex: 1 1 75%; |
|---|
| 7906 | + max-width: 75%; |
|---|
| 7907 | + max-height: 100%; |
|---|
| 7908 | + box-sizing: border-box; } |
|---|
| 7909 | + [layout="row"] > [flex-md="75"], |
|---|
| 7910 | + [layout-md="row"] > [flex-md="75"] { |
|---|
| 7911 | + flex: 1 1 75%; |
|---|
| 7912 | + max-width: 75%; |
|---|
| 7913 | + max-height: 100%; |
|---|
| 7914 | + box-sizing: border-box; } |
|---|
| 7915 | + [layout="column"] > [flex-md="75"], |
|---|
| 7916 | + [layout-md="column"] > [flex-md="75"] { |
|---|
| 7917 | + flex: 1 1 75%; |
|---|
| 7918 | + max-width: 100%; |
|---|
| 7919 | + max-height: 75%; |
|---|
| 7920 | + box-sizing: border-box; } |
|---|
| 7921 | + [flex-md="80"] { |
|---|
| 7922 | + flex: 1 1 80%; |
|---|
| 7923 | + max-width: 80%; |
|---|
| 7924 | + max-height: 100%; |
|---|
| 7925 | + box-sizing: border-box; } |
|---|
| 7926 | + [layout="row"] > [flex-md="80"], |
|---|
| 7927 | + [layout-md="row"] > [flex-md="80"] { |
|---|
| 7928 | + flex: 1 1 80%; |
|---|
| 7929 | + max-width: 80%; |
|---|
| 7930 | + max-height: 100%; |
|---|
| 7931 | + box-sizing: border-box; } |
|---|
| 7932 | + [layout="column"] > [flex-md="80"], |
|---|
| 7933 | + [layout-md="column"] > [flex-md="80"] { |
|---|
| 7934 | + flex: 1 1 80%; |
|---|
| 7935 | + max-width: 100%; |
|---|
| 7936 | + max-height: 80%; |
|---|
| 7937 | + box-sizing: border-box; } |
|---|
| 7938 | + [flex-md="85"] { |
|---|
| 7939 | + flex: 1 1 85%; |
|---|
| 7940 | + max-width: 85%; |
|---|
| 7941 | + max-height: 100%; |
|---|
| 7942 | + box-sizing: border-box; } |
|---|
| 7943 | + [layout="row"] > [flex-md="85"], |
|---|
| 7944 | + [layout-md="row"] > [flex-md="85"] { |
|---|
| 7945 | + flex: 1 1 85%; |
|---|
| 7946 | + max-width: 85%; |
|---|
| 7947 | + max-height: 100%; |
|---|
| 7948 | + box-sizing: border-box; } |
|---|
| 7949 | + [layout="column"] > [flex-md="85"], |
|---|
| 7950 | + [layout-md="column"] > [flex-md="85"] { |
|---|
| 7951 | + flex: 1 1 85%; |
|---|
| 7952 | + max-width: 100%; |
|---|
| 7953 | + max-height: 85%; |
|---|
| 7954 | + box-sizing: border-box; } |
|---|
| 7955 | + [flex-md="90"] { |
|---|
| 7956 | + flex: 1 1 90%; |
|---|
| 7957 | + max-width: 90%; |
|---|
| 7958 | + max-height: 100%; |
|---|
| 7959 | + box-sizing: border-box; } |
|---|
| 7960 | + [layout="row"] > [flex-md="90"], |
|---|
| 7961 | + [layout-md="row"] > [flex-md="90"] { |
|---|
| 7962 | + flex: 1 1 90%; |
|---|
| 7963 | + max-width: 90%; |
|---|
| 7964 | + max-height: 100%; |
|---|
| 7965 | + box-sizing: border-box; } |
|---|
| 7966 | + [layout="column"] > [flex-md="90"], |
|---|
| 7967 | + [layout-md="column"] > [flex-md="90"] { |
|---|
| 7968 | + flex: 1 1 90%; |
|---|
| 7969 | + max-width: 100%; |
|---|
| 7970 | + max-height: 90%; |
|---|
| 7971 | + box-sizing: border-box; } |
|---|
| 7972 | + [flex-md="95"] { |
|---|
| 7973 | + flex: 1 1 95%; |
|---|
| 7974 | + max-width: 95%; |
|---|
| 7975 | + max-height: 100%; |
|---|
| 7976 | + box-sizing: border-box; } |
|---|
| 7977 | + [layout="row"] > [flex-md="95"], |
|---|
| 7978 | + [layout-md="row"] > [flex-md="95"] { |
|---|
| 7979 | + flex: 1 1 95%; |
|---|
| 7980 | + max-width: 95%; |
|---|
| 7981 | + max-height: 100%; |
|---|
| 7982 | + box-sizing: border-box; } |
|---|
| 7983 | + [layout="column"] > [flex-md="95"], |
|---|
| 7984 | + [layout-md="column"] > [flex-md="95"] { |
|---|
| 7985 | + flex: 1 1 95%; |
|---|
| 7986 | + max-width: 100%; |
|---|
| 7987 | + max-height: 95%; |
|---|
| 7988 | + box-sizing: border-box; } |
|---|
| 7989 | + [flex-md="100"] { |
|---|
| 7990 | + flex: 1 1 100%; |
|---|
| 7991 | + max-width: 100%; |
|---|
| 7992 | + max-height: 100%; |
|---|
| 7993 | + box-sizing: border-box; } |
|---|
| 7994 | + [layout="row"] > [flex-md="100"], |
|---|
| 7995 | + [layout-md="row"] > [flex-md="100"] { |
|---|
| 7996 | + flex: 1 1 100%; |
|---|
| 7997 | + max-width: 100%; |
|---|
| 7998 | + max-height: 100%; |
|---|
| 7999 | + box-sizing: border-box; } |
|---|
| 8000 | + [layout="column"] > [flex-md="100"], |
|---|
| 8001 | + [layout-md="column"] > [flex-md="100"] { |
|---|
| 8002 | + flex: 1 1 100%; |
|---|
| 8003 | + max-width: 100%; |
|---|
| 8004 | + max-height: 100%; |
|---|
| 8005 | + box-sizing: border-box; } |
|---|
| 8006 | + [layout="row"] > [flex-md="33"], [layout="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"], [layout-md="row"] > [flex-md="33"] { |
|---|
| 8007 | + flex: 1 1 33%; |
|---|
| 8008 | + max-width: calc(100% / 3); |
|---|
| 8009 | + max-height: 100%; |
|---|
| 8010 | + box-sizing: border-box; } |
|---|
| 8011 | + [layout="row"] > [flex-md="34"], [layout="row"] > [flex-md="34"], [layout-md="row"] > [flex-md="34"], [layout-md="row"] > [flex-md="34"] { |
|---|
| 8012 | + flex: 1 1 34%; |
|---|
| 8013 | + max-width: 34%; |
|---|
| 8014 | + max-height: 100%; |
|---|
| 8015 | + box-sizing: border-box; } |
|---|
| 8016 | + [layout="row"] > [flex-md="66"], [layout="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"], [layout-md="row"] > [flex-md="66"] { |
|---|
| 8017 | + flex: 1 1 66%; |
|---|
| 8018 | + max-width: calc(200% / 3); |
|---|
| 8019 | + max-height: 100%; |
|---|
| 8020 | + box-sizing: border-box; } |
|---|
| 8021 | + [layout="row"] > [flex-md="67"], [layout="row"] > [flex-md="67"], [layout-md="row"] > [flex-md="67"], [layout-md="row"] > [flex-md="67"] { |
|---|
| 8022 | + flex: 1 1 67%; |
|---|
| 8023 | + max-width: 67%; |
|---|
| 8024 | + max-height: 100%; |
|---|
| 8025 | + box-sizing: border-box; } |
|---|
| 8026 | + [layout="column"] > [flex-md="33"], [layout="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"], [layout-md="column"] > [flex-md="33"] { |
|---|
| 8027 | + flex: 1 1 33%; |
|---|
| 8028 | + max-width: 100%; |
|---|
| 8029 | + max-height: calc(100% / 3); |
|---|
| 8030 | + box-sizing: border-box; } |
|---|
| 8031 | + [layout="column"] > [flex-md="34"], [layout="column"] > [flex-md="34"], [layout-md="column"] > [flex-md="34"], [layout-md="column"] > [flex-md="34"] { |
|---|
| 8032 | + flex: 1 1 34%; |
|---|
| 8033 | + max-width: 100%; |
|---|
| 8034 | + max-height: 34%; |
|---|
| 8035 | + box-sizing: border-box; } |
|---|
| 8036 | + [layout="column"] > [flex-md="66"], [layout="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"], [layout-md="column"] > [flex-md="66"] { |
|---|
| 8037 | + flex: 1 1 66%; |
|---|
| 8038 | + max-width: 100%; |
|---|
| 8039 | + max-height: calc(200% / 3); |
|---|
| 8040 | + box-sizing: border-box; } |
|---|
| 8041 | + [layout="column"] > [flex-md="67"], [layout="column"] > [flex-md="67"], [layout-md="column"] > [flex-md="67"], [layout-md="column"] > [flex-md="67"] { |
|---|
| 8042 | + flex: 1 1 67%; |
|---|
| 8043 | + max-width: 100%; |
|---|
| 8044 | + max-height: 67%; |
|---|
| 8045 | + box-sizing: border-box; } |
|---|
| 8046 | + [layout-md], [layout-md="column"], [layout-md="row"] { |
|---|
| 8047 | + box-sizing: border-box; |
|---|
| 8048 | + display: -webkit-box; |
|---|
| 8049 | + display: -webkit-flex; |
|---|
| 8050 | + display: -moz-box; |
|---|
| 8051 | + display: -ms-flexbox; |
|---|
| 8052 | + display: flex; } |
|---|
| 8053 | + [layout-md="column"] { |
|---|
| 8054 | + flex-direction: column; } |
|---|
| 8055 | + [layout-md="row"] { |
|---|
| 8056 | + flex-direction: row; } } |
|---|
| 8057 | + |
|---|
| 8058 | +@media (min-width: 960px) { |
|---|
| 8059 | + [flex-order-gt-md="-20"] { |
|---|
| 8060 | + order: -20; } |
|---|
| 8061 | + [flex-order-gt-md="-19"] { |
|---|
| 8062 | + order: -19; } |
|---|
| 8063 | + [flex-order-gt-md="-18"] { |
|---|
| 8064 | + order: -18; } |
|---|
| 8065 | + [flex-order-gt-md="-17"] { |
|---|
| 8066 | + order: -17; } |
|---|
| 8067 | + [flex-order-gt-md="-16"] { |
|---|
| 8068 | + order: -16; } |
|---|
| 8069 | + [flex-order-gt-md="-15"] { |
|---|
| 8070 | + order: -15; } |
|---|
| 8071 | + [flex-order-gt-md="-14"] { |
|---|
| 8072 | + order: -14; } |
|---|
| 8073 | + [flex-order-gt-md="-13"] { |
|---|
| 8074 | + order: -13; } |
|---|
| 8075 | + [flex-order-gt-md="-12"] { |
|---|
| 8076 | + order: -12; } |
|---|
| 8077 | + [flex-order-gt-md="-11"] { |
|---|
| 8078 | + order: -11; } |
|---|
| 8079 | + [flex-order-gt-md="-10"] { |
|---|
| 8080 | + order: -10; } |
|---|
| 8081 | + [flex-order-gt-md="-9"] { |
|---|
| 8082 | + order: -9; } |
|---|
| 8083 | + [flex-order-gt-md="-8"] { |
|---|
| 8084 | + order: -8; } |
|---|
| 8085 | + [flex-order-gt-md="-7"] { |
|---|
| 8086 | + order: -7; } |
|---|
| 8087 | + [flex-order-gt-md="-6"] { |
|---|
| 8088 | + order: -6; } |
|---|
| 8089 | + [flex-order-gt-md="-5"] { |
|---|
| 8090 | + order: -5; } |
|---|
| 8091 | + [flex-order-gt-md="-4"] { |
|---|
| 8092 | + order: -4; } |
|---|
| 8093 | + [flex-order-gt-md="-3"] { |
|---|
| 8094 | + order: -3; } |
|---|
| 8095 | + [flex-order-gt-md="-2"] { |
|---|
| 8096 | + order: -2; } |
|---|
| 8097 | + [flex-order-gt-md="-1"] { |
|---|
| 8098 | + order: -1; } |
|---|
| 8099 | + [flex-order-gt-md="0"] { |
|---|
| 8100 | + order: 0; } |
|---|
| 8101 | + [flex-order-gt-md="1"] { |
|---|
| 8102 | + order: 1; } |
|---|
| 8103 | + [flex-order-gt-md="2"] { |
|---|
| 8104 | + order: 2; } |
|---|
| 8105 | + [flex-order-gt-md="3"] { |
|---|
| 8106 | + order: 3; } |
|---|
| 8107 | + [flex-order-gt-md="4"] { |
|---|
| 8108 | + order: 4; } |
|---|
| 8109 | + [flex-order-gt-md="5"] { |
|---|
| 8110 | + order: 5; } |
|---|
| 8111 | + [flex-order-gt-md="6"] { |
|---|
| 8112 | + order: 6; } |
|---|
| 8113 | + [flex-order-gt-md="7"] { |
|---|
| 8114 | + order: 7; } |
|---|
| 8115 | + [flex-order-gt-md="8"] { |
|---|
| 8116 | + order: 8; } |
|---|
| 8117 | + [flex-order-gt-md="9"] { |
|---|
| 8118 | + order: 9; } |
|---|
| 8119 | + [flex-order-gt-md="10"] { |
|---|
| 8120 | + order: 10; } |
|---|
| 8121 | + [flex-order-gt-md="11"] { |
|---|
| 8122 | + order: 11; } |
|---|
| 8123 | + [flex-order-gt-md="12"] { |
|---|
| 8124 | + order: 12; } |
|---|
| 8125 | + [flex-order-gt-md="13"] { |
|---|
| 8126 | + order: 13; } |
|---|
| 8127 | + [flex-order-gt-md="14"] { |
|---|
| 8128 | + order: 14; } |
|---|
| 8129 | + [flex-order-gt-md="15"] { |
|---|
| 8130 | + order: 15; } |
|---|
| 8131 | + [flex-order-gt-md="16"] { |
|---|
| 8132 | + order: 16; } |
|---|
| 8133 | + [flex-order-gt-md="17"] { |
|---|
| 8134 | + order: 17; } |
|---|
| 8135 | + [flex-order-gt-md="18"] { |
|---|
| 8136 | + order: 18; } |
|---|
| 8137 | + [flex-order-gt-md="19"] { |
|---|
| 8138 | + order: 19; } |
|---|
| 8139 | + [flex-order-gt-md="20"] { |
|---|
| 8140 | + order: 20; } |
|---|
| 8141 | + [flex-offset-gt-md="0"] { |
|---|
| 8142 | + margin-left: 0%; } |
|---|
| 8143 | + [flex-offset-gt-md="5"] { |
|---|
| 8144 | + margin-left: 5%; } |
|---|
| 8145 | + [flex-offset-gt-md="10"] { |
|---|
| 8146 | + margin-left: 10%; } |
|---|
| 8147 | + [flex-offset-gt-md="15"] { |
|---|
| 8148 | + margin-left: 15%; } |
|---|
| 8149 | + [flex-offset-gt-md="20"] { |
|---|
| 8150 | + margin-left: 20%; } |
|---|
| 8151 | + [flex-offset-gt-md="25"] { |
|---|
| 8152 | + margin-left: 25%; } |
|---|
| 8153 | + [flex-offset-gt-md="30"] { |
|---|
| 8154 | + margin-left: 30%; } |
|---|
| 8155 | + [flex-offset-gt-md="35"] { |
|---|
| 8156 | + margin-left: 35%; } |
|---|
| 8157 | + [flex-offset-gt-md="40"] { |
|---|
| 8158 | + margin-left: 40%; } |
|---|
| 8159 | + [flex-offset-gt-md="45"] { |
|---|
| 8160 | + margin-left: 45%; } |
|---|
| 8161 | + [flex-offset-gt-md="50"] { |
|---|
| 8162 | + margin-left: 50%; } |
|---|
| 8163 | + [flex-offset-gt-md="55"] { |
|---|
| 8164 | + margin-left: 55%; } |
|---|
| 8165 | + [flex-offset-gt-md="60"] { |
|---|
| 8166 | + margin-left: 60%; } |
|---|
| 8167 | + [flex-offset-gt-md="65"] { |
|---|
| 8168 | + margin-left: 65%; } |
|---|
| 8169 | + [flex-offset-gt-md="70"] { |
|---|
| 8170 | + margin-left: 70%; } |
|---|
| 8171 | + [flex-offset-gt-md="75"] { |
|---|
| 8172 | + margin-left: 75%; } |
|---|
| 8173 | + [flex-offset-gt-md="80"] { |
|---|
| 8174 | + margin-left: 80%; } |
|---|
| 8175 | + [flex-offset-gt-md="85"] { |
|---|
| 8176 | + margin-left: 85%; } |
|---|
| 8177 | + [flex-offset-gt-md="90"] { |
|---|
| 8178 | + margin-left: 90%; } |
|---|
| 8179 | + [flex-offset-gt-md="95"] { |
|---|
| 8180 | + margin-left: 95%; } |
|---|
| 8181 | + [flex-offset-gt-md="33"] { |
|---|
| 8182 | + margin-left: calc(100% / 3); } |
|---|
| 8183 | + [flex-offset-gt-md="66"] { |
|---|
| 8184 | + margin-left: calc(200% / 3); } |
|---|
| 8185 | + [layout-align-gt-md], |
|---|
| 8186 | + [layout-align-gt-md="start stretch"] { |
|---|
| 8187 | + justify-content: flex-start; |
|---|
| 8188 | + align-content: stretch; |
|---|
| 8189 | + align-items: stretch; } |
|---|
| 8190 | + [layout-align-gt-md="start"], |
|---|
| 8191 | + [layout-align-gt-md="start start"], |
|---|
| 8192 | + [layout-align-gt-md="start center"], |
|---|
| 8193 | + [layout-align-gt-md="start end"], |
|---|
| 8194 | + [layout-align-gt-md="start stretch"] { |
|---|
| 8195 | + justify-content: start; } |
|---|
| 8196 | + [layout-align-gt-md="center"], |
|---|
| 8197 | + [layout-align-gt-md="center start"], |
|---|
| 8198 | + [layout-align-gt-md="center center"], |
|---|
| 8199 | + [layout-align-gt-md="center end"], |
|---|
| 8200 | + [layout-align-gt-md="center stretch"] { |
|---|
| 8201 | + justify-content: center; } |
|---|
| 8202 | + [layout-align-gt-md="end"], |
|---|
| 8203 | + [layout-align-gt-md="end center"], |
|---|
| 8204 | + [layout-align-gt-md="end start"], |
|---|
| 8205 | + [layout-align-gt-md="end end"], |
|---|
| 8206 | + [layout-align-gt-md="end stretch"] { |
|---|
| 8207 | + justify-content: flex-end; } |
|---|
| 8208 | + [layout-align-gt-md="space-around"], |
|---|
| 8209 | + [layout-align-gt-md="space-around center"], |
|---|
| 8210 | + [layout-align-gt-md="space-around start"], |
|---|
| 8211 | + [layout-align-gt-md="space-around end"], |
|---|
| 8212 | + [layout-align-gt-md="space-around stretch"] { |
|---|
| 8213 | + justify-content: space-around; } |
|---|
| 8214 | + [layout-align-gt-md="space-between"], |
|---|
| 8215 | + [layout-align-gt-md="space-between center"], |
|---|
| 8216 | + [layout-align-gt-md="space-between start"], |
|---|
| 8217 | + [layout-align-gt-md="space-between end"], |
|---|
| 8218 | + [layout-align-gt-md="space-between stretch"] { |
|---|
| 8219 | + justify-content: space-between; } |
|---|
| 8220 | + [layout-align-gt-md="start start"], |
|---|
| 8221 | + [layout-align-gt-md="center start"], |
|---|
| 8222 | + [layout-align-gt-md="end start"], |
|---|
| 8223 | + [layout-align-gt-md="space-between start"], |
|---|
| 8224 | + [layout-align-gt-md="space-around start"] { |
|---|
| 8225 | + align-items: flex-start; |
|---|
| 8226 | + align-content: flex-start; } |
|---|
| 8227 | + [layout-align-gt-md="start center"], |
|---|
| 8228 | + [layout-align-gt-md="center center"], |
|---|
| 8229 | + [layout-align-gt-md="end center"], |
|---|
| 8230 | + [layout-align-gt-md="space-between center"], |
|---|
| 8231 | + [layout-align-gt-md="space-around center"] { |
|---|
| 8232 | + align-items: center; |
|---|
| 8233 | + align-content: center; |
|---|
| 8234 | + max-width: 100%; } |
|---|
| 8235 | + [layout-align-gt-md="start center"] > *, |
|---|
| 8236 | + [layout-align-gt-md="center center"] > *, |
|---|
| 8237 | + [layout-align-gt-md="end center"] > *, |
|---|
| 8238 | + [layout-align-gt-md="space-between center"] > *, |
|---|
| 8239 | + [layout-align-gt-md="space-around center"] > * { |
|---|
| 8240 | + max-width: 100%; |
|---|
| 8241 | + box-sizing: border-box; } |
|---|
| 8242 | + [layout-align-gt-md="start end"], |
|---|
| 8243 | + [layout-align-gt-md="center end"], |
|---|
| 8244 | + [layout-align-gt-md="end end"], |
|---|
| 8245 | + [layout-align-gt-md="space-between end"], |
|---|
| 8246 | + [layout-align-gt-md="space-around end"] { |
|---|
| 8247 | + align-items: flex-end; |
|---|
| 8248 | + align-content: flex-end; } |
|---|
| 8249 | + [layout-align-gt-md="start stretch"], |
|---|
| 8250 | + [layout-align-gt-md="center stretch"], |
|---|
| 8251 | + [layout-align-gt-md="end stretch"], |
|---|
| 8252 | + [layout-align-gt-md="space-between stretch"], |
|---|
| 8253 | + [layout-align-gt-md="space-around stretch"] { |
|---|
| 8254 | + align-items: stretch; |
|---|
| 8255 | + align-content: stretch; } |
|---|
| 8256 | + [flex-gt-md] { |
|---|
| 8257 | + flex: 1; |
|---|
| 8258 | + box-sizing: border-box; } } |
|---|
| 8259 | + |
|---|
| 8260 | +@media screen\0 and (min-width: 960px) { |
|---|
| 8261 | + [flex-gt-md] { |
|---|
| 8262 | + flex: 1 1 0%; } } |
|---|
| 8263 | + |
|---|
| 8264 | +@media (min-width: 960px) { |
|---|
| 8265 | + [flex-gt-md-grow] { |
|---|
| 8266 | + flex: 1 1 100%; |
|---|
| 8267 | + box-sizing: border-box; } |
|---|
| 8268 | + [flex-gt-md-initial] { |
|---|
| 8269 | + flex: 0 1 auto; |
|---|
| 8270 | + box-sizing: border-box; } |
|---|
| 8271 | + [flex-gt-md-auto] { |
|---|
| 8272 | + flex: 1 1 auto; |
|---|
| 8273 | + box-sizing: border-box; } |
|---|
| 8274 | + [flex-gt-md-none] { |
|---|
| 8275 | + flex: 0 0 auto; |
|---|
| 8276 | + box-sizing: border-box; } |
|---|
| 8277 | + [flex-gt-md-noshrink] { |
|---|
| 8278 | + flex: 1 0 auto; |
|---|
| 8279 | + box-sizing: border-box; } |
|---|
| 8280 | + [flex-gt-md-nogrow] { |
|---|
| 8281 | + flex: 0 1 auto; |
|---|
| 8282 | + box-sizing: border-box; } |
|---|
| 8283 | + [flex-gt-md="0"] { |
|---|
| 8284 | + flex: 1 1 0%; |
|---|
| 8285 | + max-width: 0%; |
|---|
| 8286 | + max-height: 100%; |
|---|
| 8287 | + box-sizing: border-box; } |
|---|
| 8288 | + [layout="row"] > [flex-gt-md="0"], |
|---|
| 8289 | + [layout-gt-md="row"] > [flex-gt-md="0"] { |
|---|
| 8290 | + flex: 1 1 0%; |
|---|
| 8291 | + max-width: 0%; |
|---|
| 8292 | + max-height: 100%; |
|---|
| 8293 | + box-sizing: border-box; } |
|---|
| 8294 | + [layout="column"] > [flex-gt-md="0"], |
|---|
| 8295 | + [layout-gt-md="column"] > [flex-gt-md="0"] { |
|---|
| 8296 | + flex: 1 1 0%; |
|---|
| 8297 | + max-width: 100%; |
|---|
| 8298 | + max-height: 0%; |
|---|
| 8299 | + box-sizing: border-box; } |
|---|
| 8300 | + [flex-gt-md="5"] { |
|---|
| 8301 | + flex: 1 1 5%; |
|---|
| 8302 | + max-width: 5%; |
|---|
| 8303 | + max-height: 100%; |
|---|
| 8304 | + box-sizing: border-box; } |
|---|
| 8305 | + [layout="row"] > [flex-gt-md="5"], |
|---|
| 8306 | + [layout-gt-md="row"] > [flex-gt-md="5"] { |
|---|
| 8307 | + flex: 1 1 5%; |
|---|
| 8308 | + max-width: 5%; |
|---|
| 8309 | + max-height: 100%; |
|---|
| 8310 | + box-sizing: border-box; } |
|---|
| 8311 | + [layout="column"] > [flex-gt-md="5"], |
|---|
| 8312 | + [layout-gt-md="column"] > [flex-gt-md="5"] { |
|---|
| 8313 | + flex: 1 1 5%; |
|---|
| 8314 | + max-width: 100%; |
|---|
| 8315 | + max-height: 5%; |
|---|
| 8316 | + box-sizing: border-box; } |
|---|
| 8317 | + [flex-gt-md="10"] { |
|---|
| 8318 | + flex: 1 1 10%; |
|---|
| 8319 | + max-width: 10%; |
|---|
| 8320 | + max-height: 100%; |
|---|
| 8321 | + box-sizing: border-box; } |
|---|
| 8322 | + [layout="row"] > [flex-gt-md="10"], |
|---|
| 8323 | + [layout-gt-md="row"] > [flex-gt-md="10"] { |
|---|
| 8324 | + flex: 1 1 10%; |
|---|
| 8325 | + max-width: 10%; |
|---|
| 8326 | + max-height: 100%; |
|---|
| 8327 | + box-sizing: border-box; } |
|---|
| 8328 | + [layout="column"] > [flex-gt-md="10"], |
|---|
| 8329 | + [layout-gt-md="column"] > [flex-gt-md="10"] { |
|---|
| 8330 | + flex: 1 1 10%; |
|---|
| 8331 | + max-width: 100%; |
|---|
| 8332 | + max-height: 10%; |
|---|
| 8333 | + box-sizing: border-box; } |
|---|
| 8334 | + [flex-gt-md="15"] { |
|---|
| 8335 | + flex: 1 1 15%; |
|---|
| 8336 | + max-width: 15%; |
|---|
| 8337 | + max-height: 100%; |
|---|
| 8338 | + box-sizing: border-box; } |
|---|
| 8339 | + [layout="row"] > [flex-gt-md="15"], |
|---|
| 8340 | + [layout-gt-md="row"] > [flex-gt-md="15"] { |
|---|
| 8341 | + flex: 1 1 15%; |
|---|
| 8342 | + max-width: 15%; |
|---|
| 8343 | + max-height: 100%; |
|---|
| 8344 | + box-sizing: border-box; } |
|---|
| 8345 | + [layout="column"] > [flex-gt-md="15"], |
|---|
| 8346 | + [layout-gt-md="column"] > [flex-gt-md="15"] { |
|---|
| 8347 | + flex: 1 1 15%; |
|---|
| 8348 | + max-width: 100%; |
|---|
| 8349 | + max-height: 15%; |
|---|
| 8350 | + box-sizing: border-box; } |
|---|
| 8351 | + [flex-gt-md="20"] { |
|---|
| 8352 | + flex: 1 1 20%; |
|---|
| 8353 | + max-width: 20%; |
|---|
| 8354 | + max-height: 100%; |
|---|
| 8355 | + box-sizing: border-box; } |
|---|
| 8356 | + [layout="row"] > [flex-gt-md="20"], |
|---|
| 8357 | + [layout-gt-md="row"] > [flex-gt-md="20"] { |
|---|
| 8358 | + flex: 1 1 20%; |
|---|
| 8359 | + max-width: 20%; |
|---|
| 8360 | + max-height: 100%; |
|---|
| 8361 | + box-sizing: border-box; } |
|---|
| 8362 | + [layout="column"] > [flex-gt-md="20"], |
|---|
| 8363 | + [layout-gt-md="column"] > [flex-gt-md="20"] { |
|---|
| 8364 | + flex: 1 1 20%; |
|---|
| 8365 | + max-width: 100%; |
|---|
| 8366 | + max-height: 20%; |
|---|
| 8367 | + box-sizing: border-box; } |
|---|
| 8368 | + [flex-gt-md="25"] { |
|---|
| 8369 | + flex: 1 1 25%; |
|---|
| 8370 | + max-width: 25%; |
|---|
| 8371 | + max-height: 100%; |
|---|
| 8372 | + box-sizing: border-box; } |
|---|
| 8373 | + [layout="row"] > [flex-gt-md="25"], |
|---|
| 8374 | + [layout-gt-md="row"] > [flex-gt-md="25"] { |
|---|
| 8375 | + flex: 1 1 25%; |
|---|
| 8376 | + max-width: 25%; |
|---|
| 8377 | + max-height: 100%; |
|---|
| 8378 | + box-sizing: border-box; } |
|---|
| 8379 | + [layout="column"] > [flex-gt-md="25"], |
|---|
| 8380 | + [layout-gt-md="column"] > [flex-gt-md="25"] { |
|---|
| 8381 | + flex: 1 1 25%; |
|---|
| 8382 | + max-width: 100%; |
|---|
| 8383 | + max-height: 25%; |
|---|
| 8384 | + box-sizing: border-box; } |
|---|
| 8385 | + [flex-gt-md="30"] { |
|---|
| 8386 | + flex: 1 1 30%; |
|---|
| 8387 | + max-width: 30%; |
|---|
| 8388 | + max-height: 100%; |
|---|
| 8389 | + box-sizing: border-box; } |
|---|
| 8390 | + [layout="row"] > [flex-gt-md="30"], |
|---|
| 8391 | + [layout-gt-md="row"] > [flex-gt-md="30"] { |
|---|
| 8392 | + flex: 1 1 30%; |
|---|
| 8393 | + max-width: 30%; |
|---|
| 8394 | + max-height: 100%; |
|---|
| 8395 | + box-sizing: border-box; } |
|---|
| 8396 | + [layout="column"] > [flex-gt-md="30"], |
|---|
| 8397 | + [layout-gt-md="column"] > [flex-gt-md="30"] { |
|---|
| 8398 | + flex: 1 1 30%; |
|---|
| 8399 | + max-width: 100%; |
|---|
| 8400 | + max-height: 30%; |
|---|
| 8401 | + box-sizing: border-box; } |
|---|
| 8402 | + [flex-gt-md="35"] { |
|---|
| 8403 | + flex: 1 1 35%; |
|---|
| 8404 | + max-width: 35%; |
|---|
| 8405 | + max-height: 100%; |
|---|
| 8406 | + box-sizing: border-box; } |
|---|
| 8407 | + [layout="row"] > [flex-gt-md="35"], |
|---|
| 8408 | + [layout-gt-md="row"] > [flex-gt-md="35"] { |
|---|
| 8409 | + flex: 1 1 35%; |
|---|
| 8410 | + max-width: 35%; |
|---|
| 8411 | + max-height: 100%; |
|---|
| 8412 | + box-sizing: border-box; } |
|---|
| 8413 | + [layout="column"] > [flex-gt-md="35"], |
|---|
| 8414 | + [layout-gt-md="column"] > [flex-gt-md="35"] { |
|---|
| 8415 | + flex: 1 1 35%; |
|---|
| 8416 | + max-width: 100%; |
|---|
| 8417 | + max-height: 35%; |
|---|
| 8418 | + box-sizing: border-box; } |
|---|
| 8419 | + [flex-gt-md="40"] { |
|---|
| 8420 | + flex: 1 1 40%; |
|---|
| 8421 | + max-width: 40%; |
|---|
| 8422 | + max-height: 100%; |
|---|
| 8423 | + box-sizing: border-box; } |
|---|
| 8424 | + [layout="row"] > [flex-gt-md="40"], |
|---|
| 8425 | + [layout-gt-md="row"] > [flex-gt-md="40"] { |
|---|
| 8426 | + flex: 1 1 40%; |
|---|
| 8427 | + max-width: 40%; |
|---|
| 8428 | + max-height: 100%; |
|---|
| 8429 | + box-sizing: border-box; } |
|---|
| 8430 | + [layout="column"] > [flex-gt-md="40"], |
|---|
| 8431 | + [layout-gt-md="column"] > [flex-gt-md="40"] { |
|---|
| 8432 | + flex: 1 1 40%; |
|---|
| 8433 | + max-width: 100%; |
|---|
| 8434 | + max-height: 40%; |
|---|
| 8435 | + box-sizing: border-box; } |
|---|
| 8436 | + [flex-gt-md="45"] { |
|---|
| 8437 | + flex: 1 1 45%; |
|---|
| 8438 | + max-width: 45%; |
|---|
| 8439 | + max-height: 100%; |
|---|
| 8440 | + box-sizing: border-box; } |
|---|
| 8441 | + [layout="row"] > [flex-gt-md="45"], |
|---|
| 8442 | + [layout-gt-md="row"] > [flex-gt-md="45"] { |
|---|
| 8443 | + flex: 1 1 45%; |
|---|
| 8444 | + max-width: 45%; |
|---|
| 8445 | + max-height: 100%; |
|---|
| 8446 | + box-sizing: border-box; } |
|---|
| 8447 | + [layout="column"] > [flex-gt-md="45"], |
|---|
| 8448 | + [layout-gt-md="column"] > [flex-gt-md="45"] { |
|---|
| 8449 | + flex: 1 1 45%; |
|---|
| 8450 | + max-width: 100%; |
|---|
| 8451 | + max-height: 45%; |
|---|
| 8452 | + box-sizing: border-box; } |
|---|
| 8453 | + [flex-gt-md="50"] { |
|---|
| 8454 | + flex: 1 1 50%; |
|---|
| 8455 | + max-width: 50%; |
|---|
| 8456 | + max-height: 100%; |
|---|
| 8457 | + box-sizing: border-box; } |
|---|
| 8458 | + [layout="row"] > [flex-gt-md="50"], |
|---|
| 8459 | + [layout-gt-md="row"] > [flex-gt-md="50"] { |
|---|
| 8460 | + flex: 1 1 50%; |
|---|
| 8461 | + max-width: 50%; |
|---|
| 8462 | + max-height: 100%; |
|---|
| 8463 | + box-sizing: border-box; } |
|---|
| 8464 | + [layout="column"] > [flex-gt-md="50"], |
|---|
| 8465 | + [layout-gt-md="column"] > [flex-gt-md="50"] { |
|---|
| 8466 | + flex: 1 1 50%; |
|---|
| 8467 | + max-width: 100%; |
|---|
| 8468 | + max-height: 50%; |
|---|
| 8469 | + box-sizing: border-box; } |
|---|
| 8470 | + [flex-gt-md="55"] { |
|---|
| 8471 | + flex: 1 1 55%; |
|---|
| 8472 | + max-width: 55%; |
|---|
| 8473 | + max-height: 100%; |
|---|
| 8474 | + box-sizing: border-box; } |
|---|
| 8475 | + [layout="row"] > [flex-gt-md="55"], |
|---|
| 8476 | + [layout-gt-md="row"] > [flex-gt-md="55"] { |
|---|
| 8477 | + flex: 1 1 55%; |
|---|
| 8478 | + max-width: 55%; |
|---|
| 8479 | + max-height: 100%; |
|---|
| 8480 | + box-sizing: border-box; } |
|---|
| 8481 | + [layout="column"] > [flex-gt-md="55"], |
|---|
| 8482 | + [layout-gt-md="column"] > [flex-gt-md="55"] { |
|---|
| 8483 | + flex: 1 1 55%; |
|---|
| 8484 | + max-width: 100%; |
|---|
| 8485 | + max-height: 55%; |
|---|
| 8486 | + box-sizing: border-box; } |
|---|
| 8487 | + [flex-gt-md="60"] { |
|---|
| 8488 | + flex: 1 1 60%; |
|---|
| 8489 | + max-width: 60%; |
|---|
| 8490 | + max-height: 100%; |
|---|
| 8491 | + box-sizing: border-box; } |
|---|
| 8492 | + [layout="row"] > [flex-gt-md="60"], |
|---|
| 8493 | + [layout-gt-md="row"] > [flex-gt-md="60"] { |
|---|
| 8494 | + flex: 1 1 60%; |
|---|
| 8495 | + max-width: 60%; |
|---|
| 8496 | + max-height: 100%; |
|---|
| 8497 | + box-sizing: border-box; } |
|---|
| 8498 | + [layout="column"] > [flex-gt-md="60"], |
|---|
| 8499 | + [layout-gt-md="column"] > [flex-gt-md="60"] { |
|---|
| 8500 | + flex: 1 1 60%; |
|---|
| 8501 | + max-width: 100%; |
|---|
| 8502 | + max-height: 60%; |
|---|
| 8503 | + box-sizing: border-box; } |
|---|
| 8504 | + [flex-gt-md="65"] { |
|---|
| 8505 | + flex: 1 1 65%; |
|---|
| 8506 | + max-width: 65%; |
|---|
| 8507 | + max-height: 100%; |
|---|
| 8508 | + box-sizing: border-box; } |
|---|
| 8509 | + [layout="row"] > [flex-gt-md="65"], |
|---|
| 8510 | + [layout-gt-md="row"] > [flex-gt-md="65"] { |
|---|
| 8511 | + flex: 1 1 65%; |
|---|
| 8512 | + max-width: 65%; |
|---|
| 8513 | + max-height: 100%; |
|---|
| 8514 | + box-sizing: border-box; } |
|---|
| 8515 | + [layout="column"] > [flex-gt-md="65"], |
|---|
| 8516 | + [layout-gt-md="column"] > [flex-gt-md="65"] { |
|---|
| 8517 | + flex: 1 1 65%; |
|---|
| 8518 | + max-width: 100%; |
|---|
| 8519 | + max-height: 65%; |
|---|
| 8520 | + box-sizing: border-box; } |
|---|
| 8521 | + [flex-gt-md="70"] { |
|---|
| 8522 | + flex: 1 1 70%; |
|---|
| 8523 | + max-width: 70%; |
|---|
| 8524 | + max-height: 100%; |
|---|
| 8525 | + box-sizing: border-box; } |
|---|
| 8526 | + [layout="row"] > [flex-gt-md="70"], |
|---|
| 8527 | + [layout-gt-md="row"] > [flex-gt-md="70"] { |
|---|
| 8528 | + flex: 1 1 70%; |
|---|
| 8529 | + max-width: 70%; |
|---|
| 8530 | + max-height: 100%; |
|---|
| 8531 | + box-sizing: border-box; } |
|---|
| 8532 | + [layout="column"] > [flex-gt-md="70"], |
|---|
| 8533 | + [layout-gt-md="column"] > [flex-gt-md="70"] { |
|---|
| 8534 | + flex: 1 1 70%; |
|---|
| 8535 | + max-width: 100%; |
|---|
| 8536 | + max-height: 70%; |
|---|
| 8537 | + box-sizing: border-box; } |
|---|
| 8538 | + [flex-gt-md="75"] { |
|---|
| 8539 | + flex: 1 1 75%; |
|---|
| 8540 | + max-width: 75%; |
|---|
| 8541 | + max-height: 100%; |
|---|
| 8542 | + box-sizing: border-box; } |
|---|
| 8543 | + [layout="row"] > [flex-gt-md="75"], |
|---|
| 8544 | + [layout-gt-md="row"] > [flex-gt-md="75"] { |
|---|
| 8545 | + flex: 1 1 75%; |
|---|
| 8546 | + max-width: 75%; |
|---|
| 8547 | + max-height: 100%; |
|---|
| 8548 | + box-sizing: border-box; } |
|---|
| 8549 | + [layout="column"] > [flex-gt-md="75"], |
|---|
| 8550 | + [layout-gt-md="column"] > [flex-gt-md="75"] { |
|---|
| 8551 | + flex: 1 1 75%; |
|---|
| 8552 | + max-width: 100%; |
|---|
| 8553 | + max-height: 75%; |
|---|
| 8554 | + box-sizing: border-box; } |
|---|
| 8555 | + [flex-gt-md="80"] { |
|---|
| 8556 | + flex: 1 1 80%; |
|---|
| 8557 | + max-width: 80%; |
|---|
| 8558 | + max-height: 100%; |
|---|
| 8559 | + box-sizing: border-box; } |
|---|
| 8560 | + [layout="row"] > [flex-gt-md="80"], |
|---|
| 8561 | + [layout-gt-md="row"] > [flex-gt-md="80"] { |
|---|
| 8562 | + flex: 1 1 80%; |
|---|
| 8563 | + max-width: 80%; |
|---|
| 8564 | + max-height: 100%; |
|---|
| 8565 | + box-sizing: border-box; } |
|---|
| 8566 | + [layout="column"] > [flex-gt-md="80"], |
|---|
| 8567 | + [layout-gt-md="column"] > [flex-gt-md="80"] { |
|---|
| 8568 | + flex: 1 1 80%; |
|---|
| 8569 | + max-width: 100%; |
|---|
| 8570 | + max-height: 80%; |
|---|
| 8571 | + box-sizing: border-box; } |
|---|
| 8572 | + [flex-gt-md="85"] { |
|---|
| 8573 | + flex: 1 1 85%; |
|---|
| 8574 | + max-width: 85%; |
|---|
| 8575 | + max-height: 100%; |
|---|
| 8576 | + box-sizing: border-box; } |
|---|
| 8577 | + [layout="row"] > [flex-gt-md="85"], |
|---|
| 8578 | + [layout-gt-md="row"] > [flex-gt-md="85"] { |
|---|
| 8579 | + flex: 1 1 85%; |
|---|
| 8580 | + max-width: 85%; |
|---|
| 8581 | + max-height: 100%; |
|---|
| 8582 | + box-sizing: border-box; } |
|---|
| 8583 | + [layout="column"] > [flex-gt-md="85"], |
|---|
| 8584 | + [layout-gt-md="column"] > [flex-gt-md="85"] { |
|---|
| 8585 | + flex: 1 1 85%; |
|---|
| 8586 | + max-width: 100%; |
|---|
| 8587 | + max-height: 85%; |
|---|
| 8588 | + box-sizing: border-box; } |
|---|
| 8589 | + [flex-gt-md="90"] { |
|---|
| 8590 | + flex: 1 1 90%; |
|---|
| 8591 | + max-width: 90%; |
|---|
| 8592 | + max-height: 100%; |
|---|
| 8593 | + box-sizing: border-box; } |
|---|
| 8594 | + [layout="row"] > [flex-gt-md="90"], |
|---|
| 8595 | + [layout-gt-md="row"] > [flex-gt-md="90"] { |
|---|
| 8596 | + flex: 1 1 90%; |
|---|
| 8597 | + max-width: 90%; |
|---|
| 8598 | + max-height: 100%; |
|---|
| 8599 | + box-sizing: border-box; } |
|---|
| 8600 | + [layout="column"] > [flex-gt-md="90"], |
|---|
| 8601 | + [layout-gt-md="column"] > [flex-gt-md="90"] { |
|---|
| 8602 | + flex: 1 1 90%; |
|---|
| 8603 | + max-width: 100%; |
|---|
| 8604 | + max-height: 90%; |
|---|
| 8605 | + box-sizing: border-box; } |
|---|
| 8606 | + [flex-gt-md="95"] { |
|---|
| 8607 | + flex: 1 1 95%; |
|---|
| 8608 | + max-width: 95%; |
|---|
| 8609 | + max-height: 100%; |
|---|
| 8610 | + box-sizing: border-box; } |
|---|
| 8611 | + [layout="row"] > [flex-gt-md="95"], |
|---|
| 8612 | + [layout-gt-md="row"] > [flex-gt-md="95"] { |
|---|
| 8613 | + flex: 1 1 95%; |
|---|
| 8614 | + max-width: 95%; |
|---|
| 8615 | + max-height: 100%; |
|---|
| 8616 | + box-sizing: border-box; } |
|---|
| 8617 | + [layout="column"] > [flex-gt-md="95"], |
|---|
| 8618 | + [layout-gt-md="column"] > [flex-gt-md="95"] { |
|---|
| 8619 | + flex: 1 1 95%; |
|---|
| 8620 | + max-width: 100%; |
|---|
| 8621 | + max-height: 95%; |
|---|
| 8622 | + box-sizing: border-box; } |
|---|
| 8623 | + [flex-gt-md="100"] { |
|---|
| 8624 | + flex: 1 1 100%; |
|---|
| 8625 | + max-width: 100%; |
|---|
| 8626 | + max-height: 100%; |
|---|
| 8627 | + box-sizing: border-box; } |
|---|
| 8628 | + [layout="row"] > [flex-gt-md="100"], |
|---|
| 8629 | + [layout-gt-md="row"] > [flex-gt-md="100"] { |
|---|
| 8630 | + flex: 1 1 100%; |
|---|
| 8631 | + max-width: 100%; |
|---|
| 8632 | + max-height: 100%; |
|---|
| 8633 | + box-sizing: border-box; } |
|---|
| 8634 | + [layout="column"] > [flex-gt-md="100"], |
|---|
| 8635 | + [layout-gt-md="column"] > [flex-gt-md="100"] { |
|---|
| 8636 | + flex: 1 1 100%; |
|---|
| 8637 | + max-width: 100%; |
|---|
| 8638 | + max-height: 100%; |
|---|
| 8639 | + box-sizing: border-box; } |
|---|
| 8640 | + [layout="row"] > [flex-gt-md="33"], [layout="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"], [layout-gt-md="row"] > [flex-gt-md="33"] { |
|---|
| 8641 | + flex: 1 1 33%; |
|---|
| 8642 | + max-width: calc(100% / 3); |
|---|
| 8643 | + max-height: 100%; |
|---|
| 8644 | + box-sizing: border-box; } |
|---|
| 8645 | + [layout="row"] > [flex-gt-md="34"], [layout="row"] > [flex-gt-md="34"], [layout-gt-md="row"] > [flex-gt-md="34"], [layout-gt-md="row"] > [flex-gt-md="34"] { |
|---|
| 8646 | + flex: 1 1 34%; |
|---|
| 8647 | + max-width: 34%; |
|---|
| 8648 | + max-height: 100%; |
|---|
| 8649 | + box-sizing: border-box; } |
|---|
| 8650 | + [layout="row"] > [flex-gt-md="66"], [layout="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"], [layout-gt-md="row"] > [flex-gt-md="66"] { |
|---|
| 8651 | + flex: 1 1 66%; |
|---|
| 8652 | + max-width: calc(200% / 3); |
|---|
| 8653 | + max-height: 100%; |
|---|
| 8654 | + box-sizing: border-box; } |
|---|
| 8655 | + [layout="row"] > [flex-gt-md="67"], [layout="row"] > [flex-gt-md="67"], [layout-gt-md="row"] > [flex-gt-md="67"], [layout-gt-md="row"] > [flex-gt-md="67"] { |
|---|
| 8656 | + flex: 1 1 67%; |
|---|
| 8657 | + max-width: 67%; |
|---|
| 8658 | + max-height: 100%; |
|---|
| 8659 | + box-sizing: border-box; } |
|---|
| 8660 | + [layout="column"] > [flex-gt-md="33"], [layout="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"], [layout-gt-md="column"] > [flex-gt-md="33"] { |
|---|
| 8661 | + flex: 1 1 33%; |
|---|
| 8662 | + max-width: 100%; |
|---|
| 8663 | + max-height: calc(100% / 3); |
|---|
| 8664 | + box-sizing: border-box; } |
|---|
| 8665 | + [layout="column"] > [flex-gt-md="34"], [layout="column"] > [flex-gt-md="34"], [layout-gt-md="column"] > [flex-gt-md="34"], [layout-gt-md="column"] > [flex-gt-md="34"] { |
|---|
| 8666 | + flex: 1 1 34%; |
|---|
| 8667 | + max-width: 100%; |
|---|
| 8668 | + max-height: 34%; |
|---|
| 8669 | + box-sizing: border-box; } |
|---|
| 8670 | + [layout="column"] > [flex-gt-md="66"], [layout="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"], [layout-gt-md="column"] > [flex-gt-md="66"] { |
|---|
| 8671 | + flex: 1 1 66%; |
|---|
| 8672 | + max-width: 100%; |
|---|
| 8673 | + max-height: calc(200% / 3); |
|---|
| 8674 | + box-sizing: border-box; } |
|---|
| 8675 | + [layout="column"] > [flex-gt-md="67"], [layout="column"] > [flex-gt-md="67"], [layout-gt-md="column"] > [flex-gt-md="67"], [layout-gt-md="column"] > [flex-gt-md="67"] { |
|---|
| 8676 | + flex: 1 1 67%; |
|---|
| 8677 | + max-width: 100%; |
|---|
| 8678 | + max-height: 67%; |
|---|
| 8679 | + box-sizing: border-box; } |
|---|
| 8680 | + [layout-gt-md], [layout-gt-md="column"], [layout-gt-md="row"] { |
|---|
| 8681 | + box-sizing: border-box; |
|---|
| 8682 | + display: -webkit-box; |
|---|
| 8683 | + display: -webkit-flex; |
|---|
| 8684 | + display: -moz-box; |
|---|
| 8685 | + display: -ms-flexbox; |
|---|
| 8686 | + display: flex; } |
|---|
| 8687 | + [layout-gt-md="column"] { |
|---|
| 8688 | + flex-direction: column; } |
|---|
| 8689 | + [layout-gt-md="row"] { |
|---|
| 8690 | + flex-direction: row; } } |
|---|
| 8691 | + |
|---|
| 8692 | +@media (min-width: 960px) and (max-width: 1279px) { |
|---|
| 8693 | + [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-lg]):not([show]) { |
|---|
| 8694 | + display: none; } |
|---|
| 8695 | + [hide-lg]:not([show-lg]):not([show]) { |
|---|
| 8696 | + display: none; } |
|---|
| 8697 | + [flex-order-lg="-20"] { |
|---|
| 8698 | + order: -20; } |
|---|
| 8699 | + [flex-order-lg="-19"] { |
|---|
| 8700 | + order: -19; } |
|---|
| 8701 | + [flex-order-lg="-18"] { |
|---|
| 8702 | + order: -18; } |
|---|
| 8703 | + [flex-order-lg="-17"] { |
|---|
| 8704 | + order: -17; } |
|---|
| 8705 | + [flex-order-lg="-16"] { |
|---|
| 8706 | + order: -16; } |
|---|
| 8707 | + [flex-order-lg="-15"] { |
|---|
| 8708 | + order: -15; } |
|---|
| 8709 | + [flex-order-lg="-14"] { |
|---|
| 8710 | + order: -14; } |
|---|
| 8711 | + [flex-order-lg="-13"] { |
|---|
| 8712 | + order: -13; } |
|---|
| 8713 | + [flex-order-lg="-12"] { |
|---|
| 8714 | + order: -12; } |
|---|
| 8715 | + [flex-order-lg="-11"] { |
|---|
| 8716 | + order: -11; } |
|---|
| 8717 | + [flex-order-lg="-10"] { |
|---|
| 8718 | + order: -10; } |
|---|
| 8719 | + [flex-order-lg="-9"] { |
|---|
| 8720 | + order: -9; } |
|---|
| 8721 | + [flex-order-lg="-8"] { |
|---|
| 8722 | + order: -8; } |
|---|
| 8723 | + [flex-order-lg="-7"] { |
|---|
| 8724 | + order: -7; } |
|---|
| 8725 | + [flex-order-lg="-6"] { |
|---|
| 8726 | + order: -6; } |
|---|
| 8727 | + [flex-order-lg="-5"] { |
|---|
| 8728 | + order: -5; } |
|---|
| 8729 | + [flex-order-lg="-4"] { |
|---|
| 8730 | + order: -4; } |
|---|
| 8731 | + [flex-order-lg="-3"] { |
|---|
| 8732 | + order: -3; } |
|---|
| 8733 | + [flex-order-lg="-2"] { |
|---|
| 8734 | + order: -2; } |
|---|
| 8735 | + [flex-order-lg="-1"] { |
|---|
| 8736 | + order: -1; } |
|---|
| 8737 | + [flex-order-lg="0"] { |
|---|
| 8738 | + order: 0; } |
|---|
| 8739 | + [flex-order-lg="1"] { |
|---|
| 8740 | + order: 1; } |
|---|
| 8741 | + [flex-order-lg="2"] { |
|---|
| 8742 | + order: 2; } |
|---|
| 8743 | + [flex-order-lg="3"] { |
|---|
| 8744 | + order: 3; } |
|---|
| 8745 | + [flex-order-lg="4"] { |
|---|
| 8746 | + order: 4; } |
|---|
| 8747 | + [flex-order-lg="5"] { |
|---|
| 8748 | + order: 5; } |
|---|
| 8749 | + [flex-order-lg="6"] { |
|---|
| 8750 | + order: 6; } |
|---|
| 8751 | + [flex-order-lg="7"] { |
|---|
| 8752 | + order: 7; } |
|---|
| 8753 | + [flex-order-lg="8"] { |
|---|
| 8754 | + order: 8; } |
|---|
| 8755 | + [flex-order-lg="9"] { |
|---|
| 8756 | + order: 9; } |
|---|
| 8757 | + [flex-order-lg="10"] { |
|---|
| 8758 | + order: 10; } |
|---|
| 8759 | + [flex-order-lg="11"] { |
|---|
| 8760 | + order: 11; } |
|---|
| 8761 | + [flex-order-lg="12"] { |
|---|
| 8762 | + order: 12; } |
|---|
| 8763 | + [flex-order-lg="13"] { |
|---|
| 8764 | + order: 13; } |
|---|
| 8765 | + [flex-order-lg="14"] { |
|---|
| 8766 | + order: 14; } |
|---|
| 8767 | + [flex-order-lg="15"] { |
|---|
| 8768 | + order: 15; } |
|---|
| 8769 | + [flex-order-lg="16"] { |
|---|
| 8770 | + order: 16; } |
|---|
| 8771 | + [flex-order-lg="17"] { |
|---|
| 8772 | + order: 17; } |
|---|
| 8773 | + [flex-order-lg="18"] { |
|---|
| 8774 | + order: 18; } |
|---|
| 8775 | + [flex-order-lg="19"] { |
|---|
| 8776 | + order: 19; } |
|---|
| 8777 | + [flex-order-lg="20"] { |
|---|
| 8778 | + order: 20; } |
|---|
| 8779 | + [flex-offset-lg="0"] { |
|---|
| 8780 | + margin-left: 0%; } |
|---|
| 8781 | + [flex-offset-lg="5"] { |
|---|
| 8782 | + margin-left: 5%; } |
|---|
| 8783 | + [flex-offset-lg="10"] { |
|---|
| 8784 | + margin-left: 10%; } |
|---|
| 8785 | + [flex-offset-lg="15"] { |
|---|
| 8786 | + margin-left: 15%; } |
|---|
| 8787 | + [flex-offset-lg="20"] { |
|---|
| 8788 | + margin-left: 20%; } |
|---|
| 8789 | + [flex-offset-lg="25"] { |
|---|
| 8790 | + margin-left: 25%; } |
|---|
| 8791 | + [flex-offset-lg="30"] { |
|---|
| 8792 | + margin-left: 30%; } |
|---|
| 8793 | + [flex-offset-lg="35"] { |
|---|
| 8794 | + margin-left: 35%; } |
|---|
| 8795 | + [flex-offset-lg="40"] { |
|---|
| 8796 | + margin-left: 40%; } |
|---|
| 8797 | + [flex-offset-lg="45"] { |
|---|
| 8798 | + margin-left: 45%; } |
|---|
| 8799 | + [flex-offset-lg="50"] { |
|---|
| 8800 | + margin-left: 50%; } |
|---|
| 8801 | + [flex-offset-lg="55"] { |
|---|
| 8802 | + margin-left: 55%; } |
|---|
| 8803 | + [flex-offset-lg="60"] { |
|---|
| 8804 | + margin-left: 60%; } |
|---|
| 8805 | + [flex-offset-lg="65"] { |
|---|
| 8806 | + margin-left: 65%; } |
|---|
| 8807 | + [flex-offset-lg="70"] { |
|---|
| 8808 | + margin-left: 70%; } |
|---|
| 8809 | + [flex-offset-lg="75"] { |
|---|
| 8810 | + margin-left: 75%; } |
|---|
| 8811 | + [flex-offset-lg="80"] { |
|---|
| 8812 | + margin-left: 80%; } |
|---|
| 8813 | + [flex-offset-lg="85"] { |
|---|
| 8814 | + margin-left: 85%; } |
|---|
| 8815 | + [flex-offset-lg="90"] { |
|---|
| 8816 | + margin-left: 90%; } |
|---|
| 8817 | + [flex-offset-lg="95"] { |
|---|
| 8818 | + margin-left: 95%; } |
|---|
| 8819 | + [flex-offset-lg="33"] { |
|---|
| 8820 | + margin-left: calc(100% / 3); } |
|---|
| 8821 | + [flex-offset-lg="66"] { |
|---|
| 8822 | + margin-left: calc(200% / 3); } |
|---|
| 8823 | + [layout-align-lg], |
|---|
| 8824 | + [layout-align-lg="start stretch"] { |
|---|
| 8825 | + justify-content: flex-start; |
|---|
| 8826 | + align-content: stretch; |
|---|
| 8827 | + align-items: stretch; } |
|---|
| 8828 | + [layout-align-lg="start"], |
|---|
| 8829 | + [layout-align-lg="start start"], |
|---|
| 8830 | + [layout-align-lg="start center"], |
|---|
| 8831 | + [layout-align-lg="start end"], |
|---|
| 8832 | + [layout-align-lg="start stretch"] { |
|---|
| 8833 | + justify-content: start; } |
|---|
| 8834 | + [layout-align-lg="center"], |
|---|
| 8835 | + [layout-align-lg="center start"], |
|---|
| 8836 | + [layout-align-lg="center center"], |
|---|
| 8837 | + [layout-align-lg="center end"], |
|---|
| 8838 | + [layout-align-lg="center stretch"] { |
|---|
| 8839 | + justify-content: center; } |
|---|
| 8840 | + [layout-align-lg="end"], |
|---|
| 8841 | + [layout-align-lg="end center"], |
|---|
| 8842 | + [layout-align-lg="end start"], |
|---|
| 8843 | + [layout-align-lg="end end"], |
|---|
| 8844 | + [layout-align-lg="end stretch"] { |
|---|
| 8845 | + justify-content: flex-end; } |
|---|
| 8846 | + [layout-align-lg="space-around"], |
|---|
| 8847 | + [layout-align-lg="space-around center"], |
|---|
| 8848 | + [layout-align-lg="space-around start"], |
|---|
| 8849 | + [layout-align-lg="space-around end"], |
|---|
| 8850 | + [layout-align-lg="space-around stretch"] { |
|---|
| 8851 | + justify-content: space-around; } |
|---|
| 8852 | + [layout-align-lg="space-between"], |
|---|
| 8853 | + [layout-align-lg="space-between center"], |
|---|
| 8854 | + [layout-align-lg="space-between start"], |
|---|
| 8855 | + [layout-align-lg="space-between end"], |
|---|
| 8856 | + [layout-align-lg="space-between stretch"] { |
|---|
| 8857 | + justify-content: space-between; } |
|---|
| 8858 | + [layout-align-lg="start start"], |
|---|
| 8859 | + [layout-align-lg="center start"], |
|---|
| 8860 | + [layout-align-lg="end start"], |
|---|
| 8861 | + [layout-align-lg="space-between start"], |
|---|
| 8862 | + [layout-align-lg="space-around start"] { |
|---|
| 8863 | + align-items: flex-start; |
|---|
| 8864 | + align-content: flex-start; } |
|---|
| 8865 | + [layout-align-lg="start center"], |
|---|
| 8866 | + [layout-align-lg="center center"], |
|---|
| 8867 | + [layout-align-lg="end center"], |
|---|
| 8868 | + [layout-align-lg="space-between center"], |
|---|
| 8869 | + [layout-align-lg="space-around center"] { |
|---|
| 8870 | + align-items: center; |
|---|
| 8871 | + align-content: center; |
|---|
| 8872 | + max-width: 100%; } |
|---|
| 8873 | + [layout-align-lg="start center"] > *, |
|---|
| 8874 | + [layout-align-lg="center center"] > *, |
|---|
| 8875 | + [layout-align-lg="end center"] > *, |
|---|
| 8876 | + [layout-align-lg="space-between center"] > *, |
|---|
| 8877 | + [layout-align-lg="space-around center"] > * { |
|---|
| 8878 | + max-width: 100%; |
|---|
| 8879 | + box-sizing: border-box; } |
|---|
| 8880 | + [layout-align-lg="start end"], |
|---|
| 8881 | + [layout-align-lg="center end"], |
|---|
| 8882 | + [layout-align-lg="end end"], |
|---|
| 8883 | + [layout-align-lg="space-between end"], |
|---|
| 8884 | + [layout-align-lg="space-around end"] { |
|---|
| 8885 | + align-items: flex-end; |
|---|
| 8886 | + align-content: flex-end; } |
|---|
| 8887 | + [layout-align-lg="start stretch"], |
|---|
| 8888 | + [layout-align-lg="center stretch"], |
|---|
| 8889 | + [layout-align-lg="end stretch"], |
|---|
| 8890 | + [layout-align-lg="space-between stretch"], |
|---|
| 8891 | + [layout-align-lg="space-around stretch"] { |
|---|
| 8892 | + align-items: stretch; |
|---|
| 8893 | + align-content: stretch; } |
|---|
| 8894 | + [flex-lg] { |
|---|
| 8895 | + flex: 1; |
|---|
| 8896 | + box-sizing: border-box; } } |
|---|
| 8897 | + |
|---|
| 8898 | +@media screen\0 and (min-width: 960px) and (max-width: 1279px) { |
|---|
| 8899 | + [flex-lg] { |
|---|
| 8900 | + flex: 1 1 0%; } } |
|---|
| 8901 | + |
|---|
| 8902 | +@media (min-width: 960px) and (max-width: 1279px) { |
|---|
| 8903 | + [flex-lg-grow] { |
|---|
| 8904 | + flex: 1 1 100%; |
|---|
| 8905 | + box-sizing: border-box; } |
|---|
| 8906 | + [flex-lg-initial] { |
|---|
| 8907 | + flex: 0 1 auto; |
|---|
| 8908 | + box-sizing: border-box; } |
|---|
| 8909 | + [flex-lg-auto] { |
|---|
| 8910 | + flex: 1 1 auto; |
|---|
| 8911 | + box-sizing: border-box; } |
|---|
| 8912 | + [flex-lg-none] { |
|---|
| 8913 | + flex: 0 0 auto; |
|---|
| 8914 | + box-sizing: border-box; } |
|---|
| 8915 | + [flex-lg-noshrink] { |
|---|
| 8916 | + flex: 1 0 auto; |
|---|
| 8917 | + box-sizing: border-box; } |
|---|
| 8918 | + [flex-lg-nogrow] { |
|---|
| 8919 | + flex: 0 1 auto; |
|---|
| 8920 | + box-sizing: border-box; } |
|---|
| 8921 | + [flex-lg="0"] { |
|---|
| 8922 | + flex: 1 1 0%; |
|---|
| 8923 | + max-width: 0%; |
|---|
| 8924 | + max-height: 100%; |
|---|
| 8925 | + box-sizing: border-box; } |
|---|
| 8926 | + [layout="row"] > [flex-lg="0"], |
|---|
| 8927 | + [layout-lg="row"] > [flex-lg="0"] { |
|---|
| 8928 | + flex: 1 1 0%; |
|---|
| 8929 | + max-width: 0%; |
|---|
| 8930 | + max-height: 100%; |
|---|
| 8931 | + box-sizing: border-box; } |
|---|
| 8932 | + [layout="column"] > [flex-lg="0"], |
|---|
| 8933 | + [layout-lg="column"] > [flex-lg="0"] { |
|---|
| 8934 | + flex: 1 1 0%; |
|---|
| 8935 | + max-width: 100%; |
|---|
| 8936 | + max-height: 0%; |
|---|
| 8937 | + box-sizing: border-box; } |
|---|
| 8938 | + [flex-lg="5"] { |
|---|
| 8939 | + flex: 1 1 5%; |
|---|
| 8940 | + max-width: 5%; |
|---|
| 8941 | + max-height: 100%; |
|---|
| 8942 | + box-sizing: border-box; } |
|---|
| 8943 | + [layout="row"] > [flex-lg="5"], |
|---|
| 8944 | + [layout-lg="row"] > [flex-lg="5"] { |
|---|
| 8945 | + flex: 1 1 5%; |
|---|
| 8946 | + max-width: 5%; |
|---|
| 8947 | + max-height: 100%; |
|---|
| 8948 | + box-sizing: border-box; } |
|---|
| 8949 | + [layout="column"] > [flex-lg="5"], |
|---|
| 8950 | + [layout-lg="column"] > [flex-lg="5"] { |
|---|
| 8951 | + flex: 1 1 5%; |
|---|
| 8952 | + max-width: 100%; |
|---|
| 8953 | + max-height: 5%; |
|---|
| 8954 | + box-sizing: border-box; } |
|---|
| 8955 | + [flex-lg="10"] { |
|---|
| 8956 | + flex: 1 1 10%; |
|---|
| 8957 | + max-width: 10%; |
|---|
| 8958 | + max-height: 100%; |
|---|
| 8959 | + box-sizing: border-box; } |
|---|
| 8960 | + [layout="row"] > [flex-lg="10"], |
|---|
| 8961 | + [layout-lg="row"] > [flex-lg="10"] { |
|---|
| 8962 | + flex: 1 1 10%; |
|---|
| 8963 | + max-width: 10%; |
|---|
| 8964 | + max-height: 100%; |
|---|
| 8965 | + box-sizing: border-box; } |
|---|
| 8966 | + [layout="column"] > [flex-lg="10"], |
|---|
| 8967 | + [layout-lg="column"] > [flex-lg="10"] { |
|---|
| 8968 | + flex: 1 1 10%; |
|---|
| 8969 | + max-width: 100%; |
|---|
| 8970 | + max-height: 10%; |
|---|
| 8971 | + box-sizing: border-box; } |
|---|
| 8972 | + [flex-lg="15"] { |
|---|
| 8973 | + flex: 1 1 15%; |
|---|
| 8974 | + max-width: 15%; |
|---|
| 8975 | + max-height: 100%; |
|---|
| 8976 | + box-sizing: border-box; } |
|---|
| 8977 | + [layout="row"] > [flex-lg="15"], |
|---|
| 8978 | + [layout-lg="row"] > [flex-lg="15"] { |
|---|
| 8979 | + flex: 1 1 15%; |
|---|
| 8980 | + max-width: 15%; |
|---|
| 8981 | + max-height: 100%; |
|---|
| 8982 | + box-sizing: border-box; } |
|---|
| 8983 | + [layout="column"] > [flex-lg="15"], |
|---|
| 8984 | + [layout-lg="column"] > [flex-lg="15"] { |
|---|
| 8985 | + flex: 1 1 15%; |
|---|
| 8986 | + max-width: 100%; |
|---|
| 8987 | + max-height: 15%; |
|---|
| 8988 | + box-sizing: border-box; } |
|---|
| 8989 | + [flex-lg="20"] { |
|---|
| 8990 | + flex: 1 1 20%; |
|---|
| 8991 | + max-width: 20%; |
|---|
| 8992 | + max-height: 100%; |
|---|
| 8993 | + box-sizing: border-box; } |
|---|
| 8994 | + [layout="row"] > [flex-lg="20"], |
|---|
| 8995 | + [layout-lg="row"] > [flex-lg="20"] { |
|---|
| 8996 | + flex: 1 1 20%; |
|---|
| 8997 | + max-width: 20%; |
|---|
| 8998 | + max-height: 100%; |
|---|
| 8999 | + box-sizing: border-box; } |
|---|
| 9000 | + [layout="column"] > [flex-lg="20"], |
|---|
| 9001 | + [layout-lg="column"] > [flex-lg="20"] { |
|---|
| 9002 | + flex: 1 1 20%; |
|---|
| 9003 | + max-width: 100%; |
|---|
| 9004 | + max-height: 20%; |
|---|
| 9005 | + box-sizing: border-box; } |
|---|
| 9006 | + [flex-lg="25"] { |
|---|
| 9007 | + flex: 1 1 25%; |
|---|
| 9008 | + max-width: 25%; |
|---|
| 9009 | + max-height: 100%; |
|---|
| 9010 | + box-sizing: border-box; } |
|---|
| 9011 | + [layout="row"] > [flex-lg="25"], |
|---|
| 9012 | + [layout-lg="row"] > [flex-lg="25"] { |
|---|
| 9013 | + flex: 1 1 25%; |
|---|
| 9014 | + max-width: 25%; |
|---|
| 9015 | + max-height: 100%; |
|---|
| 9016 | + box-sizing: border-box; } |
|---|
| 9017 | + [layout="column"] > [flex-lg="25"], |
|---|
| 9018 | + [layout-lg="column"] > [flex-lg="25"] { |
|---|
| 9019 | + flex: 1 1 25%; |
|---|
| 9020 | + max-width: 100%; |
|---|
| 9021 | + max-height: 25%; |
|---|
| 9022 | + box-sizing: border-box; } |
|---|
| 9023 | + [flex-lg="30"] { |
|---|
| 9024 | + flex: 1 1 30%; |
|---|
| 9025 | + max-width: 30%; |
|---|
| 9026 | + max-height: 100%; |
|---|
| 9027 | + box-sizing: border-box; } |
|---|
| 9028 | + [layout="row"] > [flex-lg="30"], |
|---|
| 9029 | + [layout-lg="row"] > [flex-lg="30"] { |
|---|
| 9030 | + flex: 1 1 30%; |
|---|
| 9031 | + max-width: 30%; |
|---|
| 9032 | + max-height: 100%; |
|---|
| 9033 | + box-sizing: border-box; } |
|---|
| 9034 | + [layout="column"] > [flex-lg="30"], |
|---|
| 9035 | + [layout-lg="column"] > [flex-lg="30"] { |
|---|
| 9036 | + flex: 1 1 30%; |
|---|
| 9037 | + max-width: 100%; |
|---|
| 9038 | + max-height: 30%; |
|---|
| 9039 | + box-sizing: border-box; } |
|---|
| 9040 | + [flex-lg="35"] { |
|---|
| 9041 | + flex: 1 1 35%; |
|---|
| 9042 | + max-width: 35%; |
|---|
| 9043 | + max-height: 100%; |
|---|
| 9044 | + box-sizing: border-box; } |
|---|
| 9045 | + [layout="row"] > [flex-lg="35"], |
|---|
| 9046 | + [layout-lg="row"] > [flex-lg="35"] { |
|---|
| 9047 | + flex: 1 1 35%; |
|---|
| 9048 | + max-width: 35%; |
|---|
| 9049 | + max-height: 100%; |
|---|
| 9050 | + box-sizing: border-box; } |
|---|
| 9051 | + [layout="column"] > [flex-lg="35"], |
|---|
| 9052 | + [layout-lg="column"] > [flex-lg="35"] { |
|---|
| 9053 | + flex: 1 1 35%; |
|---|
| 9054 | + max-width: 100%; |
|---|
| 9055 | + max-height: 35%; |
|---|
| 9056 | + box-sizing: border-box; } |
|---|
| 9057 | + [flex-lg="40"] { |
|---|
| 9058 | + flex: 1 1 40%; |
|---|
| 9059 | + max-width: 40%; |
|---|
| 9060 | + max-height: 100%; |
|---|
| 9061 | + box-sizing: border-box; } |
|---|
| 9062 | + [layout="row"] > [flex-lg="40"], |
|---|
| 9063 | + [layout-lg="row"] > [flex-lg="40"] { |
|---|
| 9064 | + flex: 1 1 40%; |
|---|
| 9065 | + max-width: 40%; |
|---|
| 9066 | + max-height: 100%; |
|---|
| 9067 | + box-sizing: border-box; } |
|---|
| 9068 | + [layout="column"] > [flex-lg="40"], |
|---|
| 9069 | + [layout-lg="column"] > [flex-lg="40"] { |
|---|
| 9070 | + flex: 1 1 40%; |
|---|
| 9071 | + max-width: 100%; |
|---|
| 9072 | + max-height: 40%; |
|---|
| 9073 | + box-sizing: border-box; } |
|---|
| 9074 | + [flex-lg="45"] { |
|---|
| 9075 | + flex: 1 1 45%; |
|---|
| 9076 | + max-width: 45%; |
|---|
| 9077 | + max-height: 100%; |
|---|
| 9078 | + box-sizing: border-box; } |
|---|
| 9079 | + [layout="row"] > [flex-lg="45"], |
|---|
| 9080 | + [layout-lg="row"] > [flex-lg="45"] { |
|---|
| 9081 | + flex: 1 1 45%; |
|---|
| 9082 | + max-width: 45%; |
|---|
| 9083 | + max-height: 100%; |
|---|
| 9084 | + box-sizing: border-box; } |
|---|
| 9085 | + [layout="column"] > [flex-lg="45"], |
|---|
| 9086 | + [layout-lg="column"] > [flex-lg="45"] { |
|---|
| 9087 | + flex: 1 1 45%; |
|---|
| 9088 | + max-width: 100%; |
|---|
| 9089 | + max-height: 45%; |
|---|
| 9090 | + box-sizing: border-box; } |
|---|
| 9091 | + [flex-lg="50"] { |
|---|
| 9092 | + flex: 1 1 50%; |
|---|
| 9093 | + max-width: 50%; |
|---|
| 9094 | + max-height: 100%; |
|---|
| 9095 | + box-sizing: border-box; } |
|---|
| 9096 | + [layout="row"] > [flex-lg="50"], |
|---|
| 9097 | + [layout-lg="row"] > [flex-lg="50"] { |
|---|
| 9098 | + flex: 1 1 50%; |
|---|
| 9099 | + max-width: 50%; |
|---|
| 9100 | + max-height: 100%; |
|---|
| 9101 | + box-sizing: border-box; } |
|---|
| 9102 | + [layout="column"] > [flex-lg="50"], |
|---|
| 9103 | + [layout-lg="column"] > [flex-lg="50"] { |
|---|
| 9104 | + flex: 1 1 50%; |
|---|
| 9105 | + max-width: 100%; |
|---|
| 9106 | + max-height: 50%; |
|---|
| 9107 | + box-sizing: border-box; } |
|---|
| 9108 | + [flex-lg="55"] { |
|---|
| 9109 | + flex: 1 1 55%; |
|---|
| 9110 | + max-width: 55%; |
|---|
| 9111 | + max-height: 100%; |
|---|
| 9112 | + box-sizing: border-box; } |
|---|
| 9113 | + [layout="row"] > [flex-lg="55"], |
|---|
| 9114 | + [layout-lg="row"] > [flex-lg="55"] { |
|---|
| 9115 | + flex: 1 1 55%; |
|---|
| 9116 | + max-width: 55%; |
|---|
| 9117 | + max-height: 100%; |
|---|
| 9118 | + box-sizing: border-box; } |
|---|
| 9119 | + [layout="column"] > [flex-lg="55"], |
|---|
| 9120 | + [layout-lg="column"] > [flex-lg="55"] { |
|---|
| 9121 | + flex: 1 1 55%; |
|---|
| 9122 | + max-width: 100%; |
|---|
| 9123 | + max-height: 55%; |
|---|
| 9124 | + box-sizing: border-box; } |
|---|
| 9125 | + [flex-lg="60"] { |
|---|
| 9126 | + flex: 1 1 60%; |
|---|
| 9127 | + max-width: 60%; |
|---|
| 9128 | + max-height: 100%; |
|---|
| 9129 | + box-sizing: border-box; } |
|---|
| 9130 | + [layout="row"] > [flex-lg="60"], |
|---|
| 9131 | + [layout-lg="row"] > [flex-lg="60"] { |
|---|
| 9132 | + flex: 1 1 60%; |
|---|
| 9133 | + max-width: 60%; |
|---|
| 9134 | + max-height: 100%; |
|---|
| 9135 | + box-sizing: border-box; } |
|---|
| 9136 | + [layout="column"] > [flex-lg="60"], |
|---|
| 9137 | + [layout-lg="column"] > [flex-lg="60"] { |
|---|
| 9138 | + flex: 1 1 60%; |
|---|
| 9139 | + max-width: 100%; |
|---|
| 9140 | + max-height: 60%; |
|---|
| 9141 | + box-sizing: border-box; } |
|---|
| 9142 | + [flex-lg="65"] { |
|---|
| 9143 | + flex: 1 1 65%; |
|---|
| 9144 | + max-width: 65%; |
|---|
| 9145 | + max-height: 100%; |
|---|
| 9146 | + box-sizing: border-box; } |
|---|
| 9147 | + [layout="row"] > [flex-lg="65"], |
|---|
| 9148 | + [layout-lg="row"] > [flex-lg="65"] { |
|---|
| 9149 | + flex: 1 1 65%; |
|---|
| 9150 | + max-width: 65%; |
|---|
| 9151 | + max-height: 100%; |
|---|
| 9152 | + box-sizing: border-box; } |
|---|
| 9153 | + [layout="column"] > [flex-lg="65"], |
|---|
| 9154 | + [layout-lg="column"] > [flex-lg="65"] { |
|---|
| 9155 | + flex: 1 1 65%; |
|---|
| 9156 | + max-width: 100%; |
|---|
| 9157 | + max-height: 65%; |
|---|
| 9158 | + box-sizing: border-box; } |
|---|
| 9159 | + [flex-lg="70"] { |
|---|
| 9160 | + flex: 1 1 70%; |
|---|
| 9161 | + max-width: 70%; |
|---|
| 9162 | + max-height: 100%; |
|---|
| 9163 | + box-sizing: border-box; } |
|---|
| 9164 | + [layout="row"] > [flex-lg="70"], |
|---|
| 9165 | + [layout-lg="row"] > [flex-lg="70"] { |
|---|
| 9166 | + flex: 1 1 70%; |
|---|
| 9167 | + max-width: 70%; |
|---|
| 9168 | + max-height: 100%; |
|---|
| 9169 | + box-sizing: border-box; } |
|---|
| 9170 | + [layout="column"] > [flex-lg="70"], |
|---|
| 9171 | + [layout-lg="column"] > [flex-lg="70"] { |
|---|
| 9172 | + flex: 1 1 70%; |
|---|
| 9173 | + max-width: 100%; |
|---|
| 9174 | + max-height: 70%; |
|---|
| 9175 | + box-sizing: border-box; } |
|---|
| 9176 | + [flex-lg="75"] { |
|---|
| 9177 | + flex: 1 1 75%; |
|---|
| 9178 | + max-width: 75%; |
|---|
| 9179 | + max-height: 100%; |
|---|
| 9180 | + box-sizing: border-box; } |
|---|
| 9181 | + [layout="row"] > [flex-lg="75"], |
|---|
| 9182 | + [layout-lg="row"] > [flex-lg="75"] { |
|---|
| 9183 | + flex: 1 1 75%; |
|---|
| 9184 | + max-width: 75%; |
|---|
| 9185 | + max-height: 100%; |
|---|
| 9186 | + box-sizing: border-box; } |
|---|
| 9187 | + [layout="column"] > [flex-lg="75"], |
|---|
| 9188 | + [layout-lg="column"] > [flex-lg="75"] { |
|---|
| 9189 | + flex: 1 1 75%; |
|---|
| 9190 | + max-width: 100%; |
|---|
| 9191 | + max-height: 75%; |
|---|
| 9192 | + box-sizing: border-box; } |
|---|
| 9193 | + [flex-lg="80"] { |
|---|
| 9194 | + flex: 1 1 80%; |
|---|
| 9195 | + max-width: 80%; |
|---|
| 9196 | + max-height: 100%; |
|---|
| 9197 | + box-sizing: border-box; } |
|---|
| 9198 | + [layout="row"] > [flex-lg="80"], |
|---|
| 9199 | + [layout-lg="row"] > [flex-lg="80"] { |
|---|
| 9200 | + flex: 1 1 80%; |
|---|
| 9201 | + max-width: 80%; |
|---|
| 9202 | + max-height: 100%; |
|---|
| 9203 | + box-sizing: border-box; } |
|---|
| 9204 | + [layout="column"] > [flex-lg="80"], |
|---|
| 9205 | + [layout-lg="column"] > [flex-lg="80"] { |
|---|
| 9206 | + flex: 1 1 80%; |
|---|
| 9207 | + max-width: 100%; |
|---|
| 9208 | + max-height: 80%; |
|---|
| 9209 | + box-sizing: border-box; } |
|---|
| 9210 | + [flex-lg="85"] { |
|---|
| 9211 | + flex: 1 1 85%; |
|---|
| 9212 | + max-width: 85%; |
|---|
| 9213 | + max-height: 100%; |
|---|
| 9214 | + box-sizing: border-box; } |
|---|
| 9215 | + [layout="row"] > [flex-lg="85"], |
|---|
| 9216 | + [layout-lg="row"] > [flex-lg="85"] { |
|---|
| 9217 | + flex: 1 1 85%; |
|---|
| 9218 | + max-width: 85%; |
|---|
| 9219 | + max-height: 100%; |
|---|
| 9220 | + box-sizing: border-box; } |
|---|
| 9221 | + [layout="column"] > [flex-lg="85"], |
|---|
| 9222 | + [layout-lg="column"] > [flex-lg="85"] { |
|---|
| 9223 | + flex: 1 1 85%; |
|---|
| 9224 | + max-width: 100%; |
|---|
| 9225 | + max-height: 85%; |
|---|
| 9226 | + box-sizing: border-box; } |
|---|
| 9227 | + [flex-lg="90"] { |
|---|
| 9228 | + flex: 1 1 90%; |
|---|
| 9229 | + max-width: 90%; |
|---|
| 9230 | + max-height: 100%; |
|---|
| 9231 | + box-sizing: border-box; } |
|---|
| 9232 | + [layout="row"] > [flex-lg="90"], |
|---|
| 9233 | + [layout-lg="row"] > [flex-lg="90"] { |
|---|
| 9234 | + flex: 1 1 90%; |
|---|
| 9235 | + max-width: 90%; |
|---|
| 9236 | + max-height: 100%; |
|---|
| 9237 | + box-sizing: border-box; } |
|---|
| 9238 | + [layout="column"] > [flex-lg="90"], |
|---|
| 9239 | + [layout-lg="column"] > [flex-lg="90"] { |
|---|
| 9240 | + flex: 1 1 90%; |
|---|
| 9241 | + max-width: 100%; |
|---|
| 9242 | + max-height: 90%; |
|---|
| 9243 | + box-sizing: border-box; } |
|---|
| 9244 | + [flex-lg="95"] { |
|---|
| 9245 | + flex: 1 1 95%; |
|---|
| 9246 | + max-width: 95%; |
|---|
| 9247 | + max-height: 100%; |
|---|
| 9248 | + box-sizing: border-box; } |
|---|
| 9249 | + [layout="row"] > [flex-lg="95"], |
|---|
| 9250 | + [layout-lg="row"] > [flex-lg="95"] { |
|---|
| 9251 | + flex: 1 1 95%; |
|---|
| 9252 | + max-width: 95%; |
|---|
| 9253 | + max-height: 100%; |
|---|
| 9254 | + box-sizing: border-box; } |
|---|
| 9255 | + [layout="column"] > [flex-lg="95"], |
|---|
| 9256 | + [layout-lg="column"] > [flex-lg="95"] { |
|---|
| 9257 | + flex: 1 1 95%; |
|---|
| 9258 | + max-width: 100%; |
|---|
| 9259 | + max-height: 95%; |
|---|
| 9260 | + box-sizing: border-box; } |
|---|
| 9261 | + [flex-lg="100"] { |
|---|
| 9262 | + flex: 1 1 100%; |
|---|
| 9263 | + max-width: 100%; |
|---|
| 9264 | + max-height: 100%; |
|---|
| 9265 | + box-sizing: border-box; } |
|---|
| 9266 | + [layout="row"] > [flex-lg="100"], |
|---|
| 9267 | + [layout-lg="row"] > [flex-lg="100"] { |
|---|
| 9268 | + flex: 1 1 100%; |
|---|
| 9269 | + max-width: 100%; |
|---|
| 9270 | + max-height: 100%; |
|---|
| 9271 | + box-sizing: border-box; } |
|---|
| 9272 | + [layout="column"] > [flex-lg="100"], |
|---|
| 9273 | + [layout-lg="column"] > [flex-lg="100"] { |
|---|
| 9274 | + flex: 1 1 100%; |
|---|
| 9275 | + max-width: 100%; |
|---|
| 9276 | + max-height: 100%; |
|---|
| 9277 | + box-sizing: border-box; } |
|---|
| 9278 | + [layout="row"] > [flex-lg="33"], [layout="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"], [layout-lg="row"] > [flex-lg="33"] { |
|---|
| 9279 | + flex: 1 1 33%; |
|---|
| 9280 | + max-width: calc(100% / 3); |
|---|
| 9281 | + max-height: 100%; |
|---|
| 9282 | + box-sizing: border-box; } |
|---|
| 9283 | + [layout="row"] > [flex-lg="34"], [layout="row"] > [flex-lg="34"], [layout-lg="row"] > [flex-lg="34"], [layout-lg="row"] > [flex-lg="34"] { |
|---|
| 9284 | + flex: 1 1 34%; |
|---|
| 9285 | + max-width: 34%; |
|---|
| 9286 | + max-height: 100%; |
|---|
| 9287 | + box-sizing: border-box; } |
|---|
| 9288 | + [layout="row"] > [flex-lg="66"], [layout="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"], [layout-lg="row"] > [flex-lg="66"] { |
|---|
| 9289 | + flex: 1 1 66%; |
|---|
| 9290 | + max-width: calc(200% / 3); |
|---|
| 9291 | + max-height: 100%; |
|---|
| 9292 | + box-sizing: border-box; } |
|---|
| 9293 | + [layout="row"] > [flex-lg="67"], [layout="row"] > [flex-lg="67"], [layout-lg="row"] > [flex-lg="67"], [layout-lg="row"] > [flex-lg="67"] { |
|---|
| 9294 | + flex: 1 1 67%; |
|---|
| 9295 | + max-width: 67%; |
|---|
| 9296 | + max-height: 100%; |
|---|
| 9297 | + box-sizing: border-box; } |
|---|
| 9298 | + [layout="column"] > [flex-lg="33"], [layout="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"], [layout-lg="column"] > [flex-lg="33"] { |
|---|
| 9299 | + flex: 1 1 33%; |
|---|
| 9300 | + max-width: 100%; |
|---|
| 9301 | + max-height: calc(100% / 3); |
|---|
| 9302 | + box-sizing: border-box; } |
|---|
| 9303 | + [layout="column"] > [flex-lg="34"], [layout="column"] > [flex-lg="34"], [layout-lg="column"] > [flex-lg="34"], [layout-lg="column"] > [flex-lg="34"] { |
|---|
| 9304 | + flex: 1 1 34%; |
|---|
| 9305 | + max-width: 100%; |
|---|
| 9306 | + max-height: 34%; |
|---|
| 9307 | + box-sizing: border-box; } |
|---|
| 9308 | + [layout="column"] > [flex-lg="66"], [layout="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"], [layout-lg="column"] > [flex-lg="66"] { |
|---|
| 9309 | + flex: 1 1 66%; |
|---|
| 9310 | + max-width: 100%; |
|---|
| 9311 | + max-height: calc(200% / 3); |
|---|
| 9312 | + box-sizing: border-box; } |
|---|
| 9313 | + [layout="column"] > [flex-lg="67"], [layout="column"] > [flex-lg="67"], [layout-lg="column"] > [flex-lg="67"], [layout-lg="column"] > [flex-lg="67"] { |
|---|
| 9314 | + flex: 1 1 67%; |
|---|
| 9315 | + max-width: 100%; |
|---|
| 9316 | + max-height: 67%; |
|---|
| 9317 | + box-sizing: border-box; } |
|---|
| 9318 | + [layout-lg], [layout-lg="column"], [layout-lg="row"] { |
|---|
| 9319 | + box-sizing: border-box; |
|---|
| 9320 | + display: -webkit-box; |
|---|
| 9321 | + display: -webkit-flex; |
|---|
| 9322 | + display: -moz-box; |
|---|
| 9323 | + display: -ms-flexbox; |
|---|
| 9324 | + display: flex; } |
|---|
| 9325 | + [layout-lg="column"] { |
|---|
| 9326 | + flex-direction: column; } |
|---|
| 9327 | + [layout-lg="row"] { |
|---|
| 9328 | + flex-direction: row; } } |
|---|
| 9329 | + |
|---|
| 9330 | +@media (min-width: 1280px) { |
|---|
| 9331 | + [flex-order-gt-lg="-20"] { |
|---|
| 9332 | + order: -20; } |
|---|
| 9333 | + [flex-order-gt-lg="-19"] { |
|---|
| 9334 | + order: -19; } |
|---|
| 9335 | + [flex-order-gt-lg="-18"] { |
|---|
| 9336 | + order: -18; } |
|---|
| 9337 | + [flex-order-gt-lg="-17"] { |
|---|
| 9338 | + order: -17; } |
|---|
| 9339 | + [flex-order-gt-lg="-16"] { |
|---|
| 9340 | + order: -16; } |
|---|
| 9341 | + [flex-order-gt-lg="-15"] { |
|---|
| 9342 | + order: -15; } |
|---|
| 9343 | + [flex-order-gt-lg="-14"] { |
|---|
| 9344 | + order: -14; } |
|---|
| 9345 | + [flex-order-gt-lg="-13"] { |
|---|
| 9346 | + order: -13; } |
|---|
| 9347 | + [flex-order-gt-lg="-12"] { |
|---|
| 9348 | + order: -12; } |
|---|
| 9349 | + [flex-order-gt-lg="-11"] { |
|---|
| 9350 | + order: -11; } |
|---|
| 9351 | + [flex-order-gt-lg="-10"] { |
|---|
| 9352 | + order: -10; } |
|---|
| 9353 | + [flex-order-gt-lg="-9"] { |
|---|
| 9354 | + order: -9; } |
|---|
| 9355 | + [flex-order-gt-lg="-8"] { |
|---|
| 9356 | + order: -8; } |
|---|
| 9357 | + [flex-order-gt-lg="-7"] { |
|---|
| 9358 | + order: -7; } |
|---|
| 9359 | + [flex-order-gt-lg="-6"] { |
|---|
| 9360 | + order: -6; } |
|---|
| 9361 | + [flex-order-gt-lg="-5"] { |
|---|
| 9362 | + order: -5; } |
|---|
| 9363 | + [flex-order-gt-lg="-4"] { |
|---|
| 9364 | + order: -4; } |
|---|
| 9365 | + [flex-order-gt-lg="-3"] { |
|---|
| 9366 | + order: -3; } |
|---|
| 9367 | + [flex-order-gt-lg="-2"] { |
|---|
| 9368 | + order: -2; } |
|---|
| 9369 | + [flex-order-gt-lg="-1"] { |
|---|
| 9370 | + order: -1; } |
|---|
| 9371 | + [flex-order-gt-lg="0"] { |
|---|
| 9372 | + order: 0; } |
|---|
| 9373 | + [flex-order-gt-lg="1"] { |
|---|
| 9374 | + order: 1; } |
|---|
| 9375 | + [flex-order-gt-lg="2"] { |
|---|
| 9376 | + order: 2; } |
|---|
| 9377 | + [flex-order-gt-lg="3"] { |
|---|
| 9378 | + order: 3; } |
|---|
| 9379 | + [flex-order-gt-lg="4"] { |
|---|
| 9380 | + order: 4; } |
|---|
| 9381 | + [flex-order-gt-lg="5"] { |
|---|
| 9382 | + order: 5; } |
|---|
| 9383 | + [flex-order-gt-lg="6"] { |
|---|
| 9384 | + order: 6; } |
|---|
| 9385 | + [flex-order-gt-lg="7"] { |
|---|
| 9386 | + order: 7; } |
|---|
| 9387 | + [flex-order-gt-lg="8"] { |
|---|
| 9388 | + order: 8; } |
|---|
| 9389 | + [flex-order-gt-lg="9"] { |
|---|
| 9390 | + order: 9; } |
|---|
| 9391 | + [flex-order-gt-lg="10"] { |
|---|
| 9392 | + order: 10; } |
|---|
| 9393 | + [flex-order-gt-lg="11"] { |
|---|
| 9394 | + order: 11; } |
|---|
| 9395 | + [flex-order-gt-lg="12"] { |
|---|
| 9396 | + order: 12; } |
|---|
| 9397 | + [flex-order-gt-lg="13"] { |
|---|
| 9398 | + order: 13; } |
|---|
| 9399 | + [flex-order-gt-lg="14"] { |
|---|
| 9400 | + order: 14; } |
|---|
| 9401 | + [flex-order-gt-lg="15"] { |
|---|
| 9402 | + order: 15; } |
|---|
| 9403 | + [flex-order-gt-lg="16"] { |
|---|
| 9404 | + order: 16; } |
|---|
| 9405 | + [flex-order-gt-lg="17"] { |
|---|
| 9406 | + order: 17; } |
|---|
| 9407 | + [flex-order-gt-lg="18"] { |
|---|
| 9408 | + order: 18; } |
|---|
| 9409 | + [flex-order-gt-lg="19"] { |
|---|
| 9410 | + order: 19; } |
|---|
| 9411 | + [flex-order-gt-lg="20"] { |
|---|
| 9412 | + order: 20; } |
|---|
| 9413 | + [flex-offset-gt-lg="0"] { |
|---|
| 9414 | + margin-left: 0%; } |
|---|
| 9415 | + [flex-offset-gt-lg="5"] { |
|---|
| 9416 | + margin-left: 5%; } |
|---|
| 9417 | + [flex-offset-gt-lg="10"] { |
|---|
| 9418 | + margin-left: 10%; } |
|---|
| 9419 | + [flex-offset-gt-lg="15"] { |
|---|
| 9420 | + margin-left: 15%; } |
|---|
| 9421 | + [flex-offset-gt-lg="20"] { |
|---|
| 9422 | + margin-left: 20%; } |
|---|
| 9423 | + [flex-offset-gt-lg="25"] { |
|---|
| 9424 | + margin-left: 25%; } |
|---|
| 9425 | + [flex-offset-gt-lg="30"] { |
|---|
| 9426 | + margin-left: 30%; } |
|---|
| 9427 | + [flex-offset-gt-lg="35"] { |
|---|
| 9428 | + margin-left: 35%; } |
|---|
| 9429 | + [flex-offset-gt-lg="40"] { |
|---|
| 9430 | + margin-left: 40%; } |
|---|
| 9431 | + [flex-offset-gt-lg="45"] { |
|---|
| 9432 | + margin-left: 45%; } |
|---|
| 9433 | + [flex-offset-gt-lg="50"] { |
|---|
| 9434 | + margin-left: 50%; } |
|---|
| 9435 | + [flex-offset-gt-lg="55"] { |
|---|
| 9436 | + margin-left: 55%; } |
|---|
| 9437 | + [flex-offset-gt-lg="60"] { |
|---|
| 9438 | + margin-left: 60%; } |
|---|
| 9439 | + [flex-offset-gt-lg="65"] { |
|---|
| 9440 | + margin-left: 65%; } |
|---|
| 9441 | + [flex-offset-gt-lg="70"] { |
|---|
| 9442 | + margin-left: 70%; } |
|---|
| 9443 | + [flex-offset-gt-lg="75"] { |
|---|
| 9444 | + margin-left: 75%; } |
|---|
| 9445 | + [flex-offset-gt-lg="80"] { |
|---|
| 9446 | + margin-left: 80%; } |
|---|
| 9447 | + [flex-offset-gt-lg="85"] { |
|---|
| 9448 | + margin-left: 85%; } |
|---|
| 9449 | + [flex-offset-gt-lg="90"] { |
|---|
| 9450 | + margin-left: 90%; } |
|---|
| 9451 | + [flex-offset-gt-lg="95"] { |
|---|
| 9452 | + margin-left: 95%; } |
|---|
| 9453 | + [flex-offset-gt-lg="33"] { |
|---|
| 9454 | + margin-left: calc(100% / 3); } |
|---|
| 9455 | + [flex-offset-gt-lg="66"] { |
|---|
| 9456 | + margin-left: calc(200% / 3); } |
|---|
| 9457 | + [layout-align-gt-lg], |
|---|
| 9458 | + [layout-align-gt-lg="start stretch"] { |
|---|
| 9459 | + justify-content: flex-start; |
|---|
| 9460 | + align-content: stretch; |
|---|
| 9461 | + align-items: stretch; } |
|---|
| 9462 | + [layout-align-gt-lg="start"], |
|---|
| 9463 | + [layout-align-gt-lg="start start"], |
|---|
| 9464 | + [layout-align-gt-lg="start center"], |
|---|
| 9465 | + [layout-align-gt-lg="start end"], |
|---|
| 9466 | + [layout-align-gt-lg="start stretch"] { |
|---|
| 9467 | + justify-content: start; } |
|---|
| 9468 | + [layout-align-gt-lg="center"], |
|---|
| 9469 | + [layout-align-gt-lg="center start"], |
|---|
| 9470 | + [layout-align-gt-lg="center center"], |
|---|
| 9471 | + [layout-align-gt-lg="center end"], |
|---|
| 9472 | + [layout-align-gt-lg="center stretch"] { |
|---|
| 9473 | + justify-content: center; } |
|---|
| 9474 | + [layout-align-gt-lg="end"], |
|---|
| 9475 | + [layout-align-gt-lg="end center"], |
|---|
| 9476 | + [layout-align-gt-lg="end start"], |
|---|
| 9477 | + [layout-align-gt-lg="end end"], |
|---|
| 9478 | + [layout-align-gt-lg="end stretch"] { |
|---|
| 9479 | + justify-content: flex-end; } |
|---|
| 9480 | + [layout-align-gt-lg="space-around"], |
|---|
| 9481 | + [layout-align-gt-lg="space-around center"], |
|---|
| 9482 | + [layout-align-gt-lg="space-around start"], |
|---|
| 9483 | + [layout-align-gt-lg="space-around end"], |
|---|
| 9484 | + [layout-align-gt-lg="space-around stretch"] { |
|---|
| 9485 | + justify-content: space-around; } |
|---|
| 9486 | + [layout-align-gt-lg="space-between"], |
|---|
| 9487 | + [layout-align-gt-lg="space-between center"], |
|---|
| 9488 | + [layout-align-gt-lg="space-between start"], |
|---|
| 9489 | + [layout-align-gt-lg="space-between end"], |
|---|
| 9490 | + [layout-align-gt-lg="space-between stretch"] { |
|---|
| 9491 | + justify-content: space-between; } |
|---|
| 9492 | + [layout-align-gt-lg="start start"], |
|---|
| 9493 | + [layout-align-gt-lg="center start"], |
|---|
| 9494 | + [layout-align-gt-lg="end start"], |
|---|
| 9495 | + [layout-align-gt-lg="space-between start"], |
|---|
| 9496 | + [layout-align-gt-lg="space-around start"] { |
|---|
| 9497 | + align-items: flex-start; |
|---|
| 9498 | + align-content: flex-start; } |
|---|
| 9499 | + [layout-align-gt-lg="start center"], |
|---|
| 9500 | + [layout-align-gt-lg="center center"], |
|---|
| 9501 | + [layout-align-gt-lg="end center"], |
|---|
| 9502 | + [layout-align-gt-lg="space-between center"], |
|---|
| 9503 | + [layout-align-gt-lg="space-around center"] { |
|---|
| 9504 | + align-items: center; |
|---|
| 9505 | + align-content: center; |
|---|
| 9506 | + max-width: 100%; } |
|---|
| 9507 | + [layout-align-gt-lg="start center"] > *, |
|---|
| 9508 | + [layout-align-gt-lg="center center"] > *, |
|---|
| 9509 | + [layout-align-gt-lg="end center"] > *, |
|---|
| 9510 | + [layout-align-gt-lg="space-between center"] > *, |
|---|
| 9511 | + [layout-align-gt-lg="space-around center"] > * { |
|---|
| 9512 | + max-width: 100%; |
|---|
| 9513 | + box-sizing: border-box; } |
|---|
| 9514 | + [layout-align-gt-lg="start end"], |
|---|
| 9515 | + [layout-align-gt-lg="center end"], |
|---|
| 9516 | + [layout-align-gt-lg="end end"], |
|---|
| 9517 | + [layout-align-gt-lg="space-between end"], |
|---|
| 9518 | + [layout-align-gt-lg="space-around end"] { |
|---|
| 9519 | + align-items: flex-end; |
|---|
| 9520 | + align-content: flex-end; } |
|---|
| 9521 | + [layout-align-gt-lg="start stretch"], |
|---|
| 9522 | + [layout-align-gt-lg="center stretch"], |
|---|
| 9523 | + [layout-align-gt-lg="end stretch"], |
|---|
| 9524 | + [layout-align-gt-lg="space-between stretch"], |
|---|
| 9525 | + [layout-align-gt-lg="space-around stretch"] { |
|---|
| 9526 | + align-items: stretch; |
|---|
| 9527 | + align-content: stretch; } |
|---|
| 9528 | + [flex-gt-lg] { |
|---|
| 9529 | + flex: 1; |
|---|
| 9530 | + box-sizing: border-box; } } |
|---|
| 9531 | + |
|---|
| 9532 | +@media screen\0 and (min-width: 1280px) { |
|---|
| 9533 | + [flex-gt-lg] { |
|---|
| 9534 | + flex: 1 1 0%; } } |
|---|
| 9535 | + |
|---|
| 9536 | +@media (min-width: 1280px) { |
|---|
| 9537 | + [flex-gt-lg-grow] { |
|---|
| 9538 | + flex: 1 1 100%; |
|---|
| 9539 | + box-sizing: border-box; } |
|---|
| 9540 | + [flex-gt-lg-initial] { |
|---|
| 9541 | + flex: 0 1 auto; |
|---|
| 9542 | + box-sizing: border-box; } |
|---|
| 9543 | + [flex-gt-lg-auto] { |
|---|
| 9544 | + flex: 1 1 auto; |
|---|
| 9545 | + box-sizing: border-box; } |
|---|
| 9546 | + [flex-gt-lg-none] { |
|---|
| 9547 | + flex: 0 0 auto; |
|---|
| 9548 | + box-sizing: border-box; } |
|---|
| 9549 | + [flex-gt-lg-noshrink] { |
|---|
| 9550 | + flex: 1 0 auto; |
|---|
| 9551 | + box-sizing: border-box; } |
|---|
| 9552 | + [flex-gt-lg-nogrow] { |
|---|
| 9553 | + flex: 0 1 auto; |
|---|
| 9554 | + box-sizing: border-box; } |
|---|
| 9555 | + [flex-gt-lg="0"] { |
|---|
| 9556 | + flex: 1 1 0%; |
|---|
| 9557 | + max-width: 0%; |
|---|
| 9558 | + max-height: 100%; |
|---|
| 9559 | + box-sizing: border-box; } |
|---|
| 9560 | + [layout="row"] > [flex-gt-lg="0"], |
|---|
| 9561 | + [layout-gt-lg="row"] > [flex-gt-lg="0"] { |
|---|
| 9562 | + flex: 1 1 0%; |
|---|
| 9563 | + max-width: 0%; |
|---|
| 9564 | + max-height: 100%; |
|---|
| 9565 | + box-sizing: border-box; } |
|---|
| 9566 | + [layout="column"] > [flex-gt-lg="0"], |
|---|
| 9567 | + [layout-gt-lg="column"] > [flex-gt-lg="0"] { |
|---|
| 9568 | + flex: 1 1 0%; |
|---|
| 9569 | + max-width: 100%; |
|---|
| 9570 | + max-height: 0%; |
|---|
| 9571 | + box-sizing: border-box; } |
|---|
| 9572 | + [flex-gt-lg="5"] { |
|---|
| 9573 | + flex: 1 1 5%; |
|---|
| 9574 | + max-width: 5%; |
|---|
| 9575 | + max-height: 100%; |
|---|
| 9576 | + box-sizing: border-box; } |
|---|
| 9577 | + [layout="row"] > [flex-gt-lg="5"], |
|---|
| 9578 | + [layout-gt-lg="row"] > [flex-gt-lg="5"] { |
|---|
| 9579 | + flex: 1 1 5%; |
|---|
| 9580 | + max-width: 5%; |
|---|
| 9581 | + max-height: 100%; |
|---|
| 9582 | + box-sizing: border-box; } |
|---|
| 9583 | + [layout="column"] > [flex-gt-lg="5"], |
|---|
| 9584 | + [layout-gt-lg="column"] > [flex-gt-lg="5"] { |
|---|
| 9585 | + flex: 1 1 5%; |
|---|
| 9586 | + max-width: 100%; |
|---|
| 9587 | + max-height: 5%; |
|---|
| 9588 | + box-sizing: border-box; } |
|---|
| 9589 | + [flex-gt-lg="10"] { |
|---|
| 9590 | + flex: 1 1 10%; |
|---|
| 9591 | + max-width: 10%; |
|---|
| 9592 | + max-height: 100%; |
|---|
| 9593 | + box-sizing: border-box; } |
|---|
| 9594 | + [layout="row"] > [flex-gt-lg="10"], |
|---|
| 9595 | + [layout-gt-lg="row"] > [flex-gt-lg="10"] { |
|---|
| 9596 | + flex: 1 1 10%; |
|---|
| 9597 | + max-width: 10%; |
|---|
| 9598 | + max-height: 100%; |
|---|
| 9599 | + box-sizing: border-box; } |
|---|
| 9600 | + [layout="column"] > [flex-gt-lg="10"], |
|---|
| 9601 | + [layout-gt-lg="column"] > [flex-gt-lg="10"] { |
|---|
| 9602 | + flex: 1 1 10%; |
|---|
| 9603 | + max-width: 100%; |
|---|
| 9604 | + max-height: 10%; |
|---|
| 9605 | + box-sizing: border-box; } |
|---|
| 9606 | + [flex-gt-lg="15"] { |
|---|
| 9607 | + flex: 1 1 15%; |
|---|
| 9608 | + max-width: 15%; |
|---|
| 9609 | + max-height: 100%; |
|---|
| 9610 | + box-sizing: border-box; } |
|---|
| 9611 | + [layout="row"] > [flex-gt-lg="15"], |
|---|
| 9612 | + [layout-gt-lg="row"] > [flex-gt-lg="15"] { |
|---|
| 9613 | + flex: 1 1 15%; |
|---|
| 9614 | + max-width: 15%; |
|---|
| 9615 | + max-height: 100%; |
|---|
| 9616 | + box-sizing: border-box; } |
|---|
| 9617 | + [layout="column"] > [flex-gt-lg="15"], |
|---|
| 9618 | + [layout-gt-lg="column"] > [flex-gt-lg="15"] { |
|---|
| 9619 | + flex: 1 1 15%; |
|---|
| 9620 | + max-width: 100%; |
|---|
| 9621 | + max-height: 15%; |
|---|
| 9622 | + box-sizing: border-box; } |
|---|
| 9623 | + [flex-gt-lg="20"] { |
|---|
| 9624 | + flex: 1 1 20%; |
|---|
| 9625 | + max-width: 20%; |
|---|
| 9626 | + max-height: 100%; |
|---|
| 9627 | + box-sizing: border-box; } |
|---|
| 9628 | + [layout="row"] > [flex-gt-lg="20"], |
|---|
| 9629 | + [layout-gt-lg="row"] > [flex-gt-lg="20"] { |
|---|
| 9630 | + flex: 1 1 20%; |
|---|
| 9631 | + max-width: 20%; |
|---|
| 9632 | + max-height: 100%; |
|---|
| 9633 | + box-sizing: border-box; } |
|---|
| 9634 | + [layout="column"] > [flex-gt-lg="20"], |
|---|
| 9635 | + [layout-gt-lg="column"] > [flex-gt-lg="20"] { |
|---|
| 9636 | + flex: 1 1 20%; |
|---|
| 9637 | + max-width: 100%; |
|---|
| 9638 | + max-height: 20%; |
|---|
| 9639 | + box-sizing: border-box; } |
|---|
| 9640 | + [flex-gt-lg="25"] { |
|---|
| 9641 | + flex: 1 1 25%; |
|---|
| 9642 | + max-width: 25%; |
|---|
| 9643 | + max-height: 100%; |
|---|
| 9644 | + box-sizing: border-box; } |
|---|
| 9645 | + [layout="row"] > [flex-gt-lg="25"], |
|---|
| 9646 | + [layout-gt-lg="row"] > [flex-gt-lg="25"] { |
|---|
| 9647 | + flex: 1 1 25%; |
|---|
| 9648 | + max-width: 25%; |
|---|
| 9649 | + max-height: 100%; |
|---|
| 9650 | + box-sizing: border-box; } |
|---|
| 9651 | + [layout="column"] > [flex-gt-lg="25"], |
|---|
| 9652 | + [layout-gt-lg="column"] > [flex-gt-lg="25"] { |
|---|
| 9653 | + flex: 1 1 25%; |
|---|
| 9654 | + max-width: 100%; |
|---|
| 9655 | + max-height: 25%; |
|---|
| 9656 | + box-sizing: border-box; } |
|---|
| 9657 | + [flex-gt-lg="30"] { |
|---|
| 9658 | + flex: 1 1 30%; |
|---|
| 9659 | + max-width: 30%; |
|---|
| 9660 | + max-height: 100%; |
|---|
| 9661 | + box-sizing: border-box; } |
|---|
| 9662 | + [layout="row"] > [flex-gt-lg="30"], |
|---|
| 9663 | + [layout-gt-lg="row"] > [flex-gt-lg="30"] { |
|---|
| 9664 | + flex: 1 1 30%; |
|---|
| 9665 | + max-width: 30%; |
|---|
| 9666 | + max-height: 100%; |
|---|
| 9667 | + box-sizing: border-box; } |
|---|
| 9668 | + [layout="column"] > [flex-gt-lg="30"], |
|---|
| 9669 | + [layout-gt-lg="column"] > [flex-gt-lg="30"] { |
|---|
| 9670 | + flex: 1 1 30%; |
|---|
| 9671 | + max-width: 100%; |
|---|
| 9672 | + max-height: 30%; |
|---|
| 9673 | + box-sizing: border-box; } |
|---|
| 9674 | + [flex-gt-lg="35"] { |
|---|
| 9675 | + flex: 1 1 35%; |
|---|
| 9676 | + max-width: 35%; |
|---|
| 9677 | + max-height: 100%; |
|---|
| 9678 | + box-sizing: border-box; } |
|---|
| 9679 | + [layout="row"] > [flex-gt-lg="35"], |
|---|
| 9680 | + [layout-gt-lg="row"] > [flex-gt-lg="35"] { |
|---|
| 9681 | + flex: 1 1 35%; |
|---|
| 9682 | + max-width: 35%; |
|---|
| 9683 | + max-height: 100%; |
|---|
| 9684 | + box-sizing: border-box; } |
|---|
| 9685 | + [layout="column"] > [flex-gt-lg="35"], |
|---|
| 9686 | + [layout-gt-lg="column"] > [flex-gt-lg="35"] { |
|---|
| 9687 | + flex: 1 1 35%; |
|---|
| 9688 | + max-width: 100%; |
|---|
| 9689 | + max-height: 35%; |
|---|
| 9690 | + box-sizing: border-box; } |
|---|
| 9691 | + [flex-gt-lg="40"] { |
|---|
| 9692 | + flex: 1 1 40%; |
|---|
| 9693 | + max-width: 40%; |
|---|
| 9694 | + max-height: 100%; |
|---|
| 9695 | + box-sizing: border-box; } |
|---|
| 9696 | + [layout="row"] > [flex-gt-lg="40"], |
|---|
| 9697 | + [layout-gt-lg="row"] > [flex-gt-lg="40"] { |
|---|
| 9698 | + flex: 1 1 40%; |
|---|
| 9699 | + max-width: 40%; |
|---|
| 9700 | + max-height: 100%; |
|---|
| 9701 | + box-sizing: border-box; } |
|---|
| 9702 | + [layout="column"] > [flex-gt-lg="40"], |
|---|
| 9703 | + [layout-gt-lg="column"] > [flex-gt-lg="40"] { |
|---|
| 9704 | + flex: 1 1 40%; |
|---|
| 9705 | + max-width: 100%; |
|---|
| 9706 | + max-height: 40%; |
|---|
| 9707 | + box-sizing: border-box; } |
|---|
| 9708 | + [flex-gt-lg="45"] { |
|---|
| 9709 | + flex: 1 1 45%; |
|---|
| 9710 | + max-width: 45%; |
|---|
| 9711 | + max-height: 100%; |
|---|
| 9712 | + box-sizing: border-box; } |
|---|
| 9713 | + [layout="row"] > [flex-gt-lg="45"], |
|---|
| 9714 | + [layout-gt-lg="row"] > [flex-gt-lg="45"] { |
|---|
| 9715 | + flex: 1 1 45%; |
|---|
| 9716 | + max-width: 45%; |
|---|
| 9717 | + max-height: 100%; |
|---|
| 9718 | + box-sizing: border-box; } |
|---|
| 9719 | + [layout="column"] > [flex-gt-lg="45"], |
|---|
| 9720 | + [layout-gt-lg="column"] > [flex-gt-lg="45"] { |
|---|
| 9721 | + flex: 1 1 45%; |
|---|
| 9722 | + max-width: 100%; |
|---|
| 9723 | + max-height: 45%; |
|---|
| 9724 | + box-sizing: border-box; } |
|---|
| 9725 | + [flex-gt-lg="50"] { |
|---|
| 9726 | + flex: 1 1 50%; |
|---|
| 9727 | + max-width: 50%; |
|---|
| 9728 | + max-height: 100%; |
|---|
| 9729 | + box-sizing: border-box; } |
|---|
| 9730 | + [layout="row"] > [flex-gt-lg="50"], |
|---|
| 9731 | + [layout-gt-lg="row"] > [flex-gt-lg="50"] { |
|---|
| 9732 | + flex: 1 1 50%; |
|---|
| 9733 | + max-width: 50%; |
|---|
| 9734 | + max-height: 100%; |
|---|
| 9735 | + box-sizing: border-box; } |
|---|
| 9736 | + [layout="column"] > [flex-gt-lg="50"], |
|---|
| 9737 | + [layout-gt-lg="column"] > [flex-gt-lg="50"] { |
|---|
| 9738 | + flex: 1 1 50%; |
|---|
| 9739 | + max-width: 100%; |
|---|
| 9740 | + max-height: 50%; |
|---|
| 9741 | + box-sizing: border-box; } |
|---|
| 9742 | + [flex-gt-lg="55"] { |
|---|
| 9743 | + flex: 1 1 55%; |
|---|
| 9744 | + max-width: 55%; |
|---|
| 9745 | + max-height: 100%; |
|---|
| 9746 | + box-sizing: border-box; } |
|---|
| 9747 | + [layout="row"] > [flex-gt-lg="55"], |
|---|
| 9748 | + [layout-gt-lg="row"] > [flex-gt-lg="55"] { |
|---|
| 9749 | + flex: 1 1 55%; |
|---|
| 9750 | + max-width: 55%; |
|---|
| 9751 | + max-height: 100%; |
|---|
| 9752 | + box-sizing: border-box; } |
|---|
| 9753 | + [layout="column"] > [flex-gt-lg="55"], |
|---|
| 9754 | + [layout-gt-lg="column"] > [flex-gt-lg="55"] { |
|---|
| 9755 | + flex: 1 1 55%; |
|---|
| 9756 | + max-width: 100%; |
|---|
| 9757 | + max-height: 55%; |
|---|
| 9758 | + box-sizing: border-box; } |
|---|
| 9759 | + [flex-gt-lg="60"] { |
|---|
| 9760 | + flex: 1 1 60%; |
|---|
| 9761 | + max-width: 60%; |
|---|
| 9762 | + max-height: 100%; |
|---|
| 9763 | + box-sizing: border-box; } |
|---|
| 9764 | + [layout="row"] > [flex-gt-lg="60"], |
|---|
| 9765 | + [layout-gt-lg="row"] > [flex-gt-lg="60"] { |
|---|
| 9766 | + flex: 1 1 60%; |
|---|
| 9767 | + max-width: 60%; |
|---|
| 9768 | + max-height: 100%; |
|---|
| 9769 | + box-sizing: border-box; } |
|---|
| 9770 | + [layout="column"] > [flex-gt-lg="60"], |
|---|
| 9771 | + [layout-gt-lg="column"] > [flex-gt-lg="60"] { |
|---|
| 9772 | + flex: 1 1 60%; |
|---|
| 9773 | + max-width: 100%; |
|---|
| 9774 | + max-height: 60%; |
|---|
| 9775 | + box-sizing: border-box; } |
|---|
| 9776 | + [flex-gt-lg="65"] { |
|---|
| 9777 | + flex: 1 1 65%; |
|---|
| 9778 | + max-width: 65%; |
|---|
| 9779 | + max-height: 100%; |
|---|
| 9780 | + box-sizing: border-box; } |
|---|
| 9781 | + [layout="row"] > [flex-gt-lg="65"], |
|---|
| 9782 | + [layout-gt-lg="row"] > [flex-gt-lg="65"] { |
|---|
| 9783 | + flex: 1 1 65%; |
|---|
| 9784 | + max-width: 65%; |
|---|
| 9785 | + max-height: 100%; |
|---|
| 9786 | + box-sizing: border-box; } |
|---|
| 9787 | + [layout="column"] > [flex-gt-lg="65"], |
|---|
| 9788 | + [layout-gt-lg="column"] > [flex-gt-lg="65"] { |
|---|
| 9789 | + flex: 1 1 65%; |
|---|
| 9790 | + max-width: 100%; |
|---|
| 9791 | + max-height: 65%; |
|---|
| 9792 | + box-sizing: border-box; } |
|---|
| 9793 | + [flex-gt-lg="70"] { |
|---|
| 9794 | + flex: 1 1 70%; |
|---|
| 9795 | + max-width: 70%; |
|---|
| 9796 | + max-height: 100%; |
|---|
| 9797 | + box-sizing: border-box; } |
|---|
| 9798 | + [layout="row"] > [flex-gt-lg="70"], |
|---|
| 9799 | + [layout-gt-lg="row"] > [flex-gt-lg="70"] { |
|---|
| 9800 | + flex: 1 1 70%; |
|---|
| 9801 | + max-width: 70%; |
|---|
| 9802 | + max-height: 100%; |
|---|
| 9803 | + box-sizing: border-box; } |
|---|
| 9804 | + [layout="column"] > [flex-gt-lg="70"], |
|---|
| 9805 | + [layout-gt-lg="column"] > [flex-gt-lg="70"] { |
|---|
| 9806 | + flex: 1 1 70%; |
|---|
| 9807 | + max-width: 100%; |
|---|
| 9808 | + max-height: 70%; |
|---|
| 9809 | + box-sizing: border-box; } |
|---|
| 9810 | + [flex-gt-lg="75"] { |
|---|
| 9811 | + flex: 1 1 75%; |
|---|
| 9812 | + max-width: 75%; |
|---|
| 9813 | + max-height: 100%; |
|---|
| 9814 | + box-sizing: border-box; } |
|---|
| 9815 | + [layout="row"] > [flex-gt-lg="75"], |
|---|
| 9816 | + [layout-gt-lg="row"] > [flex-gt-lg="75"] { |
|---|
| 9817 | + flex: 1 1 75%; |
|---|
| 9818 | + max-width: 75%; |
|---|
| 9819 | + max-height: 100%; |
|---|
| 9820 | + box-sizing: border-box; } |
|---|
| 9821 | + [layout="column"] > [flex-gt-lg="75"], |
|---|
| 9822 | + [layout-gt-lg="column"] > [flex-gt-lg="75"] { |
|---|
| 9823 | + flex: 1 1 75%; |
|---|
| 9824 | + max-width: 100%; |
|---|
| 9825 | + max-height: 75%; |
|---|
| 9826 | + box-sizing: border-box; } |
|---|
| 9827 | + [flex-gt-lg="80"] { |
|---|
| 9828 | + flex: 1 1 80%; |
|---|
| 9829 | + max-width: 80%; |
|---|
| 9830 | + max-height: 100%; |
|---|
| 9831 | + box-sizing: border-box; } |
|---|
| 9832 | + [layout="row"] > [flex-gt-lg="80"], |
|---|
| 9833 | + [layout-gt-lg="row"] > [flex-gt-lg="80"] { |
|---|
| 9834 | + flex: 1 1 80%; |
|---|
| 9835 | + max-width: 80%; |
|---|
| 9836 | + max-height: 100%; |
|---|
| 9837 | + box-sizing: border-box; } |
|---|
| 9838 | + [layout="column"] > [flex-gt-lg="80"], |
|---|
| 9839 | + [layout-gt-lg="column"] > [flex-gt-lg="80"] { |
|---|
| 9840 | + flex: 1 1 80%; |
|---|
| 9841 | + max-width: 100%; |
|---|
| 9842 | + max-height: 80%; |
|---|
| 9843 | + box-sizing: border-box; } |
|---|
| 9844 | + [flex-gt-lg="85"] { |
|---|
| 9845 | + flex: 1 1 85%; |
|---|
| 9846 | + max-width: 85%; |
|---|
| 9847 | + max-height: 100%; |
|---|
| 9848 | + box-sizing: border-box; } |
|---|
| 9849 | + [layout="row"] > [flex-gt-lg="85"], |
|---|
| 9850 | + [layout-gt-lg="row"] > [flex-gt-lg="85"] { |
|---|
| 9851 | + flex: 1 1 85%; |
|---|
| 9852 | + max-width: 85%; |
|---|
| 9853 | + max-height: 100%; |
|---|
| 9854 | + box-sizing: border-box; } |
|---|
| 9855 | + [layout="column"] > [flex-gt-lg="85"], |
|---|
| 9856 | + [layout-gt-lg="column"] > [flex-gt-lg="85"] { |
|---|
| 9857 | + flex: 1 1 85%; |
|---|
| 9858 | + max-width: 100%; |
|---|
| 9859 | + max-height: 85%; |
|---|
| 9860 | + box-sizing: border-box; } |
|---|
| 9861 | + [flex-gt-lg="90"] { |
|---|
| 9862 | + flex: 1 1 90%; |
|---|
| 9863 | + max-width: 90%; |
|---|
| 9864 | + max-height: 100%; |
|---|
| 9865 | + box-sizing: border-box; } |
|---|
| 9866 | + [layout="row"] > [flex-gt-lg="90"], |
|---|
| 9867 | + [layout-gt-lg="row"] > [flex-gt-lg="90"] { |
|---|
| 9868 | + flex: 1 1 90%; |
|---|
| 9869 | + max-width: 90%; |
|---|
| 9870 | + max-height: 100%; |
|---|
| 9871 | + box-sizing: border-box; } |
|---|
| 9872 | + [layout="column"] > [flex-gt-lg="90"], |
|---|
| 9873 | + [layout-gt-lg="column"] > [flex-gt-lg="90"] { |
|---|
| 9874 | + flex: 1 1 90%; |
|---|
| 9875 | + max-width: 100%; |
|---|
| 9876 | + max-height: 90%; |
|---|
| 9877 | + box-sizing: border-box; } |
|---|
| 9878 | + [flex-gt-lg="95"] { |
|---|
| 9879 | + flex: 1 1 95%; |
|---|
| 9880 | + max-width: 95%; |
|---|
| 9881 | + max-height: 100%; |
|---|
| 9882 | + box-sizing: border-box; } |
|---|
| 9883 | + [layout="row"] > [flex-gt-lg="95"], |
|---|
| 9884 | + [layout-gt-lg="row"] > [flex-gt-lg="95"] { |
|---|
| 9885 | + flex: 1 1 95%; |
|---|
| 9886 | + max-width: 95%; |
|---|
| 9887 | + max-height: 100%; |
|---|
| 9888 | + box-sizing: border-box; } |
|---|
| 9889 | + [layout="column"] > [flex-gt-lg="95"], |
|---|
| 9890 | + [layout-gt-lg="column"] > [flex-gt-lg="95"] { |
|---|
| 9891 | + flex: 1 1 95%; |
|---|
| 9892 | + max-width: 100%; |
|---|
| 9893 | + max-height: 95%; |
|---|
| 9894 | + box-sizing: border-box; } |
|---|
| 9895 | + [flex-gt-lg="100"] { |
|---|
| 9896 | + flex: 1 1 100%; |
|---|
| 9897 | + max-width: 100%; |
|---|
| 9898 | + max-height: 100%; |
|---|
| 9899 | + box-sizing: border-box; } |
|---|
| 9900 | + [layout="row"] > [flex-gt-lg="100"], |
|---|
| 9901 | + [layout-gt-lg="row"] > [flex-gt-lg="100"] { |
|---|
| 9902 | + flex: 1 1 100%; |
|---|
| 9903 | + max-width: 100%; |
|---|
| 9904 | + max-height: 100%; |
|---|
| 9905 | + box-sizing: border-box; } |
|---|
| 9906 | + [layout="column"] > [flex-gt-lg="100"], |
|---|
| 9907 | + [layout-gt-lg="column"] > [flex-gt-lg="100"] { |
|---|
| 9908 | + flex: 1 1 100%; |
|---|
| 9909 | + max-width: 100%; |
|---|
| 9910 | + max-height: 100%; |
|---|
| 9911 | + box-sizing: border-box; } |
|---|
| 9912 | + [layout="row"] > [flex-gt-lg="33"], [layout="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"], [layout-gt-lg="row"] > [flex-gt-lg="33"] { |
|---|
| 9913 | + flex: 1 1 33%; |
|---|
| 9914 | + max-width: calc(100% / 3); |
|---|
| 9915 | + max-height: 100%; |
|---|
| 9916 | + box-sizing: border-box; } |
|---|
| 9917 | + [layout="row"] > [flex-gt-lg="34"], [layout="row"] > [flex-gt-lg="34"], [layout-gt-lg="row"] > [flex-gt-lg="34"], [layout-gt-lg="row"] > [flex-gt-lg="34"] { |
|---|
| 9918 | + flex: 1 1 34%; |
|---|
| 9919 | + max-width: 34%; |
|---|
| 9920 | + max-height: 100%; |
|---|
| 9921 | + box-sizing: border-box; } |
|---|
| 9922 | + [layout="row"] > [flex-gt-lg="66"], [layout="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"], [layout-gt-lg="row"] > [flex-gt-lg="66"] { |
|---|
| 9923 | + flex: 1 1 66%; |
|---|
| 9924 | + max-width: calc(200% / 3); |
|---|
| 9925 | + max-height: 100%; |
|---|
| 9926 | + box-sizing: border-box; } |
|---|
| 9927 | + [layout="row"] > [flex-gt-lg="67"], [layout="row"] > [flex-gt-lg="67"], [layout-gt-lg="row"] > [flex-gt-lg="67"], [layout-gt-lg="row"] > [flex-gt-lg="67"] { |
|---|
| 9928 | + flex: 1 1 67%; |
|---|
| 9929 | + max-width: 67%; |
|---|
| 9930 | + max-height: 100%; |
|---|
| 9931 | + box-sizing: border-box; } |
|---|
| 9932 | + [layout="column"] > [flex-gt-lg="33"], [layout="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"], [layout-gt-lg="column"] > [flex-gt-lg="33"] { |
|---|
| 9933 | + flex: 1 1 33%; |
|---|
| 9934 | + max-width: 100%; |
|---|
| 9935 | + max-height: calc(100% / 3); |
|---|
| 9936 | + box-sizing: border-box; } |
|---|
| 9937 | + [layout="column"] > [flex-gt-lg="34"], [layout="column"] > [flex-gt-lg="34"], [layout-gt-lg="column"] > [flex-gt-lg="34"], [layout-gt-lg="column"] > [flex-gt-lg="34"] { |
|---|
| 9938 | + flex: 1 1 34%; |
|---|
| 9939 | + max-width: 100%; |
|---|
| 9940 | + max-height: 34%; |
|---|
| 9941 | + box-sizing: border-box; } |
|---|
| 9942 | + [layout="column"] > [flex-gt-lg="66"], [layout="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"], [layout-gt-lg="column"] > [flex-gt-lg="66"] { |
|---|
| 9943 | + flex: 1 1 66%; |
|---|
| 9944 | + max-width: 100%; |
|---|
| 9945 | + max-height: calc(200% / 3); |
|---|
| 9946 | + box-sizing: border-box; } |
|---|
| 9947 | + [layout="column"] > [flex-gt-lg="67"], [layout="column"] > [flex-gt-lg="67"], [layout-gt-lg="column"] > [flex-gt-lg="67"], [layout-gt-lg="column"] > [flex-gt-lg="67"] { |
|---|
| 9948 | + flex: 1 1 67%; |
|---|
| 9949 | + max-width: 100%; |
|---|
| 9950 | + max-height: 67%; |
|---|
| 9951 | + box-sizing: border-box; } |
|---|
| 9952 | + [layout-gt-lg], [layout-gt-lg="column"], [layout-gt-lg="row"] { |
|---|
| 9953 | + box-sizing: border-box; |
|---|
| 9954 | + display: -webkit-box; |
|---|
| 9955 | + display: -webkit-flex; |
|---|
| 9956 | + display: -moz-box; |
|---|
| 9957 | + display: -ms-flexbox; |
|---|
| 9958 | + display: flex; } |
|---|
| 9959 | + [layout-gt-lg="column"] { |
|---|
| 9960 | + flex-direction: column; } |
|---|
| 9961 | + [layout-gt-lg="row"] { |
|---|
| 9962 | + flex-direction: row; } |
|---|
| 9963 | + [flex-order-xl="-20"] { |
|---|
| 9964 | + order: -20; } |
|---|
| 9965 | + [flex-order-xl="-19"] { |
|---|
| 9966 | + order: -19; } |
|---|
| 9967 | + [flex-order-xl="-18"] { |
|---|
| 9968 | + order: -18; } |
|---|
| 9969 | + [flex-order-xl="-17"] { |
|---|
| 9970 | + order: -17; } |
|---|
| 9971 | + [flex-order-xl="-16"] { |
|---|
| 9972 | + order: -16; } |
|---|
| 9973 | + [flex-order-xl="-15"] { |
|---|
| 9974 | + order: -15; } |
|---|
| 9975 | + [flex-order-xl="-14"] { |
|---|
| 9976 | + order: -14; } |
|---|
| 9977 | + [flex-order-xl="-13"] { |
|---|
| 9978 | + order: -13; } |
|---|
| 9979 | + [flex-order-xl="-12"] { |
|---|
| 9980 | + order: -12; } |
|---|
| 9981 | + [flex-order-xl="-11"] { |
|---|
| 9982 | + order: -11; } |
|---|
| 9983 | + [flex-order-xl="-10"] { |
|---|
| 9984 | + order: -10; } |
|---|
| 9985 | + [flex-order-xl="-9"] { |
|---|
| 9986 | + order: -9; } |
|---|
| 9987 | + [flex-order-xl="-8"] { |
|---|
| 9988 | + order: -8; } |
|---|
| 9989 | + [flex-order-xl="-7"] { |
|---|
| 9990 | + order: -7; } |
|---|
| 9991 | + [flex-order-xl="-6"] { |
|---|
| 9992 | + order: -6; } |
|---|
| 9993 | + [flex-order-xl="-5"] { |
|---|
| 9994 | + order: -5; } |
|---|
| 9995 | + [flex-order-xl="-4"] { |
|---|
| 9996 | + order: -4; } |
|---|
| 9997 | + [flex-order-xl="-3"] { |
|---|
| 9998 | + order: -3; } |
|---|
| 9999 | + [flex-order-xl="-2"] { |
|---|
| 10000 | + order: -2; } |
|---|
| 10001 | + [flex-order-xl="-1"] { |
|---|
| 10002 | + order: -1; } |
|---|
| 10003 | + [flex-order-xl="0"] { |
|---|
| 10004 | + order: 0; } |
|---|
| 10005 | + [flex-order-xl="1"] { |
|---|
| 10006 | + order: 1; } |
|---|
| 10007 | + [flex-order-xl="2"] { |
|---|
| 10008 | + order: 2; } |
|---|
| 10009 | + [flex-order-xl="3"] { |
|---|
| 10010 | + order: 3; } |
|---|
| 10011 | + [flex-order-xl="4"] { |
|---|
| 10012 | + order: 4; } |
|---|
| 10013 | + [flex-order-xl="5"] { |
|---|
| 10014 | + order: 5; } |
|---|
| 10015 | + [flex-order-xl="6"] { |
|---|
| 10016 | + order: 6; } |
|---|
| 10017 | + [flex-order-xl="7"] { |
|---|
| 10018 | + order: 7; } |
|---|
| 10019 | + [flex-order-xl="8"] { |
|---|
| 10020 | + order: 8; } |
|---|
| 10021 | + [flex-order-xl="9"] { |
|---|
| 10022 | + order: 9; } |
|---|
| 10023 | + [flex-order-xl="10"] { |
|---|
| 10024 | + order: 10; } |
|---|
| 10025 | + [flex-order-xl="11"] { |
|---|
| 10026 | + order: 11; } |
|---|
| 10027 | + [flex-order-xl="12"] { |
|---|
| 10028 | + order: 12; } |
|---|
| 10029 | + [flex-order-xl="13"] { |
|---|
| 10030 | + order: 13; } |
|---|
| 10031 | + [flex-order-xl="14"] { |
|---|
| 10032 | + order: 14; } |
|---|
| 10033 | + [flex-order-xl="15"] { |
|---|
| 10034 | + order: 15; } |
|---|
| 10035 | + [flex-order-xl="16"] { |
|---|
| 10036 | + order: 16; } |
|---|
| 10037 | + [flex-order-xl="17"] { |
|---|
| 10038 | + order: 17; } |
|---|
| 10039 | + [flex-order-xl="18"] { |
|---|
| 10040 | + order: 18; } |
|---|
| 10041 | + [flex-order-xl="19"] { |
|---|
| 10042 | + order: 19; } |
|---|
| 10043 | + [flex-order-xl="20"] { |
|---|
| 10044 | + order: 20; } |
|---|
| 10045 | + [flex-offset-xl="0"] { |
|---|
| 10046 | + margin-left: 0%; } |
|---|
| 10047 | + [flex-offset-xl="5"] { |
|---|
| 10048 | + margin-left: 5%; } |
|---|
| 10049 | + [flex-offset-xl="10"] { |
|---|
| 10050 | + margin-left: 10%; } |
|---|
| 10051 | + [flex-offset-xl="15"] { |
|---|
| 10052 | + margin-left: 15%; } |
|---|
| 10053 | + [flex-offset-xl="20"] { |
|---|
| 10054 | + margin-left: 20%; } |
|---|
| 10055 | + [flex-offset-xl="25"] { |
|---|
| 10056 | + margin-left: 25%; } |
|---|
| 10057 | + [flex-offset-xl="30"] { |
|---|
| 10058 | + margin-left: 30%; } |
|---|
| 10059 | + [flex-offset-xl="35"] { |
|---|
| 10060 | + margin-left: 35%; } |
|---|
| 10061 | + [flex-offset-xl="40"] { |
|---|
| 10062 | + margin-left: 40%; } |
|---|
| 10063 | + [flex-offset-xl="45"] { |
|---|
| 10064 | + margin-left: 45%; } |
|---|
| 10065 | + [flex-offset-xl="50"] { |
|---|
| 10066 | + margin-left: 50%; } |
|---|
| 10067 | + [flex-offset-xl="55"] { |
|---|
| 10068 | + margin-left: 55%; } |
|---|
| 10069 | + [flex-offset-xl="60"] { |
|---|
| 10070 | + margin-left: 60%; } |
|---|
| 10071 | + [flex-offset-xl="65"] { |
|---|
| 10072 | + margin-left: 65%; } |
|---|
| 10073 | + [flex-offset-xl="70"] { |
|---|
| 10074 | + margin-left: 70%; } |
|---|
| 10075 | + [flex-offset-xl="75"] { |
|---|
| 10076 | + margin-left: 75%; } |
|---|
| 10077 | + [flex-offset-xl="80"] { |
|---|
| 10078 | + margin-left: 80%; } |
|---|
| 10079 | + [flex-offset-xl="85"] { |
|---|
| 10080 | + margin-left: 85%; } |
|---|
| 10081 | + [flex-offset-xl="90"] { |
|---|
| 10082 | + margin-left: 90%; } |
|---|
| 10083 | + [flex-offset-xl="95"] { |
|---|
| 10084 | + margin-left: 95%; } |
|---|
| 10085 | + [flex-offset-xl="33"] { |
|---|
| 10086 | + margin-left: calc(100% / 3); } |
|---|
| 10087 | + [flex-offset-xl="66"] { |
|---|
| 10088 | + margin-left: calc(200% / 3); } |
|---|
| 10089 | + [layout-align-xl], |
|---|
| 10090 | + [layout-align-xl="start stretch"] { |
|---|
| 10091 | + justify-content: flex-start; |
|---|
| 10092 | + align-content: stretch; |
|---|
| 10093 | + align-items: stretch; } |
|---|
| 10094 | + [layout-align-xl="start"], |
|---|
| 10095 | + [layout-align-xl="start start"], |
|---|
| 10096 | + [layout-align-xl="start center"], |
|---|
| 10097 | + [layout-align-xl="start end"], |
|---|
| 10098 | + [layout-align-xl="start stretch"] { |
|---|
| 10099 | + justify-content: start; } |
|---|
| 10100 | + [layout-align-xl="center"], |
|---|
| 10101 | + [layout-align-xl="center start"], |
|---|
| 10102 | + [layout-align-xl="center center"], |
|---|
| 10103 | + [layout-align-xl="center end"], |
|---|
| 10104 | + [layout-align-xl="center stretch"] { |
|---|
| 10105 | + justify-content: center; } |
|---|
| 10106 | + [layout-align-xl="end"], |
|---|
| 10107 | + [layout-align-xl="end center"], |
|---|
| 10108 | + [layout-align-xl="end start"], |
|---|
| 10109 | + [layout-align-xl="end end"], |
|---|
| 10110 | + [layout-align-xl="end stretch"] { |
|---|
| 10111 | + justify-content: flex-end; } |
|---|
| 10112 | + [layout-align-xl="space-around"], |
|---|
| 10113 | + [layout-align-xl="space-around center"], |
|---|
| 10114 | + [layout-align-xl="space-around start"], |
|---|
| 10115 | + [layout-align-xl="space-around end"], |
|---|
| 10116 | + [layout-align-xl="space-around stretch"] { |
|---|
| 10117 | + justify-content: space-around; } |
|---|
| 10118 | + [layout-align-xl="space-between"], |
|---|
| 10119 | + [layout-align-xl="space-between center"], |
|---|
| 10120 | + [layout-align-xl="space-between start"], |
|---|
| 10121 | + [layout-align-xl="space-between end"], |
|---|
| 10122 | + [layout-align-xl="space-between stretch"] { |
|---|
| 10123 | + justify-content: space-between; } |
|---|
| 10124 | + [layout-align-xl="start start"], |
|---|
| 10125 | + [layout-align-xl="center start"], |
|---|
| 10126 | + [layout-align-xl="end start"], |
|---|
| 10127 | + [layout-align-xl="space-between start"], |
|---|
| 10128 | + [layout-align-xl="space-around start"] { |
|---|
| 10129 | + align-items: flex-start; |
|---|
| 10130 | + align-content: flex-start; } |
|---|
| 10131 | + [layout-align-xl="start center"], |
|---|
| 10132 | + [layout-align-xl="center center"], |
|---|
| 10133 | + [layout-align-xl="end center"], |
|---|
| 10134 | + [layout-align-xl="space-between center"], |
|---|
| 10135 | + [layout-align-xl="space-around center"] { |
|---|
| 10136 | + align-items: center; |
|---|
| 10137 | + align-content: center; |
|---|
| 10138 | + max-width: 100%; } |
|---|
| 10139 | + [layout-align-xl="start center"] > *, |
|---|
| 10140 | + [layout-align-xl="center center"] > *, |
|---|
| 10141 | + [layout-align-xl="end center"] > *, |
|---|
| 10142 | + [layout-align-xl="space-between center"] > *, |
|---|
| 10143 | + [layout-align-xl="space-around center"] > * { |
|---|
| 10144 | + max-width: 100%; |
|---|
| 10145 | + box-sizing: border-box; } |
|---|
| 10146 | + [layout-align-xl="start end"], |
|---|
| 10147 | + [layout-align-xl="center end"], |
|---|
| 10148 | + [layout-align-xl="end end"], |
|---|
| 10149 | + [layout-align-xl="space-between end"], |
|---|
| 10150 | + [layout-align-xl="space-around end"] { |
|---|
| 10151 | + align-items: flex-end; |
|---|
| 10152 | + align-content: flex-end; } |
|---|
| 10153 | + [layout-align-xl="start stretch"], |
|---|
| 10154 | + [layout-align-xl="center stretch"], |
|---|
| 10155 | + [layout-align-xl="end stretch"], |
|---|
| 10156 | + [layout-align-xl="space-between stretch"], |
|---|
| 10157 | + [layout-align-xl="space-around stretch"] { |
|---|
| 10158 | + align-items: stretch; |
|---|
| 10159 | + align-content: stretch; } |
|---|
| 10160 | + [flex-xl] { |
|---|
| 10161 | + flex: 1; |
|---|
| 10162 | + box-sizing: border-box; } } |
|---|
| 10163 | + |
|---|
| 10164 | +@media screen\0 and (min-width: 1280px) { |
|---|
| 10165 | + [flex-xl] { |
|---|
| 10166 | + flex: 1 1 0%; } } |
|---|
| 10167 | + |
|---|
| 10168 | +@media (min-width: 1280px) { |
|---|
| 10169 | + [flex-xl-grow] { |
|---|
| 10170 | + flex: 1 1 100%; |
|---|
| 10171 | + box-sizing: border-box; } |
|---|
| 10172 | + [flex-xl-initial] { |
|---|
| 10173 | + flex: 0 1 auto; |
|---|
| 10174 | + box-sizing: border-box; } |
|---|
| 10175 | + [flex-xl-auto] { |
|---|
| 10176 | + flex: 1 1 auto; |
|---|
| 10177 | + box-sizing: border-box; } |
|---|
| 10178 | + [flex-xl-none] { |
|---|
| 10179 | + flex: 0 0 auto; |
|---|
| 10180 | + box-sizing: border-box; } |
|---|
| 10181 | + [flex-xl-noshrink] { |
|---|
| 10182 | + flex: 1 0 auto; |
|---|
| 10183 | + box-sizing: border-box; } |
|---|
| 10184 | + [flex-xl-nogrow] { |
|---|
| 10185 | + flex: 0 1 auto; |
|---|
| 10186 | + box-sizing: border-box; } |
|---|
| 10187 | + [flex-xl="0"] { |
|---|
| 10188 | + flex: 1 1 0%; |
|---|
| 10189 | + max-width: 0%; |
|---|
| 10190 | + max-height: 100%; |
|---|
| 10191 | + box-sizing: border-box; } |
|---|
| 10192 | + [layout="row"] > [flex-xl="0"], |
|---|
| 10193 | + [layout-xl="row"] > [flex-xl="0"] { |
|---|
| 10194 | + flex: 1 1 0%; |
|---|
| 10195 | + max-width: 0%; |
|---|
| 10196 | + max-height: 100%; |
|---|
| 10197 | + box-sizing: border-box; } |
|---|
| 10198 | + [layout="column"] > [flex-xl="0"], |
|---|
| 10199 | + [layout-xl="column"] > [flex-xl="0"] { |
|---|
| 10200 | + flex: 1 1 0%; |
|---|
| 10201 | + max-width: 100%; |
|---|
| 10202 | + max-height: 0%; |
|---|
| 10203 | + box-sizing: border-box; } |
|---|
| 10204 | + [flex-xl="5"] { |
|---|
| 10205 | + flex: 1 1 5%; |
|---|
| 10206 | + max-width: 5%; |
|---|
| 10207 | + max-height: 100%; |
|---|
| 10208 | + box-sizing: border-box; } |
|---|
| 10209 | + [layout="row"] > [flex-xl="5"], |
|---|
| 10210 | + [layout-xl="row"] > [flex-xl="5"] { |
|---|
| 10211 | + flex: 1 1 5%; |
|---|
| 10212 | + max-width: 5%; |
|---|
| 10213 | + max-height: 100%; |
|---|
| 10214 | + box-sizing: border-box; } |
|---|
| 10215 | + [layout="column"] > [flex-xl="5"], |
|---|
| 10216 | + [layout-xl="column"] > [flex-xl="5"] { |
|---|
| 10217 | + flex: 1 1 5%; |
|---|
| 10218 | + max-width: 100%; |
|---|
| 10219 | + max-height: 5%; |
|---|
| 10220 | + box-sizing: border-box; } |
|---|
| 10221 | + [flex-xl="10"] { |
|---|
| 10222 | + flex: 1 1 10%; |
|---|
| 10223 | + max-width: 10%; |
|---|
| 10224 | + max-height: 100%; |
|---|
| 10225 | + box-sizing: border-box; } |
|---|
| 10226 | + [layout="row"] > [flex-xl="10"], |
|---|
| 10227 | + [layout-xl="row"] > [flex-xl="10"] { |
|---|
| 10228 | + flex: 1 1 10%; |
|---|
| 10229 | + max-width: 10%; |
|---|
| 10230 | + max-height: 100%; |
|---|
| 10231 | + box-sizing: border-box; } |
|---|
| 10232 | + [layout="column"] > [flex-xl="10"], |
|---|
| 10233 | + [layout-xl="column"] > [flex-xl="10"] { |
|---|
| 10234 | + flex: 1 1 10%; |
|---|
| 10235 | + max-width: 100%; |
|---|
| 10236 | + max-height: 10%; |
|---|
| 10237 | + box-sizing: border-box; } |
|---|
| 10238 | + [flex-xl="15"] { |
|---|
| 10239 | + flex: 1 1 15%; |
|---|
| 10240 | + max-width: 15%; |
|---|
| 10241 | + max-height: 100%; |
|---|
| 10242 | + box-sizing: border-box; } |
|---|
| 10243 | + [layout="row"] > [flex-xl="15"], |
|---|
| 10244 | + [layout-xl="row"] > [flex-xl="15"] { |
|---|
| 10245 | + flex: 1 1 15%; |
|---|
| 10246 | + max-width: 15%; |
|---|
| 10247 | + max-height: 100%; |
|---|
| 10248 | + box-sizing: border-box; } |
|---|
| 10249 | + [layout="column"] > [flex-xl="15"], |
|---|
| 10250 | + [layout-xl="column"] > [flex-xl="15"] { |
|---|
| 10251 | + flex: 1 1 15%; |
|---|
| 10252 | + max-width: 100%; |
|---|
| 10253 | + max-height: 15%; |
|---|
| 10254 | + box-sizing: border-box; } |
|---|
| 10255 | + [flex-xl="20"] { |
|---|
| 10256 | + flex: 1 1 20%; |
|---|
| 10257 | + max-width: 20%; |
|---|
| 10258 | + max-height: 100%; |
|---|
| 10259 | + box-sizing: border-box; } |
|---|
| 10260 | + [layout="row"] > [flex-xl="20"], |
|---|
| 10261 | + [layout-xl="row"] > [flex-xl="20"] { |
|---|
| 10262 | + flex: 1 1 20%; |
|---|
| 10263 | + max-width: 20%; |
|---|
| 10264 | + max-height: 100%; |
|---|
| 10265 | + box-sizing: border-box; } |
|---|
| 10266 | + [layout="column"] > [flex-xl="20"], |
|---|
| 10267 | + [layout-xl="column"] > [flex-xl="20"] { |
|---|
| 10268 | + flex: 1 1 20%; |
|---|
| 10269 | + max-width: 100%; |
|---|
| 10270 | + max-height: 20%; |
|---|
| 10271 | + box-sizing: border-box; } |
|---|
| 10272 | + [flex-xl="25"] { |
|---|
| 10273 | + flex: 1 1 25%; |
|---|
| 10274 | + max-width: 25%; |
|---|
| 10275 | + max-height: 100%; |
|---|
| 10276 | + box-sizing: border-box; } |
|---|
| 10277 | + [layout="row"] > [flex-xl="25"], |
|---|
| 10278 | + [layout-xl="row"] > [flex-xl="25"] { |
|---|
| 10279 | + flex: 1 1 25%; |
|---|
| 10280 | + max-width: 25%; |
|---|
| 10281 | + max-height: 100%; |
|---|
| 10282 | + box-sizing: border-box; } |
|---|
| 10283 | + [layout="column"] > [flex-xl="25"], |
|---|
| 10284 | + [layout-xl="column"] > [flex-xl="25"] { |
|---|
| 10285 | + flex: 1 1 25%; |
|---|
| 10286 | + max-width: 100%; |
|---|
| 10287 | + max-height: 25%; |
|---|
| 10288 | + box-sizing: border-box; } |
|---|
| 10289 | + [flex-xl="30"] { |
|---|
| 10290 | + flex: 1 1 30%; |
|---|
| 10291 | + max-width: 30%; |
|---|
| 10292 | + max-height: 100%; |
|---|
| 10293 | + box-sizing: border-box; } |
|---|
| 10294 | + [layout="row"] > [flex-xl="30"], |
|---|
| 10295 | + [layout-xl="row"] > [flex-xl="30"] { |
|---|
| 10296 | + flex: 1 1 30%; |
|---|
| 10297 | + max-width: 30%; |
|---|
| 10298 | + max-height: 100%; |
|---|
| 10299 | + box-sizing: border-box; } |
|---|
| 10300 | + [layout="column"] > [flex-xl="30"], |
|---|
| 10301 | + [layout-xl="column"] > [flex-xl="30"] { |
|---|
| 10302 | + flex: 1 1 30%; |
|---|
| 10303 | + max-width: 100%; |
|---|
| 10304 | + max-height: 30%; |
|---|
| 10305 | + box-sizing: border-box; } |
|---|
| 10306 | + [flex-xl="35"] { |
|---|
| 10307 | + flex: 1 1 35%; |
|---|
| 10308 | + max-width: 35%; |
|---|
| 10309 | + max-height: 100%; |
|---|
| 10310 | + box-sizing: border-box; } |
|---|
| 10311 | + [layout="row"] > [flex-xl="35"], |
|---|
| 10312 | + [layout-xl="row"] > [flex-xl="35"] { |
|---|
| 10313 | + flex: 1 1 35%; |
|---|
| 10314 | + max-width: 35%; |
|---|
| 10315 | + max-height: 100%; |
|---|
| 10316 | + box-sizing: border-box; } |
|---|
| 10317 | + [layout="column"] > [flex-xl="35"], |
|---|
| 10318 | + [layout-xl="column"] > [flex-xl="35"] { |
|---|
| 10319 | + flex: 1 1 35%; |
|---|
| 10320 | + max-width: 100%; |
|---|
| 10321 | + max-height: 35%; |
|---|
| 10322 | + box-sizing: border-box; } |
|---|
| 10323 | + [flex-xl="40"] { |
|---|
| 10324 | + flex: 1 1 40%; |
|---|
| 10325 | + max-width: 40%; |
|---|
| 10326 | + max-height: 100%; |
|---|
| 10327 | + box-sizing: border-box; } |
|---|
| 10328 | + [layout="row"] > [flex-xl="40"], |
|---|
| 10329 | + [layout-xl="row"] > [flex-xl="40"] { |
|---|
| 10330 | + flex: 1 1 40%; |
|---|
| 10331 | + max-width: 40%; |
|---|
| 10332 | + max-height: 100%; |
|---|
| 10333 | + box-sizing: border-box; } |
|---|
| 10334 | + [layout="column"] > [flex-xl="40"], |
|---|
| 10335 | + [layout-xl="column"] > [flex-xl="40"] { |
|---|
| 10336 | + flex: 1 1 40%; |
|---|
| 10337 | + max-width: 100%; |
|---|
| 10338 | + max-height: 40%; |
|---|
| 10339 | + box-sizing: border-box; } |
|---|
| 10340 | + [flex-xl="45"] { |
|---|
| 10341 | + flex: 1 1 45%; |
|---|
| 10342 | + max-width: 45%; |
|---|
| 10343 | + max-height: 100%; |
|---|
| 10344 | + box-sizing: border-box; } |
|---|
| 10345 | + [layout="row"] > [flex-xl="45"], |
|---|
| 10346 | + [layout-xl="row"] > [flex-xl="45"] { |
|---|
| 10347 | + flex: 1 1 45%; |
|---|
| 10348 | + max-width: 45%; |
|---|
| 10349 | + max-height: 100%; |
|---|
| 10350 | + box-sizing: border-box; } |
|---|
| 10351 | + [layout="column"] > [flex-xl="45"], |
|---|
| 10352 | + [layout-xl="column"] > [flex-xl="45"] { |
|---|
| 10353 | + flex: 1 1 45%; |
|---|
| 10354 | + max-width: 100%; |
|---|
| 10355 | + max-height: 45%; |
|---|
| 10356 | + box-sizing: border-box; } |
|---|
| 10357 | + [flex-xl="50"] { |
|---|
| 10358 | + flex: 1 1 50%; |
|---|
| 10359 | + max-width: 50%; |
|---|
| 10360 | + max-height: 100%; |
|---|
| 10361 | + box-sizing: border-box; } |
|---|
| 10362 | + [layout="row"] > [flex-xl="50"], |
|---|
| 10363 | + [layout-xl="row"] > [flex-xl="50"] { |
|---|
| 10364 | + flex: 1 1 50%; |
|---|
| 10365 | + max-width: 50%; |
|---|
| 10366 | + max-height: 100%; |
|---|
| 10367 | + box-sizing: border-box; } |
|---|
| 10368 | + [layout="column"] > [flex-xl="50"], |
|---|
| 10369 | + [layout-xl="column"] > [flex-xl="50"] { |
|---|
| 10370 | + flex: 1 1 50%; |
|---|
| 10371 | + max-width: 100%; |
|---|
| 10372 | + max-height: 50%; |
|---|
| 10373 | + box-sizing: border-box; } |
|---|
| 10374 | + [flex-xl="55"] { |
|---|
| 10375 | + flex: 1 1 55%; |
|---|
| 10376 | + max-width: 55%; |
|---|
| 10377 | + max-height: 100%; |
|---|
| 10378 | + box-sizing: border-box; } |
|---|
| 10379 | + [layout="row"] > [flex-xl="55"], |
|---|
| 10380 | + [layout-xl="row"] > [flex-xl="55"] { |
|---|
| 10381 | + flex: 1 1 55%; |
|---|
| 10382 | + max-width: 55%; |
|---|
| 10383 | + max-height: 100%; |
|---|
| 10384 | + box-sizing: border-box; } |
|---|
| 10385 | + [layout="column"] > [flex-xl="55"], |
|---|
| 10386 | + [layout-xl="column"] > [flex-xl="55"] { |
|---|
| 10387 | + flex: 1 1 55%; |
|---|
| 10388 | + max-width: 100%; |
|---|
| 10389 | + max-height: 55%; |
|---|
| 10390 | + box-sizing: border-box; } |
|---|
| 10391 | + [flex-xl="60"] { |
|---|
| 10392 | + flex: 1 1 60%; |
|---|
| 10393 | + max-width: 60%; |
|---|
| 10394 | + max-height: 100%; |
|---|
| 10395 | + box-sizing: border-box; } |
|---|
| 10396 | + [layout="row"] > [flex-xl="60"], |
|---|
| 10397 | + [layout-xl="row"] > [flex-xl="60"] { |
|---|
| 10398 | + flex: 1 1 60%; |
|---|
| 10399 | + max-width: 60%; |
|---|
| 10400 | + max-height: 100%; |
|---|
| 10401 | + box-sizing: border-box; } |
|---|
| 10402 | + [layout="column"] > [flex-xl="60"], |
|---|
| 10403 | + [layout-xl="column"] > [flex-xl="60"] { |
|---|
| 10404 | + flex: 1 1 60%; |
|---|
| 10405 | + max-width: 100%; |
|---|
| 10406 | + max-height: 60%; |
|---|
| 10407 | + box-sizing: border-box; } |
|---|
| 10408 | + [flex-xl="65"] { |
|---|
| 10409 | + flex: 1 1 65%; |
|---|
| 10410 | + max-width: 65%; |
|---|
| 10411 | + max-height: 100%; |
|---|
| 10412 | + box-sizing: border-box; } |
|---|
| 10413 | + [layout="row"] > [flex-xl="65"], |
|---|
| 10414 | + [layout-xl="row"] > [flex-xl="65"] { |
|---|
| 10415 | + flex: 1 1 65%; |
|---|
| 10416 | + max-width: 65%; |
|---|
| 10417 | + max-height: 100%; |
|---|
| 10418 | + box-sizing: border-box; } |
|---|
| 10419 | + [layout="column"] > [flex-xl="65"], |
|---|
| 10420 | + [layout-xl="column"] > [flex-xl="65"] { |
|---|
| 10421 | + flex: 1 1 65%; |
|---|
| 10422 | + max-width: 100%; |
|---|
| 10423 | + max-height: 65%; |
|---|
| 10424 | + box-sizing: border-box; } |
|---|
| 10425 | + [flex-xl="70"] { |
|---|
| 10426 | + flex: 1 1 70%; |
|---|
| 10427 | + max-width: 70%; |
|---|
| 10428 | + max-height: 100%; |
|---|
| 10429 | + box-sizing: border-box; } |
|---|
| 10430 | + [layout="row"] > [flex-xl="70"], |
|---|
| 10431 | + [layout-xl="row"] > [flex-xl="70"] { |
|---|
| 10432 | + flex: 1 1 70%; |
|---|
| 10433 | + max-width: 70%; |
|---|
| 10434 | + max-height: 100%; |
|---|
| 10435 | + box-sizing: border-box; } |
|---|
| 10436 | + [layout="column"] > [flex-xl="70"], |
|---|
| 10437 | + [layout-xl="column"] > [flex-xl="70"] { |
|---|
| 10438 | + flex: 1 1 70%; |
|---|
| 10439 | + max-width: 100%; |
|---|
| 10440 | + max-height: 70%; |
|---|
| 10441 | + box-sizing: border-box; } |
|---|
| 10442 | + [flex-xl="75"] { |
|---|
| 10443 | + flex: 1 1 75%; |
|---|
| 10444 | + max-width: 75%; |
|---|
| 10445 | + max-height: 100%; |
|---|
| 10446 | + box-sizing: border-box; } |
|---|
| 10447 | + [layout="row"] > [flex-xl="75"], |
|---|
| 10448 | + [layout-xl="row"] > [flex-xl="75"] { |
|---|
| 10449 | + flex: 1 1 75%; |
|---|
| 10450 | + max-width: 75%; |
|---|
| 10451 | + max-height: 100%; |
|---|
| 10452 | + box-sizing: border-box; } |
|---|
| 10453 | + [layout="column"] > [flex-xl="75"], |
|---|
| 10454 | + [layout-xl="column"] > [flex-xl="75"] { |
|---|
| 10455 | + flex: 1 1 75%; |
|---|
| 10456 | + max-width: 100%; |
|---|
| 10457 | + max-height: 75%; |
|---|
| 10458 | + box-sizing: border-box; } |
|---|
| 10459 | + [flex-xl="80"] { |
|---|
| 10460 | + flex: 1 1 80%; |
|---|
| 10461 | + max-width: 80%; |
|---|
| 10462 | + max-height: 100%; |
|---|
| 10463 | + box-sizing: border-box; } |
|---|
| 10464 | + [layout="row"] > [flex-xl="80"], |
|---|
| 10465 | + [layout-xl="row"] > [flex-xl="80"] { |
|---|
| 10466 | + flex: 1 1 80%; |
|---|
| 10467 | + max-width: 80%; |
|---|
| 10468 | + max-height: 100%; |
|---|
| 10469 | + box-sizing: border-box; } |
|---|
| 10470 | + [layout="column"] > [flex-xl="80"], |
|---|
| 10471 | + [layout-xl="column"] > [flex-xl="80"] { |
|---|
| 10472 | + flex: 1 1 80%; |
|---|
| 10473 | + max-width: 100%; |
|---|
| 10474 | + max-height: 80%; |
|---|
| 10475 | + box-sizing: border-box; } |
|---|
| 10476 | + [flex-xl="85"] { |
|---|
| 10477 | + flex: 1 1 85%; |
|---|
| 10478 | + max-width: 85%; |
|---|
| 10479 | + max-height: 100%; |
|---|
| 10480 | + box-sizing: border-box; } |
|---|
| 10481 | + [layout="row"] > [flex-xl="85"], |
|---|
| 10482 | + [layout-xl="row"] > [flex-xl="85"] { |
|---|
| 10483 | + flex: 1 1 85%; |
|---|
| 10484 | + max-width: 85%; |
|---|
| 10485 | + max-height: 100%; |
|---|
| 10486 | + box-sizing: border-box; } |
|---|
| 10487 | + [layout="column"] > [flex-xl="85"], |
|---|
| 10488 | + [layout-xl="column"] > [flex-xl="85"] { |
|---|
| 10489 | + flex: 1 1 85%; |
|---|
| 10490 | + max-width: 100%; |
|---|
| 10491 | + max-height: 85%; |
|---|
| 10492 | + box-sizing: border-box; } |
|---|
| 10493 | + [flex-xl="90"] { |
|---|
| 10494 | + flex: 1 1 90%; |
|---|
| 10495 | + max-width: 90%; |
|---|
| 10496 | + max-height: 100%; |
|---|
| 10497 | + box-sizing: border-box; } |
|---|
| 10498 | + [layout="row"] > [flex-xl="90"], |
|---|
| 10499 | + [layout-xl="row"] > [flex-xl="90"] { |
|---|
| 10500 | + flex: 1 1 90%; |
|---|
| 10501 | + max-width: 90%; |
|---|
| 10502 | + max-height: 100%; |
|---|
| 10503 | + box-sizing: border-box; } |
|---|
| 10504 | + [layout="column"] > [flex-xl="90"], |
|---|
| 10505 | + [layout-xl="column"] > [flex-xl="90"] { |
|---|
| 10506 | + flex: 1 1 90%; |
|---|
| 10507 | + max-width: 100%; |
|---|
| 10508 | + max-height: 90%; |
|---|
| 10509 | + box-sizing: border-box; } |
|---|
| 10510 | + [flex-xl="95"] { |
|---|
| 10511 | + flex: 1 1 95%; |
|---|
| 10512 | + max-width: 95%; |
|---|
| 10513 | + max-height: 100%; |
|---|
| 10514 | + box-sizing: border-box; } |
|---|
| 10515 | + [layout="row"] > [flex-xl="95"], |
|---|
| 10516 | + [layout-xl="row"] > [flex-xl="95"] { |
|---|
| 10517 | + flex: 1 1 95%; |
|---|
| 10518 | + max-width: 95%; |
|---|
| 10519 | + max-height: 100%; |
|---|
| 10520 | + box-sizing: border-box; } |
|---|
| 10521 | + [layout="column"] > [flex-xl="95"], |
|---|
| 10522 | + [layout-xl="column"] > [flex-xl="95"] { |
|---|
| 10523 | + flex: 1 1 95%; |
|---|
| 10524 | + max-width: 100%; |
|---|
| 10525 | + max-height: 95%; |
|---|
| 10526 | + box-sizing: border-box; } |
|---|
| 10527 | + [flex-xl="100"] { |
|---|
| 10528 | + flex: 1 1 100%; |
|---|
| 10529 | + max-width: 100%; |
|---|
| 10530 | + max-height: 100%; |
|---|
| 10531 | + box-sizing: border-box; } |
|---|
| 10532 | + [layout="row"] > [flex-xl="100"], |
|---|
| 10533 | + [layout-xl="row"] > [flex-xl="100"] { |
|---|
| 10534 | + flex: 1 1 100%; |
|---|
| 10535 | + max-width: 100%; |
|---|
| 10536 | + max-height: 100%; |
|---|
| 10537 | + box-sizing: border-box; } |
|---|
| 10538 | + [layout="column"] > [flex-xl="100"], |
|---|
| 10539 | + [layout-xl="column"] > [flex-xl="100"] { |
|---|
| 10540 | + flex: 1 1 100%; |
|---|
| 10541 | + max-width: 100%; |
|---|
| 10542 | + max-height: 100%; |
|---|
| 10543 | + box-sizing: border-box; } |
|---|
| 10544 | + [layout="row"] > [flex-xl="33"], [layout="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"], [layout-xl="row"] > [flex-xl="33"] { |
|---|
| 10545 | + flex: 1 1 33%; |
|---|
| 10546 | + max-width: calc(100% / 3); |
|---|
| 10547 | + max-height: 100%; |
|---|
| 10548 | + box-sizing: border-box; } |
|---|
| 10549 | + [layout="row"] > [flex-xl="34"], [layout="row"] > [flex-xl="34"], [layout-xl="row"] > [flex-xl="34"], [layout-xl="row"] > [flex-xl="34"] { |
|---|
| 10550 | + flex: 1 1 34%; |
|---|
| 10551 | + max-width: 34%; |
|---|
| 10552 | + max-height: 100%; |
|---|
| 10553 | + box-sizing: border-box; } |
|---|
| 10554 | + [layout="row"] > [flex-xl="66"], [layout="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"], [layout-xl="row"] > [flex-xl="66"] { |
|---|
| 10555 | + flex: 1 1 66%; |
|---|
| 10556 | + max-width: calc(200% / 3); |
|---|
| 10557 | + max-height: 100%; |
|---|
| 10558 | + box-sizing: border-box; } |
|---|
| 10559 | + [layout="row"] > [flex-xl="67"], [layout="row"] > [flex-xl="67"], [layout-xl="row"] > [flex-xl="67"], [layout-xl="row"] > [flex-xl="67"] { |
|---|
| 10560 | + flex: 1 1 67%; |
|---|
| 10561 | + max-width: 67%; |
|---|
| 10562 | + max-height: 100%; |
|---|
| 10563 | + box-sizing: border-box; } |
|---|
| 10564 | + [layout="column"] > [flex-xl="33"], [layout="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"], [layout-xl="column"] > [flex-xl="33"] { |
|---|
| 10565 | + flex: 1 1 33%; |
|---|
| 10566 | + max-width: 100%; |
|---|
| 10567 | + max-height: calc(100% / 3); |
|---|
| 10568 | + box-sizing: border-box; } |
|---|
| 10569 | + [layout="column"] > [flex-xl="34"], [layout="column"] > [flex-xl="34"], [layout-xl="column"] > [flex-xl="34"], [layout-xl="column"] > [flex-xl="34"] { |
|---|
| 10570 | + flex: 1 1 34%; |
|---|
| 10571 | + max-width: 100%; |
|---|
| 10572 | + max-height: 34%; |
|---|
| 10573 | + box-sizing: border-box; } |
|---|
| 10574 | + [layout="column"] > [flex-xl="66"], [layout="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"], [layout-xl="column"] > [flex-xl="66"] { |
|---|
| 10575 | + flex: 1 1 66%; |
|---|
| 10576 | + max-width: 100%; |
|---|
| 10577 | + max-height: calc(200% / 3); |
|---|
| 10578 | + box-sizing: border-box; } |
|---|
| 10579 | + [layout="column"] > [flex-xl="67"], [layout="column"] > [flex-xl="67"], [layout-xl="column"] > [flex-xl="67"], [layout-xl="column"] > [flex-xl="67"] { |
|---|
| 10580 | + flex: 1 1 67%; |
|---|
| 10581 | + max-width: 100%; |
|---|
| 10582 | + max-height: 67%; |
|---|
| 10583 | + box-sizing: border-box; } |
|---|
| 10584 | + [layout-xl], [layout-xl="column"], [layout-xl="row"] { |
|---|
| 10585 | + box-sizing: border-box; |
|---|
| 10586 | + display: -webkit-box; |
|---|
| 10587 | + display: -webkit-flex; |
|---|
| 10588 | + display: -moz-box; |
|---|
| 10589 | + display: -ms-flexbox; |
|---|
| 10590 | + display: flex; } |
|---|
| 10591 | + [layout-xl="column"] { |
|---|
| 10592 | + flex-direction: column; } |
|---|
| 10593 | + [layout-xl="row"] { |
|---|
| 10594 | + flex-direction: row; } |
|---|
| 10595 | + [hide]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-xs]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-sm]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-md]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]), [hide-gt-lg]:not([show-gt-xs]):not([show-gt-sm]):not([show-gt-md]):not([show-gt-lg]):not([show-xl]):not([show]) { |
|---|
| 10596 | + display: none; } |
|---|
| 10597 | + [hide-xl]:not([show-xl]):not([show-gt-lg]):not([show]) { |
|---|
| 10598 | + display: none; } } |
|---|
| 10599 | + |
|---|
| 10600 | +[flex="none"] { |
|---|
| 10601 | + flex: none; } |
|---|
| 10602 | + |
|---|
| 10603 | +md-list md-list-item [md-list-avatar], |
|---|
| 10604 | +md-list a[md-list-item] [md-list-avatar], |
|---|
| 10605 | +md-nav-list md-list-item [md-list-avatar], |
|---|
| 10606 | +md-nav-list a[md-list-item] [md-list-avatar] { |
|---|
| 10607 | + min-width: 40px; } |
|---|
| 10608 | + |
|---|
| 10609 | +html, body { |
|---|
| 10610 | + height: 100%; |
|---|
| 10611 | + color: rgba(0, 0, 0, 0.87); |
|---|
| 10612 | + background: white; |
|---|
| 10613 | + position: relative; } |
|---|
| 10614 | + |
|---|
| 10615 | +body { |
|---|
| 10616 | + margin: 0; |
|---|
| 10617 | + padding: 0; } |
|---|
| 10618 | + |
|---|
| 10619 | +[tabindex='-1']:focus { |
|---|
| 10620 | + outline: none; } |
|---|
| 10621 | + |
|---|
| 10622 | +.inset { |
|---|
| 10623 | + padding: 10px; } |
|---|
| 10624 | + |
|---|
| 10625 | +button.md-no-style { |
|---|
| 10626 | + font-weight: normal; |
|---|
| 10627 | + background-color: inherit; |
|---|
| 10628 | + text-align: left; |
|---|
| 10629 | + border: none; |
|---|
| 10630 | + padding: 0; |
|---|
| 10631 | + margin: 0; } |
|---|
| 10632 | + html[dir=rtl] button.md-no-style { |
|---|
| 10633 | + text-align: right; |
|---|
| 10634 | + unicode-bidi: embed; } |
|---|
| 10635 | + body[dir=rtl] button.md-no-style { |
|---|
| 10636 | + text-align: right; |
|---|
| 10637 | + unicode-bidi: embed; } |
|---|
| 10638 | + [dir=rtl] button.md-no-style { |
|---|
| 10639 | + text-align: right; |
|---|
| 10640 | + unicode-bidi: embed; } |
|---|
| 10641 | + button.md-no-style bdo[dir=rtl] { |
|---|
| 10642 | + direction: rtl; |
|---|
| 10643 | + unicode-bidi: bidi-override; } |
|---|
| 10644 | + button.md-no-style bdo[dir=ltr] { |
|---|
| 10645 | + direction: ltr; |
|---|
| 10646 | + unicode-bidi: bidi-override; } |
|---|
| 10647 | + |
|---|
| 10648 | +select, |
|---|
| 10649 | +button, |
|---|
| 10650 | +textarea, |
|---|
| 10651 | +input { |
|---|
| 10652 | + vertical-align: baseline; } |
|---|
| 10653 | + |
|---|
| 10654 | +input[type="reset"], |
|---|
| 10655 | +input[type="submit"], |
|---|
| 10656 | +html input[type="button"], |
|---|
| 10657 | +button { |
|---|
| 10658 | + cursor: pointer; |
|---|
| 10659 | + -webkit-appearance: button; } |
|---|
| 10660 | + input[type="reset"][disabled], |
|---|
| 10661 | + input[type="submit"][disabled], |
|---|
| 10662 | + html input[type="button"][disabled], |
|---|
| 10663 | + button[disabled] { |
|---|
| 10664 | + cursor: default; } |
|---|
| 10665 | + |
|---|
| 10666 | +textarea { |
|---|
| 10667 | + vertical-align: top; |
|---|
| 10668 | + overflow: auto; } |
|---|
| 10669 | + |
|---|
| 10670 | +input[type="search"] { |
|---|
| 10671 | + -webkit-appearance: textfield; |
|---|
| 10672 | + box-sizing: content-box; |
|---|
| 10673 | + -webkit-box-sizing: content-box; } |
|---|
| 10674 | + input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { |
|---|
| 10675 | + -webkit-appearance: none; } |
|---|
| 10676 | + |
|---|
| 10677 | +.md-visually-hidden { |
|---|
| 10678 | + border: 0; |
|---|
| 10679 | + clip: rect(0 0 0 0); |
|---|
| 10680 | + height: 1px; |
|---|
| 10681 | + margin: -1px; |
|---|
| 10682 | + overflow: hidden; |
|---|
| 10683 | + padding: 0; |
|---|
| 10684 | + position: absolute; |
|---|
| 10685 | + text-transform: none; |
|---|
| 10686 | + width: 1px; } |
|---|
| 10687 | + |
|---|
| 10688 | +.md-shadow { |
|---|
| 10689 | + position: absolute; |
|---|
| 10690 | + top: 0; |
|---|
| 10691 | + left: 0; |
|---|
| 10692 | + bottom: 0; |
|---|
| 10693 | + right: 0; |
|---|
| 10694 | + border-radius: inherit; |
|---|
| 10695 | + pointer-events: none; } |
|---|
| 10696 | + |
|---|
| 10697 | +.md-shadow-bottom-z-1 { |
|---|
| 10698 | + box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); } |
|---|
| 10699 | + |
|---|
| 10700 | +.md-shadow-bottom-z-2 { |
|---|
| 10701 | + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4); } |
|---|
| 10702 | + |
|---|
| 10703 | +.md-shadow-animated.md-shadow { |
|---|
| 10704 | + transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1); } |
|---|
| 10705 | + |
|---|
| 10706 | +/* |
|---|
| 10707 | + * A container inside of a rippling element (eg a button), |
|---|
| 10708 | + * which contains all of the individual ripples |
|---|
| 10709 | + */ |
|---|
| 10710 | +.md-ripple-container { |
|---|
| 10711 | + pointer-events: none; |
|---|
| 10712 | + position: absolute; |
|---|
| 10713 | + overflow: hidden; |
|---|
| 10714 | + left: 0; |
|---|
| 10715 | + top: 0; |
|---|
| 10716 | + width: 100%; |
|---|
| 10717 | + height: 100%; } |
|---|
| 10718 | + [dir='rtl'] .md-ripple-container { |
|---|
| 10719 | + right: 0; |
|---|
| 10720 | + left: auto; } |
|---|
| 10721 | + |
|---|
| 10722 | +/* |
|---|
| 10723 | + * A container inside of a rippling element (eg a button), |
|---|
| 10724 | + * which contains all of the individual ripples |
|---|
| 10725 | + */ |
|---|
| 10726 | +.md-ripple-container { |
|---|
| 10727 | + pointer-events: none; |
|---|
| 10728 | + position: absolute; |
|---|
| 10729 | + overflow: hidden; |
|---|
| 10730 | + left: 0; |
|---|
| 10731 | + top: 0; |
|---|
| 10732 | + width: 100%; |
|---|
| 10733 | + height: 100%; |
|---|
| 10734 | + transition: all 0.55s cubic-bezier(0.25, 0.8, 0.25, 1); } |
|---|
| 10735 | + [dir='rtl'] .md-ripple-container { |
|---|
| 10736 | + right: 0; |
|---|
| 10737 | + left: auto; } |
|---|
| 10738 | + |
|---|
| 10739 | +.md-ripple { |
|---|
| 10740 | + position: absolute; |
|---|
| 10741 | + transform: translate(-50%, -50%) scale(0); |
|---|
| 10742 | + transform-origin: 50% 50%; |
|---|
| 10743 | + opacity: 0; |
|---|
| 10744 | + border-radius: 50%; } |
|---|
| 10745 | + .md-ripple.md-ripple-placed { |
|---|
| 10746 | + transition: margin 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), border 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.9s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.9s cubic-bezier(0.25, 0.8, 0.25, 1); } |
|---|
| 10747 | + .md-ripple.md-ripple-scaled { |
|---|
| 10748 | + transform: translate(-50%, -50%) scale(1); } |
|---|
| 10749 | + .md-ripple.md-ripple-active, .md-ripple.md-ripple-full, .md-ripple.md-ripple-visible { |
|---|
| 10750 | + opacity: 0.20; } |
|---|
| 10751 | + |
|---|
| 10752 | +.md-padding { |
|---|
| 10753 | + padding: 8px; } |
|---|
| 10754 | + |
|---|
| 10755 | +.md-margin { |
|---|
| 10756 | + margin: 8px; } |
|---|
| 10757 | + |
|---|
| 10758 | +.md-scroll-mask { |
|---|
| 10759 | + position: absolute; |
|---|
| 10760 | + background-color: transparent; |
|---|
| 10761 | + top: 0; |
|---|
| 10762 | + right: 0; |
|---|
| 10763 | + bottom: 0; |
|---|
| 10764 | + left: 0; } |
|---|
| 10765 | + .md-scroll-mask > .md-scroll-mask-bar { |
|---|
| 10766 | + display: block; |
|---|
| 10767 | + position: absolute; |
|---|
| 10768 | + background-color: #fafafa; |
|---|
| 10769 | + right: 0; |
|---|
| 10770 | + top: 0; |
|---|
| 10771 | + bottom: 0; |
|---|
| 10772 | + z-index: 65; |
|---|
| 10773 | + box-shadow: inset 0px 0px 1px rgba(0, 0, 0, 0.3); } |
|---|
| 10774 | + [dir='rtl'] .md-scroll-mask > .md-scroll-mask-bar { |
|---|
| 10775 | + left: 0; |
|---|
| 10776 | + right: auto; } |
|---|
| 10777 | + |
|---|
| 10778 | +.md-no-select { |
|---|
| 10779 | + -webkit-touch-callout: none; |
|---|
| 10780 | + -webkit-user-select: none; |
|---|
| 10781 | + -khtml-user-select: none; |
|---|
| 10782 | + -moz-user-select: none; |
|---|
| 10783 | + -ms-user-select: none; |
|---|
| 10784 | + user-select: none; } |
|---|
| 10785 | + |
|---|
| 10786 | +@media (min-width: 600px) { |
|---|
| 10787 | + .md-padding { |
|---|
| 10788 | + padding: 16px; } } |
|---|
| 10789 | + |
|---|
| 10790 | +md-sidenav [md-list-item], md-sidenav [md-list-item]:active, md-sidenav [md-list-item]:focus { |
|---|
| 10791 | + outline: none; } |
|---|
| 10792 | + |
|---|
| 10793 | +md-toolbar [md-button]:first-of-type:not(:last-child) { |
|---|
| 10794 | + margin-left: -6px; } |
|---|
| 10795 | + [dir='rtl'] md-toolbar [md-button]:first-of-type:not(:last-child) { |
|---|
| 10796 | + margin-right: -6px; |
|---|
| 10797 | + margin-left: 0; } |
|---|
| 10798 | + |
|---|
| 10799 | +md-toolbar [md-button]:last-of-type:not(:first-child) { |
|---|
| 10800 | + margin-right: -6px; } |
|---|
| 10801 | + [dir='rtl'] md-toolbar [md-button]:last-of-type:not(:first-child) { |
|---|
| 10802 | + margin-left: -6px; |
|---|
| 10803 | + margin-right: 0; } |
|---|
| 10804 | + |
|---|
| 10805 | +md-toolbar .md-icon-logo { |
|---|
| 10806 | + margin-right: 10px; } |
|---|
| 10807 | + [dir='rtl'] md-toolbar .md-icon-logo { |
|---|
| 10808 | + margin-left: 10px; |
|---|
| 10809 | + margin-right: 0; } |
|---|
| 10810 | + |
|---|
| 10811 | +md-toolbar [md-icon-button] { |
|---|
| 10812 | + margin: 0 6px; } |
|---|
| 10813 | + |
|---|
| 10814 | +/** |
|---|
| 10815 | + * Mixin that creates a new stacking context. |
|---|
| 10816 | + * see https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context |
|---|
| 10817 | + */ |
|---|
| 10818 | +html, body { |
|---|
| 10819 | + -webkit-tap-highlight-color: transparent; |
|---|
| 10820 | + -webkit-touch-callout: none; |
|---|
| 10821 | + min-height: 100%; |
|---|
| 10822 | + -webkit-text-size-adjust: 100%; |
|---|
| 10823 | + -ms-text-size-adjust: 100%; |
|---|
| 10824 | + -webkit-font-smoothing: antialiased; |
|---|
| 10825 | + -moz-osx-font-smoothing: grayscale; } |
|---|
| 10826 | + |
|---|
| 10827 | +/************ |
|---|
| 10828 | +* Defaults |
|---|
| 10829 | +************/ |
|---|
| 10830 | +html { |
|---|
| 10831 | + font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif; } |
|---|
| 10832 | + |
|---|
| 10833 | +body { |
|---|
| 10834 | + /************ |
|---|
| 10835 | + * Headings |
|---|
| 10836 | + ************/ |
|---|
| 10837 | + /************ |
|---|
| 10838 | + * Body Copy |
|---|
| 10839 | + ************/ } |
|---|
| 10840 | + body select, |
|---|
| 10841 | + body button, |
|---|
| 10842 | + body textarea, |
|---|
| 10843 | + body input { |
|---|
| 10844 | + font-family: RobotoDraft, Roboto, "Helvetica Neue", sans-serif; |
|---|
| 10845 | + font-size: 100%; } |
|---|
| 10846 | + body .md-display-4 { |
|---|
| 10847 | + font-size: 112px; |
|---|
| 10848 | + font-weight: 300; |
|---|
| 10849 | + letter-spacing: -0.010em; |
|---|
| 10850 | + line-height: 112px; } |
|---|
| 10851 | + body .md-display-3 { |
|---|
| 10852 | + font-size: 56px; |
|---|
| 10853 | + font-weight: 400; |
|---|
| 10854 | + letter-spacing: -0.005em; |
|---|
| 10855 | + line-height: 56px; } |
|---|
| 10856 | + body .md-display-2 { |
|---|
| 10857 | + font-size: 45px; |
|---|
| 10858 | + font-weight: 400; |
|---|
| 10859 | + line-height: 64px; } |
|---|
| 10860 | + body .md-display-1 { |
|---|
| 10861 | + font-size: 34px; |
|---|
| 10862 | + font-weight: 400; |
|---|
| 10863 | + line-height: 40px; } |
|---|
| 10864 | + body .md-headline { |
|---|
| 10865 | + font-size: 24px; |
|---|
| 10866 | + font-weight: 400; |
|---|
| 10867 | + line-height: 32px; } |
|---|
| 10868 | + body .md-title { |
|---|
| 10869 | + font-size: 20px; |
|---|
| 10870 | + font-weight: 500; |
|---|
| 10871 | + letter-spacing: 0.005em; } |
|---|
| 10872 | + body .md-subhead { |
|---|
| 10873 | + font-size: 16px; |
|---|
| 10874 | + font-weight: 400; |
|---|
| 10875 | + letter-spacing: 0.010em; |
|---|
| 10876 | + line-height: 24px; } |
|---|
| 10877 | + body .md-body-1 { |
|---|
| 10878 | + font-size: 14px; |
|---|
| 10879 | + font-weight: 400; |
|---|
| 10880 | + letter-spacing: 0.010em; |
|---|
| 10881 | + line-height: 20px; } |
|---|
| 10882 | + body .md-body-2 { |
|---|
| 10883 | + font-size: 14px; |
|---|
| 10884 | + font-weight: 500; |
|---|
| 10885 | + letter-spacing: 0.010em; |
|---|
| 10886 | + line-height: 24px; } |
|---|
| 10887 | + body .md-caption { |
|---|
| 10888 | + font-size: 12px; |
|---|
| 10889 | + letter-spacing: 0.020em; } |
|---|
| 10890 | + body .md-button { |
|---|
| 10891 | + letter-spacing: 0.010em; } |
|---|
| 10892 | + |
|---|
| 10893 | +.md-whiteframe-1dp, .md-whiteframe-z1 { |
|---|
| 10894 | + box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12); } |
|---|
| 10895 | + |
|---|
| 10896 | +.md-whiteframe-2dp { |
|---|
| 10897 | + box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12); } |
|---|
| 10898 | + |
|---|
| 10899 | +.md-whiteframe-3dp { |
|---|
| 10900 | + box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 3px 3px -2px rgba(0, 0, 0, 0.12); } |
|---|
| 10901 | + |
|---|
| 10902 | +.md-whiteframe-4dp, .md-whiteframe-z2 { |
|---|
| 10903 | + box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); } |
|---|
| 10904 | + |
|---|
| 10905 | +.md-whiteframe-5dp { |
|---|
| 10906 | + box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); } |
|---|
| 10907 | + |
|---|
| 10908 | +.md-whiteframe-6dp { |
|---|
| 10909 | + box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); } |
|---|
| 10910 | + |
|---|
| 10911 | +.md-whiteframe-7dp, .md-whiteframe-z3 { |
|---|
| 10912 | + box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); } |
|---|
| 10913 | + |
|---|
| 10914 | +.md-whiteframe-8dp { |
|---|
| 10915 | + box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); } |
|---|
| 10916 | + |
|---|
| 10917 | +.md-whiteframe-9dp { |
|---|
| 10918 | + box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); } |
|---|
| 10919 | + |
|---|
| 10920 | +.md-whiteframe-10dp, .md-whiteframe-z4 { |
|---|
| 10921 | + box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); } |
|---|
| 10922 | + |
|---|
| 10923 | +.md-whiteframe-11dp { |
|---|
| 10924 | + box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); } |
|---|
| 10925 | + |
|---|
| 10926 | +.md-whiteframe-12dp { |
|---|
| 10927 | + box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); } |
|---|
| 10928 | + |
|---|
| 10929 | +.md-whiteframe-13dp, .md-whiteframe-z5 { |
|---|
| 10930 | + box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); } |
|---|
| 10931 | + |
|---|
| 10932 | +.md-whiteframe-14dp { |
|---|
| 10933 | + box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); } |
|---|
| 10934 | + |
|---|
| 10935 | +.md-whiteframe-15dp { |
|---|
| 10936 | + box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); } |
|---|
| 10937 | + |
|---|
| 10938 | +.md-whiteframe-16dp { |
|---|
| 10939 | + box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); } |
|---|
| 10940 | + |
|---|
| 10941 | +.md-whiteframe-17dp { |
|---|
| 10942 | + box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); } |
|---|
| 10943 | + |
|---|
| 10944 | +.md-whiteframe-18dp { |
|---|
| 10945 | + box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); } |
|---|
| 10946 | + |
|---|
| 10947 | +.md-whiteframe-19dp { |
|---|
| 10948 | + box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); } |
|---|
| 10949 | + |
|---|
| 10950 | +.md-whiteframe-20dp { |
|---|
| 10951 | + box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); } |
|---|
| 10952 | + |
|---|
| 10953 | +.md-whiteframe-21dp { |
|---|
| 10954 | + box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); } |
|---|
| 10955 | + |
|---|
| 10956 | +.md-whiteframe-22dp { |
|---|
| 10957 | + box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); } |
|---|
| 10958 | + |
|---|
| 10959 | +.md-whiteframe-23dp { |
|---|
| 10960 | + box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); } |
|---|
| 10961 | + |
|---|
| 10962 | +.md-whiteframe-24dp { |
|---|
| 10963 | + box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } |
|---|
| 10964 | + |
|---|
| 10965 | +@media screen and (-ms-high-contrast: active) { |
|---|
| 10966 | + md-whiteframe { |
|---|
| 10967 | + border: 1px solid #fff; } } |
|---|
| 10968 | + |
|---|
| 10969 | +body [tabindex]:focus { |
|---|
| 10970 | + outline: none; } |
|---|
| 10971 | + |
|---|
| 10972 | +body .radius-none { |
|---|
| 10973 | + border-radius: 0; } |
|---|
| 10974 | + |
|---|
| 10975 | +body .overflow-hidden { |
|---|
| 10976 | + overflow: hidden; } |
|---|
| 10977 | + |
|---|
| 10978 | +body .overflow-auto { |
|---|
| 10979 | + overflow: auto; } |
|---|
| 10980 | + |
|---|
| 10981 | +body .block { |
|---|
| 10982 | + display: block; } |
|---|
| 10983 | + |
|---|
| 10984 | +body .inline-block { |
|---|
| 10985 | + display: inline-block; } |
|---|
| 10986 | + |
|---|
| 10987 | +body .relative { |
|---|
| 10988 | + position: relative; } |
|---|
| 10989 | + |
|---|
| 10990 | +body .fixed { |
|---|
| 10991 | + position: fixed; } |
|---|
| 10992 | + |
|---|
| 10993 | +body .height-auto { |
|---|
| 10994 | + min-height: 0; } |
|---|
| 10995 | + |
|---|
| 10996 | +body .z-3 { |
|---|
| 10997 | + z-index: 3; } |
|---|
| 10998 | + |
|---|
| 10999 | +body .z-2 { |
|---|
| 11000 | + z-index: 2; } |
|---|
| 11001 | + |
|---|
| 11002 | +body .z-1 { |
|---|
| 11003 | + z-index: 1; } |
|---|
| 11004 | + |
|---|
| 11005 | +body .focus-weight:focus { |
|---|
| 11006 | + outline: 0; |
|---|
| 11007 | + font-weight: 700; } |
|---|
| 11008 | + |
|---|
| 11009 | +body .cursor-pointer:hover { |
|---|
| 11010 | + cursor: pointer; } |
|---|
| 11011 | + |
|---|
| 11012 | +body .pad { |
|---|
| 11013 | + padding: 20px; } |
|---|
| 11014 | + |
|---|
| 11015 | +body .pad-xxl { |
|---|
| 11016 | + padding: 60px; } |
|---|
| 11017 | + |
|---|
| 11018 | +body .pad-xl { |
|---|
| 11019 | + padding: 50px; } |
|---|
| 11020 | + |
|---|
| 11021 | +body .pad-lg { |
|---|
| 11022 | + padding: 40px; } |
|---|
| 11023 | + |
|---|
| 11024 | +body .pad-md { |
|---|
| 11025 | + padding: 30px; } |
|---|
| 11026 | + |
|---|
| 11027 | +body .pad-sm { |
|---|
| 11028 | + padding: 10px; } |
|---|
| 11029 | + |
|---|
| 11030 | +body .pad-xs { |
|---|
| 11031 | + padding: 5px; } |
|---|
| 11032 | + |
|---|
| 11033 | +body .pad-none { |
|---|
| 11034 | + padding: 0px; } |
|---|
| 11035 | + |
|---|
| 11036 | +body .pad-top { |
|---|
| 11037 | + padding-top: 20px; } |
|---|
| 11038 | + |
|---|
| 11039 | +body .pad-top-xxl { |
|---|
| 11040 | + padding-top: 60px; } |
|---|
| 11041 | + |
|---|
| 11042 | +body .pad-top-xl { |
|---|
| 11043 | + padding-top: 50px; } |
|---|
| 11044 | + |
|---|
| 11045 | +body .pad-top-lg { |
|---|
| 11046 | + padding-top: 40px; } |
|---|
| 11047 | + |
|---|
| 11048 | +body .pad-top-md { |
|---|
| 11049 | + padding-top: 30px; } |
|---|
| 11050 | + |
|---|
| 11051 | +body .pad-top-sm { |
|---|
| 11052 | + padding-top: 10px; } |
|---|
| 11053 | + |
|---|
| 11054 | +body .pad-top-xs { |
|---|
| 11055 | + padding-top: 5px; } |
|---|
| 11056 | + |
|---|
| 11057 | +body .pad-top-none { |
|---|
| 11058 | + padding-top: 0px; } |
|---|
| 11059 | + |
|---|
| 11060 | +body .pad-right { |
|---|
| 11061 | + padding-right: 20px; } |
|---|
| 11062 | + |
|---|
| 11063 | +body .pad-right-xxl { |
|---|
| 11064 | + padding-right: 60px; } |
|---|
| 11065 | + |
|---|
| 11066 | +body .pad-right-xl { |
|---|
| 11067 | + padding-right: 50px; } |
|---|
| 11068 | + |
|---|
| 11069 | +body .pad-right-lg { |
|---|
| 11070 | + padding-right: 40px; } |
|---|
| 11071 | + |
|---|
| 11072 | +body .pad-right-md { |
|---|
| 11073 | + padding-right: 30px; } |
|---|
| 11074 | + |
|---|
| 11075 | +body .pad-right-sm { |
|---|
| 11076 | + padding-right: 10px; } |
|---|
| 11077 | + |
|---|
| 11078 | +body .pad-right-xs { |
|---|
| 11079 | + padding-right: 5px; } |
|---|
| 11080 | + |
|---|
| 11081 | +body .pad-right-none { |
|---|
| 11082 | + padding-right: 0px; } |
|---|
| 11083 | + |
|---|
| 11084 | +body .pad-bottom { |
|---|
| 11085 | + padding-bottom: 20px; } |
|---|
| 11086 | + |
|---|
| 11087 | +body .pad-bottom-button { |
|---|
| 11088 | + padding-bottom: 100px; } |
|---|
| 11089 | + |
|---|
| 11090 | +body .pad-bottom-xxl { |
|---|
| 11091 | + padding-bottom: 60px; } |
|---|
| 11092 | + |
|---|
| 11093 | +body .pad-bottom-xl { |
|---|
| 11094 | + padding-bottom: 50px; } |
|---|
| 11095 | + |
|---|
| 11096 | +body .pad-bottom-lg { |
|---|
| 11097 | + padding-bottom: 40px; } |
|---|
| 11098 | + |
|---|
| 11099 | +body .pad-bottom-md { |
|---|
| 11100 | + padding-bottom: 30px; } |
|---|
| 11101 | + |
|---|
| 11102 | +body .pad-bottom-sm { |
|---|
| 11103 | + padding-bottom: 10px; } |
|---|
| 11104 | + |
|---|
| 11105 | +body .pad-bottom-xs { |
|---|
| 11106 | + padding-bottom: 5px; } |
|---|
| 11107 | + |
|---|
| 11108 | +body .pad-bottom-none { |
|---|
| 11109 | + padding-bottom: 0px; } |
|---|
| 11110 | + |
|---|
| 11111 | +body .pad-left { |
|---|
| 11112 | + padding-left: 20px; } |
|---|
| 11113 | + |
|---|
| 11114 | +body .pad-left-xxl { |
|---|
| 11115 | + padding-left: 60px; } |
|---|
| 11116 | + |
|---|
| 11117 | +body .pad-left-xl { |
|---|
| 11118 | + padding-left: 50px; } |
|---|
| 11119 | + |
|---|
| 11120 | +body .pad-left-lg { |
|---|
| 11121 | + padding-left: 40px; } |
|---|
| 11122 | + |
|---|
| 11123 | +body .pad-left-md { |
|---|
| 11124 | + padding-left: 30px; } |
|---|
| 11125 | + |
|---|
| 11126 | +body .pad-left-sm { |
|---|
| 11127 | + padding-left: 10px; } |
|---|
| 11128 | + |
|---|
| 11129 | +body .pad-left-xs { |
|---|
| 11130 | + padding-left: 5px; } |
|---|
| 11131 | + |
|---|
| 11132 | +body .pad-left-none { |
|---|
| 11133 | + padding-left: 0px; } |
|---|
| 11134 | + |
|---|
| 11135 | +body .pull { |
|---|
| 11136 | + margin: -20px; } |
|---|
| 11137 | + |
|---|
| 11138 | +body .pull-xxl { |
|---|
| 11139 | + margin: -40px; } |
|---|
| 11140 | + |
|---|
| 11141 | +body .pull-xl { |
|---|
| 11142 | + margin: -30px; } |
|---|
| 11143 | + |
|---|
| 11144 | +body .pull-lg { |
|---|
| 11145 | + margin: -20px; } |
|---|
| 11146 | + |
|---|
| 11147 | +body .pull-md { |
|---|
| 11148 | + margin: -15px; } |
|---|
| 11149 | + |
|---|
| 11150 | +body .pull-sm { |
|---|
| 11151 | + margin: -10px; } |
|---|
| 11152 | + |
|---|
| 11153 | +body .pull-xs { |
|---|
| 11154 | + margin: -5px; } |
|---|
| 11155 | + |
|---|
| 11156 | +body .pull-none { |
|---|
| 11157 | + margin: -0px; } |
|---|
| 11158 | + |
|---|
| 11159 | +body .pull-top { |
|---|
| 11160 | + margin-top: -20px; } |
|---|
| 11161 | + |
|---|
| 11162 | +body .pull-top-xxl { |
|---|
| 11163 | + margin-top: -40px; } |
|---|
| 11164 | + |
|---|
| 11165 | +body .pull-top-xl { |
|---|
| 11166 | + margin-top: -30px; } |
|---|
| 11167 | + |
|---|
| 11168 | +body .pull-top-lg { |
|---|
| 11169 | + margin-top: -20px; } |
|---|
| 11170 | + |
|---|
| 11171 | +body .pull-top-md { |
|---|
| 11172 | + margin-top: -15px; } |
|---|
| 11173 | + |
|---|
| 11174 | +body .pull-top-sm { |
|---|
| 11175 | + margin-top: -10px; } |
|---|
| 11176 | + |
|---|
| 11177 | +body .pull-top-xs { |
|---|
| 11178 | + margin-top: -5px; } |
|---|
| 11179 | + |
|---|
| 11180 | +body .pull-top-none { |
|---|
| 11181 | + margin-top: -0px; } |
|---|
| 11182 | + |
|---|
| 11183 | +body .pull-right-xxl { |
|---|
| 11184 | + margin-right: -40px; } |
|---|
| 11185 | + |
|---|
| 11186 | +body .pull-right-xl { |
|---|
| 11187 | + margin-right: -30px; } |
|---|
| 11188 | + |
|---|
| 11189 | +body .pull-right-lg { |
|---|
| 11190 | + margin-right: -20px; } |
|---|
| 11191 | + |
|---|
| 11192 | +body .pull-right-md { |
|---|
| 11193 | + margin-right: -15px; } |
|---|
| 11194 | + |
|---|
| 11195 | +body .pull-right-sm { |
|---|
| 11196 | + margin-right: -10px; } |
|---|
| 11197 | + |
|---|
| 11198 | +body .pull-right-xs { |
|---|
| 11199 | + margin-right: -5px; } |
|---|
| 11200 | + |
|---|
| 11201 | +body .pull-right-none { |
|---|
| 11202 | + margin-right: -0px; } |
|---|
| 11203 | + |
|---|
| 11204 | +body .pull-bottom { |
|---|
| 11205 | + margin-bottom: -20px; } |
|---|
| 11206 | + |
|---|
| 11207 | +body .pull-bottom-xxxl { |
|---|
| 11208 | + margin-bottom: -100px; } |
|---|
| 11209 | + |
|---|
| 11210 | +body .pull-bottom-xxl { |
|---|
| 11211 | + margin-bottom: -40px; } |
|---|
| 11212 | + |
|---|
| 11213 | +body .pull-bottom-xl { |
|---|
| 11214 | + margin-bottom: -30px; } |
|---|
| 11215 | + |
|---|
| 11216 | +body .pull-bottom-lg { |
|---|
| 11217 | + margin-bottom: -20px; } |
|---|
| 11218 | + |
|---|
| 11219 | +body .pull-bottom-md { |
|---|
| 11220 | + margin-bottom: -15px; } |
|---|
| 11221 | + |
|---|
| 11222 | +body .pull-bottom-sm { |
|---|
| 11223 | + margin-bottom: -10px; } |
|---|
| 11224 | + |
|---|
| 11225 | +body .pull-bottom-xs { |
|---|
| 11226 | + margin-bottom: -5px; } |
|---|
| 11227 | + |
|---|
| 11228 | +body .pull-bottom-none { |
|---|
| 11229 | + margin-bottom: -0px; } |
|---|
| 11230 | + |
|---|
| 11231 | +body .pull-left-xxl { |
|---|
| 11232 | + margin-left: -40px; } |
|---|
| 11233 | + |
|---|
| 11234 | +body .pull-left-xl { |
|---|
| 11235 | + margin-left: -30px; } |
|---|
| 11236 | + |
|---|
| 11237 | +body .pull-left-lg { |
|---|
| 11238 | + margin-left: -20px; } |
|---|
| 11239 | + |
|---|
| 11240 | +body .pull-left-md { |
|---|
| 11241 | + margin-left: -15px; } |
|---|
| 11242 | + |
|---|
| 11243 | +body .pull-left-sm { |
|---|
| 11244 | + margin-left: -10px; } |
|---|
| 11245 | + |
|---|
| 11246 | +body .pull-left-xs { |
|---|
| 11247 | + margin-left: -5px; } |
|---|
| 11248 | + |
|---|
| 11249 | +body .pull-left-none { |
|---|
| 11250 | + margin-left: -0px; } |
|---|
| 11251 | + |
|---|
| 11252 | +body .push { |
|---|
| 11253 | + margin: 20px; } |
|---|
| 11254 | + |
|---|
| 11255 | +body .push-xxl { |
|---|
| 11256 | + margin: 60px; } |
|---|
| 11257 | + |
|---|
| 11258 | +body .push-xl { |
|---|
| 11259 | + margin: 50px; } |
|---|
| 11260 | + |
|---|
| 11261 | +body .push-lg { |
|---|
| 11262 | + margin: 40px; } |
|---|
| 11263 | + |
|---|
| 11264 | +body .push-md { |
|---|
| 11265 | + margin: 30px; } |
|---|
| 11266 | + |
|---|
| 11267 | +body .push-sm { |
|---|
| 11268 | + margin: 10px; } |
|---|
| 11269 | + |
|---|
| 11270 | +body .push-xs { |
|---|
| 11271 | + margin: 5px; } |
|---|
| 11272 | + |
|---|
| 11273 | +body .push-none { |
|---|
| 11274 | + margin: 0px; } |
|---|
| 11275 | + |
|---|
| 11276 | +body .push-top { |
|---|
| 11277 | + margin-top: 20px; } |
|---|
| 11278 | + |
|---|
| 11279 | +body .push-top-xxl { |
|---|
| 11280 | + margin-top: 60px; } |
|---|
| 11281 | + |
|---|
| 11282 | +body .push-top-xl { |
|---|
| 11283 | + margin-top: 50px; } |
|---|
| 11284 | + |
|---|
| 11285 | +body .push-top-lg { |
|---|
| 11286 | + margin-top: 40px; } |
|---|
| 11287 | + |
|---|
| 11288 | +body .push-top-md { |
|---|
| 11289 | + margin-top: 30px; } |
|---|
| 11290 | + |
|---|
| 11291 | +body .push-top-sm { |
|---|
| 11292 | + margin-top: 10px; } |
|---|
| 11293 | + |
|---|
| 11294 | +body .push-top-xs { |
|---|
| 11295 | + margin-top: 5px; } |
|---|
| 11296 | + |
|---|
| 11297 | +body .push-top-none { |
|---|
| 11298 | + margin-top: 0px; } |
|---|
| 11299 | + |
|---|
| 11300 | +body .push-right { |
|---|
| 11301 | + margin-right: 20px; } |
|---|
| 11302 | + |
|---|
| 11303 | +body .push-right-xxl { |
|---|
| 11304 | + margin-right: 60px; } |
|---|
| 11305 | + |
|---|
| 11306 | +body .push-right-xl { |
|---|
| 11307 | + margin-right: 50px; } |
|---|
| 11308 | + |
|---|
| 11309 | +body .push-right-lg { |
|---|
| 11310 | + margin-right: 40px; } |
|---|
| 11311 | + |
|---|
| 11312 | +body .push-right-md { |
|---|
| 11313 | + margin-right: 30px; } |
|---|
| 11314 | + |
|---|
| 11315 | +body .push-right-sm { |
|---|
| 11316 | + margin-right: 10px; } |
|---|
| 11317 | + |
|---|
| 11318 | +body .push-right-xs { |
|---|
| 11319 | + margin-right: 5px; } |
|---|
| 11320 | + |
|---|
| 11321 | +body .push-right-none { |
|---|
| 11322 | + margin-right: 0px; } |
|---|
| 11323 | + |
|---|
| 11324 | +body .push-bottom { |
|---|
| 11325 | + margin-bottom: 20px; } |
|---|
| 11326 | + |
|---|
| 11327 | +body .push-bottom-button { |
|---|
| 11328 | + margin-bottom: 100px; } |
|---|
| 11329 | + |
|---|
| 11330 | +body .push-bottom-xxl { |
|---|
| 11331 | + margin-bottom: 60px; } |
|---|
| 11332 | + |
|---|
| 11333 | +body .push-bottom-xl { |
|---|
| 11334 | + margin-bottom: 50px; } |
|---|
| 11335 | + |
|---|
| 11336 | +body .push-bottom-lg { |
|---|
| 11337 | + margin-bottom: 40px; } |
|---|
| 11338 | + |
|---|
| 11339 | +body .push-bottom-md { |
|---|
| 11340 | + margin-bottom: 30px; } |
|---|
| 11341 | + |
|---|
| 11342 | +body .push-bottom-sm { |
|---|
| 11343 | + margin-bottom: 10px; } |
|---|
| 11344 | + |
|---|
| 11345 | +body .push-bottom-xs { |
|---|
| 11346 | + margin-bottom: 5px; } |
|---|
| 11347 | + |
|---|
| 11348 | +body .push-bottom-none { |
|---|
| 11349 | + margin-bottom: 0px; } |
|---|
| 11350 | + |
|---|
| 11351 | +body .push-left { |
|---|
| 11352 | + margin-left: 20px; } |
|---|
| 11353 | + |
|---|
| 11354 | +body .push-left-xxl { |
|---|
| 11355 | + margin-left: 60px; } |
|---|
| 11356 | + |
|---|
| 11357 | +body .push-left-xl { |
|---|
| 11358 | + margin-left: 50px; } |
|---|
| 11359 | + |
|---|
| 11360 | +body .push-left-lg { |
|---|
| 11361 | + margin-left: 40px; } |
|---|
| 11362 | + |
|---|
| 11363 | +body .push-left-md { |
|---|
| 11364 | + margin-left: 30px; } |
|---|
| 11365 | + |
|---|
| 11366 | +body .push-left-sm { |
|---|
| 11367 | + margin-left: 10px; } |
|---|
| 11368 | + |
|---|
| 11369 | +body .push-left-xs { |
|---|
| 11370 | + margin-left: 5px; } |
|---|
| 11371 | + |
|---|
| 11372 | +body .push-left-none { |
|---|
| 11373 | + margin-left: 0px; } |
|---|
| 11374 | + |
|---|
| 11375 | +.size-12 { |
|---|
| 11376 | + height: 12px; |
|---|
| 11377 | + width: 12px; } |
|---|
| 11378 | + |
|---|
| 11379 | +.size-16 { |
|---|
| 11380 | + height: 16px; |
|---|
| 11381 | + width: 16px; } |
|---|
| 11382 | + |
|---|
| 11383 | +.size-24 { |
|---|
| 11384 | + height: 24px; |
|---|
| 11385 | + width: 24px; } |
|---|
| 11386 | + |
|---|
| 11387 | +.size-32 { |
|---|
| 11388 | + height: 32px; |
|---|
| 11389 | + width: 32px; } |
|---|
| 11390 | + |
|---|
| 11391 | +.size-50 { |
|---|
| 11392 | + height: 50px; |
|---|
| 11393 | + width: 50px; } |
|---|
| 11394 | + |
|---|
| 11395 | +.size-64 { |
|---|
| 11396 | + height: 64px; |
|---|
| 11397 | + width: 64px; } |
|---|
| 11398 | + |
|---|
| 11399 | +.size-72 { |
|---|
| 11400 | + height: 72px; |
|---|
| 11401 | + width: 72px; } |
|---|
| 11402 | + |
|---|
| 11403 | +.size-100 { |
|---|
| 11404 | + height: 100px; |
|---|
| 11405 | + width: 100px; } |
|---|
| 11406 | + |
|---|
| 11407 | +.size-128 { |
|---|
| 11408 | + height: 128px; |
|---|
| 11409 | + width: 128px; } |
|---|
| 11410 | + |
|---|
| 11411 | +.size-256 { |
|---|
| 11412 | + height: 256px; |
|---|
| 11413 | + width: 256px; } |
|---|
| 11414 | + |
|---|
| 11415 | +.size-height-12 { |
|---|
| 11416 | + height: 12px; |
|---|
| 11417 | + width: auto; } |
|---|
| 11418 | + |
|---|
| 11419 | +.size-height-16 { |
|---|
| 11420 | + height: 16px; |
|---|
| 11421 | + width: auto; } |
|---|
| 11422 | + |
|---|
| 11423 | +.size-height-24 { |
|---|
| 11424 | + height: 24px; |
|---|
| 11425 | + width: auto; } |
|---|
| 11426 | + |
|---|
| 11427 | +.size-height-32 { |
|---|
| 11428 | + height: 32px; |
|---|
| 11429 | + width: auto; } |
|---|
| 11430 | + |
|---|
| 11431 | +.size-height-50 { |
|---|
| 11432 | + height: 50px; |
|---|
| 11433 | + width: auto; } |
|---|
| 11434 | + |
|---|
| 11435 | +.size-height-64 { |
|---|
| 11436 | + height: 64px; |
|---|
| 11437 | + width: auto; } |
|---|
| 11438 | + |
|---|
| 11439 | +.size-height-72 { |
|---|
| 11440 | + height: 72px; |
|---|
| 11441 | + width: auto; } |
|---|
| 11442 | + |
|---|
| 11443 | +.size-height-100 { |
|---|
| 11444 | + height: 100px; |
|---|
| 11445 | + width: auto; } |
|---|
| 11446 | + |
|---|
| 11447 | +.size-height-128 { |
|---|
| 11448 | + height: 128px; |
|---|
| 11449 | + width: auto; } |
|---|
| 11450 | + |
|---|
| 11451 | +.size-height-256 { |
|---|
| 11452 | + height: 256px; |
|---|
| 11453 | + width: auto; } |
|---|
| 11454 | + |
|---|
| 11455 | +.size-width-12 { |
|---|
| 11456 | + width: 12px; |
|---|
| 11457 | + height: auto; } |
|---|
| 11458 | + |
|---|
| 11459 | +.size-width-16 { |
|---|
| 11460 | + width: 16px; |
|---|
| 11461 | + height: auto; } |
|---|
| 11462 | + |
|---|
| 11463 | +.size-width-24 { |
|---|
| 11464 | + width: 24px; |
|---|
| 11465 | + height: auto; } |
|---|
| 11466 | + |
|---|
| 11467 | +.size-width-32 { |
|---|
| 11468 | + width: 32px; |
|---|
| 11469 | + height: auto; } |
|---|
| 11470 | + |
|---|
| 11471 | +.size-width-50 { |
|---|
| 11472 | + width: 50px; |
|---|
| 11473 | + height: auto; } |
|---|
| 11474 | + |
|---|
| 11475 | +.size-width-64 { |
|---|
| 11476 | + width: 64px; |
|---|
| 11477 | + height: auto; } |
|---|
| 11478 | + |
|---|
| 11479 | +.size-width-72 { |
|---|
| 11480 | + width: 72px; |
|---|
| 11481 | + height: auto; } |
|---|
| 11482 | + |
|---|
| 11483 | +.size-width-100 { |
|---|
| 11484 | + width: 100px; |
|---|
| 11485 | + height: auto; } |
|---|
| 11486 | + |
|---|
| 11487 | +.size-width-128 { |
|---|
| 11488 | + width: 128px; |
|---|
| 11489 | + height: auto; } |
|---|
| 11490 | + |
|---|
| 11491 | +.size-width-256 { |
|---|
| 11492 | + width: 256px; |
|---|
| 11493 | + height: auto; } |
|---|
| 11494 | + |
|---|
| 11495 | +body h1 > small, body h2 > small, body h3 > small, body h4 > small, body h5 > small, body h6 > small { |
|---|
| 11496 | + font-size: 60%; } |
|---|
| 11497 | + |
|---|
| 11498 | +body .text-normal { |
|---|
| 11499 | + font-style: normal; } |
|---|
| 11500 | + |
|---|
| 11501 | +body .text-center { |
|---|
| 11502 | + text-align: center; } |
|---|
| 11503 | + |
|---|
| 11504 | +body .text-left { |
|---|
| 11505 | + text-align: left; } |
|---|
| 11506 | + |
|---|
| 11507 | +body .text-right { |
|---|
| 11508 | + text-align: right; } |
|---|
| 11509 | + |
|---|
| 11510 | +body .text-normal { |
|---|
| 11511 | + font-style: normal; } |
|---|
| 11512 | + |
|---|
| 11513 | +body .text-xs, |
|---|
| 11514 | +body .text-sm, |
|---|
| 11515 | +body .text-md, |
|---|
| 11516 | +body .text-lg { |
|---|
| 11517 | + text-rendering: optimizeLegibility; } |
|---|
| 11518 | + |
|---|
| 11519 | +body .text-micro { |
|---|
| 11520 | + font-size: 10px; |
|---|
| 11521 | + font-weight: normal; |
|---|
| 11522 | + letter-spacing: 1px; } |
|---|
| 11523 | + |
|---|
| 11524 | +body .text-xs { |
|---|
| 11525 | + font-size: 50%; } |
|---|
| 11526 | + |
|---|
| 11527 | +body .text-sm { |
|---|
| 11528 | + font-size: 70%; } |
|---|
| 11529 | + |
|---|
| 11530 | +body .text-md { |
|---|
| 11531 | + font-size: 80%; } |
|---|
| 11532 | + |
|---|
| 11533 | +body .text-lg { |
|---|
| 11534 | + font-size: 110%; } |
|---|
| 11535 | + |
|---|
| 11536 | +body .text-xl { |
|---|
| 11537 | + font-size: 120%; } |
|---|
| 11538 | + |
|---|
| 11539 | +body .text-xxl { |
|---|
| 11540 | + font-size: 130%; } |
|---|
| 11541 | + |
|---|
| 11542 | +body .text-30 { |
|---|
| 11543 | + font-size: 30px; } |
|---|
| 11544 | + |
|---|
| 11545 | +body .text-super { |
|---|
| 11546 | + font-size: 60px; } |
|---|
| 11547 | + |
|---|
| 11548 | +body .text-wrap { |
|---|
| 11549 | + white-space: normal; } |
|---|
| 11550 | + |
|---|
| 11551 | +body .text-break { |
|---|
| 11552 | + word-break: break-word; } |
|---|
| 11553 | + |
|---|
| 11554 | +body .text-upper { |
|---|
| 11555 | + text-transform: uppercase; } |
|---|
| 11556 | + |
|---|
| 11557 | +body .text-lower { |
|---|
| 11558 | + text-transform: lowercase; } |
|---|
| 11559 | + |
|---|
| 11560 | +body .text-caps { |
|---|
| 11561 | + text-transform: capitalize; } |
|---|
| 11562 | + |
|---|
| 11563 | +body .text-truncate { |
|---|
| 11564 | + white-space: nowrap; |
|---|
| 11565 | + overflow: hidden; |
|---|
| 11566 | + text-overflow: ellipsis; } |
|---|